/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0;
    height: 100%;
    background-color: #f5f5f5;
}
::-moz-selection{ background: #cae7fd; color:#4c4c4c; text-shadow: none; }
::selection { background:#cae7fd; color:#4c4c4c; text-shadow: none; } 

a {color:#04a3ff; text-decoration:none; -webkit-transition: color 300ms, background-color 300ms; -moz-transition: color 300ms, background-color 300ms;
-o-transition:  color 300ms, background-color 300ms; transition:  color 300ms, background-color 300ms; }
a:hover {color:#000; text-decoration:none; }

.alignleft { margin: 0; padding: 0 15px 0 0; float: left; vertical-align: middle;}
.alignright { margin: 0; padding: 0 0 0 15px; float: right;}
.aligncenter { margin:5px auto; display:block; }
.center-img { margin:5px auto; display:block; }
.fr {float:right; }
.clr {clear:both; }

h1 { margin:0; padding:0 0 10px; font-size:22px; line-height:100%; font-family: 'Open Sans', sans-serif; font-weight:normal; color: #000;}
h1 span { color: #34c1ca;}
h2 { margin:0; padding:0 0 10px 0; font-size:36px; line-height:110%; font-family: 'Open Sans', sans-serif;font-weight:normal;}
h3 { margin:0; padding:0 0 10px 0; font-size:42px; line-height:110%; font-family: 'Open Sans', sans-serif;font-weight:600;}

h4 { margin:0; padding:0 0 10px 0; font-size:18px; line-height:110%; font-family: 'Open Sans', sans-serif; font-weight: 600;}
h5 { margin:0; padding:0 0 10px 0; font-size:22px; line-height:110%; font-family: 'Open Sans', sans-serif;}
h6 { margin:0; padding:0 0 10px 0; font-size:19px; line-height:110%; font-family: 'Open Sans', sans-serif;}

p { margin:0; padding:0 0 10px 0; font-size:14px; line-height:130%; font-family: 'Open Sans', sans-serif; font-weight:normal;}

button:focus {
    outline:none;
}

.clr-blk{color: #000;}
.clr-wht{color: #fff;}
.clr-blue{color: #04a2c5;}
.clr-drk-grey{color: #44403e;}


.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}

.flt-rt{float: right;}


a{cursor: pointer;}

.no-btm-mrgn{margin-bottom:0;}

.required {
    color: #e80016;
}




/* Scroll */

/* width */
::-webkit-scrollbar {
  width: 7px;
 height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent; 
    box-shadow: inset 0 0 0px #transparent; 
    border-radius: 0px;
}

div *:hover::-webkit-scrollbar-track {
    background: #efefef; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 7px;
}

div *:hover::-webkit-scrollbar-thumb {
    background: #6c6c6c; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6c6c6c; 
}

/* Scroll */

/*--------------------------------*/

/*main area*/

    .main-area {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .flex-container-nav {
        display: flex;
        justify-content: center;
    }


    .flex-body  {
        display:flex;
        flex: 1;
        overflow-y: auto;
        padding: 0;
        justify-content: center;
        align-items: center;
        display:flex;
    }

    .flex-body section.content-sc > .container-fluid, .flex-body section.content-sc > .container-fluid > .row, .flex-body section.content-sc > .container-fluid > .row > div, .flex-body section.content-sc > .container-fluid > .row > div .body-area, .flex-body section.content-sc > .container-fluid > .row > div .body-area .body-content-area .body-form-area {
        height: 100%;
    }


    .flex-body section.content-sc > .container-fluid > .row > div .body-area .body-content-area {
        height: calc(100% - 96px);
    }

    .body-form-area-row {
        /*height: calc(100% - 10px);*/
    }

    .allsideborderdiv {
        height: 100%;
    }

/*main area*/

header {
    width: 100%;
}
header h1{padding: 0;}
.toggle-hdr-icn a { margin-top: 5px; font-size: 2em; display: block; color: #131c25; cursor: pointer;}
.toggle-hdr-icn a:hover{color: #04a3ff;}

section.content-sc{background: #f5f5f5; margin-top: 5px; padding: 0; height:calc(100% - 5px);}
.whit-bkg{background: #fff; padding-bottom: 2em; overflow-y:auto;}




.hdr-rt-itms > li.usr-img.open > a:before {
    right: 5px;
    bottom: -20px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    content: '';
    z-index: 9;
}

.hdr-rt-itms > li.usr-img.open:last-child > a:before {
    right: 14px;
}


.flex-footer{border-top:1px solid rgba(0,0,0,0.1); padding:10px 0 10px;  width: 100%; background: #fff;}
.flex-footer p{ padding: 6px 0; text-align:right;}

section.content-sc{background: #f5f5f5; margin-top: 5px; padding: 0; height:calc(100% - 5px);}
.whit-bkg{background: #fff; padding-bottom: 2em; overflow-y:auto;}



.flex-footer{border-top:1px solid rgba(0,0,0,0.1); padding:10px 0 10px;  width: 100%; background: #fff;}
.flex-footer p{ padding: 6px 0; text-align:right;}


.hdr-rt-itms > li.usr-img ul.dropdown-menu-right > li .right-profile-area .right-profile-area-body .right-pfl-body-detl {
    justify-content: center;
}



.logBody { display: flex; height: 100%; justify-content: center;align-items: center;}

.login-sc{padding: 1% 2%; width: 25%; /*margin: 7% auto 3%; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);*/ background: #fff; }
a.frgt-pss-txt{text-align: right; transition: all 1s; text-decoration: underline;}
a.frgt-pss-txt:focus { outline:none;}
a.frgt-pss-txt:hover{color: #000;}
a.frgt-pss-txt { text-align: right; transition: all 1s; text-decoration: underline; float: right; padding: 10px 0 0 0; font-size:14px; }
.login-sc h1.pg-nme{margin-bottom: 25px; margin-top: 0;}
.pg-nme{position: relative; display: inline-block;}
.pg-nme:before{position: absolute; left: 0; bottom: -5px; /*width: 120px;*/ height: 1px; background: rgba(0,0,0,0.1); content: ''; width: 100%;}
.pg-nme:after{position: absolute; left: 0; bottom: -6px; width: 20px; height: 4px; background: #00a2ff; content: '';}

.login-sc.login-sc-comp-list {
    padding:1% 2%;
    width: 35%;
}

.login-sc, .login-sc.login-sc-comp-list {
    border: 1px solid rgb(0 162 255 / 40%);
}


.login-btn-sec {
    padding-top: 14px;
    border-top: 1px solid #dedede;
}

.login-sc .sub-btn.float-left, .login-sc .sub-btn.float-right { margin:0;}
.login-sc-comp-list .table-responsive { border: 1px solid #ccc; margin-bottom:10px;}
.login-sc-comp-list .select-company-table {  margin-bottom: 0px;}

.login-sc-comp-list .select-company-table.table td, .login-sc-comp-list .select-company-table.table th {
    font-size: 13px;
    padding: 6px;
    border-top: none;
    border-right: 1px solid #efefef;
}

.login-sc-comp-list .select-company-table.table td:last-child, .login-sc-comp-list .select-company-table.table th:last-child {
    border-right:none;
}

.login-sc-comp-list .table .thead-light th {
    color: #757879;
    background-color: #ffffff;
    border-color: #dee2e6;
    font-weight: 500;
}

.login-sc-comp-list .select-company-table.table tbody { display:block; height:250px; overflow:auto;}
.login-sc-comp-list .select-company-table.table thead, .login-sc-comp-list .select-company-table.table tbody tr { display:table; width:100%; table-layout:fixed;}
.login-sc-comp-list .select-company-table.table tbody tr:hover {background-color:#f5f5f5; cursor:pointer; }
.login-sc-comp-list .select-company-table.table tbody tr.highlightrow {background-color:rgba(0,123,255,.1) !important; cursor:pointer; /*border-bottom: 1px solid #dee2e6;*/}
.login-sc-comp-list .select-company-table.table thead { /*width: calc( 100% - 5px );*/ width:100%;}
.login-sc-comp-list .select-company-table.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.companyname { width: 100%;}
.datefld { width: 90px;}

label {
    font-weight: 400;
    font-size: 13px;
    color: #757879;
    margin-bottom: 5px;
}
.form-control {
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 8px;
}



 /*-------------responsive---------------*/





@media screen and (min-width : 1280px) and (max-width : 1440px) {
    .login-sc {
        width: 32%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 38%;
    }
}


@media screen and (min-width : 1024px) and (max-width : 1279px) {
    /*.companyname { width: 250px;}
    .datefld { width: 100px}*/
    .login-sc {
        width: 45%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 50%;
    }
}

@media screen and (min-width : 768px) and (max-width : 970px) {
    /*.companyname { width: 250px;}
    .datefld { width: 100px}*/

    .login-sc {
        width: 60%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 65%;
    }

    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/
}









@media screen and (min-width : 640px) and (max-width: 767px) {
    .login-sc {
        width: 75%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 80%;
    }
    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/
}


@media screen and (min-width : 576px) and (max-width: 768px) {

    .toggle-hdr-menu {
        max-width: 30% !important;
        flex: 0 0 30% !important;
    }
    .full-width .toggle-hdr-menu ~ .whit-bkg {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

     .menu-comp .btn-group {
         display:none;
    }


    .toggle-hdr-menu ~ .whit-bkg {
        max-width: 70% !important;
        flex: 0 0 70% !important;
    }

    .toggle-hdr-menu ~ .whit-bkg {
        max-width: 70% !important;
        flex: 0 0 70% !important;
    }

    .menu-comp h4.comName {
        font-size: 10px;
    }

    .mn-nav-area ul.nav-tabs li.active a span:hover, .mn-nav-area ul.nav-tabs li.active a span {
        background-position: 8px -53px !important;
    }


    .mn-nav-area ul.nav-tabs li a span {
            background-position: 14px 2px !important;
    }

   



}


@media screen and (max-width : 575px) {



    .mn-nav-area ul.nav-tabs {
        padding: 0;
        padding-bottom: 0;
    }
    .menu-comp {
        display:none;
    }
   
    
    .toggle-hdr-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 99;
        width: 100%;
        background-color: rgba(123, 123, 123, .4);
        overflow:hidden;
    }

    a.menu-close {
        position: absolute;
        top: 0;
        padding: 6px 15px;
        font-size: 18px;
        z-index: 999;
        background-color: #f5f5f5;
        color: #000;
        display:block;
    }

    section.content-sc.full-width a.menu-close {
        /*display:none;*/
        /*opacity:0;*/
        left:-42px;
    }

    section.content-sc a.menu-close {
        /*display:block;
        opacity:1;*/
        left: 90%;
    }

    /*.flex-footer {
        text-align: center;
    }*/

   

     .toggle-hdr-icn {
        position: absolute;
        bottom: -42px;
        left: 18px;
        z-index:99;
    }

    .c-logo-area {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .toggle-hdr-icn a {
        display: block;
        padding: 0;
        line-height: 100%;
        height: 40px;
        width: 40px;
        vertical-align: middle;
        text-align: center;
        padding-top: 8px;
    }


    .menu-btn_logo {
        display: block;
    }


    .flex-footer p {
        font-size: 10px;
    }

     



}

/*@media screen and (min-height : 320px) and (max-height: 660px) {
     .flex-body {
        align-items: flex-start;
    }
}*/



@media screen and (min-width : 480px) and (max-width: 639px) {
    .login-sc {
        width: 85%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 2%;
        width: 90%;
    }
    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/
}

@media screen and (min-width : 360px) and (max-width: 479px) {
    .login-sc {
        width: 85%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 90%;
    }
    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/
}

@media screen and (min-width : 320px) and (max-width: 359px) {
    .login-sc {
        width: 85%;
        padding: 1% 2%;
    }

    .login-sc.login-sc-comp-list {
        padding: 1% 2%;
        width: 90%;
    }
    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/


}


@media screen and (min-width : 320px) and (max-width: 767px) {
    a.c-logo {
       margin-left: 0;
        max-width: 155px;
        /*margin-top: 10px;*/
    }
    a.c-logo img {
        max-height: unset;
        max-width: 100%;
    }
    .flex-footer p{text-align:center;}
    footer {
        overflow-y: inherit;
        /*margin: 5% 0;*/
    }
    header .col-sm-5{text-align: left;}
    .toggle-hdr-icn {
        display:none;
    }
    /*.companyname { width: 250px;}
    .datefld { width: 100px}*/
    .sub-btn {
        margin: 0 auto;
        padding: 6px 18px;
        font-size: 14px;
    }

    .hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right {
        width: 290px;
    }

    /*.companyname { width: 200px;}
    .datefld { width: 100px;}*/

     footer .flex-footer img.cmp-logo {
        max-height: 25px;
    }


     .flex-footer {
        text-align: center;
    }


   







}



@media screen and (max-width :1366px) {
    a.c-logo img {
        max-height: 36px;
        /*min-height: 36px;*/
        margin: 3px 0;
    }




}


@media screen and (max-width: 767px) {

    .minheight100 {
        width: auto;
    }

/*Calender*/
    input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu table tbody tr td .btn-default {
    color: #0493d4 !important;
    font-weight: 400;
    border-radius: 0;
    margin: 0;
    padding: 4px 10px;
    margin-left: 0 !important;
}

input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="dd-MM-yyyy"] + .dropdown-menu, .modal-body input[datepicker-popup="MM-yyyy"] + .dropdown-menu {
    padding: 5px;
    max-width: 300px;
}

/*Calender*/


    a.c-logo img {
        max-height: 30px;
        /*min-height: 30px;
        margin-bottom: 8px;*/
    }

    footer .flex-footer img {
        max-height: 22px !important;
    }

    .mn-nav-area ul.nav-tabs li.active a span {
        border: 1px solid #03a4ff;
    }

    .hdr-rt-itms > li ul.dropdown-menu.dropdown-menu-right {
        width: 290px;
    }

    .mn-nav-area ul.nav-tabs li a span:hover {
        background-position: 8px -50px !important;
    }

    

    .modal-footer {
        justify-content: center;
    }


    ul.hdr-rt-itms li a.hdr-rt-itms-icon ~ ul.dropdown-menu-right li.notification-area .notification-body {
        min-height: 200px;
        max-height: 300px;
    }



    .flex-footer .container-fluid .row {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        align-items: center;
    }

    .flex-footer {
        padding: 5px 0 5px;
    }

    .mn-nav-area ul.nav-tabs {
        padding: 0;
            padding-bottom: 5px;
    }

    
    .flex-body section.content-sc > .container-fluid > .row > div .container-fluid.height100 {
        height: calc(100% - 75px);
    }

    ul.popup-frm-itms li input, ul.popup-frm-itms li select, .custom-control {
        max-width: 100%;
    }

    ul.popup-frm-itms li {
        border-bottom: none;
    }

    .report-popup {
        width: 100%;
    }

    .pop-lft-sc, .pop-midle-sc, .pop-right-sc {
        min-height: 50px;
    }

    ul.btn-lst li {
        margin: 4px 8px;
    }

    .report-head-btn {
        padding: 5px;
        font-size: 13px;
        margin: 9px 0 !important;
    }




.menu-search {
    width: 90%;
    background-color: #f5f5f5;

}

.main_nav {
    width:90%;
    background-color: #f5f5f5;
    transition: all .5s;
}




.l_structure .leftmenuholder {
    height: auto;
}

.scrollme.paystree {
    height: auto;
    max-height:300px;
    min-height:100px;
}

h4.modal-title {
    padding: 0;
    font-size: 14px;
    width: calc(100% - 85px);
}
.l_structure .leftmenuholder > div, .l_structure .leftmenuholder > div > div, .l_structure .sidemenuholder {
    height: auto;
}



}


@media screen and (max-width: 379px) {
    .flex-footer .container-fluid .row {
        justify-content: center;
    }
    .flex-footer .container-fluid .row div {
        width:100%;
        text-align:center;
    }
}



