﻿@font-face {
    font-family: "RkFontCustom";
    src: url("Font/OpenSans-Regular.ttf") format("truetype");  
}
body {
    /*font-family: 'RkFontCustom',sans-serif;*/
    /*font-family: 'Open Sans';*/
    font-family: 'Roboto Slab', serif;
    padding-top: 10px;
}
.notifications-list {
    color: #707070;
    min-width: 310px;
    padding-bottom: 0;
    padding-top: 0;
    max-height: 265px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .notifications-list .item-header {
        font-size: .875em;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
    }

    .notifications-list .item-footer a {
        background: none repeat scroll 0 0 padding-box #333;
        border-radius: 0 0 3px 3px;
        padding-bottom: 4px;
        padding-top: 4px;
        color: #9d9d9d;
        text-align: center;
    }

        .notifications-list .item-footer a:hover {
            background-color: #080808;
            color: #f6f6f6;
        }

.dropdown .dropdown-toggle span.count {
    background: none repeat scroll 0 0 padding-box #e84e40;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 9px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 11px;
    width: 14px;
}

.notifications-list .item {
    border-top: 1px solid #f6f6f6;
    clear: both;
    line-height: 1.4;
    padding-bottom: 4px;
    padding-top: 4px;
}

li.message-preview {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    width: 290px;
}

.Search-dropdown-Area {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    float: left;
    margin-top: -15px;
    position: absolute;
    z-index: 1;
}

.paddingTopBottom-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-10 {
    padding: 10px 10px 10px !important;
}

.padding-20 {
    padding: 20px 20px 20px !important;
}

.padding-25 {
    padding: 25px 25px 25px !important;
}

.paddingtop25 {
    padding-top: 25px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.marginTopleftBottom-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.marginTopBottom-10 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.ChkSwitch input[type=checkbox] {
    visibility: hidden;
}

.ChkSwitch {
    width: 80px;
    height: 26px;
    background: #f5f5f5;
    margin: 0 auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

    .ChkSwitch:after {
        content: 'NO';
        font: 12px/26px Arial,sans-serif;
        color: #daa445;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: 700;
        text-shadow: 1px 1px 0 rgba(255,255,255,.15);
    }

    .ChkSwitch:before {
        content: 'YES';
        font: 12px/26px Arial,sans-serif;
        color: #00bf00;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: 700;
    }

    .ChkSwitch label {
        display: block;
        width: 34px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
    }

    .ChkSwitch input[type=checkbox]:checked + label {
        left: 43px;
    }

    .ChkSwitch span {
        display: block;
        width: 34px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
    }

    .ChkSwitch input[type=checkbox]:checked + span {
        left: 43px;
    }

.dropdown-control {
    height: 34px;
    width: 100%;
}

    .dropdown-control .input-sm {
        line-height: 30px;
    }

.mandatory {
    /*font-size: 10px !important;*/
    color: red;
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: 700;
    margin: 20px 0 10px;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: 700;
    margin: 20px 0 10px;
}

.error {
    color: #e80c4d;
}

/*.dark-red {
    color: #3396D8;
}*/

.field-validation-error {
    color: #e80c4d;
    font-weight: 200;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

textarea {
    resize: none;
    overflow: hidden;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: 700;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/*.tooltip.top .tooltip-inner {
    background-color: #e80c4d;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e80c4d;
}*/
.nomarginPager {
    margin: 0 !important;
}

.spanheader {
    font-size: 18px;
    font-weight: bold;
}

.formbackground {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.formbackgroundregister {
    color: #000;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0 0;
    padding-left: 0;
}

.alert-container {
    /*border: 1px solid #2d774a;*/
    /*font-family: calibri,Arial,sans-serif,"Helvetica Neue",Helvetica;*/
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    right: 28.3%;
    text-align: left;
    top: 0;
    width: 40.3%;
    z-index: 1000;
}



/*custom class for UserProfile create and edit page*/

.wizard {
    margin: 0px auto;
    /*margin-top: -20px;
    background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    /*background: #fff;*/
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
}

.step1 .row {
    margin-bottom: 10px;
}

.step_21 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.step33 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.mar_ned {
    margin-bottom: 10px;
}

.wdth {
    width: 25%;
}

.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}
/* according menu */
#accordion-container {
    font-size: 13px;
}

.accordion-header {
    font-size: 13px;
    background: #ebebeb;
    margin: 5px 0 0;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.unselect_img {
    width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #F53B27;
}

    .active-header:after {
        content: "\f068";
        font-family: 'FontAwesome';
        float: right;
        margin: 5px;
        font-weight: 400;
    }

.inactive-header {
    background: #333;
}

    .inactive-header:after {
        content: "\f067";
        font-family: 'FontAwesome';
        float: right;
        margin: 4px 5px;
        font-weight: 400;
    }

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .accordion-content a {
        text-decoration: none;
        color: #333;
    }

    .accordion-content td {
        border-bottom: 1px solid #dcdcdc;
    }



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/*end*/

/* style the placeholder--*/
::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}
/* slim scroll issue in chrome and firefox*/
.slimScrollDiv {
    overflow-y: scroll !important;
}

.navbar-top .dropdown-scroll li {
    overflow: unset !important;
}

.slimScrollDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.slimScrollDiv::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.slimScrollDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/* fixed header start*/
.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }
/*fixed header end*/



/* Custom Colored Panels START*/

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }


.panel-orange {
    border-color: #f39c12;
}

    .panel-orange .panel-heading {
        border-color: #f39c12;
        color: #fff;
        background-color: #f39c12;
    }

    .panel-orange a {
        color: #f39c12;
    }

        .panel-orange a:hover {
            color: #f39c12;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }


.panel-darkblue {
    border-color: #34495E;
}

    .panel-darkblue .panel-heading {
        border-color: #34495E;
        color: #fff;
        background-color: #34495E;
    }

    .panel-darkblue a {
        color: #34495E;
    }

        .panel-darkblue a:hover {
            color: #3D566E;
        }

.panel-blue {
    border-color: #2980b9;
}

    .panel-blue .panel-heading {
        border-color: #2980b9;
        color: #fff;
        background-color: #2980b9;
    }

    .panel-blue a {
        color: #2980b9;
    }

        .panel-blue a:hover {
            color: #2980b9;
        }

/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}

    .panel-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 4px;
            line-height: .85;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #ffffff;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #ffffff;
                background-color: transparent;
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            color: rgba(0,0,0, .5);
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(255,255,255, .5);
            border-bottom-color: rgba(255,255,255, .5);
        }

/* Waiting Image */
#spinner {
    z-index: 9999;
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-spinner:before {
    content: "\f110";
}

.navbar-fixed-top {
    /*margin-left:225px;*/
    background-color: #4F97C5 !important;
}

.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #fff;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                color: #fff;
                background-color: #3D566E;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}


/* Custom Colored Panels END*/

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    top: -20px;
    position: relative
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle {
    cursor: pointer;
}

.bgred {
    color: white;
    background-color: #d9534f;
}


.bgconfirm {
    color: white;
    background-color: #F39C12;
}
/*File control*/

.file-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
}

    .file-control:focus {
        border-color: #66afe9;
        outline: 0;
    }

    .file-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .file-control:-ms-input-placeholder {
        color: #999;
    }

    .file-control::-webkit-input-placeholder {
        color: #999;
    }
