/*
Version: 1.1
*/
@import url("assets/styles/bootstrap.min.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/ui-lightness/jquery-ui.css");
@import url("assets/styles/xeditable.css");
@import url("assets/styles/sweetalert.css");
@import url("assets/styles/font-awesome.min.css");
@import url("assets/styles/bootstrap-year-calendar.css");
@import url("assets/styles/bootstrap-year-calendar.min.css");
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);
/*@import url("assets/styles/hrm-sidemenu.css");*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url("assets/styles/toastr.min.css");
@import url("assets/styles/bs-datepicker.css");


#hrm-panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0px;
}

#hrm-panel .panel-body .panel {
    margin-bottom: 20px;
}

#hrm-panel>.panel-heading {
    border-radius: 0;
    text-transform: uppercase;
    border-bottom: solid 4px;
}

#panel-footer {
    border-radius: 0;
    background: #484141;/*#6D7FCC;*/
    color: white;
    border-top: 1px solid #0B638C;
}

#panel-footer a {
    color: white;
}

#mainNav {
    margin-left:  16.6666666%; /*8.33333333%;*/
}

#mainContainer {
    padding: 0px;
}


.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}


#hrm-panelbody .panel-body {
    min-height: 200px !important; 
    border-radius: 0; 
}

#screen-title {
    padding-top: 2px;
}

#screen-heading {
    padding: 10px 15px;
}

.modal .fade .in {
    padding-left:  0px; 
}
.modal-content {
    border-radius: 0px; 
}

.form-control {
    box-shadow: none;
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #DBDBDB;
    color: #333;
    border-radius: 0;
}


.form-group.required .control-label:after { 
    content:" *";
    color:red;
}

/*//////////*******************  LEFT SUB MENU  *********************/

#hrm-sidemenu {
    /*    min-width: 250px;
    max-width: 250px; */
    background: #484141;//#7386D5;
    color: #fff;
    transition: all 0.3s;
    border: 0px;
    border-radius: 0px;
}

#hrm-sidemenu{
    background: #484141;/*#7386D5*/;
    color: #fff;
}
#hrm-sidemenu .nav-pills{
    height: 100%;
    background: #484141;/*#7386D5*/;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}


#hrm-sidemenu.active {
    /*    min-width: 80px;
        max-width:80px;*/
    text-align: center;
}

#hrm-sidemenu.active .sidebar-header h3, #hrm-sidemenu.active .sidebar-header h4, #hrm-sidemenu.active .CTAs {
    display: none;
}

#hrm-sidemenu.active .sidebar-header strong {
    display: block;
    padding: 20px;
}

#hrm-sidemenu ul li a {
    text-align: left;
    border-radius: 0px;
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

#hrm-sidemenu.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#hrm-sidemenu.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;

}

#hrm-sidemenu.active ul ul a {
    padding: 10px !important;
}

#hrm-sidemenu.active a[aria-expanded="false"]::before, #hrm-sidemenu.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#hrm-sidemenu .sidebar-header {
    padding: 10px;//14px 20px;
    background: #f6c42f;//#6d7fcc;
}


#hrm-sidemenu .sidebar-header h4 {
    margin-top: 0px;
    padding-top: 20px;
}

#hrm-sidemenu .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#hrm-sidemenu ul.components {
    /* padding: 20px 0; */
    border-bottom: 1px solid #47748b;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;  
    height: calc(100% - 115px); /*113px*/
    overflow-y: auto;
}

#hrm-sidemenu ul li a:hover {
    color: #7386D5;
    background: #fff;
    transition: all 0.3s;
}
#hrm-sidemenu ul li a i {
    margin-right: 10px;
}

#hrm-sidemenu ul li.active > a, #hrm-sidemenu a[aria-expanded="true"] {
    color: #fff;
    background: #484141;/*#6d7fcc;*/
}


#hrm-sidemenu a[data-toggle="collapse"] {
    position: relative;
}

#hrm-sidemenu a[aria-expanded="false"]::before, #hrm-sidemenu a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
#hrm-sidemenu a[aria-expanded="true"]::before {
    content: '\e260';
}

/* width */
.components::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.components::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.components::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.components::-webkit-scrollbar-thumb:hover {
    background:  #f6c42f;/*#555; */
}

ul ul a {
    font-size: 0.8em !important; /* 0.9em*/
    padding-left: 20px !important; /* 30px*/
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
#lNav-heading {
    padding: 16px;
    display: block;
    font-weight: bold;
    color: red;
    text-decoration: underline;
    background: greenyellow;
}

#lNav-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

}


/************************ TOP SUB MENU ***************/


#topNavPills .nav-pills>li>a {
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;

}

#topNavPills{
    background: #DFF0D8;
    //  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}
#topNavPills .nav-pills{
    height: 100%;
    background: #DFF0D8;
    // background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,192,48,0)), color-stop(100%,rgba(243,192,48,.9)));
}

#topNavPills .nav-pills>li {
    //    float: none;
    margin-bottom: -1px;
}

#topNavPills .nav-pills>li.active>a {
    border: 0px;
    border-radius: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    padding-left: 10px;
    border-right: 0px;
    background: rgba(148, 209, 137, 0.42); //#DFF0D8;; // //transparent;
    font-weight: bold;
    color: #5F763D;

}

#topNavPills .nav-pills>li>a:hover {
    border: 0px;
    background: rgba(148, 209, 137, 0.42); //#DFF0D8; // //transparent;
    padding-left: 10px;
    border-right: 0px;
    border-left: 0px solid #5F763D;
    border-bottom:  5px solid #5F763D;
    color: #5F763D;
}

#topNavPills a {
    color: #7386D5;
    font-weight: bold;
}


.xeditablefield {
    padding-right: 0;
    padding-left:  0;
}

.xeditablediv .btn {
    padding: 5px 10px;
}

.totalRow{
    font-weight: bold;
    border-bottom:double #ddd;
}

.modal-lg {
    width: 90%;
}

#clear-btn {
    position: absolute;
    right: 26px;
    top: 58%;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.modal-fs {
    //  padding-left: 0px;
}

.modal-fs .modal-dialog {
    width: 100%;
    margin: 0;
}

.sweet-alert .sa-input-error {
    top: 22px;
} 

.underLine {
    border-bottom: 1px solid #dddddd;
}

.table-responsive .table {
    margin-bottom: 0;
}

/*@media (min-width: 600px) {
    .table-responsive {
        overflow-x: hidden;
    }
}*/

@media (min-width: 768px) {
    .modal-dialog {
        margin: 24px auto;
    }

    .table-responsive {
        // max-height: 506px;
    }
}

.toggle-nav {
    cursor: pointer;
    padding: 3px;
}

.btn-dropdown {
    left: -100px;
}

.sortorder:after {
    content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}
.sortorder.reverse:after {
    content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE
}

.form-control-feedback {
    padding: 9px;
    height: 32px;
    box-shadow: none;
    right: 0px;
}

.form-clear {
    color: #ccc;
    cursor: pointer;
    pointer-events: all;
    width: 0px;
    height: 0px;
    right: 20px;
    top: 20px;
}

.form-clear:hover {
    color: #74B176; 
}

#watermark {
    position: fixed;
    opacity: 0.25;
    //  z-index: 99;
    color: white;
    vertical-align: middle;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    text-align: center;
    top: 45%;
    font-size: 40px;
    left: 30%;
}
.affix {
    width: 16.66666667%; ///8.3333333%;///
}


#hrm-panelbody .panel-group .panel {
    margin-bottom: 0px;
}

.panel-group .panel-heading {
    background: linear-gradient(to right, #7386D5 , #D9EDF7);
    color: white;
    text-transform: uppercase;
}

.panel-group .panel-subheading {
    background: linear-gradient(to right, #ddd , #ddd);
    color: black;
    text-transform: uppercase;
}

.btn {
    text-transform: uppercase;
    border-radius: 0;
    margin-left: 4px;
}


#divLoading, #logoutAlert {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2000;
    position: fixed;
    left: 0;
    // background: #7386D5;
    background: rgba(115,134,213,.15);
    color: blue;
    padding: 0;
    font-weight: bold;
    //  border: 1px solid white;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    box-shadow: 5px 5px 5px rgba(0,0, 0, 0.3);
    font-size: 60px;
    padding-top: 12%;
}

#divLoading2 {
    position: fixed;
    bottom: 40px;
    width: 40%;
    z-index: 2000;
    background: lightgreen;
    left: 30%; 
    font-weight: bold;
}


#progress{position:fixed;z-index:2147483647;top:51;left:-6px;width:0;height:3px;background: #7386D5;//#B91F1F;
          -moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;-moz-transition:width 500ms ease-out,opacity 400ms linear;-ms-transition:width 500ms ease-out,opacity 400ms linear;-o-transition:width 500ms ease-out,opacity 400ms linear;-webkit-transition:width 500ms ease-out,opacity 400ms linear;transition:width 500ms ease-out,opacity 400ms linear}
#progress dd,#progress dt{-moz-border-radius:100%;position:absolute}
#progress.waiting dd,#progress.waiting dt{-moz-animation:pulse 2s ease-out 0s infinite;-ms-animation:pulse 2s ease-out 0s infinite;-o-animation:pulse 2s ease-out 0s infinite;-webkit-animation:pulse 2s ease-out 0s infinite;animation:pulse 2s ease-out 0s infinite}
#progress dt{opacity:.6;width:180px;right:-80px;clip:rect(-6px,90px,14px,-6px)}
#progress dd{opacity:.6;width:20px;right:0;clip:rect(-6px,22px,14px,10px);top:0;height:2px;box-shadow:#B91F1F 1px 0 6px 1px;border-radius:100%}
#progress dd,#progress dt{-webkit-border-radius:100%;-webkit-box-shadow:#B91F1F 1px 0 6px 1px;-ms-box-shadow:#b91f1f 1px 0 6px 1px;-moz-box-shadow:#b91f1f 1px 0 6px 1px}
#progress dt{top:0;height:2px;box-shadow:#B91F1F 1px 0 6px 1px;border-radius:100%}


[uib-typeahead-popup].dropdown-menu {
    display: block;
    border-radius: 0px;
    width: 40%;
    top:28px;
}


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #428bca;
}


label, .control-label, th {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    font-style: oblique;
}


.form-control::-webkit-input-placeholder { text-transform: capitalize; }
.form-control:-moz-placeholder { text-transform: capitalize; }
.form-control::-moz-placeholder {text-transform: capitalize; }
.form-control:-ms-input-placeholder { text-transform: capitalize; }

#watermark {
    position: fixed;
    opacity: 0.5;
    z-index: 99;
    color: white;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    text-align: center;
    top: 45%;
    font-size: 40px;
    left: 35%;
    color: green;
}

.pic {
    border: 1px solid #dbdbdb;
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    background: url(../lakshmilakshana/assets/img/blank-man.png) no-repeat left center;
    background-size: cover
}


.profile_pic {
    display: block;
    width: 100px;
    margin-top: -6px;
    height: 108px;
    // margin-top: -124px;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    z-index: 999;
}

.upload {
    color: #428bca;
    background-position: 3px -2488px;
    line-height: 25px;
    padding-left: 30px; 
    margin-top: 20px;
    display: block;
    width: 100px;
    position: relative;
}

.imageRotateHorizontal{
    -moz-animation: spinHorizontal .8s infinite linear;
    -o-animation: spinHorizontal .8s infinite linear;    
    -webkit-animation: spinHorizontal .8s infinite linear;
    animation: spinHorizontal .8s infinite linear;
}

@-moz-keyframes spinHorizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }

    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spinHorizontal {
    0% { 
        transform: rotateY(0deg); 
    }
    100% {
        transform: rotateY(360deg);
    }
}


@-ms-keyframes spinHorizontal {
    0% { 
        -ms-transform: rotateY(0deg); 
    }
    100% {
        -ms-transform: rotateY(360deg);
    }
}

@-o-keyframes spinHorizontal {
    0% { 
        -o-transform: rotateY(0deg); 
    }
    100% { 
        -o-transform: rotateY(360deg); 
    }
}

@-webkit-keyframes spinHorizontal {
    0% { 
        -webkit-transform: rotateY(0deg); 
    }
    100% { 
        -webkit-transform: rotateY(360deg); 
    }
}

#mainNav .dropdown-menu > li > a {
    padding: 5px 35px 5px 22px;
    //  border-bottom: 1px solid #1b7fca;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
}

.typeahead-lists .dropdown-menu{
    min-width: 320px;
}

.typeahead-lists .dropdown-menu > .active > a{
    background-color: #4CAE4C;
}

#mainNav .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #F3C030;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;  
    padding-left: 28px;
    padding-right: 19px;

}

#mainNav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#F3C030;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;  
    padding-left: 28px;
    padding-right: 19px;
    color: #fff;
}

.home_icon {
    padding: 24px;
    border: 2px solid #D9EDF7;
    font-size: 80px;
    color: #31708f;
    width:132px;
    height: 132px;
    margin:5px auto;
}


#header-border, .header-border {
    font-weight: bold;
}

#header-border:after, .header-border:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 15px;
    border-bottom: 3px solid  #6d7fcc;
    width: 70px;
}

.ui-datepicker{
    z-index:2610 !important;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: 0;
}

.sms-balanceDiv {
    border: 1px solid;
    margin: 1%;
    width: 31%;
    padding: 15px;
}

#mainNav .fa {
    font-size: 17px;
}

.table thead {
    background: #eeeeee;  
}


.ecard-header {
    font-weight: bold;
}

.invalid-row{
    background-color: #f2dede !important;
}

.count-filter{
    font-size: 16px;
    text-decoration: none;

}
.count-filter-active{
    font-weight: bold;
    text-decoration: none;
}


.salaryslip-modal {
    font-size: 12px;
}

.salaryslip-modal .form-horizontal .control-label {
    padding-top: 0px;
}

.salaryslip-modal .table>tbody>tr>td, .salaryslip-modal .table>thead>tr>th {
    padding: 5px 2px;
    line-height: 1;

}

.salaryslip-modal .form-control-static {
    min-height: 0px;
    padding-top: 0px; 
    padding-bottom: 0px; 
}

.payroll-process-input{
    text-align: right;
    width: 80px;
    height: 24px;
    padding: 5px;
}

.input-allow{
    height: 24px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.num {
  mso-number-format:General;
}
.text{
  mso-number-format:"\@";/*force text*/
}

.warning-row {
        background: yellow !important;
}