﻿@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.eot');
    src: local('☺'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Light';
    src: url('../fonts/Nunito-Light.eot');
    src: local('☺'), url('../fonts/Nunito-Light.woff') format('woff'), url('../fonts/Nunito-Light.ttf') format('truetype'), url('../fonts/Nunito-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.eot');
    src: local('☺'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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 */
}

@-ms-viewport {
    width: auto !important;
}

.lklogo {
    background: url(../images/ellkay_white_logo_small.svg) no-repeat center;
    width: 95px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

a {
    color: #4f677b;
    text-decoration:none;
}

.font-nunito {
    font-family: 'Nunito-Regular', sans-serif;
}
/*NEW CSS*/
/*Navigation*/
.navbar {
    margin-bottom: 10px !important;
}

.navbar-brand {
    padding: 0;
    float: left;
    height: auto;
    margin-left: 0 !important;
    margin-top: 10px;
}

/*.navbar-brand img {
        height: 50px;
    }*/

.navbar-nav > li > a {
    line-height: 30px;
    /*This padding changes is only for HIMMS Purpose*/
    padding-top: 22px;
    padding-bottom: 21px;
}

/*Footer*/
.footer {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-top: 15px;
    width: 100%;
}

    .footer #legal {
        line-height: 40px;
        font-size: 12px;
        color: #757e82;
    }

/*Fonts*/
.f-18 {
    font-size: 18px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-12 {
    font-size: 12px !important;
}

/*Margin*/
.mg-10 {
    margin: 10px !important;
}

.mg-t-3 {
    margin-top: 3px !important;
}

.mg-t-5 {
    margin-top: 5px !important;
}

.mg-t-8 {
    margin-top: 8px !important;
}

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-18 {
    margin-top: 18px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-24 {
    margin-top: 24px !important;
}

.mg-t-27 {
    margin-top: 27px !important;
}

.mg-t-25 {
    margin-top: 25px !important;
}

.mg-t-10p {
    margin-top: 10% !important;
}

.mg-all-5p {
    margin: 5% !important;
}

.mg-7 {
    margin: 7px !important
}

.mg-b-3 {
    margin-bottom: 3px !important;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-b-7 {
    margin-bottom: 7px !important;
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.mg-r-10 {
    margin-right: 10px !important;
}

.mg-r-15 {
    margin-right: 15px !important;
}

.mg-l-5 {
    margin-left: 5px !important;
}

.mg-l-3 {
    margin-left: 3px !important;
}

.mg-l-10 {
    margin-left: 10px !important;
}

.mg-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mg-lr-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

/*Padding*/
.pd-b-15 {
    padding-bottom: 15px !important;
}

.pd-l-10 {
    padding-left: 10px !important;
}

.pd-lr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pd-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pd-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pd-t-10 {
    padding-top: 10px !important
}

.pd-6 {
    padding: 6px !important
}
/*Width*/
.wid-20 {
    width: 20px !important;
}

.wid-35 {
    width: 35px !important;
}

.wid-170 {
    width: 170px !important;
}

.wid-140 {
    width: 140px !important;
}

.wid-full {
    width: 100% !important;
}

.width70per {
    width: 70% !important;
}

.w-break {
    word-break: break-all;
}

.textelips2 {
    display: inline-block;
    white-space: nowrap;
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.textelips {
    display: inline-block;
    white-space: nowrap;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.textelips1 {
    display: inline-block;
    white-space: pre-wrap;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.textelipsMember {
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
}

.curs-ptr {
    cursor: pointer;
}

.src-cust-bx {
    width: auto;
    display: inline;
}

.src-lbl {
    min-width: 90px;
    text-align: right;
}

.lblfilename {
    word-break: break-all;
}

.lblblock {
    display: block !important;
    text-align: left !important;
}

.mrg-top-23px {
    margin-top: 23px !important;
}

/*side-nav*/
#sidebar {
    float: left;
    padding-top: 0;
    width: 280px;
    background: #f7f7f7;
    position: relative;
    margin-right: -100%;
    z-index: 150;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    #sidebar li {
        margin: 0;
        border-top: none;
        border-bottom: 1px dashed #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        list-style: none;
    }

    #sidebar a {
        padding: 8px 10px;
        display: block;
        border: none;
        color: #333;
        text-decoration: none;
    }

        #sidebar a:hover {
            text-decoration: none;
            /*background: #f0ad4e;*/
            color: #fff;
        }

    #sidebar li:last-child {
        border-bottom: 0px;
    }

    #sidebar li ul.submenu {
        margin: 0px !important;
        border: 0px !important;
        border-top: #ddd solid 1px !important;
        background: #fbfbfb !important;
    }

        #sidebar li ul.submenu li {
            border: 0px !important;
        }

            #sidebar li ul.submenu li a {
                cursor: pointer;
            }

                #sidebar li ul.submenu li a:hover {
                    /*background:#e7e7e7;*/
                    /*color:#333;*/
                }

                #sidebar li ul.submenu li a:before {
                    content: '\00BB';
                    margin-left: 10px;
                    padding-right: 10px;
                    font-weight: 700;
                }

    #sidebar h2 {
        margin: 0;
        font-size: 130%;
        font-weight: 400;
        color: #fff;
        /*background: #7f4530;*/
        padding: 5px 14px;
        line-height: 29px;
        border-radius: 4px 4px 0 0;
    }

    #sidebar h3 {
        font-size: 77%;
        color: #454e55;
    }

    #sidebar p {
        margin: 0;
        line-height: normal;
        color: #d4c792;
    }

.spanCount {
    float: right;
    text-align: center;
    color: #4F677B;
    min-width: 50px;
    background-color: #D2D2D2;
    font-size: 13px;
    font-weight: 700;
}

#sidebar li a:hover .number {
    float: right;
    text-align: center;
    color: #fff;
    min-width: 50px;
    /*background-color: #4F677B;*/
    font-size: 13px;
    font-weight: 700;
}


#sidebar li.active a {
    text-decoration: none !important;
    /*background: #f0ad4e !important;*/
    color: #fff !important;
}

#sidebar li.active > .number {
    float: right;
    padding: 0px 9px 15px 9px;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 16px;
    /*background-color: #4F677B;*/
    /*margin: 1px 9px;*/
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana;
    box-shadow: 1px 1px 4px rgba(3,4,4,.75);
}

.page-content-wrapper {
    float: left;
    width: 100%; /*position:relative;*/
    z-index: 140;
}

.pagecontent {
    margin-left: 290px;
}



/*Article Title*/
.alert-title {
    /*background: #4f677b;
    border-color: #4f677b;*/
    color: #fff;
    padding: 4px 10px;
}

    .alert-title .alrt-til {
        line-height: 30px;
        font-size: 16px;
    }

    .alert-title .btn {
        padding: 4px 10px;
    }

.display-none {
    display: none;
}

/*Comman*/
.tbl-bld {
    width: 200px;
    font-weight: bold;
    background: #F9F9F9;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-sub {
    vertical-align: sub;
}

.head-yback {
    /*background: #f0ad4e;*/
}

.head-gray {
    background: #e6e6e6;
}

.bdr-t-rds {
    border-radius: 4px 4px 0 0;
}

.bdr-rds {
    border-radius: 4px;
}

.bdr-rds0 {
    border-radius: 0 !important;
}

.fnt-bold {
    font-weight: bold;
}

.disp-none {
    display: none !important;
}

.disp-table {
    display: table !important;
}

.disp-tablecell {
    display: table-cell !important;
}

.btn-bxwidth {
    width: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

#divSearchArea table tr td {
    border: none !important;
    text-align: left;
}

.colorbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: #ddd solid 1px;
}
/*Login*/
.jumbotron.login {
    padding: 30px !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;
}

.green-color {
    color: #576C11;
}
/*.popover-content {
height: 50px;
overflow-y: scroll;
}*/

.form-inline .form-group {
    margin-right: 10px;
}

.alertbg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999998;
    background: rgba(255,255,255,0.3);
}

.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 */

.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;
}

.wid-140 .k-state-default .wid-140.k-input {
    width: 100% !important;
}

.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);
    }

.k-upload-files .k-file.k-file-success .k-file-name-size-wrapper > .k-file-name {
    color: #3ea44e !important
}

.k-upload-files .k-file .k-file-name-size-wrapper > .k-file-name {
    color: #000 !important
}

/*.alert-danger {
    text-transform: capitalize;
}*/

.list-group a[aria-expanded="true"]:hover {
    color: #fff !important;
    background: #487493 !important;
}

.modal-arge {
    width: 85%;
}
/* Loader Style END */
.customlist table.table thead tr th {
    background: #487493;
    color: #fff;
}

/*.modal-backdrop + .modal-backdrop {
    z-index: 1055 !important;
}*/

.modal2 {
    z-index: 1060 !important;
}

#outer {
    position: relative;
    left: 0;
    top: 0;
    width: 0;
    z-index: 2;
}

#inner {
    background: red;
}

.cover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.pdf {
    position: relative;
    z-index: 1;
}

.countbox {
    cursor: pointer;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.disableselect {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Chrome/Safari/Opera */
    /*-khtml-user-select: none; /* Konqueror */
    -moz-user-select: none !important; /* Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge*/
    user-select: none !important; /* Non-prefixed version, currently 
                                  not supported by any browser */
}

.sectionDisable {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.fs-no-results {
    padding: 10px;
}

@media (min-width:768px) {
    .form-inline .form-group {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .form-horizontal .form-label {
        padding-right: 0px !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: -280px;
        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: 280px !important;
        margin-left: 0px !important;
    }

    .sidebar-toggle .pagecontent {
        margin-left: 290px !important;
    }

    .modal-arge {
        width: 90%;
    }
}

@media only screen and (min-width: 1800px) {
    .src-cust-bx {
        width: 65%;
    }
}

@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 (max-width: 1600px) {
    .textelips {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .textelips {
        width: 70% !important;
    }
}

@media only screen and (min-width: 959px) and (max-width: 1280px) {
    #divSearchArea table tr td {
        text-align: left !important;
    }

        #divSearchArea table tr td .src-cust-bx {
            width: 110px;
        }

    #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;
    }
/*.k-pager-numbers .k-link, .k-pager-wrap > .k-link{border-right-color:#ccc!important;}*/

/*.k-animation-container, .k-list-container{width:600px!important;}*/
.k-grid-header th.k-header {
    border-radius: 0px;
}

.selectedrow td {
    background-color: #B0BFCC !important;
}

.k-grid td, .k-grid th {
    border-left-width: 0 !important;
}

.k-grid-header-wrap {
    border-right-width: 0 !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-datepicker.k-input {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.k-widget.k-datepicker {
    border: none !important;
    /*height: 29px !important;*/
}

.k-dropdown-wrap.k-state-disabled {
    opacity: 1 !important;
    cursor: not-allowed !important;
}

.k-datepicker {
    background-color: #eee !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;
            }

.k-header .k-link [type="checkbox"] {
    margin-top: 0px !important;
}

.navbar-toggle {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.text-black {
    color: #000 !important;
}

.padding10px {
    padding: 10px;
}

.k-header .k-i-arrow-s {
    display: none !important;
}

.panel-default > .panel-heading {
    background-color: #e6e6e6 !important;
}

.field-validation-error {
    color: #a94442 !important;
    text-align:left;
}

.form-group.has-error label {
    color: #a94442 !important;
}

.form-group.has-error .customdropdownwidth .multiselect-native-select .btn-group .btn-outline-primary {
    border-color: #a94442 !important;
}

.form-group.has-error .multiselect-native-select .open > .dropdown-menu li a label {
    color: #333 !important;
}

.form-group.has-error .k-autocomplete, .form-group.has-error .fs-label-wrap, .form-group.has-error .k-dropdown-wrap, .form-group.has-error .k-picker-wrap {
    border-color: #a94442 !important;
}


.form-group.has-error .customdropdown .drohead {
    border-color: #a94442 !important;
}

.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: #f0ad4e;*/
}

.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;
}

.SelectedMenu {
    text-decoration: none !important;
    /*background: #f0ad4e !important;*/
    color: #fff !important;
}

.tab-content {
    padding: 10px;
    border: #ddd solid 1px;
    border-top: 0px !important;
    padding: 10px;
}

.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 {
    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;
}

.k-filter, .k-i-filter {
    color: #fff !important;
}

    .k-filter:before {
        content: "\e129";
    }

.k-filter-menu.k-popup {
    color: #444;
    background-color: #fff;
    box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2);
    border-radius: 0 0 2px 2px;
    border: #ddd solid 1px !important;
}

.k-filter-help-text {
    display: none;
}

.k-filter-menu .k-dropdown {
    margin-bottom: 10px !important;
}

.k-multicheck-wrap {
    max-width: 200px !important;
    min-width: 200px;
    max-height: 200px;
    overflow-x: auto !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: 3px 10px !important;
}

.usericon {
    position: relative;
    top: 2px;
    margin-right: 5px;
}


.usertitle {
    background: #e7e7e7;
    margin-left: 20px;
}

    .usertitle:hover, .usertitle:focus {
        background: #e7e7e7 !important;
    }

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #ddd;
}

.searchtable tr td {
    padding: 5px !important;
}

.disp-inline {
    display: inline;
}

.checkbox1 {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
/*Multiselect CSS Start*/
.fs-wrap {
    cursor: pointer;
    line-height: 1;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.fs-label-wrap {
    position: relative;
    cursor: default;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.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 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 200px;
    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:#f0ad4e;*/
    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;
}
/*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;
}

.customtab.nav-tabs > li > a {
    padding: 5px 10px !important;
    background-color: #eee;
}

    .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;
    }

.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;
    }


/*Custom Multi column search Start*/
.position-relative {
    position: relative;
}

.customautocomplete {
    position: absolute;
    z-index: 999;
    top: 55px;
    left: 0px;
    border: #ddd solid 1px;
    padding: 5px;
    width: 100%;
    display: none;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-sizing: border-box;
}

    .customautocomplete table tbody tr {
        cursor: pointer;
    }

    .customautocomplete.top34 {
        top: 34px !important;
        margin-left: 15px;
        margin-right: 15px;
        width: 96%;
    }
/*Custom Multi column search END*/





/* ---------------------------------------------------
    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:e-resize;*/
        cursor: pointer;
    }

.sidebar {
    min-width: 250px;
    max-width: 250px;
    /*width:250px;*/
    background: #f8f8f8;
    color: #333;
    border-right: 1px solid #e7e7e7;
    transition: all 0.3s;
}

    .sidebar.active {
        min-width: 60px;
        max-width: 60px;
        /*width:120px;*/
        text-align: center;
    }

        .sidebar.active a span {
            display: none;
            transition: all 0.3s;
        }

        .sidebar.active a:hover span {
            display: inline-block;
            font-size: 15px;
            position: absolute;
            z-index: 999;
            color: #fff;
            left: 59px;
            top: 30%;
            width: 200px;
            padding: 10px;
            background: #f0ad4e;
        }

        .sidebar.active .sidebar-header h3, .sidebar.active .CTAs {
            display: none;
        }

        .sidebar.active .sidebar-header strong {
            display: block;
        }



        .sidebar.active ul li a {
            padding: 10px;
            text-align: center;
            font-size: 0.85em;
            position: relative;
            transition: all 0.3s;
        }

            .sidebar.active ul li a i {
                margin-right: 0;
                display: block;
                font-size: 1.8em;
                margin-bottom: 5px;
            }

        .sidebar.active ul ul a {
            padding: 5px !important;
        }

        .sidebar.active a[aria-expanded="false"]::before, .sidebar.active a[aria-expanded="true"]::before {
            top: auto;
            bottom: 5px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

    .sidebar .sidebar-header {
        padding: 20px;
        background: #f8f8f8;
    }

        .sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    .sidebar ul.components {
        padding: 20px 0;
    }

    .sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        text-align: left;
        color: #333;
        border-bottom: 1px dashed #ccc;
    }

        .sidebar ul li a:hover {
            color: #fff;
            /*background: #f0ad4e;*/
            text-decoration: none !important;
        }

        .sidebar ul li a i {
            margin-right: 10px;
            min-width: 20px;
        }

    .sidebar ul li.active > a {
        color: #fff;
        /*background: #f0ad4e;*/
    }


    .sidebar a[data-toggle="collapse"] {
        position: relative;
    }

    .sidebar a[aria-expanded="false"]::before {
        content: "\f078";
        display: block;
        position: absolute;
        right: 20px;
        font-family: FontAwesome;
        font-size: 0.6em;
    }

    .sidebar a[aria-expanded="true"]::before {
        content: '\e260';
    }


    .sidebar ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #f8f8f8;
    }






/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.content {
    padding: 20px 20px 20px 10px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
        margin-left: 0;
    }

    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%);
    }

    .sidebar.active {
        margin-left: 0 !important;
    }



    .sidebar .sidebar-header strong {
        display: block;
    }

    .sidebar ul li a {
        padding: 20px 10px;
    }

        .sidebar ul li a span {
            font-size: 0.85em;
        }

        .sidebar ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.3em;
        }

    .sidebar ul ul a {
        padding: 10px !important;
    }

    .sidebarCollapse span {
        display: none;
    }

    .navbar-nav {
        margin: 0px;
    }

    .cdxtext {
        border-left: 0px !important;
    }

    .navbar-default .navbar-brand {
        margin-left: 10px !important;
    }
}


/*Mega Menu*/
.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) {
    /*width: 275px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 300px;
    height: 300px;
    overflow: auto;
}

    .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-widget-header {
        background: #487493;
        color: #fff;
        padding: 3px 1em 3px .4em;
    }


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}




.just-padding {
    padding: 15px;
}

/*.list-group {
    margin-bottom: 0px !important;
}*/

/*.list-group a[aria-expanded="true"] {
        color: #333 !important;
    }*/

.list-group.list-group-root {
    padding: 0;
    /*overflow: hidden;*/
    margin-bottom: 0px !important;
}

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
    }

    .list-group.list-group-root .list-group-item {
        border-radius: 0;
        border-width: 0;
        cursor: pointer;
    }

        .list-group.list-group-root .list-group-item.active {
            color: #fff !important;
            background: #337ab7 !important;
            background-color: #337ab7 !important;
            border-color: #337ab7 !important;
        }

        .list-group.list-group-root .list-group-item:hover {
            color: #555;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .list-group.list-group-root > .list-group-item:first-child {
        border-top-width: 0;
    }

    .list-group.list-group-root .list-group {
        margin-bottom: 0;
        /* padding-left: 10px; */
        margin: 5px;
        background: #fff;
        border: #ddd solid 1px;
    }

/*.list-group.list-group-root > .list-group > .list-group-item {
            padding-left: 30px;
        }

        .list-group.list-group-root > .list-group > .list-group > .list-group-item {
            padding-left: 45px;
        }*/

.list-group-item .glyphicon {
    margin-right: 5px;
}

.list-group-item .btn-danger {
    padding: 2px 6px !important;
}

.mgminus5px {
    margin: -5px;
}

.padding5px {
    padding: 5px;
}

.pdfframe {
    border: 0px;
}

.alert-sm {
    padding: 3px 5px !important;
}

.modal-xlg {
    width: 95%;
}

.d-inline-block {
    display: inline-block !important
}

.posrel-t3 {
    position: relative;
    top: -3px;
}

.loadimg {
    width: 20px;
    display: inline-block;
    margin-left: 10px;
}

.input-loading {
    background-image: url(../images/loading-image.gif);
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
}
/*#RecMedChartList .form-group{margin-bottom:5px;}*/
/*.panel .panel-heading:hover {
    background: #0A6A90!important;
    color: #fff
}*/
.panel .panel-title {
    font-size: 13px;
}

    .panel .panel-title a {
        display: block
    }

        .panel .panel-title a:hover {
            text-decoration: none
        }

.panel .panel-heading.active {
    background: #0A6A90 !important;
    color: #fff;
}

#dvAccessMenu .panel-body .table tr th {
    background: #0A6A90;
    color: #fff;
}

.pos-rel-t5px {
    position: relative;
    top: 5px;
}

#dvAccessMenu .panel-group .panel-heading .fa-minus {
    display: none
}

#dvAccessMenu .panel-group .panel-heading.active .fa-minus {
    display: block
}

#dvAccessMenu .panel-group .panel-heading.active .fa-plus {
    display: none
}

.customaccordion.panel-group .panel-heading .fa-minus {
    display: none
}

.customaccordion.panel-group .panel-heading.active .fa-minus {
    display: block
}

.customaccordion.panel-group .panel-heading.active .fa-plus {
    display: none
}

.cust-progress {
    height: 10px !important;
    margin-bottom: 0px !important
}

    .cust-progress .progress-bar {
        background-color: #5cb85c !important;
    }

.res-txt-right {
    text-align: right;
}

.mxh-595scroll {
    max-height: 595px;
    overflow: auto;
}


/* -- SIDEBAR STYLE -- */
.wrapper_s {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    /*margin-left:-10px;*/
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none !important;
    background-color: none !important;
}

#sidebars {
    min-width: 250px;
    max-width: 250px;
    background: #eee;
    color: #fff;
    transition: all 0.3s;
    position: relative;
}

    #sidebars.active {
        margin-left: -250px;
    }

    #sidebars .sidebar-header {
        padding: 9px 15px;
        background: #487493;
    }

        #sidebars .sidebar-header h4 {
            margin: 0px !important;
            font-size: 16px;
        }

    #sidebars ul.components {
        padding: 0px;
        margin-top: 1px;
        margin-bottom: 0px;
    }

        #sidebars ul.components > li {
            border-bottom: 1px dashed #bbb;
        }

    #sidebars ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebars ul li a {
        padding: 9px;
        display: block;
    }

    #sidebars ul li > a:hover {
        color: #fff;
        background: #487493;
        text-decoration: none
    }

    #sidebars ul li a:focus {
        text-decoration: none
    }

    #sidebars ul li.active > a {
        color: #fff;
        background: #487493;
        text-decoration: none
    }

    #sidebars a[data-toggle="collapse"] {
        position: relative;
    }

        #sidebars a[data-toggle="collapse"] .badge {
            margin-right: 15px;
        }

    #sidebars a[aria-expanded="false"]::before, #sidebars a[aria-expanded="true"]::before {
        content: '\f107';
        display: block;
        position: absolute;
        right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #sidebars a[aria-expanded="true"]::before {
        content: '\f106';
    }

    #sidebars ul ul li {
        border-bottom: 1px dashed #bbb;
    }

    #sidebars ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
    }

    #sidebars ul.CTAs {
        padding: 20px;
    }

        #sidebars ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    #sidebars a.download {
        background: #fff;
        color: #7386D5;
    }

    #sidebars a.article, #sidebars a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }

    #sidebars .toggler {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #487493;
        padding: 5px;
        z-index: 1;
        cursor: pointer
    }

#content_s { /*margin-left:20px;*/
    width: 100%;
}

.wrapper_s #sidebars.active .toggler {
    right: -16px !important;
}

    .wrapper_s #sidebars.active .toggler .fa-angle-right {
        display: block;
    }

    .wrapper_s #sidebars.active .toggler .fa-angle-left {
        display: none;
    }

.wrapper_s #sidebars .toggler .fa-angle-right {
    display: none;
}

.k-grid .k-grid-header .k-header .k-i-sort-asc-sm, .k-grid .k-grid-header .k-header .k-i-sort-desc-sm {
    color: #fff;
}
/* -- /SIDEBAR STYLE -- */
.arr-sec {
    height: 403px;
    display: table;
    width: 100%;
}

    .arr-sec .btn-sec {
        display: table-cell;
        vertical-align: middle;
    }

.h-329overflow {
    height: 329px;
    overflow: auto;
}

.min-h359 {
    min-height: 359px;
}

.dropdown-menu.right {
    right: 0px;
    left: inherit;
}
/*Custom combobox*/
.custcombo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .custcombo .dropdown-toggle {
        padding: 6px 12px;
        border-radius: 4px;
        border: 1px solid #adadad;
        color: #333;
        float: left;
        background: #fff !important;
    }

        .custcombo .dropdown-toggle:hover {
            text-decoration: none;
        }

    .custcombo .dropdown-menu {
        left: inherit;
        right: 0;
        padding: 1px 0px;
    }

        .custcombo .dropdown-menu li {
            border-bottom: 1px solid #e5e5e5;
        }

            .custcombo .dropdown-menu li:hover {
                background: #f5f5f5;
            }

            .custcombo .dropdown-menu li td {
                padding: 5px 10px;
            }

    .custcombo .dropdown-toggle .caret {
        margin-left: 7px;
    }

.mxh-600 {
    max-height: 600px;
}

.overflow-auto {
    overflow: auto
}

.bg-lgreen-light {
    background-color: #bafdd8 !important
}

.bg-lblue {
    background-color: #d9edf7 !important
}

.bg-lblue-dark {
    background-color: #8ec7e4 !important
}

.bg-lgreen {
    background-color: #dfffdd !important
    /*background-color: #9eea9e !important*/
}

.grid_nowrap tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapcontent {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
    background-color: #edf7ff !important;
    /*border: #5b809a solid 1px!important;*/
    color: #000 !important;
    line-height: 18px;
    box-shadow: 1px 1px 4px #487493;
}

.k-tooltip-content {
    word-wrap: break-word;
    overflow: auto;
    max-width: 300px !important;
    min-width: 100px !important;
    text-align: left;
}
.k-widget.k-upload.k-header {
    margin-bottom: 15px;
}

.k-upload .k-file-extension-wrapper {
    vertical-align: middle !important;
}

.k-upload .k-dropzone {
    padding: 2em !important;
}

.k-upload .k-action-buttons {
    padding: 0px !important;
    margin-top: 0px !important;
}

    .k-upload .k-action-buttons .k-button + .k-button {
        margin-left: 0px !important;
        border-left: 1px solid #ccc;
    }

.k-dropzone .k-upload-status {
    color: #fff !important
}

.k-dropzone em {
    font-weight: bold !important;
    color: #fff !important;
}

.k-upload .k-file {
    padding: 3px 6.5px !important;
}

.k-upload .k-file-extension-wrapper {
    width: 20px !important;
    height: 21px !important;
}

.k-upload .k-clear-selected, .k-upload .k-upload-selected {
    display: inline-block;
    width: 50%;
    margin: 0;
    line-height: 1em;
    padding: 1.214em 0;
    border: 0;
}

.k-upload .k-clear-selected {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.k-upload .k-upload-selected {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #fff !important;
    color: #0A6A90
}

    .k-upload .k-upload-selected:hover {
        background: #0A6A90 !important;
        color: #fff;
    }

.k-upload .k-toupload {
    border-radius: 0px !important;
}

.k-block, .k-widget {
    background-color: rgb(10, 106, 144);
}

    .k-widget.k-upload.k-upload-async {
        border: 1px solid rgb(204, 204, 204);
        background: rgba(10, 106, 144, 1);
    }

.k-datepicker .k-picker-wrap .k-input {
    padding: .116em 0 !important;
}
/*.k-datepicker .k-icon.k-i-calendar{top:-2px;}*/
.k-datepicker .k-picker-wrap:before {
    height: inherit !important
}

.k-file-extension-wrapper:before, .k-file-invalid-extension-wrapper:before, .k-multiple-files-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:before {
    border-width: 5px !important
}

.mg-r-5 {
    margin-right: 5px !important
}

.k-dropdown .k-dropdown-wrap .k-icon:before {
    line-height: 0.8 !important
}

.k-dropdown .k-dropdown-wrap .k-input {
    padding: .116em 0 !important;
}
/*.098*/
.k-dropdown.k-header {
    background-color: transparent !important;
}

.k-autocomplete .k-input {
    padding: .167em 0 !important;
    height: 1.823em !important;
    line-height: 1.96em !important;
    width: 100% !important;
}

.k-autocomplete input:read-only {
    background: #ddd;
}

.k-autocomplete.k-state-focused input:read-only + .k-icon {
    display: none;
}

.opacity0 {
    opacity: 0;
}

.w70per {
    width: 70%;
}

.modal-dialog .modal-header, .modal-dialog .modal-footer {
    cursor: move;
}

.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {
    box-shadow: none !important;
    background: #000 !important;
    color: #fff !important;
    padding: 3px 8px !important;
    font-size: 12px !important;
}

.pd-tb-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.chkbxposition {
    position: relative;
    top: 2px;
}

.orgMain {
    padding-left: 400px;
    position: relative;
    transition: padding-left .5s;
    overflow: hidden;
    min-height: 500px;
}

    .orgMain.hidePanel {
        padding-left: 30px;
    }

        .orgMain.hidePanel .orgLeft {
            left: -370px;
        }

    .orgMain .orgLeft {
        width: 370px;
        margin-right: 31px;
        position: absolute;
        left: 0px;
        top: 0px;
        transition: left .5s;
    }
        /*.orgMain.hidePanel .orgLeft {
    width: 0px;
}*/
        .orgMain .orgLeft .panel-heading {
            border-top-right-radius: 0px;
        }

.custmbtn {
    position: absolute;
    right: -30px;
    top: -1px;
    padding: 8.5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px 3px 3px 0px;
    background: #487493;
    color: #fff;
    border: 1px solid #ddd;
    border-left: 0px;
}

    .custmbtn:hover, .custmbtn:focus {
        color: #fff;
    }

.well {
    margin-bottom: 15px !important;
}

#divUnassociatedFileChartQueue123 {
    height: 700px;
    max-height: 700px;
    overflow: auto;
}
    /* width */
    #divUnassociatedFileChartQueue123::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    #divUnassociatedFileChartQueue123::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    #divUnassociatedFileChartQueue123::-webkit-scrollbar-thumb {
        background: #888;
    }
        /* Handle on hover */
        #divUnassociatedFileChartQueue123::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
/* -- MEDIAQUERIES -- */
@media(max-width:1199px) {
    .res-txt-right {
        text-align: left;
        padding-left: 15px;
        margin-bottom: 0px !important
    }
}

@media only screen and (max-width:1024px) {
    /*.cust-restab.customtab.nav-tabs > li > a {
        padding: 5px 3px !important;
        font-size: 11px;
    }*/

    .res-block1024 {
        display: block
    }

    .res-wid-174 {
        width: 174px !important;
    }

    #txtFilename {
        width: 130px !important
    }

    /*.cust-restab.customtab.nav-tabs > li > a i {
        display: none
    }*/

    .res-txt-right {
        text-align: left;
    }
}

@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 (max-width: 768px) {
    #sidebars {
        margin-left: -250px;
    }

        #sidebars.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}

/* -- MEDIAQUERIES -- */
.mg-float-r-10 {
    float: right;
    margin-right: 10px;
}

.btn-grd-hide {
    padding: 3px 10px !important;
}

.k-upload-files {
    max-height: 500px;
    overflow: auto;
}

.k-file-name {
    max-width: none;
}

.clsDuedatered {
    background-color: rgb(246, 201, 191) !important;
}

.clsIPPClosedRequest {
    background-color: #9fa19f !important;
}

.bg-160DaysPeriod {
    background-color: rgb(179, 236, 255) !important;
}

.bg-disagreeFlow {
    background-color: #235bab !important;
    color: #fff;
}

    .bg-disagreeFlow > td > a {
        color: #fff !important;
    }

        .bg-disagreeFlow > td > a.btn-outline-primary {
            color: black !important;
        }

.bg-45DaysDisagree {
    background-color: rgb(255, 255, 143) !important;
}

.setWidthfile {
    float: right;
    width: 97%;
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

    .nav-tabs li {
        float: none;
        display: inline-block;
    }

.text-pdf-control-app-view .tabbed-navigation-view .nav-tabs {
    display: inline-table;
}

    .text-pdf-control-app-view .tabbed-navigation-view .nav-tabs .nav-item a {
        padding: 8px;
    }

.lh-30px {
    line-height: 30px;
}

.disableElement {
    background-color: #eee !important;
    cursor: not-allowed;
}

.k-i-arrow-e:before {
    position: relative !important;
}

.k-state-disabled {
    background: #ccc !important;
}

.k-grid .k-grid-content tr.k-master-row.selected {
    background: #ccc;
}

.dropZoneElement {
    min-height: 86px;
}

.highlightSelectedColor {
    background-color: #e7e7148a !important;
}

.marginB20 {
    margin-bottom: 20px !important;
}

.Custalert {
    padding: 6px !important;
    margin-bottom: 5px !important;
}

.custCursor {
    cursor: pointer !important;
}

.k-checkbox-label input[type=checkbox] {
    margin-top: 0px;
}

.k-column-menu, .k-filter-menu {
    font-size: 13px !important;
}

.search-token {
    fill: red;
    fill-opacity: 1;
    animation: rainbow 1.5s infinite;
}

@keyframes rainbow {
    0% {
        fill: red;
    }

    16% {
        fill: orange;
    }

    33% {
        fill: yellow;
    }

    50% {
        fill: green;
    }

    66% {
        fill: blue;
    }

    83% {
        fill: indigo;
    }

    100% {
        fill: violet;
    }
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-grow-1 {
    flex-grow: 1;
}

.counter-span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.btn-nostyle {
    border: 0px;
    background: transparent;
    padding: 0px;
    margin-top: 5px;
    outline: 0px;
}

.d-none {
    display: none !important;
}

.text-nowrap {
    text-wrap: nowrap;
}

.btn-gray {
    color: white;
    background-color: gray;
}
    .btn-gray:hover {
        background-color: #434343 !important;
        border-color: #434343 !important;
        color: white;
    }