/*Helper css*/
html, body {
    font-family: 'arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #212529;
    height: 100%;
    width: 100%!important;
    background-color: #e8edf2;
    margin: 0;
    padding: 0;
}
a {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: #0e293f;
    text-decoration: none;
    outline: none
}

.no-padding{
    padding: 0 !important;
}

.break-word{
    word-break: break-all;
}
.bg-white{
    background: #fff;
    padding: 10px 15px;
    position: relative;
    width: 100%;
}
small{
    font-size: 11px !important;

}
small a {
    font-size: 12px !important;
    color: #428bca !important;
}
.open > .dropdown-menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    -moz-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .2s ease-in-out forwards;
    -moz-animation: flip .2s ease-in-out forwards;
    animation: flip .2s ease-in-out forwards;
}
/* Btn CSS Start */
.btn-success,
.label-success,
.progress-bar-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active { 
    background-color: #0e283f; 
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0e283f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary { 
    background-color: #0e283f; 
}

.bg-primary, 
.btn-primary, 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active, 
.btn-primary .badge{
    background-color:#0e283f;
}

.btn-danger,
.label-danger,
.progress-bar-danger,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active { 
    color: #fff;
    background-color: #B12028; 
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger { 
    background-color: #B12028; 
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active { 
    background-color: #d3d4d6; 
    color: #0e283f;
}

.btn-warning,
.label-warning,
.progress-bar-warning,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active { 
    background-color: #d3d4d6; 
    color: #0e283f;
}

.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning:active, 
.btn-warning.active, 
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #a7aab1;
    border-color: #c0c2c7;
}

.btn-info,
.label-info,
.progress-bar-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active { 
    /* background-color: #d3d4d6;
    color: #0e283f; */
}
.border-btn {
    border: 1px solid #428bca;
    border-radius: 3px;
    font-size: 11px !important;
    text-transform: initial;
    color: #428BCC !important;
    font-weight: normal;
    padding: 3px 5px;
}
/* .btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active, 
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #a7aab1;
    border-color: #c0c2c7;
} */

.text-primary,
.btn-link,
.btn-link:hover, 
.btn-link:focus { 
    color: #0e283f; 
}
/* Btn CSS End */

/* Text CSS Start */
.text-warning{
    color: #f0ad4e !important;
}
.text-danger{
    color: #B12028 !important;
}
.text-info{
    color: #5bc0de !important;
}
/* .text-success {
    color: #0e283f !important;
} */
/* Text CSS End */
/* Alert CSS Start */
.top-alert .alert-danger{
    background-color: #f3b4b6;
    border-left: 3px solid #B12028;
}
.top-alert .alert-warning {
    background: #ffdbb0;
    border-left: 3px solid #b76300;
    color: #b76300;
    /* font-size: 11px; */
} 
.top-alert .alert-warning .text-primary {
    color: #b76300;
}
.bg-warning-blue {
    color: #232323;
    /* font-size: 11px; */
}
.bg-warning-blue.blue-alert {
    background: #bae5ff;
    border-left: 3px solid #0e293f;
}
.bg-warning-blue.gold-yellow-alert {
    background: #ffdbb0;
    border-left: 3px solid #b76300;
}
.bg-warning-blue.gold-yellow-alert .text-primary {
    color: #b76300;
}
.alert-dismissible {
    background: #eaeaea;
    border-left: 3px solid #4c4c4c;
}
.alert-dismissible .alert-icon {
    color: #4c4c4c;
}
.alert-danger.alert-dismissible .alert-icon {
    color: #B12028;
}
.alert-warning.alert-dismissible .alert-icon {
    color: #b76300;
}
.blue-alert.alert-dismissible .alert-icon {
    color: #0e283f;
}
/* Alert CSS End */
/* Font Size CSS Start */
.font-12 {
    font-size: 12px !important;
}
.font-18 {
    font-size: 18px;
}
.font-4em {
    font-size: 4em !important;
}
.alert-icon{
    float: left;
}
.alert-icon i {
    font-size: 36px;
}
.alert-detail{
    margin-left: 30px;
}
.alert-type-title a{font-size: 13px; text-decoration: none;}
.alert-description {
    font-size: 12px;
    color: #000000;
}
/* Font Size CSS End */

/* Display CSS Start */
.display-flex {
    display: flex;
}

/* Tab CSS Start */
.nav-tabs{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 100;
}
.tab-content {
    box-shadow: none;
    box-sizing: border-box;
    border-top: 0px solid #d7dbdc;
}
.tab-content > .tab-pane{
    border: none;
}
.nav-tabs > li > a{
    border: none;
    padding: 5px;
    border-bottom: 3px solid transparent;
    color: #212529;
    /* border: 2px solid transparent; */
    position: relative;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus{
    color: #0e293e;
    cursor: pointer;
    text-shadow: 0 0 0.01px #0e293e, 0 0 0.01px #0e293e, 0 0 0.01px #0e293e;
    /* font-weight: bold; */
    background-color: transparent;
    border-radius: 3px;
    /* border:2p x solid #B12028; */
    border-bottom: 3px solid #B12028;
    box-shadow: 0 0px 0px 0px rgba(206, 206, 206, 0.25);
    box-sizing: border-box;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover{
    border-bottom:3px solid rgba(177, 32, 40, 0.2);
    box-shadow: 0 0px 0px 0px rgba(206, 206, 206, 0.25);
    box-sizing: border-box;
    border-radius: 0px;
    background: transparent;
    color: #0e293e;
    text-shadow: 0 0 0.01px #0e293e, 0 0 0.01px #0e293e, 0 0 0.01px #0e293e;
    cursor: pointer;
    position: relative;
}
.info-tab{
    position: relative;
}
.info-tab .nav-tabs{
    background: #d6d6d6;
    padding-right: 36px;
}
.info-tab .nav-tabs  li{
    margin-bottom: 0;
}
.info-tab .nav-tabs  li a{
    padding: 10px 5px;
    line-height: normal;
    color: #000000;
    border: 1px solid transparent;
}
.info-tab .nav-tabs  li  a:hover{
    color: #000000;
    /* border: 1px solid #B12028; */
}
.info-tab .nav-tabs  li.active  a, .info-tab .nav-tabs  li.active  a:focus{
    color: #ffffff;
    cursor: pointer;
    background-color: #b12028;
    border-radius: 0;
    border: 1px solid #B12028;
    box-shadow: none;
}
.info-tab .nav-tabs  li.active  a::before{
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-right: 2px solid #aa1f24;
    border-bottom: 2px solid #aa1f24;
    background: #aa1f24;
    content: "";
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
}
.disableTabs ul{
    pointer-events:none;
    opacity: 0.5;
}
/* .info-tab .nav-tabs > li.active > a::after{
    content: "";
    width: 10px;
    height: 2px;
    border-top: 2px solid #e8edf2;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -5px;
    border-radius: 0 0 10px 10px;
} */
/* Tab CSS End */

/* UI selected CSS Start */
.ui-select-bootstrap .ui-select-choices-row.active>span{
    background: #0e283f !important;
}
.ui-select-bootstrap .ui-select-toggle>a.btn{
    margin-top: -5px !important;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{
    margin-top: 3px;
}
.ui-select-bootstrap .ui-select-match {
    outline: 0;
    background: transparent;
    box-shadow: none;
}
.ui-select-choices-row-inner div{
    white-space: normal;
}
.ui-match-width > .form-controll{width:189px}

.ui-select-toggle {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.ui-select-bootstrap .ui-select-match .ui-select-toggle.btn-default[disabled] {
    border-color: #000;
}

.ui-select-bootstrap .ui-select-match-text,.ui-select-bootstrap .ui-select-placeholder{
    padding-right: 32px !important;
}
/* UI Select CSS End */

/*Form css start*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 10px;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.form-control.input-error,.ui-select-container.input-error .form-control{
    border-bottom: 2px solid red;
}
.form-control.form-sm {
    padding: 0 0;
    height: 24px;
}
.form-control:focus {
    border-color: #000000;
}
.form-control.input-sm{
    padding: 4px 10px;
}
#ticket-date{
    display: inline-block;
}
#ticket-date .form-control{
    padding: 8px 10px;
    height: 24px;
}
/*form css ends*/
/*Table Css start*/
.table > thead > tr > th{
    background: #ffffff;
    text-transform: capitalize;
}
/*table css ends*/

/* Width CSS Start */

.width-100{ width: 100% !important }
.width-250 {width: 250px !important;}
.width-15{ width: 15px; }

/* Width CSS End */

/* Margin CSS Start */

.mx-auto { 
    margin: 0 auto; 
}
.m-0 {
    margin: 0 !important;
}
.no-margin{
    margin: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-b-0{
    margin-bottom: 0 !important;
}
.m-t-0{
    margin-top: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-7{
    margin-top: 7px !important;
}
.m-t-8{
    margin-top:8px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-13{
    margin-top: -13px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-b-5{
    margin-bottom: 5px;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-15{
    margin-bottom: 15px;
}
.m-r-5{
    margin-right: 5px;
}
.m-r-10{
    margin-right: 10px;
}
.m-l-5{
    margin-left: 5px;
}
.m-l-10{
    margin-left: 10px;
}

/* Margin CSS End */
/* Padding CSS Start */

.p-x-15 { 
    padding-left: 15px !important;
    padding-right: 15px !important; 
}
.p-l-10 { padding-left: 10px; }
.p-b-0{ padding-bottom: 0; }
.p-r-0 { padding-right: 0; }
.p-r-15{ padding-right: 15px; }
.p-t-20{ padding-top:20px; }
.p-t-10{ padding-top:10px; }
.p-b-10{ padding-bottom:10px; }
.p-l-0{ padding-left: 0; }
.p-l-5{ padding-left: 5px; }


/* Padding CSS End */

/* Font Size CSS Start */
.fz-32 { font-size: 32px !important; }
/* Font Size CSS End */

/* UI Grid CSS Start */
.ui-grid-cell-contents {
    padding: 7px 5px !important;
    display: block; 
}
/* UI Grid CSS End */

/*pagination UI css Start*/ 
.pagination{
    float: right;
    margin: 5px 0 10px !important;
}

.pagination > li > a, 
.pagination > li > span{
    border: 0px solid #3aa04a;
    color: #72777a; 
    background: transparent;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background: #0e283f;
    border-radius: 3px;
    border-color: transparent;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
    color: #0e283f;
    background-color: transparent;
    border-color: transparent;
}
.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
    color: #999;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}
/* pagination UI css End */
/* Popover CSS Start */
.popover-heading {
    font-size: 18px;
}
/* Popover CSS End */

/* Vertical Align Center CSS Start */
.vertical-center {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
/* Vertical Align Center CSS End */

/* Lace Color CSS Start */
.lace-count-block{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
}
.lacelow{
    background-color: #f1ead0 !important;
}
.lacemed{
    background-color: #f1d6a8 !important;
}
.lacehigh{
    background-color: #f2d0d1 !important;
}
/* Lace Color CSS End */

/* Login CSS Start */
.center-block {
    width: 50%;
    height: 600px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 10px;
}
.login-block,
.lock-block {
    position: relative;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #f1f1f1;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ushs-left-block {
    position: relative;
    padding: 10px;
    margin-bottom: 10px; 
    height: 100%;       
}
.ushs-left-block .image-block {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
    align-items: center;
}
.ushs-left-block .image-block img {
    width: 120px;
    height: auto;
}
.ushs-left-block p {
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
    color: #424242;
}
.ushs-left-block .login-user {
    height: calc(100% - 220px);
    text-align: center;
}
.ushs-left-block .login-user img {
    height: 100%;
}
.login-block .heading-block p {
    text-align: left;
    font-weight: bold;
    padding: 15px;
    font-size: 22px;
}
.signup-id {
    border: 2px solid #272727;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 15px;
    margin-top: 10px;
}
.signup-id {
    border: 1px solid #272727;
    display: inline-block;
    background:#ffffff;
    padding: 4px 15px;
    border-radius: 15px;
    margin-top: 10px;
}
.orb-form a { 
    color: #B12028;
}
.login-block .orb-form .note.forgot-password {
    margin-top: 6px;
    padding: 0 1px;
    line-height: 15px;
    color: #B12028;
    font-size: 13px;
}
.login-block .orb-form .icon-append,
.login-block .orb-form .icon-prepend {
    position: absolute;
    top: 2px;
    width: 29px;
    height: 34px;
    font-size: 1.3em;
    line-height: 29px;
    text-align: center;
}
.login-block .orb-form .icon-append, 
.login-block .orb-form .icon-prepend {
    color: #454545;
    background: transparent;
}
.login-block .orb-form .icon-append {
    right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 36px;
}
.login-block .orb-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 2px;
    border-right-style: solid;
}
.login-block .orb-form .input .icon-prepend + input,
.login-block .orb-form .textarea .icon-prepend + textarea { padding-left: 30px; }
.login-block .orb-form .input .icon-append + input,
.login-block .orb-form .textarea .icon-append + textarea { padding-right: 30px; }
.login-block .orb-form .input .icon-prepend + .icon-append + input,
.login-block .orb-form .textarea .icon-prepend + .icon-append + textarea { padding-left: 30px; }
.login-block .orb-form .radio i, 
.login-block .orb-form .checkbox i {
    border-radius: 5px;
}

/* hover state */
.login-block .orb-form .input input {
    border-color: transparent;
}
.login-block .orb-form .checkbox i,
.login-block .orb-form .select select,
.login-block .orb-form .textarea textarea,
.login-block .orb-form .radio i,
.login-block .orb-form .toggle i,
.login-block .orb-form .icon-append,
.login-block .orb-form .icon-prepend {
    border-color: rgba(177, 32, 40, 0.36);
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.login-block textarea:hover,
.login-block input:hover { background: #fff !important; }
.login-block .orb-form .checkbox:hover i {
    background: none;
}
.login-block .orb-form .select:hover select,
.login-block .orb-form .radio:hover i,
.login-block .orb-form .toggle:hover i,
.login-block .orb-form .ui-slider-handle:hover { background: #b12028; }
/* .login-block .orb-form .btn {
    width: 100%;
} */
.login-block .orb-form#forgotPassword-form .btn,.login-block .orb-form#reset-form .btn,.login-block .orb-form#authentication-form .btn {
    width: 48.5%;
}
section.reset-btn {
    display: flex;
    justify-content: space-between;
}
.reset-btn .btn{width: calc( 50% - 10px)}
.loyalty-link {
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.loyalty-link::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a2a2a2;
    left: 0;
    top: -25px;
}
.loyalty-link::after{
    content: "Or";
    position: absolute;
    left: 50%;
    top: -34px;
    background: #f1f1f1;
    margin-left: -20px;
    padding: 0 10px;
}
.loyalty-link a{
    font-weight: 600
}
.copyrights {
    margin-top: 10px;
    font-size: 0.85em;
    text-align: center;
}
.center-block .copyrights { 
    color: #484848; 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.request-access {
    font-size: 15px;
    margin-bottom: 10px;
}
.request-access a{
    color: #B12028;
    font-weight: 600;
    margin-left: 5px;
}
.support {
    position: absolute;
    bottom: 8px;
    margin-left: auto;
    font-size: 15px;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.support span {
    border-bottom: 1px solid #428bca;
    color: #428bca;
}
/* .panel{
    border:none;
    box-shadow:none;
}
.panel-default > .panel-heading{
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    color: #3aa04a;
}
.detail-info .panel-default > .panel-heading{
    border-bottom: 1px solid #eeeeee;
}
.panel-title{
    font-weight: 400;
}

*/
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .center-block {
        width: 70%; 
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .center-block {
        width: 90%; 
    }
}
/* Login CSS End */
/*Header css*/
.main-header {
    background: #0e293f;
    position: fixed;
    width: 100%;
    right: 0px;
    height: 62px;
    left: 0px;
    z-index: 999;
    display: block;
    padding: 0;
    margin: 0;
}
.main-header .navbar-brand {
    display: block;
    text-align: center;
    float: left;
    margin-right: 15px;
    background: #ffffff;
    padding: 8px 15px;
    height: 62px;
    width: 260px;
    color: #0e293f;
    font-weight: 900;
    font-size: 22px;
    border-bottom: 1px solid #0e293f;
}
.main-header .navbar-brand a{
    color: #0e293f;
}
.main-header .navbar-brand img{
    height: 100%;
    width: auto;
}
.main-header .navbar-brand i{
    margin-left: 15px;
    float: right;
    margin-top: 12px;
}
.site-search {
    float: left;
    position: relative;
    padding: 12px 0;
}
.site-search input[type=search] {
    background: #0a1d2c;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    font-weight: 400;
    padding: 10px 10px 10px 30px;
    width: 250px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.site-search input[type=search]:hover {
    background-color: #0a1d2c;
}
.site-search i {
    position: absolute;
    color: #fff;
    font-family: FontAwesome;
    font-size: 16px;
    left: 8px;
    top: 22px;
}

.main-header .navbar-content {
    padding: 12px 15px;
}
.navbar-content .navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
}
.hanging-badge{
    position: absolute;
    top: 2px;
    right: 5px;
}
.navbar-content .nav.navbar-nav > li > a:hover, .navbar-content .nav.navbar-nav > li > a:focus{
    background: transparent;
}
.navbar-content .nav .open>a, .navbar-content .nav .open>a:hover, .navbar-content .nav .open>a:focus{
    background-color: transparent;
    border:none;
}
.user-action{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.user-image{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
.user-image img{
    max-width: 100%;
}
.user-name-position{
    display: inline-block;
}
.user-name-position p{
    margin-bottom: 0;
    line-height: 12px !important;
}
.user-name-position small{
    font-size: 11px !important;
}
.main-header .dropdown-menu li{
    padding: 6px 10px;
}
.dropdown-menu .divider{
    height: auto;
}

.dropdown-menu.info-drop {
    width: 300px;
    padding: 0;
 }
.dropdown-menu.info-drop .dropdown-header{
    background: #e4e4e4;
}
.dropdown-menu.info-drop .dropdown-footer {
    border-top: 1px solid #e4e4e4;
}
.dropdown-menu.info-drop li{border-bottom: 1px solid #e4e4e4;padding: 10px;}
/*Header css ends*/

/*Main-wrap css start*/
.main-wrap {
    position: absolute;
    width: 100% !important;
    height: calc(100vh - 62px);
    overflow: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 62px;
    transition: all .3s ease-in-out 0s;
    background: #e8edf2;
}

/*Left Menu css start*/

.responsive-admin-menu {
    position: fixed;
    background: #ffffff;
    width: 260px;
    left: 0;
    top: 62px;
    bottom: 0;
    z-index: 20;
    transition: all .2s ease-in-out 0s;
}
.responsive-admin-menu .user-profile {
    display: table;
    padding: 15px 15px;
    width: 100%;
}
.responsive-admin-menu .user-profile .user-image{
    margin-top: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.user-profile .user-detail {
    overflow: hidden;
}
.user-profile .user-detail h1 {
    font-size: 16px;
    color: #b12028;
    margin-top: 0;
    margin-bottom: 5px;
}
.user-profile .user-detail p{
    margin-bottom: 2px;
}
.user-profile .user-status {
    padding-left: 10px;
    position: relative;
}
.user-profile .user-status:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #33a241;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.product-img {
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 44px;
    border-top: 1px solid #e8e8e8;
}
.product-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.product-img img[alt="logo-icon"] {
    display: none;
}
#menu-container{
    height: calc(100vh - 124px);
    overflow: auto;
}
.responsive-admin-menu ul li a {
    /* font-size: .85em;*/
    text-transform: capitalize; 
    font-weight: 100;
    letter-spacing: 1px;
    text-decoration: none;
    color: #0e293f;
    display: block;
    position: relative;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    outline: none;
    transition: background .4s;
    border-bottom: 1px solid #eaeaea;
}
.responsive-admin-menu #menu ul li a.submenu-custom {
    background-color: #e2e2e2;
    padding: 8px 10px 8px 25px;
}
.responsive-admin-menu ul li a:hover,.responsive-admin-menu #menu ul li a.submenu-custom:hover {
    background: #0e293f;
    color: #ffffff;
}
.responsive-admin-menu #menu li a.downarrow{
    font-weight: 700;
}
.responsive-admin-menu #menu li i {
    font-size: 18px;
    /* padding-right: 10px; */
    float: left;
    width: 25px;
    text-align: center;
    margin-right: 5px;
}
.responsive-admin-menu #menu li .menu-name {
    overflow: hidden;
}
.responsive-admin-menu li a .badge {
    background: #aa1f24;
    color: #ffffff;
    font-size: .8em;
    text-shadow: none;
    margin-left: 5px;
}

.responsive-admin-menu.sidebar-close {
    width: 0;
}
.responsive-admin-menu.sidebar-close .user-profile,.responsive-admin-menu.sidebar-close .product-details{
    display: none;
}
/*Left Menu css end*/

/*Content Wrapper css start*/
.content-wrapper {
    background: transparent;
    position: relative;
    overflow-x: hidden;
    top: 0px;
    padding: 0px 15px 15px 15px;
    margin-left: 260px;
    height: auto !important;
    height: 100%;
    min-height: 100% !important;
    transition: all .3s ease-in-out 0s;
}
.content-wrapper.wrapper-full {
    margin-left: 0;
}

/*Panel css start*/
.panel-default > .panel-heading{
    background: #ffffff;
    color: #010101;
    /* font-size: 15px; */
    font-weight: 700;
    padding: 10px 10px;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
    text-transform: uppercase;
}
.panel-default > .panel-heading > .sub-heading{
    color: #787878;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.panel-default > .panel-heading .well{
    font-size: 13px
}
.panel-heading>.header-link {
    font-weight: 400;
    font-size: 14px;
}
.panel-heading>.header-link>.dropdown {
    display: inline-block;
}
.panel-heading>.header-link>.dropdown>.btn {
    font-size: 12px;
    padding: 3px 6px;
}
.panel-heading>.header-link>.dropdown>.dropdown-menu {
    text-transform: none;
}
.panel-heading .header-link>a>i,.panel-heading .header-link>i {
    /* color: #010101; */
    margin-left: 5px;
    margin-top: 0px;
    font-size: 18px;
}
.panel-default > .panel-body{
    border: 1px solid #e8e8e8;
    padding: 10px;
}
.panel-filter {
    background: #e2e2e2;
    display: table;
    width: 100%;
    padding: 8px 0;
    position: relative;
}
.panel.panel-dark {
    background: #428bca;
}
.panel-default.panel-dark > .panel-heading{
    background: #428bca;
    color: #ffffff;
    border: none;
}
.panel-default.panel-dark > .panel-body{
    border: none;
}
.panel.panel-dark a{
    color: #ffffff;
}
.panel.panel-black {
    background: #070707 url(../images/activity_bg.jpg);
    background-size: cover;
}
.panel-default.panel-black > .panel-heading{
    background: transparent;
    color: #ffffff;
    border: none;
}
.panel-default.panel-black > .panel-body{
    border: none;
    color: #ffffff;
}
.panel.panel-black a{
    color: #ffffff;
}
.kpi-dark {
    padding: 5px;
    background: #316897;
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 5px;
}
.kpi-title {
    font-size: 12px;
}
.kpi-details{
    display: table;
    width: 100%;
}
.kpi-number{
    float: left;
    font-size: 22px;
    line-height: 20px;
}
.kpi-groth {
    float: left;
    background: #cbd9e5;
    border-radius: 7px;
    padding: 1px 3px;
    font-size: 9px;
    color: #0e293f;
    margin-top: 3px;
    margin-left: 5px;
}
.kpi-star{
    float: right;
    /* margin-top: 5px; */
}
/* .panel-filter:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0px;
    left: 1px;
    background: #aa1f24;
} */
.search-input {
    position: relative;
}
.search-input input {
    height: 26px;
    padding: 2px 20px 2px 10px;
}
.search-input i {
    position: absolute;
    right: 5px;
    top: 5px;
}
.panel-title a,
.panel-title a:hover{
    color: #010101;
    font-size: 14px;
} 
.filter-list {
    display: inline-block;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 2px 10px;
    margin-right: 5px;
    background-color: #fff;
    font-size: 12px;
    margin-top: 2px;
}
/*Panel css end*/
/*Block Css Start*/
.block-container{

}
.block-container > .block-heading{
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    background: #eaeaea;
}
.block-heading>.header-link>.form-control {
    padding: 0 5px;
    height: 20px;
}
.block-container > .block-table-body {
    display: table;
    width: 100%;
}
.block-filter {
    background: #e2e2e2;
    display: table;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 10px;
}
/*Block Css End*/
/*Tile CSS Start*/
.tile {
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 15px;
    background: #ffffff;
    position: relative;
    margin-bottom: 15px;
}
.tile-blue{
    background: rgb(5,117,230);
    background: linear-gradient(45deg, rgba(5,117,230,1) 0%, rgba(43,76,200,1) 100%);
}
.tile-title {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.tile-value{
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 46px;
}
.tile-icon {
    font-size: 74px;
    position: absolute;
    right: 18px;
    top: 4px;
    opacity: 0.3;
    color: #ffffff;
}
/*Tile CSS End*/
/*Card css start*/
.item-card{
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.card-header {
    background: #eaeaea;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #d6d6d6;
}
.card-header i{font-size: 1.33333333em}

.card-body .card-header {
    background: #ffffff;
}
.card-body.fixed-height{
    height: 343px;
    overflow: auto;
}
.card-body.prior-yr-height{
    height: 425px;
    overflow: auto;
}
/*Card css end*/
/* UI Grid CSS Start */
.ui-grid-top-panel {
    background-color: #ffffff !important; 
}
/* UI Grid CSS End */

/* Table CSS Start */
.table > thead > tr > .filter-head{
    background: #a8a8a8;
    border: 1px solid #e2e2e2;
    font-weight: normal;
    font-size: 11px;
    padding: 6px 2px;
}
.table > thead > tr > .filter-head input {
    background: #ffffff;
}
/* Table CSS End */

/* Toggle Button CSS Start */
.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer; 
}
.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none; 
}
.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #818181;
    background-image: none;
    box-shadow: none !important; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: #0e293f ;
    left: 15px; 
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
}
.hide-old-checkbox input[type=checkbox]{
    display: none;
}
/* Toggle Button CSS End */
/*Content Wrapper css End*/
/*Main-wrap css end*/

/* Side-Tab Css Start */
/* 

.activity .nav-tabs{
    border-bottom:1px solid #d7d7d7;
}
.activity .panel-body{
    padding: 0 15px;
}

.activity .nav-tabs > li.active > a:before{
    width: 100%;
    height: 3px;
    content: "";
    background: #aa1f24;
    position: absolute;
    bottom: 0;
    left: 0;
}
.activity .nav-tabs > li.active > a:hover,.activity .nav-tabs > li > a:hover{
    border:none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
}
.activity .nav-tabs > li > a{
    padding: 5px;
    font-size: 15px;
    position: relative;
}
.activity .tab-content{
    box-shadow: none
}
.activity .scrollable-activity .panel-default{
    border-color: transparent;
}
.activity .scrollable-activity {
    max-height: 100%;
    box-shadow: 0 0 10px 1px rgba(70, 70, 70, 0.20);
    box-sizing: border-box;
    padding: 5px 0;
    height: auto;
}
.activity .small-green-scrollbar {
    max-height: 500px;
    overflow: auto;
} */
.toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    display: block;
    width: 36px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    z-index: 2;
    background: #c1c1c1;
    cursor: pointer;
}
.toggle-btn a {
    color: #aa1f24;
}
.activity-links {
    background: #d6d6d6;
    padding: 4px 3px;
}
.activity-links .btn-group .btn {
    padding: 4px 7px;
}
/* Side Tab CSS End */

/* fax-log CSS Start */
.fax-text-align{
    text-align: center !important; 
}
.well{
    padding: 15px;
    border: 1px solid #888888;
    border-bottom: 6px solid #b12028;
    background-color: white;
    position: relative;
}
.info-title,.wall-info-title {
    font-weight: 400;
    color: #b12028;
    font-size: 17px;
    margin-top: 0;
}
/* Fax-log CSS End */

/* Service Request CSS Start */
input.search_init, 
input.search_init:focus {
    border: 1px solid transparent;
}
/* Service Request CSS End */
/* Member Report CSS Start */
.patient-popover {
    width: 580px;
    max-width: 580px;
    padding: 10px;
    border: 3px solid #0f293f;
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #0f293f;
    bottom: -10px;
}
.popover.bottom>.arrow:after{
    border-bottom-color: #0e293f;
}
.popover.bottom{
    margin-left: 15px;
}
/* Member Report CSS End */

/*Tabs ui css*/
.info-tab .panel-group:before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #c9d3dc;
    left: 15px;
}
.info-tab .tab-content {
    background: transparent;
}
.info-tab .tab-content>.tab-pane {
    background: transparent;
    padding: 0;
}
.info-tab uib-accordion .panel{
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
}
.info-tab .panel .panel-body{
    padding: 0;
}
.sub-panel {
    padding-left: 40px;
    margin-top: 0;
    position: relative;
    padding-top: 10px;
    margin-top: 0 !important;
}
.sub-panel:before {
    content: "";
    background: #c9d3dd;
    height: 3px;
    width: 25px;
    position: absolute;
    top: 27px;
    left: 15px;
}
.sub-panel:after {
    content: "";
    background: #c9d3dd;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 22px;
    left: 10px;
    border-radius: 50%;
}
.info-tab .sub-panel.panel .panel-body{
    /* background: #ffffff; */
}
.info-tab .panel-open>.panel-heading:before ,uib-accordion .panel-bg-body:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 00px;
    background: #aa1f24;
}
.info-tab .panel-open.sub-panel .panel-body:before{
    left: 40px;
}
.panel-bg-body{
    background: #fff;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    display: table;
    /* display: block; */
    border: 1px solid #e8e8e8;
}
.panel-bg-body.panel-bg-block{
    display: block;
}
.info-tab .panel-open .panel-bg-body::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 00px;
    background: #aa1f24;
}
/*Patient basic info css*/
.patient-img {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 5px solid #ffffff;
}
h3.patient-name {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.edit-pic,.delete-pic {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    color: #aa1f24;
    line-height: 25px;
    text-align: center;
}
.delete-pic{
    position: absolute;
    bottom: -5px;
    left: -5px;
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 16px;
    color: #aa1f24;
    line-height: 25px;
    text-align: center;
}
.patient-basic-details {
    background: #ffffff;
    border-radius: 3px;
    display: table;
    width: 100%;
}
.details {
    border-right: 1px solid #cecece;
    display: table-cell;
    width: 33%;
    vertical-align: top;
}
.details:nth-child(1) {
    width: 33%;
}
.details:nth-child(2) {
    width: 33%;
}
.details:nth-child(3) {
    width: 16.5%;
}
.details:nth-child(4) {
    width: 16.5%;
}
.details:last-child {
    border-right: none;
}
.details li {
    margin-bottom: 5px;
}
.details table tr {
    border-bottom: 1px solid #e0e0e0;
}
.details table tr:last-child {
    border-bottom: none;
}
.details table tr td{
    padding: 4px 5px
}
.details table tr td.border-right{
    border-right: 1px solid #e0e0e0;
}
.details .patient-detail-ellipse{max-width: 0;}
.details .ellipse-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details .ellipse-container .tooltip-inner{
    white-space: normal;
}
.patient-chip-container {
    height: 176px;
    background-color: #fff;
    grid-template-columns: 200px 200px;
    padding: 3px 0px;
}
.chip-block {
    /* border: 1px solid #e0e0e0; */
    /* display: inline-block;
    width: 49.5%; */
    height: 107px;
    margin-bottom: 0;
    padding: 0px 5px;
    font-weight: bold;
    overflow: auto;
}
.chip-block:first-child{
    border-bottom: 1px solid #cecece;
}
/* Patient Action Tab CSS Start */
.patient-contact {
    width: 450px;
    margin: 50px auto 30px;
    background: #0e293f;
    padding: 60px 15px 40px 15px;
    position: relative;
}
.patient-contact div {
    width: 400px;
    margin: 0 auto;
}
.patient-contact select {
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 30px;
}
.patient-contact select option {
    color: #0e293f;
}
.patient-contact .call-btn-group .btn {
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    left: 50%;
    font-size: 20px;
    margin-left: -25px;
}
.patient-contact .call-btn-group .btn-1 {
    left: 50px;
    right: auto;
}
.patient-contact .call-btn-group .btn-green {
    background: #33a241;
}
.patient-contact .call-btn-group .btn-blue {
    background: #3195cf;
}
.contact-img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.contact-img img {
    border-radius: 50%;
    border: 3px solid #aa1f24;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}
/* Patient Action Tab CSS End */

/* Gap Report CSS Start */
.measurement-status-tbl tbody td {
    background: #fff;
}
/* Gap Report CSS End */


.basic-info-container{
    
}
.patient-profile{
    float: left;
    width: 150px;
    margin-right: 15px;
    background: #ffffff;
}
.patient-details{
    float: left;
}
/*Rx css*/
.pills-tabs .nav-tabs {
    background: transparent;
    border-radius: 20px;
}
.pills-tabs .nav-tabs > li > a {
    padding: 6px 12px;
    border-bottom: none;
    height: 26px;
}
.pills-tabs .nav-tabs > li.active > a, .pills-tabs .nav-tabs > li.active > a:focus {
    border: none;
    background: #aa1f24;
    color: #ffffff;
    padding: 5.5px 12px;
    border-radius: 20px;
}

 .info-tab #getmedrec .panel-group:before,.info-tab #getmedrec .panel-open .panel-heading:before, .info-tab #getmedrec .panel-open.sub-panel .panel-body:before{
    display: none;
}
.que-block .panel-default.panel {
    padding: 10px;
}
.que-block .panel-heading {
    padding: 0;
}
.que-block .panel-body {
    margin-left: 35px;
    padding-left: 10px !important;
    position: relative;
    margin-top: 10px;
}
.que-block .panel-body:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #aa1f24;
    left: 0;
    top: 0;
}
.que-index { 
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #aa1f24;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 10px;
}
.ui-grid{
    height: auto !important;
}
.ui-grid-viewport {
    height: 100% !important;
    /* min-height: 50px !important; */
}
.ui-grid-menu{
    /* overflow: unset !important; */
}
.ui-grid-contents-wrapper{
    height: auto;
}

.input-group-btn .btn-default {
    background: #eeeeee;
    color: #0e293f;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.form-group {
    /* position: relative; */
}
.format-error{
    position: absolute;
    font-size: 11px;
    right: 10px;
    top: 10px;
    padding: 0 5px;
    color: #d24d33;
}


@media screen and (max-width: 1250px){
    .panel-bg-body{
        display: block;
    }
    .responsive-admin-menu{
        width: 70px;
    }
    .content-wrapper{
        margin-left:70px;
    }
    .responsive-admin-menu #menu li .menu-name{
        display: none;
    }
    .responsive-admin-menu #menu ul li a.submenu-custom{
        padding: 8px 10px 8px 10px;
    }
    .product-img img[alt="logo"] {
        display: none;
    }
    .product-img img[alt="logo-icon"] {
        display: block;
    }
    .with-icon.btn{
        width: 20px;
    }
    .activity-links .btn-group .btn {
        padding: 1px 3px;
        font-size: 12px;
    }
    .activity .nav-tabs > li > a{
        padding: 5px;
    }
    .info-tab .nav-tabs li a{
        padding: 5px 3px;
    }
}
@media screen and (max-width: 992px){
    .site-search input[type=search]{
        width: 130px;
    }
}

.daterangepicker,.daterangepicker .drp-calendar.left,.daterangepicker .drp-calendar.right,.daterangepicker .calendar-table{
    padding: 0 !important;
}
.hccReviewDatepickerCss{
    margin-top: -370px !important;
}
.hccReviewDatepickerCss.daterangepicker.opensright:before {
    top: auto !important;
    bottom: -8px;
    transform: rotate(180deg);
    border-bottom-color:rgb(14, 40, 63)
}

/*Mobile responsive css*/
@media screen and (max-width: 768px){
    .main-header .navbar-brand{
        width: auto;
    }
    .responsive-admin-menu {
        width: 0px;
        top: 100px;
    }
    .responsive-admin-menu.sidebar-close{
        width: 100%;
    }
    .content-wrapper{
        margin-left: 0;
    }
    .responsive-admin-menu #menu li .menu-name{
        display: block;
    }
    #menu-container{
        height: calc(100vh - 164px);
    }
    .site-search{
        float: none;
        background: #0e293f;
        padding: 5px 9px;
    }
    .site-search i{
        top: 12px;
        left: 15px;
        font-size: 14px;
    }
    .site-search input[type=search]{
        padding: 5px 10px 5px 30px;
        width: 100%;
    }
    .mobile-profile {
        float: right;
        padding: 15px 20px;
        font-size: 22px;
    }
    .mobile-profile a{color: #ffffff;}
    .main-header .navbar-content{
        display: none;
        background: #0e293f;
    }
    .navbar-nav .open .dropdown-menu{
        background: #c7c7c7;
    }
    .main-header .navbar-content.open{
        display: block;
    }
    .main-header .navbar-content .navbar-nav li a span.hanging-badge{
        position: unset;
    }
    .main-wrap{
        height: calc(100vh - 100px);
        top: 100px;
    }
    /* .main-header .navbar-content,.site-search{display: none;} */
}




