﻿

.displaynone {
    display: none !important;
}
.form-group {
    position: relative;
}
.heading1 {
    margin-top: 3px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    color: #333;
        background: none !important;
}

.table > tbody > tr > td {
    padding:6px;
}
.table .form-control {    height: 28px;
}

.pv6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.messages-menu {
    margin-right: 20px;
}

.dismissbtn {
    padding: 6px;
    font-size: 11px;
    cursor: pointer;
}
/*Animation*/
.fontsize20 {
    font-size: 20px;
}

.ml5 {
    margin-left: 5px;
}

.pt0 {
    padding-top: 0px;
}

.pt4 {
    padding-top: 4px;
}

.mr2 {
    margin-right: 2px;
}

.open.messages-menu > .dropdown-menu {
    display: none;
}

.collapsible {
    cursor: pointer;
}

/*Loader for notification*/
.notificationloader {
    color: #888;
    font-size: 13px;
    text-align: center;
    display: none;
}

.dropdown-menu .footer {
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 18px;
    text-align: center;
}

    .lds-ellipsis div {
        position: absolute;
        top: 6px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #18AACC;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
        text-align: center;
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

/***Inner page css***/
/**************Button CSS**************/
a {
    transition: all 0.5s ease;
    color: #0b90af;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #18AACC;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#0485A3)) !important;
    background: -moz-linear-gradient(top, #18AACC, #0485A3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#0485A3') !important;
}

.btn {
    display: inline-block;
    height: 29px;
    min-height: 29px;
    padding: 0 8px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    vertical-align: bottom;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
    background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
    background-repeat: repeat-x;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-info {
    text-shadow: 0 1px 1px rgba(0,0,0,.3) !important;
}

.skin-blue .wrapper {
    background: #f0f0f0 !important;
}

.company {
    padding: 0px 10px;
    border: solid thin #d9d9d9;
    margin-bottom: 10px;
    cursor: pointer;
}

    .company h4 {
        font-weight: normal;
        color: #333;
        font-size: 14px;
    }

    .company:hover, .company.active {
        background: #18AACC;
        border-color: #18AACC;
    }

        .company:hover h4, .company.active h4 {
            color: #fff;
        }

.wrapperbgsub1 {
    display: none;
}

.checkbox {
    float: left;
}

    .checkbox + .checkbox {
        margin-top: 10px;
    }
/*.dropdown-menu.inner{ max-height:150px !important;}*/
.resultpanel {
    display: none;
}

.pl0 {
    padding-left: 0px;
}

.pt0 {
    padding-top: 0px;
}

.pt4 {
    padding-top: 4px;
}

.pt7 {
    padding-top: 7px;
}

.hm8 {
    margin: 0px 8px;
}
.ma0 {margin:0px;
}

.mt0 {
    margin-top: 0px;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mr4 {
    margin-right: 4px;
}

.mt22 {
    margin-top: 22px;
}

.mt27 {
    margin-top: 27px;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mt40 {
    margin-top: 40px;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mt5 {
    margin-top: 5px;
}

.disp-none {
    display: none;
}

.positionrelative {
    position: relative;
    display: inline-block;
}

.pageheading i {
    margin-right: 5px;
}



.paddingleft25 {
    padding-left: 25px !important;
}

.paddingleft17 {
    padding-left: 17px !important;
}


.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left: 0px;
}

.divbgconfirm, .divbgpopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(255, 255, 255, 0.75);
}

.divbgpopupbody {
    width: 50%;
    background-color: #fff;
    height: auto;
    padding: 25px !important;
    margin: 30px auto;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    font-size: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.loader div {
    margin: 12% auto;
    position: relative;
    text-align: center;
}

.loader p {
    text-align: center;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(255, 255, 255, 0.8);
}

.validationErrorMesg { /*display:none;*/
    color: red;
    font-size: 12px;
}

.formErrorSetting .form-group {
    margin-bottom: 15px;
}

tr.highlight td {
    background: #fef6dd !important;
}

div.dropdown-menu.open {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
}

ul.dropdown-menu.inner {
    overflow-y: auto;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #18AACC;
    border-color: #18AACC;
}

.tabheading {
    margin-top: 3px;
    font-weight: 500;
    font-size: 17px;
    color: #333;
}

.hrSetting {
    margin-top: 5px;
    margin-bottom: 15px;
}

.boxtitleSetting {
    font-size: 17px !important;
    color: #333;
    margin-top: 5px !important;
    font-weight: 500;
}

span.dynatree-expanded a, span.dynatree-folder a {
    font-size: 10pt;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
}

.dynatree-node > a > i {
    color: #0385a3;
    margin-right: 5px;
}

#searchTypeValue {
    margin-top: -2px;
    height: 28px;
    margin-left:4px;
}

#parentNamePos {
    color: #18AACC;
}

.overflow-auto {
    overflow: auto;
}

.maxheight450 {
    max-height: 438px;
}

.maxheight425 {
    max-height: 425px;
}
/**************Table**************/
.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #daeffd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f5f5;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    color: #626262;
    vertical-align: middle;
}

table.table thead tr th {
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0,0,0,.3) !important;
}

.actionbar {
    min-width: 65px;
}

    .actionbar a i {
        color: #0485a3;
        margin-right: 2px;
        font-size: 16px;
        margin-right: 6px;
        cursor: pointer;
        transition: all 0.4s ease;
    }

.sidebar-menu > li > a span {
    font-size: 13px;
}

.text-right {
    text-align: right;
}
.box-header {
   
    padding: 4px;
}
.box-body {padding:4px;
}
.pt0 { padding-top:0px;
}
.box-header .form-control {
    height: 29px;
    padding: 4px 4px;
    font-size: 13px;
}

.box-header .box-title {
    font-size: 18px;
    color: #676767;
    font-weight: 400;
}

.actionbar i, .actionBtn i {
    font-size: 16px !important;
}

.actionbar i {
    color: #0485a3;
    margin-right: 2px;
    font-size: 15px;
    margin-right: 6px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.form-group a i {
    color: #0485A3;
}

.form-group i {
    font-size: 16px;
    margin-top: 3px;
    cursor: pointer;
}

.bootstrap-select > button {
    height: 28px;
    background: #fff;
    font-weight: normal;
    border: 1px solid #ccc;
        margin-top: -3px;
        border-radius:6px;
}

.noofemp {
    background: #daeffd;
    padding: 5px 10px;
    color: #2b6a94;
    border-radius: 5px;
    font-weight: bold;
}

.ml8 {
    margin-left: 8px;
}

.payBox h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #2c2c2c;
    font-weight: bold;
}

.payBox p {
    font-size: 28px;
    color: #10cfbd;
    font-weight: bold;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.totalPaybox {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 6px 10px 5px 10px;
    border-right: solid thin #dcdcdc;
}

.noborder {
    border: none;
}

.totalPaybox h5 {
    font-size: 13px;
    margin-bottom: 0px;
    color: #2c2c2c;
    font-weight: bold;
}

.totalPaybox h6 {
    font-size: 15px;
    color: #18aacc;
    margin-top: 5px;
    font-weight: bold;
}

.empTable tfoot {
    color: #2b6a94;
    background: #daeffd;
}

.payrooldatabg .col-md-2 {
    padding: 0px;
}

.displaynone {
    display: none;
}

.redtextcolor {
    color: #f55753 !important;
}

.bowntextcolor {
    color: #cf850f !important;
}

.bluetextcolor {
    color: #00acd7 !important;
}

.scrollerpadding .scroller {
    background: #fff;
    width: 100%;
    padding: 6px 0px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.uploadBg {
    border: dashed 1px #ccc;
    padding: 50px;
    border-radius: 10px;
}

.imagedataset img {
    border: solid thin #ccc;
}

.imagedataset .imgbg {
    position: relative;
}

    .imagedataset .imgbg:hover {
        background: #f4f4f4;
    }

.imagedataset i {
    position: absolute;
    right: 2px;
    top: -10px;
    background: #14a3c4;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
}
.content-header {
    position: relative;
    padding: 2px 15px 2px 15px;
}
    .content-header > .breadcrumb {top:0px;
    }
.popover-title .close { margin-top:-4px;
        }
.bootstrap-select.btn-group .dropdown-menu li a {
    white-space: normal;
    padding: 8px 4px 8px 10px;
    border-bottom: solid thin #f0f0f0;
    font-size: 13px;
}
.select2-container {
 display:block;}
.error {display:block; position:relative;
}
#selectCompanyModal .modal-lg {
    width: 70%;
}
.close {font-size:21px;
}
.userchartimg {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -2px;
}

.vacant {
    background-color: #fddddd !important;
    color: #933432 !important;
}

.noticeperiod {
    background-color: #daeffd !important;
    color: #2b6a94 !important;
}

.clrUp {
    background: #00a65a;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    width: 18px;
    font-size: 11px;
    display: inline-block;
}

.clrNotUp {
    background: #e81f1f;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    width: 18px;
    font-size: 11px;
    display: inline-block;
}

.tableHeading {
    font-size: 16px;
    font-weight: normal;
    border: solid thin #eaeaea;
    margin: 0;
    padding: 10px;
    background: #fdfdfd;
    color: #525252;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    text-shadow: 0 1px 1px rgba(0,0,0,.2) !important;
}

.not_appt {
    background-color: #fef6dd !important;
}








#leftPanelSlider i {
    text-align: center;
    margin-top: 18px;
    margin-left: 30px;
}

.comp-logo {
    margin-right: 10px;
    margin-top: 7px;
    border-left: solid 2px#18aacc;
    padding-left: 5px;
    height: 35px;
}

.payBox {
    border-right: solid thin #dcdcdc;
    margin-top: 4px;
    padding: 5px 5px 0px 5px;
    position: relative;
}

    .payBox .icon {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        position: absolute;
        bottom: -17px;
        right: 10px;
        z-index: 0;
        font-size: 50px;
        color: rgba(0,0,0,0.15);
    }

    .payBox:hover .icon {
        font-size: 55px;
    }


    .payBox h5 {
        font-size: 13px;
        margin-bottom: 0px;
        color: #2c2c2c;
        font-weight: bold;
    }

    .payBox p {
        font-size: 28px;
        color: #10cfbd;
        font-weight: bold;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

i {
    margin-right: 4px;
}


.searchAccountLinkIcon {
        position: absolute;
    top: 27px;
    right: 5px;
    z-index: 1;
}

.pbg {
    background: #cff5f2;
    color: #00a65a !important;
}

.abg {
    background: #fddddd;
    color: #dd4b39 !important;
}

.lmbg {
    background: #daeffd;
    color: #2b6a94 !important;
}

.hbg {
    background: #fef6dd;
    color: #957d32 !important;
}

.wbg {
    background: #eaeaea;
    color: #626262 !important;
}

.wdbg {
    background: #a0e9e3;
    color: #086239 !important;
}

.musterApp {
    width: 7px;
    height: 7px;
    background: #dd4b39;
    position: absolute;
    border-radius: 50%;
    right: 4px;
}

.disp-none {
    display: none;
}

.pa0 {
    padding: 0px !important;
}

.maxwid25 {
    max-width: 25px;
}

.dropdown-menu > li > a {
    white-space: normal;
    border-bottom: solid thin #eee;
}

.dropdown-menu > li > a {
    color: #777;
    padding: 8px 1px 8px 8px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu.usericon {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu.usericon {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.navbar-custom-menu > .navbar-nav > li.open > .dropdown-menu.usericon {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.skin-blue .sidebar-menu .treeview-menu > li > a.menuActive {
    color: #fff;
}

.calendarSet {
    position: absolute;
    top: 3px;
    right: 5px;
    z-index: 1;
}

.zi5 {
    z-index: 5;
}

.sandbox-container .form-control {
    z-index: 2;
}
.sidebar-collapse .footerFixed {
    position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.footerFixed {
     position: fixed;
    /* width: 96%; */
    background: #fff;
    right: 0px;
    left: 230px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.anchordatabg {
    margin-bottom: 0px;
    border: solid thin #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}
.anchordatabg h3 {
    font-size: 14px;
    border-bottom: solid thin #ccc !important;
    margin: 0px;
    padding-bottom: 10px;
    padding: 8px 6px;
    margin-bottom: 10px;
}
.selectcompany {
    font-size: 13px;
    margin-top: 15px;
    color: #0485a3;
    font-weight: bold;
}
.company {
    padding: 0px 5px;
    border: solid thin #d9d9d9;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 6px;
}
.company h4 {
    font-weight: bold;
    color: #333;
    font-size: 13px;
    margin: 6px;
    border-radius: 6px;
}

@media screen and (max-width: 1024px) {
    .pr0-med {
        padding-right: 0px;
    }

    .pl0-med {
        padding-left: 0px;
    }
}
/*Highrise Plugin Start*/
.table > thead > tr > th.sortTableTH {
    position: relative;
    cursor: pointer;
    padding-right: 30px !important;
    line-height: 13px
}

thead .sortTableTH:after {
    position: absolute;
    bottom: 7px;
    right: 8px;
    display: block;
    font-family: 'FontAwesome';
    opacity: 0.8;
    content: "\f0dc";
    font-size: 15px;
}

thead .sortTable_desc:after {
    content: "\f15e";
}

thead .sortTable_asc:after {
    content: "\f15d";
}
/*Highrise Plugin End*/
.openDown {
    cursor: pointer;
    color: #0485a3;
}

.text-success {
    color: #0abb87;
}

.text-danger {
    color: #fd397a;
}

.td-bold {
    font-weight: bold;
}
.headingType {
    border-bottom: 1px solid #ebedf2;
    border-top: 1px solid #ebedf2;
    padding: 10px 0px;
    margin-top:0px;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

.innerPageSet .heading1 h4, .searchResult .heading1 h4, .heading2, .box-header .box-title {
    padding: 0px !important;
    margin: 8px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
}

.cmd-padding.pa0 {
    padding: 0px !important;
}

.box {
    margin-bottom: 4px !important;
    border-radius:6px;
}

.scroller {
    background: #fff;
    padding: 3px 3px 3px 3px !important;
    width: 100%;
}

/*.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #eaeaea;
}*/

.SumoSelect > .optWrapper > .options li.opt {
    padding: 4px 6px !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
    left: 0px !important;
}

.SumoSelect > .optWrapper > .options li label {
    margin: 0px !important;
}

.SumoSelect > .optWrapper > .options li label {
    margin-left: 22px !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
    top: -3px !important;
}

.tableinnertext .col-md-3 {
    min-height: 46px !important;
    border-bottom: solid thin #e8e5e5;
    border-right: solid thin #e8e5e5;
    padding-top: 3px;
    padding-bottom: 3px;
    padding: 4px 6px !important;
}

.mt8n {
    margin-top: -8px !important;
    height: 45px !important;
}

.tableinnertext label {
    margin-bottom: 0px !important;
}

.form-control {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

textarea.form-control {
    height: auto !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 3px 3px !important;
    height: 28px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    border-radius: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 41% !important;
    }

.calendaricon {
    position: absolute;
    right: 22px !important;
    font-size: 16px;
    color: #333;
    z-index: 1;
    top: 29px !important;
    cursor: pointer;
}

.SumoSelect > .CaptionCont {
    padding: 3px !important;
    height: 28px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.form-group {
    margin-bottom: 8px !important;
}
.box-header {padding:0px;
}
.empNameSet { font-weight:bold;color: #0485a3;
}
.strong {font-weight:bold;
}
.boxcoltheme0 {
    border-left: 4px solid #02adb8;
}
.boxcoltheme1 {
    border-left: 4px solid #b15bfd;
}
.ma2 {
    margin: 2px;
}
label {
    color: #0a728b;
}

.main-sidebar .sidebar {
    overflow-y: scroll;
    height:  calc(100vh - 50px);
}
.fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px;
    min-height:  calc(100vh - 50px);
}
.sidebar::-webkit-scrollbar {
    width: 9px;
}

.sidebar::-webkit-scrollbar-thumb {   
    border-width: 3px 0 0 0px;
  
}