﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*Google Material Font Icons*/
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icon-font/MaterialIcons-Round.eot);
    src: local('Material Icons Round'), local('MaterialIcons-Round'), url(../fonts/icon-font/MaterialIcons-Round.woff2) format('woff2'), url(../fonts/icon-font/MaterialIcons-Round.woff) format('woff'), url(../fonts/icon-font/MaterialIcons-Round.ttf) format('truetype');
}

@font-face {
    font-family: 'Material Icons outlined';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icon-font/MaterialIcons-Outlined.eot); /* For IE6-8 */
    src: local('Material Icons outlined'), local('MaterialIcons-Outlined'), url(../fonts/icon-font/MaterialIcons-Outlined.woff2) format('woff2'), url(../fonts/icon-font/MaterialIcons-Outlined.woff) format('woff'), url(../fonts/icon-font/MaterialIcons-Outlined.ttf) format('truetype');
}

@font-face {
    font-family: 'Material Symbols Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icon-font/MaterialSymbols-Round.eot); /* For IE6-8 */
    src: local('Material Symbols Round'), local('MaterialSymbols-Round'), url(../fonts/icon-font/MaterialSymbols-Round.woff2) format('woff2'), url(../fonts/icon-font/MaterialSymbols-Round.woff) format('woff'), url(../fonts/icon-font/MaterialSymbols-Round.ttf) format('truetype');
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.material-icons-outlined {
    font-family: 'Material Icons outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.material-Symbols-round {
    font-family: 'Material Symbols Round';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.md-16 {
    font-size: 16px !important;
}

.md-18 {
    font-size: 18px;
}

.md-24 {
    font-size: 24px;
}

.md-28 {
    font-size: 28px;
}

.md-36 {
    font-size: 36px;
}

.md-42 {
    font-size: 42px;
}

.md-48 {
    font-size: 48px;
}
/*--Google Material Font Icons--*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    background: #f2f2f2;
}

a {
    color: #5480be;
    text-decoration:none!important;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer !important;
}

.font-nunito {
    font-family: 'Nunito-Regular', sans-serif;
}

.DeactiveICON .fa-info-circle {
    color: #CCC !important;
}
/*NEW CSS*/
.text-danger {
    color: #DF2800 !important
}

.word-breakall {
    word-break: break-all;
}

.h-176scroll {
    height: 176px;
    overflow: auto;
}
/*Navigation*/
.navbar-default{
    background-color:#fff;
    border-color:transparent;
}
.navbar {
    margin-bottom:0px !important;
}

.bg-f9f9f9 {
    background: #f9f9f9
}

.bg-white{background:#fff!important;}

.navbar-brand {
    padding: 10px 15px 0px 0px;
    float: left;
    height: auto;
    margin-left: 0 !important;
    margin-top:0px;
}

    .navbar-brand img {
        height: 40px;
    }

.navbar-nav > li > a {
    line-height: 30px;
}

.nav-tabs > li > a {
    /*padding: 5px 10px !important;*/
    cursor: pointer;
    color: #333;
}

.dropdown-menu {
    font-size: 13px;
}

.navbar-right .dropdown-menu {
    padding: 0px
}

    .navbar-right .dropdown-menu .divider {
        margin: 0px
    }

    .navbar-right .dropdown-menu > li > a {
        padding: 6px 12px
    }
/*Footer*/
.footer {
    background: #E9E9E9;
    border-top: 1px solid #d4d4d4;
    padding: 10px 0;
    margin-top: 0px;
    width: 100%;
}

    .footer #legal {
        line-height: 40px;
        font-size: 12px;
        color: #757e82;
    }

/*Fonts*/
.fnt-14 {
    font-size: 14px;
}

.fnt-15 {
    font-size: 15px;
}
.fnt-18{
    font-size:18px!important;
}
/*Margin*/
.mg-10 {
    margin: 10px !important;
}

.mg-t-0 {
    margin-top: 0px !important;
}

.mg-t-5 {
    margin-top: 5px !important;
}

.mg-t-7 {
    margin-top: 7px !important;
}

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-50 {
    margin-top: 50px !important;
}

.mg-b-0 {
    margin-bottom: 0 !important;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.mg-b-30 {
    margin-bottom:30px !important;
}

.mg-r-0 {
    margin-right: 0px !important;
}

.mg-r-5 {
    margin-right: 5px !important;
}

.mg-r-10 {
    margin-right: 10px !important;
}

.mg-r-15 {
    margin-right: 15px !important;
}

.mg-0 {
    margin: 0 !important;
}

.mg-l-0 {
    margin-left: 0px !important;
}

.mg-l-5 {
    margin-left: 5px !important;
}

.mg-l-12 {
    margin-left: 12px !important;
}

.mg-l-13 {
    margin-left: 13px !important;
}

.mg-l-15 {
    margin-left: 15px !important;
}

.mg-l-10 {
    margin-left: 10px !important;
}

.mg-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mt-7px {
    margin-top: 7px !important;
}
/*Padding*/
.pd-0 {
    padding: 0px !important;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important;
}

.pd-30 {
    padding: 30px !important;
}

.pd-r-0 {
    padding-right: 0px !important;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.pd-b-5 {
    padding-bottom: 5px !important;
}

.pd-tb-0{
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.pd-t-0 {
    padding-top: 0px !important;
}

.pd-t-5 {
    padding-top: 5px !important
}

.pd-t-7 {
    padding-top: 7px !important
}

.pd-l-0 {
    padding-left: 0px !important;
}

.pd-l-25 {
    padding-left: 25px !important;
}

.pd-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd-lr-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.pd-lr-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pd-5px {
    padding: 5px;
}

/*Width*/
.wid-140 {
    width: 140px !important;
}

.wid-150 {
    width: 150px !important;
}

.wid-170 {
    width: 170px !important;
}

.wid-300 {
    width: 300px !important;
}

.wid-425 {
    width: 425px !important;
}

.min-wid-300 {
    min-width: 300px !important;
}

.wid-185 {
    width: 185px !important;
}



.wid-70per {
    width: 70% !important;
}

.wid-40per {
    width: 40% !important;
}

.wid-90per {
    width: 95% !important;
}

.wid-80per {
    width: 80% !important
}

.wid-full {
    width: 100% !important;
}

.curs-ptr {
    cursor: pointer;
}

.src-lbl {
    text-align: left;
    display: block;
    font-weight: 700;
}

.disabled-form-control-label {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    opacity: 1;
    cursor: not-allowed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min-wid160 {
    min-width: 160px !important;
}

.disabled-form-control-label-inblock {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 30px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    opacity: 1;
    cursor: not-allowed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lblblock {
    display: block !important;
    text-align: left !important;
}

/*Sidemenu*/
.sidebar{min-height:calc(100vh - 123px);background:#fff;padding:0;width:255px;transition:width .25s ease,background .25s ease;-webkit-transition:width .25s ease,background .25s ease;-moz-transition:width .25s ease,background .25s ease;-ms-transition:width .25s ease,background .25s ease;box-shadow:2px 2px 10px rgba(0,0,0,.01);-webkit-box-shadow:2px 2px 10px rgba(0,0,0,.01);-moz-box-shadow:2px 2px 10px rgba(0,0,0,.01);-ms-box-shadow:2px 2px 10px rgba(0,0,0,.01);position:relative;}
.sidebar .nav{overflow:hidden;flex-wrap:nowrap;flex-direction:column;padding-top:0px;padding-bottom:60px}
.sidebar .nav .nav-item .collapse{z-index:999}
.sidebar .nav .nav-item .collapse.show{display:block}
/*.sidebar .nav .nav-item .collapse.show,.sidebar .nav .nav-item .collapsing{background:#232323}*/
.sidebar .nav .nav-item .nav-link{align-items:center;display:flex;padding:1rem 1.875rem!important;white-space:nowrap;height:40px;font-weight:400;color:#212642}
.sidebar .nav .nav-item .nav-link:hover .spanExpand{border-color:#fff;}
.sidebar .nav .nav-item .nav-link i.menu-arrow:before{content:"\f105";font-family:"FontAwesome";font-size:18px;line-height:1;font-style:normal;vertical-align:middle;color:rgba(199,199,199,.5)}
    .sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
        background: #394d69;
        color: #fff;
    }
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] .spanExpand{border-color:#fff;}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i{color:#fff;}
.sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.gicon-arrow_drop_down{-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);border-color:#fff;}
.sidebar .nav .nav-item .nav-link .menu-icon{margin-right:13px;width:25px;min-width:25px;line-height:0.1;text-align:center;}
.rtl .sidebar .nav .nav-item .nav-link .menu-icon{margin-right:0;margin-left:1.25rem}
.sidebar .nav .nav-item .nav-link i{font-size:28px;}
.sidebar .nav .nav-item .nav-link .customModuleCountindicators i {
    font-size: 15px!important;
}
.sidebar .nav .nav-item .nav-link .menu-title{
color:inherit; width:100%; font-size:13px; vertical-align:middle; padding-left:1rem; height:35px; line-height:35px;
}
.sidebar .nav .nav-item .nav-link .menu-title1{color:#436696;display:inline-block;font-size:13px;line-height:1;vertical-align:middle;float:right;}
.sidebar .nav .nav-item .nav-link .modulenamewrap {
    white-space: nowrap;
    max-width: 140px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right:auto;
}
.sidebar .nav .nav-item.active > .nav-link{color:#ffffff}
.sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link .menu-title1, .sidebar .nav .nav-item.active > .nav-link i{color:inherit}
.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link{background:#436696;color:#fff}
.sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link i, .sidebar .nav:not(.sub-menu)>.nav-item:hover:not(.nav-profile)>.nav-link .menu-title1{color:#fff}
.sidebar .nav.sub-menu{margin-bottom:0;padding:0;}
.sidebar .nav.sub-menu .nav-item .nav-link{padding-left:6.6rem !important;font-size:13px;line-height:1;height:auto;border-bottom:#a7a7a7 dotted 1px;}
    .sidebar .nav.sub-menu .nav-item.active .nav-link {
        color: #fff;
        background: 0 0;
        background: #c7c7c7 !important;
    }
.sidebar .nav.sub-menu .nav-item .nav-link.active:before{background:#fff}
.sidebar .nav.sub-menu .nav-item:hover>.nav-link{background:#d4d4d4;}
.sidebar .nav.sub-menu .nav-item:hover>.nav-link:before{background:#d4d4d4}
.main-panel{transition:width .25s ease,margin .25s ease;width:calc(100% - 255px);min-height:calc(100vh - 123px);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}
.pagecontent1{padding:0;width:100%;-webkit-flex-grow:1;flex-grow:1}
.page-body-wrapper{min-height:calc(100vh - 123px);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;padding-left:0;padding-right:0}
.sidebar-icon-only .sw-maindiv .unlockmenu{display:none;}
/*.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover {background:#436696;color:#fff!important;}*/
.SelectedMenu, .SelectedMenu i, .nav-item.active .nav-link{background:#436696!important;color:#fff!important;}

.SelectedMenu .spanCount {
    color: #fff !important;
}
/*.main-panel > .row{display:flex;flex-wrap:wrap;display:-ms-flexbox;-ms-flex-wrap:wrap;}
.main-panel > .row > .col-lg-12{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;}*/
.slide-btn {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    background: #fff;
}
.slide-btn i{
    font-size:21px;
    color:#436696;
}
.sw-maindiv {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.sidebar-icon-only .slide-btn.navbar-toggler .fa-angle-left:before {
    content: "\f105"
}

.sidebar-icon-only .sidebar .che_lft {
    display: none;
}

.sidebar-icon-only .sidebar .che_rht {
    display: block;
}

.sidebar .che_rht {
    display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
    /*   .page-body-wrapper {
        padding-left: 15px;
    }

    .sidebar-icon-only .main-panel {
        width: calc(100% - 55px);
    }*/
}
@media (max-width: 767px) {
    .sidebar{position:absolute;width:0;margin-left:-202px;overflow-y:auto;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;height:100%!important}
    .sidebar-toggle.sidebar{width:202px!important;margin-left:0px!important;height:auto}
}

@media (min-width: 767px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper{width:70px}
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo{display:none}
    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini{display:inline-block}
    .sidebar-icon-only .navbar .navbar-menu-wrapper{width:calc(100% - 70px)}
    .sidebar-icon-only .sidebar{width:70px}
    .sidebar-icon-only .sidebar .nav{overflow:visible}
    .sidebar-icon-only .sidebar .nav .nav-item{position:relative}
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link{display:block;text-align:center;}
    .sidebar-icon-only .sidebar .nav .nav-item .collapse,.sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge,.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title, .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow,.sidebar-icon-only .sidebar .nav .nav-item .sidebar-sticker,.sidebar-icon-only .sidebar .nav .nav-item.nav-profile{display:none}
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title1{display:none}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background:#436696;color:#fff;padding:.5rem 1.25rem;left:70px;position:absolute;text-align:left;top:0;width:200px;z-index:1;height:40px;line-height:1.8;}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title1{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;background:#436696;color:#fff;padding:.5rem 1.25rem;right:0px;position:absolute;text-align:left;top:0;z-index:1;height:40px;line-height:1.8;}
    /*.spanExpand{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff;padding:.5rem 1.25rem;right:0px;position:absolute;text-align:left;top:0;z-index:1;line-height:1.8;border-top-right-radius:5px;border-bottom-right-radius:5px}*/
    .sidebar-icon-only .spanExpand{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#fff;padding:.5rem 1rem;right:0px;position:absolute;text-align:left;top:0;z-index:2;height:40px;line-height:1.8;border-top-right-radius:5px;border-bottom-right-radius:5px;border:0px;}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing{padding:0;background:#fafbfc;color:#4a4949;position:absolute;left:70px;width:200px;-webkit-box-shadow:0 1px 15px 1px rgba(113,106,202,.08);-moz-box-shadow:0 1px 15px 1px rgba(113,106,202,.08);box-shadow:0 1px 15px 1px rgba(113,106,202,.08);border-left:#a7a7a7 dotted 1px;border-right:#a7a7a7 dotted 1px;z-index:99;}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing{overflow:hidden;}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse{display:none;}
    .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse.in{display:block;}
    .sidebar-icon-only .sidebar .nav.sub-menu{padding:0 0 0 1.5rem}
    .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link{text-align:left;color:#4a4949;padding-left:1.25rem!important;padding-right:1.25rem!important;}
    /*.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:hover{color:#ccc}*/
    .sidebar-icon-only .main-panel{width:calc(100% - 70px)}
    .sidebar-hidden .main-panel{width:100%}
    .sidebar-absolute .main-panel{width:100%;transition:none}
    .sidebar-fixed .main-panel{margin-left:240px}
    .sidebar-fixed.sidebar-icon-only .main-panel{margin-left:70px}
    /*.sidebar-icon-only .sidebar .nav .nav-item .sub-menu .nav-item{position:inherit;}*/
}
#dvChaseListModuleDetails .k-grid-content.k-auto-scrollable {
    height: auto !important;
    max-height: 450px;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{box-sizing:border-box;}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{outline:none;}
/*.page-content-wrapper {
    float: left;
    width: 100%;
    z-index: 140;
}*/
.pagecontent {
    padding: 0;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.tooltip {
    position: fixed;
}

.notifyoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}
    .notifyoverlay span {
    word-break : break-all;
    word-wrap : break-word;
    }
    .alerttop {
        position: fixed;
        z-index: 9999999;
        top: 10px;
        min-width: 400px;
        width: 60%;
        max-width: 700px;
        margin: 10px auto;
        left: 0px;
        right: 0px;
    }

    .alerttop label {
        width: 95% !important;
    }
/*Article Title*/
.head-yback {
    background: #fff;
    color: #384A64;
}
.alert-title {
    color: #384A64;
    padding: 10px 0px 0px 0px;
    margin-bottom: 10px !important;
    border-bottom:1px solid #ddd;
}

    .alert-title .alrt-til {
        line-height: 30px;
        font-size: 15px;
        font-weight: bold;
        color: #374960;
    }

    /*.alert-title .btn {
        padding: 1.5px 6px;
        margin-top: 1px;
    }*/

.bg-primary {
    background: #436696 !important;
}

.badge-success {
    background-color: #4BA38F;
    border-color: #4BA38F;
}

.badge-danger {
    background-color: #E66260;
    border-color: #E66260;
}

.badge-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.badge-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.bg-orange {
    background: #436696 !important;
    color: #fff
}

.badge {
    font-size: 6px;
    padding: 3px 1px;
}
    .bg-ccc {
    background: #ccc !important;
}

.display-none {
    display: none;
}

.label-light {
    /*background-color: #c9eac9;*/
    /*color:#000;*/
    color: #4CAF50;
}

.label-pink {
    /*background-color: #f7aabf;
    color:#000;*/
    color: #d4463b;
}

.detailcount .label-pink, .detailcount .label-light, .detailcount .label-success {
    padding: 0px 4px !important;
    font-size: 13px !important;
    width: 100%;
    display: block;
    text-align: right;
    padding: 3px !important;
    margin-bottom: 3px !important;
    background: #ffffff94;
    max-width: 150px;
}
/*Comman*/
.tbl-bld {
    width: 200px;
    font-weight: bold !important;
    background: #F9F9F9;
    text-align: right !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-normal {
    font-weight: normal !important;
}

.v-align-top {
    vertical-align: top !important;
}

.head-yback {
    font-weight: bold !important;
    /*background: #436696;*/
}

.head-yellow {
    background: #436696;
    color: #fff
}

.head-gray {
    background: #e6e6e6;
}

.bdr-rds0 {
    border-radius: 0 !important;
}

.bdr-b-0 {
    border-bottom: 0px !important;
}

.bdr-cblack {
    border-color: #000 !important;
}

.disp-none {
    display: none !important;
}

#divSearchArea table tr td {
    border: none !important;
    text-align: left;
}

#FinancialGrid tr:hover, .xRxKendoGrid tr:hover {
    cursor: pointer;
}

.colorbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: #ddd solid 1px;
}
/*Login*/
.jumbotron.login {
    padding: 30px !important;
}

.outerpagebox {
    padding: 30px !important;
    margin: 100px auto;
    width: 350px;
    max-width: 100%;
}

.jumbotron.smallpadding {
    padding: 10px !important;
}

.jumbotron.smallpadding5px {
    padding: 7px 10px 5px 10px !important;
}

.reportmodal {
    width: 900px;
    height: 600px;
}

    .reportmodal iframe {
        width: 100%;
        height: 600px;
    }

.multiselect1 {
    width: 75% !important;
    display: inline-block;
    vertical-align: middle;
}

    .multiselect1 .k-button .k-icon {
        color: #f7f7f7;
    }

.text-right {
    text-align: right !important;
}

.zip {
    width: 60% !important;
}


.tip {
    cursor: pointer;
}
/*.popover-content {
height: 50px;
overflow-y: scroll;
}*/
.popover-content {
    max-height: 450px;
    overflow: auto;
    color: #fff;
}

.popover {
    background: #000;
    color: #fff;
    position: fixed;
}

    .popover.left > .arrow:after {
        border-left-color: #000 !important;
    }

.form-inline .form-group {
    margin-right: 10px;
}

textarea.form-control {
    resize: vertical;
}

.alerttop {
    position: absolute;
    z-index: 9999999;
    top: 10px;
    min-width: 400px;
    width: 60%;
    max-width: 700px;
    margin: 10px auto;
    left: 0px;
    right: 0px;
}

    .alerttop label {
        width: 95% !important;
    }
/* Loader Style Start */

.loadingPanel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.cursorPointer {
    cursor: pointer;
}

#divFixed {
    float: left;
    width: 20%;
    /*overflow-x: auto;*/
    overflow: hidden;
    max-height: 650px;
}

    #divFixed table {
        margin-bottom: 23px !important;
    }

.fixedwidth {
    float: right;
    max-width: 80%;
    overflow: scroll;
    width: 80%;
    max-height: 650px;
}

    .fixedwidth tr td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.loadingimage {
    left: 50%;
    top: 40%;
    position: fixed;
    width: 32px;
    height: 32px;
    background-image: url('../images/loading_2x.gif');
    z-index: 1040;
}

.loadingcontainer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 9999999;
}

#dvProgress {
    z-index: 99999999;
}

.v-tab {
    float: left;
    width: 200px;
}

    .v-tab li a {
        background: #ddd !important;
        color: #333 !important;
        border-radius: 0px !important;
    }

    .v-tab li.active a {
        background: #fff !important;
        color: #333 !important;
        border: #ddd solid 1px !important;
        border-right: 0px !important;
        border-radius: 0px !important;
    }

.v-tab-content {
    margin-left: 199px;
    border: #ddd solid 1px !important;
    min-height: 100px;
    padding: 10px;
}

.ytLoad {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 2px;
    /*background: #7f4530;*/
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

    .ytLoad.error {
        /*background: #b37225;*/
    }

    .ytLoad dd, .ytLoad dt {
        position: absolute;
        top: 0;
        height: 2px;
        /*-moz-box-shadow: #7f4530 1px 0 6px 1px;
        -ms-box-shadow: #7f4530 1px 0 6px 1px;
        -webkit-box-shadow: #7f4530 1px 0 6px 1px;
        box-shadow: #7f4530 1px 0 6px 1px;*/
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .ytLoad.error dd, .ytLoad.error dt {
        /*-moz-box-shadow: #b37225 1px 0 6px 1px;
        -ms-box-shadow: #b37225 1px 0 6px 1px;
        -webkit-box-shadow: #b37225 1px 0 6px 1px;
        box-shadow: #b37225 1px 0 6px 1px;*/
    }

    .ytLoad dt {
        opacity: .6;
        width: 180px;
        right: -80px;
        clip: rect(-6px,90px,14px,-6px);
    }

    .ytLoad dd {
        opacity: .6;
        width: 20px;
        right: 0;
        clip: rect(-6px,22px,14px,10px);
    }
/* Loader Style END */

.divvital table {
    position: relative;
    width: 700px;
    overflow: hidden;
    border-collapse: collapse;
}

/*thead*/
.divvital thead {
    position: relative;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    width: 700px;
    overflow: visible;
}

    .divvital thead th {
        min-width: 170px;
        border: 1px solid #222;
    }

        .divvital thead th:nth-child(1) { /*first cell in the header*/
            position: relative;
            display: block; /*seperates the first cell in the header from the header*/
        }

/*tbody*/
.divvital tbody {
    position: relative;
    display: block; /*seperates the tbody from the header*/
    width: 1040px;
    height: 650px;
    overflow: scroll;
}

    .divvital tbody td {
        min-width: 170px;
    }

.militrytime {
    min-width: 125px !important;
    max-width: 125px !important;
}

.militrytimess {
    min-width: 140px !important;
    max-width: 140px !important;
}

.divvital tbody tr td:nth-child(1) { /*the first cell in each tr*/
    position: relative;
    display: block; /*seperates the first column from the tbody*/
    border-bottom: 0px;
    border-left: 0px;
}

.divvital .table-striped > tbody > tr:nth-of-type(odd) td {
    background-color: #f9f9f9
}

.divvital .table-striped > tbody > tr:nth-of-type(even) td {
    background-color: #fff
}



.bdr-1 {
    border: 1px solid #ddd;
}

.bdr-0{border:0px!important;}

@media only screen and (min-width: 1024px) {
    .form-horizontal .control-label {
        padding-right: 0px !important;
    }
    .res-pd-r-5 {
        padding-right: 5px !important;
    }

    .res-pd-l-5 {
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 1025px) {
    .navbar-toggle {
        display: block;
    }

    .pagecontent {
        margin-left: 0px !important;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    

    /*#sidebar {
        width: 0;
        margin-left: -275px;
        overflow-y: auto;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .sidebar-toggle #sidebar {
        width: 275px !important;
        margin-left: 0px !important;
    }

    .sidebar-toggle .pagecontent {
        margin-left: 290px !important;
    }*/
}

@media only screen and (min-width: 1800px) {
}

@media only screen and (min-width: 1280px) and (max-width: 1850px) {
    .src-lbl {
        text-align: left !important;
        display: block;
    }

    .multiselect {
        width: 270px !important;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1280px) {
    #divSearchArea table tr td {
        text-align: left !important;
    }

    .dynamicDate .k-picker-wrap {
        width: 100% !important;
        box-sizing: border-box;
    }

    #dvGrid .navbar-default .form-inline .form-group label {
        display: block;
        margin-left: 0 !important;
    }

    #dvGrid .navbar-default .form-inline #btnSearch {
        margin-top: 25px;
    }

    .src-lbl {
        text-align: left !important;
        display: block;
    }

    .multiselect {
        width: 270px !important;
    }
}
/*Admin CSS Start*/
.Pagetitle {
    padding: 4px 10px 10px 0;
    text-decoration: none;
    font-weight: normal;
    color: #6c1111;
    font-size: 20px;
}

#tabstrip h2 {
    font-weight: lighter;
    font-size: 5em;
    line-height: 1;
    padding: 0 0 0 30px;
    margin: 0;
}

    #tabstrip h2 span {
        background: none;
        padding-left: 5px;
        font-size: .3em;
        vertical-align: top;
    }

#tabstrip p {
    margin: 0;
    padding: 0;
}

.page-header {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .page-header h4 {
        margin-bottom: 0px !important;
        margin-top: 6px;
    }

.vmiddle {
    vertical-align: middle !important;
}

.k-grid-header th.k-header {
    border-radius: 0px;
    font-weight: bold;
}
/*Temporary Code */
/*.k-grid-header th > .k-link > .k-icon{
    display:none!important;
}*/
/*Temporary Code */
.selectedrow td {
    background-color: #B0BFCC !important;
}

.k-grid td, .k-grid th {
    border-left-width: 0 !important;
    padding: 3px 6px !important;
}

.k-grid .k-button {
    padding: 3px 6px;
}

    .k-grid .k-button.k-button-icontext .k-icon, .k-grid .k-button.k-button-icontext .k-image {
        vertical-align: middle;
    }

.k-upload .k-upload-button {
    padding: 0px 4px !important;
}

.k-grid td .btn-sm {
    padding: 2px 6px !important;
    font-size: 13px !important;
}

.k-grid td select.input-sm {
    height: 26px;
    line-height: 26px;
    padding: 0px 5px !important;
}

.k-grid-header-wrap {
    border-right-width: 0 !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    /*background-color: #ffe5c0 !important;
    border-color: #ffe5c0 !important;*/
    color: #333 !important;
    box-shadow: none !important;
}

.k-autocomplete.k-state-border-down > .k-i-close {
    margin-top: 0px;
}

    .k-autocomplete.k-state-border-down > .k-i-close:before {
        top: -2px;
    }

.k-autocomplete > .k-i-close {
    margin-right: 0px !important;
    display: inline-block !important;
    width: 1.9em;
    border-radius: 0px 4px 4px 0px;
    height: 100%;
    background: #fff;
    border-left: #ddd solid 1px;
}

.k-grid-content .k-state-selected, .k-grid-content .k-state-selected:link, .k-grid-content .k-state-selected:visited {
    background-color: #ffe5c0 !important;
    border-color: #ffe5c0 !important;
    color: #333 !important;
}

    .k-grid-content .k-state-selected:hover td {
        background-color: #ffe5c0 !important;
        border-color: #ffe5c0 !important;
        color: #333 !important
    }

.k-state-selected:hover td {
    background-color: #ffe5c0 !important;
    border-color: #ffe5c0 !important;
    color: #333 !important
}
/*#menuitem_CashPostings{display:none!important;}*/
/*.kendolist .k-grid-header th.k-header > .k-link, .kendolist .k-grid-header th.k-header {
    overflow:inherit!important;
    text-overflow:inherit!important;
}*/
.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input{padding:.095em 0;}
.smalldtpicker .k-picker-wrap {
    height: 28px !important;
}

.smalldtpicker .k-i-calendar {
    top: -2px;
}

.smalldtpicker.k-input {
    height: 28px !important;
    box-sizing: border-box;
}

.smalldrpkendo .k-dropdown-wrap {
    height: 28px !important;
}

    .smalldrpkendo .k-dropdown-wrap .k-input {
        height: 28px !important;
        box-sizing: border-box;
    }

.smallnumerickendo .k-numeric-wrap {
    height: 28px !important;
}

    .smallnumerickendo .k-numeric-wrap .k-input {
        height: 28px !important;
        box-sizing: border-box !important;
        padding-right: 5px !important;
        text-align: right !important;
    }

.reportpagediv .form-group {
    margin-bottom: 10px;
}

.navbar-toggle {
    float: left;
    margin-top: 15px;
}

.text-black {
    color: #000 !important;
}

.padding10px {
    padding: 10px;
}

.k-header .k-i-arrow-s {
    display: none !important;
}

.k-i-arrow-e:before {
    position: relative !important;
}

.form-group.has-error .field-validation-error {
    color: #a94442 !important;
}

.has-error .k-autocomplete.k-state-default, .has-error .k-dropdown-wrap.k-state-default, .has-error .k-multiselect.k-header, .has-error .k-numeric-wrap.k-state-default, .has-error .k-picker-wrap.k-state-default {
    border-color: #a94442 !important;
}

.has-error .fs-label-wrap {
    border-color: #a94442 !important;
}

.whiteheader .k-grid .k-grid-header, .whiteheader .k-grid .k-header {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}

.whiteheader .k-grid-header th.k-header > .k-link {
    color: #000 !important;
    font-weight: bold;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.yellow_back {
    /*background: #436696;*/
}

.k-grid-content .form-control {
    box-sizing: border-box !important;
}

.labresultDetailviewChildGrid {
    height: auto;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

#grdDynamicCol.k-grid-content {
    height: 600px !important;
    overflow-x: scroll;
}

.OutRangeTextColor, .txtred {
    color: red !important;
}

.tab-content {
    border: 0px !important;
    padding: 10px;
    background: #fff;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
}

.tab-content .tab-content {
    border: 0px !important;
    padding: 10px;
    background:#fff; 
}

#SettingHelp {
    float: right;
    margin-top: 5px;
}

.ModuleTitle {
    padding: 4px 35px 10px 0px; /*	background: #EF8116;*/
    text-decoration: none;
    font-weight: normal;
    color: #6c1111; /*#EF8116;*/
    font-size: 20px;
    font-size: 19px;
    margin-top: 10px;
}

.custommenu {
    left: inherit !important;
    right: 0px !important;
    width: 410px !important;
}

.k-widget.k-grid input[type=text], .k-widget.k-grid select:not(.k-dropdown) {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
}

    .k-widget.k-grid input[type=text]:focus, .k-widget.k-grid select:focus {
        border-color: #66afe9;
        outline: 0;
    }

.navbar-right .dropdown-toggle i.fa {
    font-size: 20px;
}

.k-filter-row th, .k-grid-header th.k-header {
    border-right: #fff solid 1px !important;
}

.kendolist .k-i-arrow-n, .kendolist .k-i-arrow-s {
    display: none !important;
}

.kendolist .k-grid tr td .btn {
    /*margin: -10px 0px !important;*/
    padding: 1px 8px !important;
}

.k-pager-numbers .k-state-selected {
    background-color: #436696 !important;
    border-color: #436696 !important;
}

.k-datepicker .k-state-disabled {
    opacity: 1 !important;
    cursor: not-allowed !important;
    background-color: #eee !important;
}

    .k-datepicker .k-state-disabled .k-input {
        background-color: #eee !important;
        cursor: not-allowed;
    }

    .k-datepicker .k-state-disabled .k-select {
        cursor: not-allowed;
    }

        .k-datepicker .k-state-disabled .k-select .k-icon {
            cursor: not-allowed;
        }

.usericon {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.usertitle {
    background: #fff;
    margin-left: 20px;
    border-left: 2px solid #436696;
}
.dropdown-toggle.usertitle {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.src-header {
    -webkit-box-shadow: 0px 1px 2px 0px hwb(0deg 0% 100% / 16%);
    -moz-box-shadow: 0px 1px 2px 0px hwb(0deg 0% 100% / 16%);
    box-shadow: 0px 1px 2px 0px hwb(0deg 0% 100% / 16%);
    background-color:#fff;
    position:relative;
    z-index:141;
}
/*.usertitle:hover, .usertitle:focus {
        background: #e7e7e7 !important;
    }*/
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #436696;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    background-color:transparent;
}

.actionrightbtn {
    float: right;
    margin-bottom: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.searchtable tr td {
    padding: 0px 5px !important;
}

.disp-inlineblock {
    display: inline-block;
}

.display-block {
    display: block !important;
}

.widthauto {
    width: auto;
}

.resminwidth100 {
    min-width: 100px;
}

.resminwidth150 {
    min-width: 150px;
}

.checkbox1 {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.input-group .k-numerictextbox .k-numeric-wrap {
    border-radius: 0px 4px 4px 0px !important;
}

.input-group-addon.smallpd {
    padding: 6px 7px !important;
}
/*Multiselect CSS Start*/
.fs-wrap {
    cursor: pointer;
    line-height: 1;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fs-label-wrap {
    position: relative;
    cursor: default;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fs-dropdown, .fs-label-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fs-label-wrap .fs-label {
        padding: 5px 20px 5px 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #333;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    max-width: 500px;
    z-index: 1000;
}

    .fs-dropdown .fs-options {
        max-height: 200px;
        overflow: auto;
    }

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: 0;
    padding: 4px 0;
    width: 100%;
}

.fs-optgroup-label, .fs-option, .fs-search {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

    .fs-option:hover {
        background-color: #f7f7f7;
    }

    .fs-option:last-child {
        border-bottom: none;
    }

.fs-search {
    padding: 0 4px;
}

.fs-option {
    cursor: pointer;
}

    .fs-option.disabled {
        opacity: .4;
        cursor: default;
    }

    .fs-option.hl {
        background-color: #f5f5f5;
    }

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i { /*background-color:#436696;*/
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: 700;
    text-align: center;
}
#fs_ddlLocations > div > div.fs-dropdown > div.fs-selectall > a {
    width: 100%;
}
.fs-selectall{
    margin:5px;
}
.fs-closebutton{
    margin:5px;
}
    .fs-selectall .btn, .fs-closebutton .btn {
        padding:0px 3px!important;
    }
/*Multiselect CSS END*/
.multiselect {
    width: 230px;
    overflow: auto;
    text-overflow: ellipsis;
}

.multiselect-selected-text {
    display: block;
    text-align: left;
    width: 90%;
    float: left;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.multiselect .caret {
    position: absolute;
    right: 7px;
    top: 15px;
}

.multiselect-native-select .open > .dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

.searchbox {
    width: 600px;
    background: #fff;
    border: #ddd solid 1px;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0 0px 8px rgba(0,0,0,.175);
    box-shadow: 0 0px 8px rgba(0,0,0,.175);
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: -800px;
    height: 55px;
    transition: top 1s;
    -webkit-transition: top 1s;
}

    .searchbox.active {
        top: 10px !important;
    }

#divAdminCustomersList .dropdown-menu{width:300px;max-height:344px;overflow:auto;}
/*#divAdminCustomersList a {line-height:inherit;}*/
.menu-ellipsis {
    white-space: nowrap;
    width: 257px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    margin-top: -10px;
}

.dragpanel {
    width: 15px;
    min-height: 100vh;
    position: relative;
}

    .dragpanel a {
        display: none;
        position: absolute;
        top: 50%;
        cursor: pointer;
        color: #458cef;
        font-size: 16px;
    }

        .dragpanel a::before {
            content: '\f104';
            font-family: FontAwesome;
        }

    .dragpanel.active a::before {
        content: '\f105' !important;
        font-family: FontAwesome;
    }

    .dragpanel:hover a {
        display: block !important;
    }

    .dragpanel:hover {
        background: #f7f7f7;
        cursor: pointer;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.content {
    padding: 20px 20px 20px 10px;
    min-height: 100vh;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {


    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

}

@media (min-width: 768px) {
    .k-pager-numbers-wrap select.k-dropdown {
        display: none;
    }
}

.greybox {
    /*background-color: #fff;
    padding:0px !important;
    border: #fff solid 1px;
    border-radius: 8px;*/
    margin-bottom: 10px;
}
/*Mega Menu*/
.ui-widget {
    font-size: 14px;
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    float: left;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    width: 100%;
    float: left;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item a.mcacAnchor span:first-child {
    display: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-widget-header span:first-child {
    display: none;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item a.mcacAnchor span:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 600px;
    height: 500px;
    overflow: auto;
    z-index: 9999;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-widget-header {
        background: #436696;
        color: #fff;
        padding: 3px 1em 3px .4em;
        font-size: 12px;
    }



/*#btnAddCategoryt {
    background: none;
    padding: 0px;
    font-size: 15px;
    line-height: 30px;
    margin-left: 10px;
}*/

.CursorPointer {
    cursor: pointer;
}

.FlagErrorMsg {
    color: red;
    font-style: italic;
}


/*Newchanges 13/03/2019*/
.tblpatientDetail {
    margin-top: 15px;
}

    .tblpatientDetail td {
        padding: 5px 10px;
    }

    .tblpatientDetail span {
        font-size: 13px !important;
    }


.freezeTable.mGridLeft td, .freezeTable.mGridLeft th {
    padding: 0 5px !important;
    box-sizing: border-box !important;
}
/*------------------Temporary CSS--------------------------------*/
.mGridLeft {
    width: 100%;
    margin: 0px;
    border: #ddd solid 1px;
}

    .mGridLeft tr:hover {
        background-color: #ebebeb;
    }

    .mGridLeft td {
        padding: 3px 6px;
        color: #333;
        height: 28px;
        border: 0;
        /*text-align: left;*/
        font-size: 13px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #ccc;
        border-left-width: 0 !important;
    }

        .mGridLeft td:last-child {
            border-right-width: 1px !important;
        }

        .mGridLeft td a:link {
            color: #333;
        }

    .mGridLeft th {
        padding: 3px 5px;
        height: 25px;
        color: #333;
        font-weight: bold !important;
        background: #436696;
        font-size: 13px;
        text-align: left;
        border: 0;
        border-right: #fff solid 1px;
    }

        .mGridLeft th a:link {
            color: #333;
            font-weight: bold;
        }

    .mGridLeft .alt {
        background-color: #f5f5f5;
    }



    .mGridLeft a:hover {
        text-decoration: underline;
    }

    .mGridLeft th:last-child {
        border-right: 0 !important;
    }

.pgr {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background: #f7f7f7;
}

    .pgr table > tbody > tr > td {
        display: inline;
        border-bottom: 0px !important;
        border-right: 0px !important;
    }

        .pgr table > tbody > tr > td > a,
        .pgr table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pgr table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #fff;
            background-color: #436696;
            border-color: #ccc;
            cursor: default;
        }

        .pgr table > tbody > tr > td:first-child > a,
        .pgr table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pgr table > tbody > tr > td:last-child > a,
        .pgr table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pgr table > tbody > tr > td > a:hover,
        .pgr table > tbody > tr > td > span:hover,
        .pgr table > tbody > tr > td > a:focus,
        .pgr table > tbody > tr > td > span:focus {
            text-decoration: none;
            color: #436696;
            border-color: #ccc;
            background: #ebebeb;
        }

.gridPager {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: #ccc solid 1px;
    border-top: 0px;
    padding: .333em .25em;
    background: #f7f7f7 !important;
    margin-bottom: 15px;
}

.Pager {
    padding-left: 0;
    border-radius: 4px;
    float: left;
    border: 1px solid #ddd;
}

    .Pager span.pActive {
        margin-left: 0px;
        position: relative;
        float: left;
        line-height: 2.3em;
        height: 2.3em;
        min-width: 2.3em;
        text-decoration: none;
        margin-left: -1px;
        z-index: 2;
        color: #fff;
        background-color: #436696;
        cursor: default;
        text-align: center;
    }

    .Pager a {
        float: left;
        text-align: center;
        line-height: 2.3em;
        height: 2.3em;
        min-width: 2.3em;
        text-decoration: none;
        color: #333;
        background-color: #fff;
        border-right: 1px solid #ddd;
    }

        .Pager a:last-child {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            border-right: 0px;
        }

        .Pager a:first-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

    .Pager span:first-child {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .Pager span:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }


.TrendingView tr td {
    text-align: left !important;
}

.fixcolumntable {
    float: left;
    position: absolute;
    z-index: 1;
}

.customtable {
    width: 100%;
    overflow: auto;
}

.TrendingView tr th, .TrendingView tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fixcolumntable > table tbody tr td:first-child {
    font-weight: bold !important;
}

.ModuleContents {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fade.in {
    display: block;
}

/*New popup css */
.modal-header{border-bottom:0px;padding-bottom:0px;}
.modal-header button.close {border:1px solid #ccc;padding:0px 4px;border-radius:4px;}
.modal-footer {border-top:0px;padding-top:0px;}
.close{font-weight:normal;opacity:1;}
.custommodal_new {
    position: fixed;
    z-index: 9999999;
    left: 0px;
    right: 0px;
    top: 10%;
    margin: auto;
    width: 500px;
    background: #fff;
    border: #ddd solid 1px;
}

    .custommodal_new .headertitle {
        text-align: left;
        background: gray;
        font-weight: bold;
        color: White;
    }


.custommodalbg_new {
    background-color: #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999998;
}

.alert2 {
    z-index: 999999 !important;
}

.alert2bg {
    z-index: 999998 !important;
}

.maxheightscroll {
    max-height: 400px;
    overflow: auto;
}

.height550scroll {
    max-height: 550px;
    overflow: auto;
}

.modulenamepanel {
    background: #436696;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

    .modulenamepanel .cell {
        /*color: #ffb66f;*/
        float: left;
        margin-right: 5px;
    }

        .modulenamepanel .cell span {
            color: #fff;
        }

.btnorange {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #436696;
}

    .btnorange:hover {
        background: #b86411;
        border: #b86411 solid 1px;
    }

.btngrey {
    background: #f7f7f7 !important;
    border: #ddd solid 1px !important;
    padding: 0 20px !important;
    height: 25px !important;
    font-size: 1rem !important;
    border-radius: 4px !important;
    color: #333 !important;
    cursor: pointer !important;
}

    .btngrey:hover {
        background: #dfdfdf;
        border: #ddd solid 1px;
    }

.btnwhite {
    background: #fff !important;
    border: #ddd solid 1px !important;
    padding: 0 20px !important;
    height: 26px !important;
    font-size: 1rem !important;
    border-radius: 4px !important;
    color: #333 !important;
    cursor: pointer !important;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
}

    .btnwhite:hover {
        background: #dfdfdf !important;
        border: #f7f7f7 solid 1px !important;
    }

.resetbtn {
    margin-right: 4px;
    width: 35px !important;
    height: 30px;
    box-sizing: border-box;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABgklEQVQ4jZ3UP2tUQRSG8d8slyASgoRFJARJZWVhKWIhslgHK7EOtlpYBK0s/AQWViJiFYKCWFhYiNhZCGIhUYKQTsREE3b9k8Rjcecmd8fdFJ7hNnPmfebMnPdOCqEdSapwHMdwCDtYx1qITaMiWgMzuI5X+IJtbOE97uEMOjiHeUyE0AbM4hn62M3iDXzHrzz3EXfwCUuY3oOgiyeILH6YdzqJs7iBdznffI/Qba6jgytZvIXbOFIcs4PFgyAz+Ri7WG5KLCDnsToOUqHCh9yB+yHWR9z/FF7jTWvuBQaQMmQyl7wZYqckJGmitQb+YBDiZwmpWrrf4zyRpEm1fwYhBrLwBG7mRBNrSboV4lsB6OJq1izhcZPrGb6wbdyVjVR0aB6f8RUXWzkXCsgK5kYATuNtXvMcUwdBfqhbfQmn1GZbbAE20Cs20VObbBlP7du+71/br+AyqhIyhwVM4yiu4aX9H7CfxQ9yVZ3SjGnMUzCrdvJhw0/BULf2NCXkf+Ivwc/Pjcz/DEcAAAAASUVORK5CYII=) no-repeat center;
    border: #ddd solid 1px;
}

    .resetbtn:hover, .resetbtn:focus {
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABgklEQVQ4jZ3UP2tUQRSG8d8slyASgoRFJARJZWVhKWIhslgHK7EOtlpYBK0s/AQWViJiFYKCWFhYiNhZCGIhUYKQTsREE3b9k8Rjcecmd8fdFJ7hNnPmfebMnPdOCqEdSapwHMdwCDtYx1qITaMiWgMzuI5X+IJtbOE97uEMOjiHeUyE0AbM4hn62M3iDXzHrzz3EXfwCUuY3oOgiyeILH6YdzqJs7iBdznffI/Qba6jgytZvIXbOFIcs4PFgyAz+Ri7WG5KLCDnsToOUqHCh9yB+yHWR9z/FF7jTWvuBQaQMmQyl7wZYqckJGmitQb+YBDiZwmpWrrf4zyRpEm1fwYhBrLwBG7mRBNrSboV4lsB6OJq1izhcZPrGb6wbdyVjVR0aB6f8RUXWzkXCsgK5kYATuNtXvMcUwdBfqhbfQmn1GZbbAE20Cs20VObbBlP7du+71/br+AyqhIyhwVM4yiu4aX9H7CfxQ9yVZ3SjGnMUzCrdvJhw0/BULf2NCXkf+Ivwc/Pjcz/DEcAAAAASUVORK5CYII=) no-repeat center;
    }

.search_icon {
    width: 35px !important;
    height: 30px;
    box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABZUlEQVQ4jZ2SMUubcRCHn8sUMgUHKU4ho4gEcegoFofiJo7SyW9S/Az5AOLYoQhdutQuHapSSp0EbYWqSzfFqPg+HXJik/wj1t/xwr0cPPf7312IDEhaQFttRsQNcAQcEfQYJ+9D6+ob9av6R71Tr9QDtas2pRz/AjbVW/VaPVR3EnhpX3tq5zHIWgJUN9SO+kJtq+vqcTrbLkO0lR2v1bdFwzp/76iqqoXhek1tA23gBHhXHFywC3wGiIil4XINaOZ3CpyPXYDuZ9oageQab4AGUB8HiYiJTC9GIOpP+rcwDSwWXVROAav5u1OyWa+qqpubOVbnhoY6pW5l/ax0L5F7bgIf1bmI6KmfgG/5hBVgMnueAq8Jvg86eejYUd9b1pn6O/Mv6uyok0HqIvCK/hYucgYf1BbQjYiX9M9hmeDHoJOnhM6qv9LRltp4OPv/A80kYF2tlZ/zFElD7UUtKuCZkCH9BTx3yBvms0YTAAAAAElFTkSuQmCC) no-repeat center;
    background-color: #436696;
}

    .search_icon:hover, .search_icon:focus {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABZUlEQVQ4jZ2SMUubcRCHn8sUMgUHKU4ho4gEcegoFofiJo7SyW9S/Az5AOLYoQhdutQuHapSSp0EbYWqSzfFqPg+HXJik/wj1t/xwr0cPPf7312IDEhaQFttRsQNcAQcEfQYJ+9D6+ob9av6R71Tr9QDtas2pRz/AjbVW/VaPVR3EnhpX3tq5zHIWgJUN9SO+kJtq+vqcTrbLkO0lR2v1bdFwzp/76iqqoXhek1tA23gBHhXHFywC3wGiIil4XINaOZ3CpyPXYDuZ9oageQab4AGUB8HiYiJTC9GIOpP+rcwDSwWXVROAav5u1OyWa+qqpubOVbnhoY6pW5l/ax0L5F7bgIf1bmI6KmfgG/5hBVgMnueAq8Jvg86eejYUd9b1pn6O/Mv6uyok0HqIvCK/hYucgYf1BbQjYiX9M9hmeDHoJOnhM6qv9LRltp4OPv/A80kYF2tlZ/zFElD7UUtKuCZkCH9BTx3yBvms0YTAAAAAElFTkSuQmCC) no-repeat center;
        background-color: #436696;
    }

.modulenamepanel .cell .btnorange {
    padding: 3px 6px !important;
}

.floatright {
    float: right !important;
}

.clear {
    clear: both;
}

.radiobtnlist {
    width: 100%;
}

    .radiobtnlist input[type="radio"] {
        vertical-align: middle;
        margin-right: 5px;
        margin-top: 0px;
    }

    .radiobtnlist label {
        cursor: pointer;
        display: inline !important;
        padding-right: 5px;
    }

.tablescroll_head {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.tablescroll_body {
    margin-top: 0px !important;
}

.column-left {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.column-right {
    float: right;
    width: 32%;
}

.column-center {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}

.searchform {
    margin: 0px;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    color: #000;
}

    .searchform .formgroup {
        display: inline-block;
        margin-right: 10px;
        text-align: right;
        margin-top: 10px;
    }

    .searchform.labresultform .formgroup, .searchform.nomargin .formgroup {
        margin-top: 0px;
    }

    .searchform .formgroup label {
        display: inline-block;
        margin-right: 5px;
        color: #000;
    }

.display-none {
    display: none !important;
}

.v-middle {
    vertical-align: middle !important;
}

.reportpagediv .form-inline .form-group label {
    display: block
}

/*.reportpagediv .form-inline .form-group .btn {
    margin-top: 23px
}*/
.fa-2 {
    font-size: 1.2em
}

.input-sm, .input-group-sm > .form-control {
    font-size: 13px !important;
}
/*.btn-group-sm > .btn, .btn-sm {
    padding: 4.5px 10px;
    font-size: 13px;
}*/
.btn-green {
    background-color: #4cae4c !important;
    border-color: #4cae4c !important
}

    .btn-green:hover {
        background-color: #3fa53f !important;
        border-color: #3fa53f !important
    }

.btn-light {
    background-color: #ffe7c5 !important;
    border-color: #436696 !important;
    color: #333;
}

    .btn-light:hover {
        background-color: #436696 !important;
        color: #fff;
    }

.right-align {
    text-align: right;
}

.input-group .inputaddon {
    border: 0px !important;
    height: 16px !important
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important
    }

.inputaddon {
    width: 80px !important;
    border: 0px;
    background: transparent;
    padding: 0px;
    height: 16px;
    outline: none;
}
/*-----------------/Temporary CSS/--------------*/

/*--------- Login Page*/
.container-login {
    min-height: 350px;
    position: relative;
    height: 80vh;
}

.loginbox {
    position: absolute;
    width: 360px;
    height: 315px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    margin: auto;
}
.logintitle {
    padding: 0px 0px 10px 0px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    border-bottom: #ddd solid 1px;
    margin-bottom: 15px;
}

.formremember input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

/*Custom Bootstrap*/
.table {
    margin-bottom: 10px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: .5em .6em .4em .6em;
        font-weight: normal;
        line-height: 18px;
    }

.table-sm td, .table-sm th {
    padding: 5px 7px !important
}
/*Custom Class*/
.panel {
    margin-bottom:0px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        margin-bottom: 2px;
    }

.panel-default{border:0px;border-radius:8px;box-shadow:none;}
.panel-heading{border-top-left-radius:8px;border-top-right-radius:8px;background:#fff!important;font-weight:bold!important;padding:5px 10px;}
.panel-body{border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.modal-body .panel-default{border:1px solid #ddd;}

.panel-orange > .panel-heading {
    background-color: #fff !important;
    border-bottom: 0;
    border-top: #436696 solid 5px;
    padding-bottom: 5px
}

.panel-green > .panel-heading {
    background-color: #fff !important;
    border-bottom: 0;
    border-top: #4cae4c solid 5px;
    padding-bottom: 5px
}

.panel-blue > .panel-heading {
    background-color: #fff !important;
    border-bottom: 0;
    border-top: #2a75b5 solid 5px;
    padding-bottom: 5px
}

.panel-infos > .panel-heading {
    background-color: #fff !important;
    border-bottom: 0;
    border-top: #31b0d5 solid 5px;
    padding-bottom: 5px
}

.chkbxpos {
    position: relative;
    top: 2px;
}

.chkbx-middle {
    margin-top: 0px !important;
    vertical-align: middle;
}

.h-290overflow {
    height: 290px;
    overflow: auto
}

.h-350overflow {
    height: 350px;
    overflow: auto
}

.h-500overflow {
    height: 500px;
    overflow: auto
}

.mxh-277overflow {
    max-height: 277px;
    overflow: auto
}

.h-640overflow {
    height: 640px;
    overflow: auto
}

.mxh-900px {
    max-height: 900px !important;
}

.h-500px {
    height: 500px;
}

.d-block {
    display: block !important;
}

.lh-30px {
    line-height: 30px;
}

.text-white {
    color: #fff !important;
}

.customradiogroup label input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute
}

.customradiogroup label {
    text-align: center !important;
}

.customradiogroup.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

#btnAddCategoryt .btn-sm {
    line-height: 1.6;
}

#tblModuleList .input-group {
    width: 100%;
}

.AdvancedSearch td .src-lbl {
    margin-top: 10px;
}
/*Kendo Custom Css*/
#GridLiveAPILogDiv .k-checkbox{
    margin-top:0px;
}
.k-grid-header th.k-header{/*padding:.3em .6em .5em !important;*/font-weight:bold;}
.k-grid td, .k-grid th{border-left-width:0 !important;white-space:nowrap;}
.k-grid-header .k-header .k-link{font-weight:bold;}
.k-autocomplete .k-input{padding-right:24px;}
.k-dropzone{padding:.287em;}
.k-state-selected {
    background-color: #436696;
    border-color: #436696;
    color:#fff!important;
}
/*.k-dropdown-wrap .k-input, .k-autocomplete .k-input{height:1.668em;line-height:1.668em;}*/
.k-dropdown-wrap .k-input, .k-autocomplete .k-input {
    height: 28px;
    line-height: 1.823em;
    box-sizing: border-box;
}

.k-dropdown-wrap .k-icon:before {
    height: 1.3em
}

.k-widget.k-tooltip {
    width: 230px;
    text-align: left;
}

.k-tooltip-content {
    word-wrap: break-word;
    word-break: break-all;
}

#pnlSearchControls .k-datepicker {
    background-color: transparent !important;
    width: 100%;
}

.resize-none {
    resize: none !important;
}

#grdDataPanel .moduleKendoGrid .k-grid-content {
    height: auto !important;
    max-height: 675px;
}

#grdDataPanel .labresult .k-grid-content {
    height: auto !important;
    max-height: 350px !important;
}

.encounterlink.open > a, .encounterlink.open > a:focus, .encounterlink.open > a:hover, .encounterlink a.dropdown-toggle:hover {
    text-decoration: none !important;
    color: #333;
    background-color: #fff !important;
}

.whitebox {
    border: 1px solid #ddd;
    background-color: white;
}

.greybox .form-inline {
    margin-top: -10px !important;
}

    .greybox .form-inline .form-group {
        margin-top: 10px;
        vertical-align: top;
    }

.view-tbl tr td {
    padding: 7px 7px 3px 7px !important;
}

.edit-tbl tr td {
    padding: 3px !important;
}

    .edit-tbl tr td .tdbx {
        padding: 3px 4px 0px 4px !important; /*line-height:32px!important*/
    }

    .edit-tbl tr td .form-control {
        padding: 0px 4px;
        height: 25px;
        background: #fff;
        box-shadow: none;
    }

.btn-category {
    cursor: not-allowed;
    opacity: .65;
    margin-left: 5px;
}

.k-numeric-wrap .k-select .k-link-increase .k-i-arrow-60-up {
    margin-top: 3px;
}

.radiobtnlist td {
    height: 30px;
    padding-right: 10px;
}

    .radiobtnlist td:last-child {
        padding-right: 0px;
    }

.edit-tbl tr td .input-group-sm > .input-group-btn > .btn {
    height: 25px;
    padding: 3px 10px;
}

.h-30px {
    height: 30px;
}
/**/
.activelbl {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
}

    .activelbl h3 {
        color: #9b1111;
        font-weight: 500;
        font-size: 1.2em;
    }

.sortableULCls {
    list-style: none;
    padding: 0px;
    min-height: 32px;
    margin-bottom: 0px;
}

.sortableLICls {
    margin: 0px 0px 5px 0px;
    padding: 4px;
    text-align: left;
    background: #436696;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    border-radius: 4px;
}

.ui-state-highlight {
    height: 30px;
}

.circle-span {
    color: #436696;
    text-align: center;
    left: 0px;
    float: left;
    width: 30px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 2px;
    margin-right: 5px;
}

#txtSearchText-list {
    width: 300px !important;
}

.customcheckboxlist input[type="checkbox"], .customradioboxlist input[type="radio"] {
    margin: 0px;
    margin-right: 5px;
    vertical-align: middle;
}

.scrollbox {
    height: 500px;
    overflow: auto;
}

@-ms-viewport {
    width: auto !important;
}

.k-loading-mask {
    display: none !important;
}

.custom-group-control {
    border: #ddd solid 1px;
    height: 32px;
    padding: 5px;
}

    .custom-group-control input[type='checkbox'] {
        margin: 0px;
        vertical-align: middle;
    }

.additionalsearchfield {
    display: none;
}

.tooltip-inner {
    text-align: justify !important;
    word-break: break-all;
    max-width: 350px;
}

.color-333 {
    color: #333 !important;
}
.color-blue{color:#436696!important;}

.Intakeoutput table {
    position: relative;
    overflow: hidden;
    border-collapse: collapse;
}
/*thead*/
.Intakeoutput thead {
    position: relative;
    display: block; /*seperates the header from the body allowing it to be positioned*/
    width: 700px;
    overflow: visible;
}

    .Intakeoutput thead th {
        min-width: 90px;
        max-width: 90px;
        height: 45px;
        vertical-align: middle;
        border: 1px solid #222;
    }

        .Intakeoutput thead th:nth-child(1) { /*first cell in the header*/
            position: relative;
            display: block; /*seperates the first cell in the header from the header*/
        }

/*tbody*/
.Intakeoutput tbody {
    position: relative;
    display: block; /*seperates the tbody from the header*/
    width: 1040px;
    height: 650px;
    overflow: scroll;
}

    .Intakeoutput tbody td {
        min-width: 90px;
        max-width: 90px;
    }

    .Intakeoutput tbody tr td:nth-child(1) { /*the first cell in each tr*/
        position: relative;
        display: block; /*seperates the first column from the tbody*/
        border-bottom: 0px;
        border-left: 0px;
    }

.Intakeoutput .table-striped > tbody > tr:nth-of-type(odd) td {
    background-color: #f9f9f9
}

.Intakeoutput .table-striped > tbody > tr:nth-of-type(even) td {
    background-color: #fff
}

#theadPivot th {
    background: #fff;
    vertical-align: top !important;
}

.bdr-1 {
    border: 1px solid #ddd;
}

.bdr-left {
    border-left: 1px solid #ddd;
}

.w-space-nowrap {
    white-space: nowrap !important;
}


/*.customtab.nav-tabs > li.active > a, .customtab.nav-tabs > li.active > a:focus, .customtab.nav-tabs > li.active > a:hover, .customtab.nav-tabs > li > a:hover {
        background-color: #487493 !important;
        color: #fff !important;
    }*/
.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0px;
    border-bottom: 0px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.nav-tabs li {
    float: none;
    display: inline-block;
}
.nav-tabs > li > a{border-radius:0px;margin-right:0px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{border:none;font-weight:bold;padding-bottom:8px;border-bottom:2px solid #384A64;padding-left:5px;padding-right:5px;margin-left:10px;margin-right:10px;cursor:pointer}
.customtab {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    .customtab li {
        float: none;
        display: inline-block;
    }

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    border-color: transparent;
}
.edit-tbl{margin-bottom:0px;}
/*.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background-color: #ddd!important;
    color:#333!important;
}
.tooltip-inner {
    color: #333 !important;
    background: #fff;
    
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ddd!important;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #ddd !important;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #ddd !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ddd !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #aaa !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ddd !important;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #ddd !important;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #ddd !important;
}*/
@media only screen and (max-width:1024px) {
    .cust-restab.customtab.nav-tabs > li > a {
        padding: 5px 3px !important;
        font-size: 11px;
    }

        .cust-restab.customtab.nav-tabs > li > a i {
            display: none
        }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .cust-restab.customtab.nav-tabs > li > a {
        padding: 5px 9px !important;
        font-size: 12px;
    }

        .cust-restab.customtab.nav-tabs > li > a i {
            display: none
        }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
    .cust-restab.customtab.nav-tabs > li > a {
        padding: 5px 9px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width:1440px) {
    .form-inline .form-group label, .form-inline .form-group .formlbl {
        display: block;
    }

    .smalldtpicker.k-input {
        height: 26px !important;
    }
}

@media only screen and (min-width:1440px) {
    .form-inline .buttondiv label {
        display: none;
    }

    #txtVitalName {
        width: 150px;
    }
}


@media (min-width:1441px) {
    .res-mg-t-5 {
        margin-top: 5px;
    }
}

@media only screen and (max-width:1366px) {
    .res-showin1300 {
        display: inline-block !important;
        vertical-align: middle;
    }

    .res-hidein1300 {
        display: none !important;
    }
}


.bootbox-alert {
    z-index: 1090 !important;
}

/*Login page Error*/
.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .input-validation-error:focus {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
    }

.dropdown-header span, .k-list-scroller li span {
    min-width: 100px;
    display: inline-block;
}

.autocompletepopup {
    position: fixed;
    /*position:absolute;*/
    /*top: 30px;
    left: 0px;*/
    border: #ddd solid 1px;
    padding: 5px;
    width: 650px;
    background: #fff;
    z-index: 999;
    display: none;
    height: 300px;
    overflow: auto;
}

.autocompletepopup1 {
    position: absolute;
    border: #ddd solid 1px;
    padding: 5px;
    width: 750px;
    background: #fff;
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.line:empty {
    width: 300px;
    height: 60px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.3s infinite linear;
}

.line2 {
    margin: auto;
    width: 500px;
    border-radius: 3px;
    height: 200px; /* change height to see repeat-y behavior */
    background-image: linear-gradient( 100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80% ), linear-gradient( lightgray 20px, transparent 0 ), linear-gradient( lightgray 20px, transparent 0 ), linear-gradient( lightgray 20px, transparent 0 ), linear-gradient( lightgray 20px, transparent 0 );
    background-repeat: no-repeat;
    background-size: 50px 200px, /* highlight */
    150px 200px, 350px 200px, 300px 200px, 250px 200px;
    background-position: 0 0, /* highlight */
    120px 0, 120px 40px, 120px 80px, 120px 120px;
    animation: shine 1s infinite;
}

.locationlink {
    color: #fff !important;
    vertical-align: middle !important;
    padding: 0px !important;
}

    .locationlink:hover {
        background: none !important;
    }

.locaitonname {
    max-width: 170px !important;
    display: inline-block !important;
    overflow: hidden !important;
    padding-right: 10px;
    vertical-align: middle;
    text-overflow: ellipsis;
    margin: 0px !important;
    white-space: nowrap;
    font-weight: normal !important;
}

@keyframes shine-lines {
    0% {
        background-position: -200px 80px;
    }

    100% {
        background-position: 300px;
    }
}

@keyframes shine {
    to {
        background-position: 100% 0, /* move highlight to right */
        120px 0, 120px 40px, 120px 80px, 120px 120px;
    }
}

.minwid-370 {
    min-width: 370px !important;
}

.Amendment-row {
    background-color: cornsilk !important;
}


.spanExpand {
    float: right;
    text-align: center;
    color: #fff;
    min-width: 16px;
    font-size: 13px;
    font-weight: 700;
}

.spanExpand .material-icons-round {
    text-align: center;
    color: #fff !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    border-radius: 4px;
    font-size:18px !important;
    background: #436696;
    border-radius: 4px;
    border:1px solid #436696;
}

.nav-item:hover .spanExpand .material-icons-round{
    border:1px solid #fff;
}

.spanExpand i.fa {
    font-size: 13px !important;
    color: #5963aa;
}

.countindicators {
    float: right;
    margin-right: 2px;
    margin-left: 2px;
}

    .countindicators i {
        color: green;
    }

.customModuleCountindicators {
   
    margin-right: 2px;
    margin-left: 2px;
}

    .customModuleCountindicators i {
        color: green!important;
    }

/*Intake*/

.Rht-NormalDiv tr td, .Lft-FreezeDiv tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .Rht-NormalDiv table, .Rht-NormalDiv tr td:first-child, .Rht-NormalDiv tr th:first-child {
        border-left: 0px !important;
    }

.Lft-FreezeDiv {
    float: left;
    width: 35%;
    padding-bottom: 1px;
    overflow: hidden;
    border-right: #ddd solid 1px;
}

    .Lft-FreezeDiv th, .Lft-FreezeDiv td {
        width: 50%;
    }

    .Lft-FreezeDiv table {
        margin-bottom: 0px !important;
        margin-right: 0px !important;
        border-spacing: 0;
    }

    .Lft-FreezeDiv .tbody {
        overflow: hidden !important;
        max-height: 633px;
    }

.Rht-NormalDiv .thead {
    margin-right: 17px;
}

.Lft-FreezeDiv .thead, .Rht-NormalDiv .thead {
    overflow: hidden !important;
}

.Rht-NormalDiv {
    float: right;
    width: 65%;
}

    .Rht-NormalDiv .tbody {
        max-height: 650px;
        overflow: auto;
    }

.MainfreezDiv table {
    position: relative;
    border-collapse: collapse;
}

.Rht-NormalDiv tr th, .Rht-NormalDiv tr td {
    max-width: 90px;
    min-width: 90px;
}

.k-multiselect .k-button, .k-multiselect .k-button.k-state-hover {
    border-color: #436696;
    background: #436696;
}


.cust-pagination .k-link.active {
    background-color: #436696 !important;
    border-color: #436696 !important;
    color: #fff !important
}

.cust-pagination .k-pager-wrap {
    /*background-color: #fff !important;*/
    border: 1px solid #ccc;
}

    .cust-pagination .k-pager-numbers .k-link, .cust-pagination .k-pager-numbers .k-state-selected, .cust-pagination .k-pager-wrap > .k-link {
        min-width: 2.3em;
    }

    .cust-pagination .k-pager-wrap > .k-link {
        height: 2.3em;
        line-height: 2.3em;
        text-align: center;
    }

    .cust-pagination .k-pager-wrap .k-link {
        background: #fff;
        border: 1px solid #ccc;
        border-right: 0px !important;
        box-sizing: border-box;
    }

        .cust-pagination .k-pager-wrap .k-link:last-child {
            border-right: 1px solid #ccc !important;
        }

        .cust-pagination .k-pager-wrap .k-link:hover {
            color: #428bca;
            border-color: #ccc;
            background: #ebebeb;
        }

.autosearchtext .k-autocomplete {
    display: inline-block !important;
}


/* Periodantal Charts*/

.teethTable tr:first-child td {
    border-top-color: #8c8c8c !important;
}

.teethTable tr:last-child td {
    border-bottom-color: #8c8c8c !important;
}

.teethTable tr th {
    border-color: #8c8c8c !important;
    background: #ccc;
}

.teethTable.table-bordered > tbody > tr > td,
.teethTable.table-bordered > tbody > tr > th,
.teethTable.table-bordered > thead > tr > td,
.teethTable.table-bordered > thead > tr > th {
    border: 1px solid #8c8c8c !important;
}

.teethDtlTable.table-bordered > tbody > tr > td,
.teethDtlTable.table-bordered > tbody > tr > th,
.teethDtlTable.table-bordered > thead > tr > td,
.teethDtlTable.table-bordered > thead > tr > th {
    border: 1px solid #8c8c8c !important;
}

.teethDtlTable .observations {
    background: #436696 !important;
}

.Periodantal.active {
    background: #436696 !important;
    text-decoration: none;
}

    .Periodantal a:hover, .Periodantal.active a {
        text-decoration: none;
    }

.teethTable1 tr th {
    border-color: #8c8c8c !important;
    background: #ccc;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.wid-50 {
    width: 50px !important;
}

.wid-90 {
    width: 90px !important;
}

.wid-50 {
    width: 50px !important;
}
.h1_404 {
    font-size: 80px;
    font-weight: 700;
}

.h4_404 {
    font-weight: 600;
}

.mtb-50 {
    margin: 50px 0px;
}

.mt-30 {
    margin-top: 30px;
}

/*--LKEM-8444*/
.bgColorSelected {
    background-color: #ffe5c0;
}

#hdcontrols .fs-wrap {
    width: 200px !important;
}

#VitalDetailList .k-grid-content {
    height: auto !important;
    max-height: 600px;
}


.tblpatientDetail {
    margin-top: 10px;
    padding: 0px;
    display: inline-block;
}

    .tblpatientDetail li {
        list-style: none;
        display: inline-block;
        padding: 0 10px;
        border-right: 2px solid #5963aa;
        color: #394A58;
    }

        .tblpatientDetail li:last-child {
            border-right: 0px;
        }

    .tblpatientDetail td {
        padding: 5px 10px;
    }

    .tblpatientDetail span {
        font-size: 15px !important;
        color: #5963aa;
    }
#PatientDetailInfoId{background:#fff;margin-left:-15px;margin-right:-15px;-webkit-box-shadow:0px 1px 2px 0px hwb(0deg 0% 100% / 16%);-moz-box-shadow:0px 1px 2px 0px hwb(0deg 0% 100% / 16%);box-shadow:0px 1px 2px 0px hwb(0deg 0% 100% / 16%);}
.btn-primary{background:#436696;}

.apidataprogressbar_div {
    max-height: 188px;
    overflow-y: auto;
}

.PointerCursor{
    cursor:pointer;
}

#chaseFileUpload .k-upload .k-upload-files .k-file .file-wrapper .file-name-heading {
    white-space: nowrap;
    max-width: 272px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon-circle {
    width: 80px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 50%;
    color: #8A8A8A;
    text-align:center;
    line-height:80px;
    float:right;
}
    .icon-circle .material-icons-round {
        font-size:45px;
    }

.navbar-default .navbar-nav.topnav > li > a {
    color: #414142;
}
.navbar-default .navbar-nav.topnav > li > a:hover {
    color: #436696;
}
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    border-bottom: 2px solid #436696;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: #436696 !important;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

#LandingPagegrid .thead.k-grid-header, #LandingPagegrid .k-grid-header .k-header {
    background: #436696;
}

#LandingPagegrid .k-grid-header .k-header .k-link {
    color: #fff !important;
    font-weight:normal;
}

#LandingPagegrid tbody tr{
    cursor:pointer;
}

.RGYFontColorChangetoRed {
    background: #E66260 !important;
    padding: 0px 5px;
    border-radius: 4px;
}

.RGYFontColorChangetoGreen {
    background: #4BA38F !important;
    padding: 0px 5px;
    border-radius: 4px;
}

.RGYFontColorChangetoYellow {
    background: #f4ce4c !important;
    padding: 0px 5px;
    border-radius: 4px;
}

#ExceptionDetailContent {
    max-height: calc(100vh - 300px);
    overflow: auto;
}
#divFaildDataDetails {
    position: relative;
}

#GridChaseStaticsEventDetail .k-toolbar, #GridStaticsDurationDetail .k-toolbar {
    background: #fff;
    float: right;
    padding: 0px;
}

#GridChaseStaticsEventDetail .k-toolbar .k-button, #GridStaticsDurationDetail .k-button {
    margin:0;
    padding:4.72px 6px;
}

#GridChaseStaticsEventDetail .k-grid-header, #ChaseStaticsDuration .k-grid-header {
    clear: both;
}

#divFaildDataDetails #EventCountList, #ChaseStaticsDuration .downclass {
    position: absolute;
    top: 2px;
    z-index: 99;
}

.p-relative{
    position:relative;
}

#TimeZonecss .fs-wrap .fs-dropdown{
    width:430px;
}

.popover-content, .popover-title {
    color: #000;
}

.popover{
    background:#fff;
}

.legend-circle {
    border-radius: 50%;
    background-color: #ddd;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 7px 10.46px;
    margin-right:10px;
}

.modal-dialog .modal-draggable{
    cursor:move;
}

.scrollcontent {
    max-height: 209px;
    overflow: auto;
}

.payerprogress {
    height: 14px;
    margin-bottom: 0px;
    box-shadow: none;
    background: #c6c6c6;
}

.payerprogressgreen-bar {
    background-color: #4BA38F;
    line-height: 14px;
    font-size: 10px;
    color: #FFF !important;
}

.payerprogressred-bar {
    background-color: #E66260;
    line-height: 14px;
    font-size: 10px;
    color: #fff !important;
}

.spinner-border {
    width: 1.3rem;
    height: 1.3rem;
    border: 0.20em solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    display: inline-block;
}

.failedbadge {
    font-size: 11px;
    padding: 3px 5px;
    min-width: 22px;
    background-color: #E66260;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 5px;
}

.statisticbadge {
    font-size: 11px;
    padding: 3px 5px;
    min-width: 22px;
    background-color: #4BA38F;
    border-radius: 4px;
    color: #ffffff;
    margin-left: 5px;
}
#dvChaseListActions .btn.disabled, .btn[disabled], .btn.disabled{
    background-color: #999 !important;
    border-color: #999 !important;
}
.stepspopup{
    width:400px;
    min-height:250px;
    background:#fff;
    border:solid 1px #ddd; 
    border-radius:4px;
    padding:5px;
    position:absolute;
    left:30px;
    top:5px;
    display:none;
    z-index:9999;
    overflow:auto;
    max-height:350px;
}
    .stepspopup .stepbox{
        display:inline-block;
        min-width:45%;
        margin-right:10px;
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
       

    }
        .stepspopup .stepbox .steptitle {
            font-weight: bold;
            color: #436696;
            margin-top:5px;
        }
        .stepspopup .stepbox .stepcount {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-shadow: 0px 0px 5px #222;
            background: #ddd;
            text-align: center;
            line-height: 40px;
            font-size:17px;
            display: block;
            margin: 0px auto;
        }
            .stepspopup .stepbox .stepcount.active {
                background: #436696;
                color: #fff;
            }

            @keyframes spinner-border {
                0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#BBHealthCheck .fs-wrap {
width : 120px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    cursor:not-allowed!important;
}
.rightmenu {
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 998;
}

    .rightmenu.active {
        right: 480px;
    }

    .rightmenu .btn {
        border-radius: 4px 0px 0px 4px !important;
    }

.right-sidebar {
    background: #f2f2f2;
    padding: 10px;
    border: #ddd solid 1px;
    position: absolute;
    width: 450px;
    right: -450px;
    display: none;
    min-height: 250px;
    top: 120px;
    z-index: 999;
    box-shadow: 0px 0px 5px #ddd;
}

    .right-sidebar.togglemenu {
        right: 0px;
        display: block;
    }
.text-blue {
    color: #384A64;
}

#gridPayerMatchName .k-button:focus{
    color:#fff;
}
.k-widget.k-grid input[type=text], .k-widget.k-grid select:not(.k-dropdown){
    font-size:13px;
    padding:5px 10px;
    height:30px;
}

.bwizard-steps {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    margin-bottom:5px!important;
}

    .bwizard-steps .active {
        background: #4ba38f;
        color: #fff;
    }

        .bwizard-steps .active::after {
            border-left-color: #4ba38f;
        }

    .bwizard-steps .current {
        background: #38547b;
        color: #fff;
    }

        .bwizard-steps .current::after {
            border-left-color: #38547b;
        }

        .bwizard-steps .active a, .bwizard-steps .current a {
            color: #fff;
            cursor: default;
            text-decoration: none;
        }

    .bwizard-steps li {
        background: #e4e4e4;
        display: inline-block;
        line-height: 18px;
        list-style: outside none none;
        margin-right: 5px;
        position: relative;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .bwizard-steps li:first-child {
            border-radius: 4px 0 0 4px;
        }

            .bwizard-steps li:first-child a {
                padding-left: 10px !important
            }

            .bwizard-steps li:first-child:before {
                border: medium none;
            }

        .bwizard-steps li:last-child {
            border-radius: 0 4px 4px 0;
            margin-right: 0;
        }

            .bwizard-steps li:last-child::after {
                border: medium none;
            }

        .bwizard-steps li::before {
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            border-top: 20px inset transparent;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            top: 0;
            width: 0;
        }

        .bwizard-steps li::after {
            border-bottom: 20px inset transparent;
            border-left: 20px solid #e4e4e4;
            border-top: 20px inset transparent;
            content: "";
            height: 0;
            position: absolute;
            right: -20px;
            top: 0;
            width: 0;
            z-index: 2;
        }

    .bwizard-steps a {
        color: #333;
        display: block;
        padding: 12px 17px 10px 30px;
    }

        .bwizard-steps a:hover {
            text-decoration: none;
        }

    .bwizard-steps.clickable li:not(.active) {
        cursor: pointer;
    }

    .bwizard-steps.clickable li:hover:not(.active) {
        background: #ccc;
    }

        .bwizard-steps.clickable li:hover:not(.active)::after {
            border-left-color: #ccc;
        }

        .bwizard-steps.clickable li:hover:not(.active) a {
            color: #08c;
        }

.progress-lg{
    height:20px!important;
    line-height:20px!important;
    font-size:13px!important;
}
    .progress-lg .payerprogressgreen-bar {
        height: 20px !important;
        line-height: 20px !important;
        font-size: 13px !important;
    }
.h-295px{
    height:295px!important;
}

.h-150px {
    height: 150px !important;
}
.h-210px {
    height: 210px !important;
}
.h-233px {
    height: 233px !important;
}
.h-180px {
    height: 180px !important;
}
.min-h-180px {
    min-height: 180px !important;
}
.livemappingaccount {
    margin-right: 10px;
    width: 350px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.fnt-21px{
    font-size:21px!important;
}