body {
    font-family: Calibri;
    font-weight: normal;
    background: #f7f7f7;
    color: #575757;
    font-size: 11px;
    overflow-x: auto;
}

#container {
    overflow-y: hidden;
}

#sidebar {
    transition: 0.3s !important;
    z-index:100 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #46437d;
    border: 2px solid #31367a;
}

.label-new {
    font-weight: 700 !important;
    color: black;
}


.marginbotton10px {
    margin-bottom: 5px;
}

.blur {
    border: 2px solid #ff3e45 !important;
}

.disinline {
    display: inline;
}

.headrightbtn {
    float: right;
}

.voiletcolor {
    background: #5161ac;
    color: white;
    border: none;
}

.backtop {
    float: right;
}

.logo img {
    width: 65px;
    max-height: 60px;
}


.chklistheight84 {
    height: 84px !important;
}

.wrapper .container {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wrapper .tableFixHead {
    width: 100%;
    position: relative;
}

.wrapper .main {
    width: 100%;
    max-height: 500px;
    overflow: scroll;
}



.wrapper {
    margin-top: 74px;
}

a.logo {
    margin-top: 2px;
    margin-right: 22px;
}


.marginbotton25px {
    margin-bottom: 25px;
}

.site-footer {
    background: #202831;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

.top-nav {
    margin-top: 24px;
}

.label-danger {
    background-color: #5161ac;
}

.tablestyle tr td {
    border: 1px solid #e2e2e2;
}

ul.sidebar-menu li a.active i {
    color: #b5bee8;
}

.voiletcolor:hover {
    color: #fff;
    background-color: #8288c7;
    border-color: #727cea;
}

ul.sidebar-menu li a i :hover {
    color: #5161ac;
}

ul.sidebar-menu li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 8px 0 10px 10px;
}

#sidebar {
    background: #181f40;
    background: linear-gradient(#3C3E89, rgba(9, 12, 142, 0.21)), url(../img/navback.jpg);
    background-size: cover;
    margin-top: 74px;
}

ul.sidebar-menu li a.active {
    background: transparent;
}

ul.sidebar-menu li ul.sub li {
    background: transparent;
}

#sidebar > ul > li > ul.sub {
    /*padding-bottom: 10px;*/
    padding-top:5px;
    padding-bottom:7px;
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: transparent;
}

ul.sidebar-menu li ul.sub li a {
    color: #fff;
}

    ul.sidebar-menu li ul.sub li a:hover {
        color: #fff;
    }

.site-footer {
    background: #181f40;
}

ul.sidebar-menu li a {
    font-size: 11px;
}

ul.sidebar-menu {
    margin-top: auto;
}

.custommodalbody .form-group {
    margin-bottom: 5px !important;
}

#wait {
    width: 100px !important;
    height: 89px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    padding: 2px !important;
    margin-left: -50px !important;
}

/*error page css*/
#notfound {
    position: relative;
    height: 100vh;
    background-color: #eeeff1;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
}

    .notfound .notfound-bg {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }

        .notfound .notfound-bg > div {
            width: 100%;
            background: #fff;
            border-radius: 90px;
            height: 125px;
        }

            .notfound .notfound-bg > div:nth-child(1) {
                -webkit-box-shadow: 5px 5px 0px 0px #dcdcdc;
                box-shadow: 5px 5px 0px 0px #dcdcdc;
                border: 1px solid #dedede;
            }

            .notfound .notfound-bg > div:nth-child(2) {
                -webkit-transform: scale(1.3);
                -ms-transform: scale(1.3);
                transform: scale(1.3);
                -webkit-box-shadow: 8px 1px 1px 0px #dcdcdc;
                box-shadow: 8px 1px 1px 0px #dcdcdc;
                position: relative;
                z-index: 10;
                border-left: 1px solid #cccccc;
            }

            .notfound .notfound-bg > div:nth-child(3) {
                -webkit-box-shadow: 5px 5px 0px 0px #dcdcdc;
                box-shadow: 5px 5px 0px 0px #dcdcdc;
                position: relative;
                z-index: 90;
                border-left: 1px solid #e4d3d3;
            }

    .notfound h1 {
        font-family: 'Quicksand', sans-serif;
        font-size: 86px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 8px;
        color: #151515;
    }

.popuplabel {
    color: #0404af;
    margin-right: 18px;
    font-weight: 700 !important;
}

.notfound h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #151515;
}

.popsubmitbtn {
    color: #fff;
    background-color: #323f80;
    border-color: #ccc;
    padding: 3px 12px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.popuptable > thead > tr > th, .popuptable > tbody > tr > th, .popuptable > tfoot > tr > th, .popuptable > thead > tr > td, .popuptable > tbody > tr > td, .popuptable > tfoot > tr > td {
    padding: 4px;
}

.modalcustom {
    width: 80%;
}

.popuptbox {
    height: 21px !important;
}

.popupheader {
    background: #e8eaf5;
    padding: 6px;
    text-align: center;
}

.popuptitle {
}

.notfound a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #3b50ea;
    background-image: linear-gradient(to right, #7915d4, #0089ff);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.notfound-social {
    margin-top: 20px;
}

    .notfound-social > a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 14px;
        color: #fff;
        background-color: #dedede;
        margin: 3px;
        padding: 0px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound-social > a:hover {
            background-color: #18e06f;
        }
/*end error page css*/


/*form css*/
.star {
    color: #fb5043;
}

.inputstylesearch {
    display: block;
    width: 200px;
    height: 27px;
    padding: 2px 6px;
    font-size: 11px !important;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    color: #313131;
    margin-right: 8px;
}

.labelstylesearch {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
    color: #575757;
    font-size: 11px;
    padding-right: 6px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
}


.inputstyle {
    display: block;
    width: 100%;
    height: 26px;
    padding: 2px 6px;
    font-size: 13px;
    /*box-shadow: inset 0 0 6px #c0c0c0;*/
    border: 1px solid #d4d4d4;
    /*border-radius: 0px;*/
    color: #313131;
}

.labelstyle {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 600;
    color: #575757;
    font-size: 13px;
}

.padding4px .col-md-4, .padding4px .col-md-2, .padding4px .col-md-1, .padding4px .col-md-6, .padding4px .col-md-3, .padding4px .col-md-8, .padding4px .col-md-12, .padding4px .col-md-10, .padding4px .col-md-9, .padding4px .col-md-5, .padding4px .col-md-7, .padding4px .col-md-11 {
    padding-left: 4px;
    padding-right: 4px;
}

.file {
    position: relative;
    overflow: hidden;
    padding: 3px 14px;
    font-size: 14px;
    background-color: #717171;
    border-color: #9e9fa5;
    width: 100%;
    height: 26px;
}

    .file:hover {
        background-color: #3bafe2;
        border-color: #3bafe2;
    }

.upload {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
    display: inline;
}

.btndiv {
    text-align: right;
    padding: 10px 0px;
}

button.btn.btn-default.resetbtn:hover {
    background: black;
    color: white;
}

.formgroupstyle {
    margin-bottom: 6px;
}

.panelheadingstyle {
    border-color: #e2e2e2;
    /*font-size: 21px;*/
    font-weight: 600;
    color: #5161ac;
    text-align: left;
    background: #ffffff;
    font-size: 14px;
}

.panelstyle {
    /*box-shadow: 4px 4px 12px 1px #a9a9a9;
    -webkit-box-shadow: 4px 4px 12px 1px #a9a9a9;
    -moz-box-shadow: 4px 4px 12px 1px #a9a9a9;*/
    background-color: transparent;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.panelbodystyle {
    padding: 10px 25px;
    background-color: transparent;
}
/*form css end*/
/*table*/
.tablestyle {
    color: #313131;
    /*font-size: 11px;*/
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    /* overflow-x: auto; */
    /* overflow-y: hidden; */
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.tablehead {
    background: #e6e3e3;
    box-shadow: inset 0 0 4px #b1b1b1;
    z-index: 99;
}

.savebtn {
    padding: 3px 10px;
    font-size: 10px;
    background: #5161ac;
    color: white;
    margin-right: 2px;
}

    .savebtn:hover {
        color: white;
        background: black;
    }

button.btn.creatbtn {
    background: #8bc5e4;
    width: auto;
    padding: 2px 5px !important;
    color: white;
    /* height: 25px; */
    border-radius: 0px;
}

.tablestyle tbody > tr > td {
    padding: 0px 4px;
    vertical-align: middle;
    color: #151515;
}

table {
    /* position: relative; */
}

.tablestyle thead > tr > th {
    padding: 3px;
    position: sticky !important;
    z-index: 99;
}

.chklistheight42 {
    height: 80px !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 2px 0;
    border-radius: 16px;
    background: #eeeeee;
    float: right;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 22px;
        border-top-left-radius: 22px;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 9px 12px;
    }

    .pagination > li :hover {
        background: black;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        margin-left: -1px;
        line-height: 1.428571429;
        text-decoration: none;
        background-color: #eeeeee;
        border: none;
        color: #3e3e3e;
    }

        .pagination > li > a:hover, .pagination > li > span:hover {
            background: #4758a9;
            color: white;
        }

        .pagination > li > a.active, .pagination > li > span.active {
            background: #4559b5;
            color: white;
        }

.searchbar {
    width: 24%;
    float: right;
    margin-bottom: 12px;
    height: 29px;
}
/*end table*/

::selection {
    background: black;
    color: #fff;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #8c8dff;
}

.dropdown-submenu > .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0px;
}

.dropdown-menu {
    width: 100%;
}

#sidebar ul li {
    position: relative;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: none;
}

.shown {
    display: block;
}

.dropdown-submenu:hover > .shown {
    display: block;
}


#sidebar {
    margin-top: 68px;
}

.dropdown-menu {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
}

.dropdown-submenu .fa.fa-star:before {
    content: "\f104";
}

li.dropdown-submenu.active .fa.fa-star:before {
    content: "\f107";
}

.toparrow {
    background: black;
}

.botarrow {
    background: white;
}


.dropdown-menu > li > a {
    color: #FFFFFF;
}

li.dropdown-submenu span {
    display: inline-block;
    padding-left: 10px;
}

.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../img/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.active .dcjq-icon {
    background: url(../img/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3f4290;
    color: #FFFFFF;
    text-decoration: none;
}

ul.dropdown-menu.shown {
    background: #414a94;
}

ul.dropdown-menu li {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

ul.dropdown-menu.lastlevel.shown li a {
    padding-left: 40px;
}

ul.dropdown-menu li a {
    color: #e2e2e2;
    text-decoration: none;
    display: block;
    padding: 9px 0 15px 10px;
}

ul.dropdown-menu.shown li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.dropdown-menu.shown li a {
        color: #e2e2e2;
        text-decoration: none;
        display: block;
        padding: 6px 25px;
        height: 35px;
    }

ul.dropdown-menu.lastlevel.shown {
    background: #343c82;
}

/*input:-webkit-autofill {
    background-color: white !important;
}*/

.disflex {
    display: flex;
}

.searchbartop {
    margin: 0 auto;
    display: flex;
}

.til {
    font-size: 16px;
   
}

@media (min-width: 992px) {
    .modal-lg {
        width: 800px;
    }
}

@media only screen and (max-width: 767px) {
    /*error*/
    .notfound .notfound-bg {
        width: 287px;
        margin: auto;
    }

        .notfound .notfound-bg > div {
            height: 85px;
        }

    .ui-widget.ui-widget-content {
        width: 70% !important;
        top: 100px !important;
        margin: 0 auto !important;
        left: 0px !important;
    }
    /*end*/
}

@media only screen and (max-width: 480px) {
    /*error*/
    .notfound h1 {
        font-size: 68px;
    }

    .notfound h2 {
        font-size: 18px;
    }
    /*end*/
}


.spaceless {
    padding-left: 5px;
    padding-right: 5px;
}

.custompopup label {
    font-weight: 100;
    font-size: 11px;
}

.custompopup input, .custompopup select {
    height: 21px;
    padding: 0px;
    font-size: 12px;
}

.custompopup .form-group {
    margin-bottom: 6px;
}

.bentitle {
    font-size: 13px;
}

.chklistpopup .checkbox {
    margin: 1px 0px;
    padding: 0px 15px;
    font-size: 12px;
}

.row.custompopup {
    border: 1px solid black;
    margin: 0px;
    padding: 14px 5px;
}

.chklistpopup {
    border: 1px solid black;
    padding: 2px 7px;
    height: 378px;
    overflow: auto;
}

.modelcustomwidth {
    width: 915px;
}

.fwbold {
    font-weight: 600 !important;
}

.btnheight {
    height: 26px;
}

.rightspace {
    margin-right: 18px;
}

.tableheight {
    max-height: 189PX;
    overflow-y: auto;
}
/*TABLE HEADER FIX*/
.tableFixHead {
    overflow-y: auto;
    /*max-height: 250px;*/
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 9999;
        background: #f1f1f1;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #dadada;
    }

.tableFixHead1 {
    overflow-y: auto;
    max-height: 500px;
}

    .tableFixHead1 thead th {
        position: initial;
        top: 0;
        z-index: 9999;
        background: #f1f1f1;
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #dadada;
    }

.tableheight thead th {
    position: sticky;
    top: -1px;
    z-index: 99;
    background: #f1f1f1;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #d8cfcf;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.rediolabel {
    vertical-align: top;
    margin-right: 10px;
    font-weight: 600;
}

.form-group-new {
    margin-bottom: -3px !important;
}

.labelstyle1 {
    font-weight: 800 !important;
}

.main-formstyle1 {
    background: url(/Contents/img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ecardbackground {
    background: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 39%;
}
.transparentbox {
    background-color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=60);
}

.span-size {
    font-size: 14px;
    font-weight: 700;
    padding: 0px 0px 0px 20px;
}

.formstyle1 {
    margin: 9px 22px 0px 27px;
    font-size: 12px;
}

.labelstyle2 {
    padding-left: 5px;
}
/*.ui-dialog {
    top:197px!important;
   
}*/

/*/*popupfixd css*/

.TheamColor {
    color: black;
    padding: 0px 5px 0px 5px;
    background: #2e2f2f;
    padding: 2px;
    margin-right: 9px;
    color: white;
}

    .TheamColor:hover {
        color: white;
    }

.TheamColorBtn {
    padding: 2px 5px;
}

.TheamColorBtnGo {
    background: #ffffff;
    border: 2px solid #2e2f2f;
    color: #2e2f2f;
    border-radius: 8px;
    width: 43px;
}

.numInput {
    width: 47px;
    border: 1px solid #2e2f2f;
    padding-left: 4px;
    background: #dadada;
}

.linkPreauth {
    color: #364692;
}

.deflt_btn {
    color: #333;
    padding: 2px 4px;
    background-color: #fff;
    border-color: #ccc;
    font-size: 12px;
}


    .deflt_btn:hover {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.dependentData {
    position: relative;
}

#divdependentsA {
    position: absolute;
    top: -80px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divdependentsA:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divdependentsA li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divdependentsB {
    position: absolute;
    top: -80px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divdependentsB:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divdependentsB li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divdependentsC {
    position: absolute;
    top: -82px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divdependentsC:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divdependentsC li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divdependentsD {
    position: absolute;
    top: -82px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divdependentsD:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divdependentsD li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divdependentsVIP {
    position: absolute;
    top: -82px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divdependentsVIP:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divdependentsVIP li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }



#divprodependentsA {
    position: absolute;
    top: -78px;
    display: none;
    left: -80px;
    z-index: 9999;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    width: 80px;
    height: 165px;
}

    #divprodependentsA:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divprodependentsA li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divprodependentsB {
    position: absolute;
    top: -80px;
    left: -81px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    z-index: 1400;
    height: 165px;
    width: 80px;
    display: none;
    z-index: 9999;
}

    #divprodependentsB:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divprodependentsB li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divprodependentsC {
    position: absolute;
    top: -80px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    z-index: 9999;
    display: none;
}

    #divprodependentsC:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divprodependentsC li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divprodependentsD {
    position: absolute;
    top: -82px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 9999;
}

    #divprodependentsD:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divprodependentsD li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }

#divprodependentsVIP {
    position: absolute;
    top: -82px;
    left: -72px;
    background: #cce1f7;
    border: 2px solid #ddd; /*set border colour here*/
    color: #000;
    border-radius: 3px;
    display: none;
    z-index: 99999;
}

    #divprodependentsVIP:after {
        content: '';
        display: block;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 0;
        height: 0;
        border-color: transparent transparent transparent #323a90;
        border-style: solid;
        border-width: 10px;
    }

    #divprodependentsVIP li {
        list-style: none;
        padding: 3px 10px;
        border-bottom: 1px solid #eee;
    }
/*.headerLabel {
    color: #5161ac;
}*/
.btn-default:hover {
    color: #fff;
    background-color: #364692;
    border-color: #ccc;
}

.btn-default:focus {
    color: #fff;
    background-color: #364692;
    border-color: #ccc;
}

.voiletcolor:hover {
    color: #fff;
    background-color: rgb(54, 70, 146);
    border-color: #ccc;
}

.voiletcolor {
    color: #fff;
    background-color: rgb(54, 70, 146);
    border-color: #ccc;
}


@media screen and (max-width:1024px) {
    .service-side {
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width:1400px) {
    .service-side {
        width: 35% !important;
    }
}


.form-control {
    background-color: white;
    background-image: none;
    border: 1px solid #dadada;
    padding: 0px 12px;
    font-size: 11px !important;
    margin-bottom: 4px;
}

textarea .form-control {
    display: block !important;
    width: 100% !important;
    min-height: 60px !important;
    resize: vertical !important;
}
textarea.form-control {
    resize:vertical !important;
}

select.form-control,
input.form-control {
    height: 21px !important;
}
.cardfooter button {
    color: #fff;
    background-color: #323f80;
    border-color: #ccc;
    padding: 2px 10px !important;
    font-size: 11px;
}

.fa-plus {
    font-size: 16px !important;
}

.card-header {
    font-size: 14px !important;
}

.swal-button {
    font-size: 11px;
    padding: 2px 8px;
}

.swal-modal {
    width: 300px;
}

.swal-text {
    font-size: 12px;
}

.fa-bars {
    font-size: 20px !important;
}

.fa-power-off {
    font-size: 14px !important;
    padding: 0px 4px !important;
}

input[type="file"] {
    font-size: 10px !important;
    padding-top: 1px;
}

.btn-sm, .btn-xs {
    font-size: 11px !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 1px 3px;
}

.fa-pencil-square-o, .fa-trash, .fa-sticky-note-o, .fa-pencil-square-o, .fa-file-pdf-o, .fa-envelope {
    font-size: 14px !important;
}

.ui-widget {
    font-size: 0.9em !important;
}

.form-control {
    padding: 2px 12px !important;
}

.chklistpopup .checkbox {
    font-size: 11px !important;
}

.checkbox input[type="checkbox"], input[type="radio"], input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 3px 2px 0;
}

.btn {
    padding: 2px 3px !important;
    font-size: 11px !important;
    margin: 2px;
}

.fa-pencil-square-o, .fa-trash, .fa-plus-square-o, .fa-tasks, .fa-download, .fa-university, .fa-vcard, .fa-building, .fa-sticky-note-o, .fa-pencil-square-o, .fa-file-pdf-o, .fa-envelope, .fa-file-excel-o, .fa-id-card, .fa-money {
    font-size: 13px !important;
}

#ui-datepicker-div {
    z-index: 140 !important;
}

.CellWithComment {
    position: relative;
}

    .CellWithComment:hover #divprodependentsA {
        display: block;
    }

label {
    font-size: 11px !important;
    margin-bottom: 1px !important;
    /* font-weight: normal; */
}

.modal-title {
    font-size: 14px !important;
    font-weight: 500 !important;
}

@media screen and (min-width: 768px) {
    .modal-sm {
        width: 530px;
    }
}

.ui-widget.ui-widget-content.ui-dialog {
    width: 60% !important;
    margin: auto;
    align-items: center;
    position: absolute;
    margin-left: 7%;
}

select option {
    font-size: 11px !important;
}

h4 {
    font-size: 14px;
}

.swal-title {
    font-size: 18px;
}

.swal-icon--warning__body {
    width: 5px;
    height: 32px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon {
    width: 60px;
    height: 60px;
}

    .swal-icon:first-child {
        margin-top: 16px;
    }

.swal-title:not(:last-child) {
    margin-bottom: 10px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.wrapper {
    width: 100%;
    height: auto;
}

.boxes {
    background: #efefef;
    border: 3px solid #fff;
    padding: 5px;
    border-radius: 5px;
}

#acco-icon1 {
    color: #fff !important;
    background: rgb(54, 70, 146) !important;
    font-size: 12px !important;
    padding: 3px 5px;
    margin-left: 10px;
}

#acco-icon2 {
    color: #fff !important;
    background: rgb(54, 70, 146) !important;
    font-size: 12px !important;
    padding: 3px 5px;
    margin-left: 10px;
}

.rotate {
    -webkit-transform: rotate( -180deg );
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate( -180deg );
}

.panel-title {
    font-size: 14px !important;
    color: #444;
    font-weight: 600;
    font-family: inherit;
}

.glyphicon:empty {
    width: 20px;
}

.panel-group .panel {
    margin-bottom: 10px;
}


/*-------------------1600 resulation------------------*/

@media screen and (min-width:1600px) {
    .wrapper .container {
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: hidden;
    }
}


/*---------collapse css-------*/

/*.demo {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.accordion button, .accordion button:hover, .accordion button:focus {
    text-decoration: none;
}*/



.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
