﻿.title-details {
    height: 34px;
    font-size: 20px;
    position: absolute;
    top: 65px;
    padding: 6px 6px 0px 15px;
    background: #fafafa;
    box-shadow: 0px 3px 7px #e2e2e2;
}

.page-content {
    margin-top: 20px;
}

.menu-content {
    font-size: 16px;
    border-color: rgb(140, 135, 135);
    font-weight: 600;
}

.zero-padding {
    padding: 0;
}

.lineh32 {
    line-height: 32px;
}

.active {
    border-color: rgb(140, 135, 135);
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border-color: #8C8787 #8C8787 transparent !important;
}

.nav-tabs > li > a:hover {
    border-bottom-color: #8C8787 !important;
}

.nav-tabs > li {
    cursor: pointer;
}

    .nav-tabs > li > a {
        padding-right: 15px;
        padding-left: 15px;
    }

li.disabled {
    cursor: default !important;
}

    li.disabled::before {
        content: "";
        position: absolute;
        background-color: grey;
        opacity: 0;
        width: 150px;
        height:40px;
    }

    li.disabled a { 
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -khtml-user-select: none;    /* Konqueror */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* IE/Edge */
        user-select: none;           /* non-prefixed version, currently
                                        not supported by any browser */

    }

.select-box {
    padding: 0px 1px 0px 10px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    min-height: 38px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #8C8787;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.widthm1100 {
    min-width: 1100px;
}

.widthm1000 {
    min-width: 1000px;
}

.width400 {
    width: 400px;
}

.width70-cent {
    width: 69.7%;
}

.width73-cent {
    width: 73.1%;
}

.width82c {
    width: 81.589%;
}

.widthm330 {
    min-width: 330px;
}

.widthm250 {
    min-width: 250px;
}

.widthm300 {
    min-width: 300px;
}

.select-client .loading-spinner {
    display: inline-block;
    margin-left: 5px;
}

/*.loading-spinner.payslip-period {
    display: inline-block;
    margin-top: 33px;
    margin-left: 5px;
}*/

.loading-spinner.payslip-period {
    position: absolute;
    top: 33px;
    right: 141px;
}

.shade-box-absolute {
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(135, 142, 142);
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    bottom: 100px;
}

.shade-box {
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(135, 142, 142);
    border-radius: 8px;
}

.start-shade-container {
    width: 89.589%;
    display: inline-block;
    float: left;
    min-width: 1036px;
}

.width-84cent {
    width: 84% !important;
}

.auto-height {
    height: auto !important;
}

.create-period {
    float: right;
    line-height: 16px;
}

.min-height-25px {
    min-height: 25px !important;
}

.header-link {
    text-align: right;
    vertical-align: top;
}

.period-input {
    margin-bottom: 0 !important;
    height: 16px !important;
    margin-top: 5px;
}

.show-period {
    margin-top: 1px;
    margin-bottom: 2px;
    display: inline-block;
    cursor: pointer;
    margin-left:0;
}

.payslip-option {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.payslip-option:hover {
    background-color: rgb(238, 238, 238);
}

.payslip-box {
    padding: 2px 1px 1px 0px;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    min-height: 38px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #8C8787;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.selected-period {
    background-color: #f4f5f6 !important;
}

.no-period-found {
    color: #8c8787;
    padding-left: 15px;
    margin-top: 6px;
    display: inline-block;
}

.botm1 {
    margin-bottom: 1px;
}

.width-89cent {
    width: 89%;
}

.heightm26-imp {
    min-height: 26px !important;
}

.search-btn-pad {
    padding: 3px 10px;
}

.payslip-upload-modal-window {
    width: 1000px !important;
    margin-left: -500px !important;
}

    .payslip-upload-modal-window .modal-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        max-height: 500px;
    }

        .payslip-upload-modal-window .modal-body .gridStyle {
            border-radius: 0px;
        }

.popup-del-icon {
    position: absolute;
    right: 20%;
}

.popup-retry {
    position: absolute;
    right: 15%;
}

.payslip-period-popup-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
}

.no-results-message {
    font-size: 12px;
    color: #FB0A0A;
}

.no-overflow {
    overflow: hidden;
}

/*.start-selectbox {
    width: 12%;
    display: inline-block;
    float: left;
    margin-right: 3%;
    min-width: 150px;
}*/

.start-selectbox {
    width: 9%;
    display: inline-block;
    float: left;
    margin-right: 3%;
    min-width: 135px;
}

.pdf-div {
    width: 60%;
    display: inline-block;
    float: left;
}

.employee-div {
    width: 37%;
    margin-left: 3%;
    display: inline-block;
    float: left;
}

.rightm3c {
    margin-right: 3%;
}

.matching-payslip .filter-input-search {
    width: 98%;
    height: 28px;
    margin-left: 0px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 0px 0px 5px;
    background-image: url();
}

.match-img-container {
    position: absolute;
    float: right;
    right: 20px;
}

.match-payslip-img {
    margin-top: 5px;
}

.employee-list-grid .gridStyle, .match-payslips-grid .gridStyle {
    min-height: 400px !important;
}

.botm2 {
    margin-bottom: 2px;
}

.botm2-imp {
    margin-bottom: 2px !important;
}

.topm-2 {
    margin-top: -2px;
}

.topm-2-imp {
    margin-top: -2px !important;
}

.topm5cent {
    margin-top: 5%;
}

.topm8 {
    margin-top: 8px;
}

.topm5 {
    margin-top: 5px;
}

.topm30 {
    margin-top: 30px;
}

.topm70 {
    margin-top: 70px;
}

.topm100 {
    margin-top: 100px;
}

.rightm2 {
    margin-right: 2px;
}

.pad10 {
    padding: 10px;
}

.width15cent {
    width: 15%;
}

.width25cent {
    width: 25%;
}

.width30cent {
    width: 30%;
}

.width40cent {
    width: 40%;
}

.width50cent {
    width: 50%;
}

.width60cent {
    width: 60%;
}

.leftm25 {
    margin-left: 25px;
}

.leftm20c {
    margin-left: 20%;
}

.start-month-selectbox select option:nth-child(1), .start-period-selectbox select option:nth-child(1) {
    display: none;
}

.start-month-selectbox select option, .start-period-selectbox select option {
    color: #000;
}

.upload-err {
    max-height: 75px;
    overflow: auto;
}

.upload-err-div {
    margin: 0px 35px 20px 3%;
}

ul {
  margin: 0;
}

    ul.upload-err {
      list-style-type: none;
    }

        ul.upload-err > li {
          text-indent: -8px;
          padding-left: 10px;
        }

        ul.upload-err > li:before {
          content: "- ";
          text-indent: -5px;
        }

.rejected-bcknd {
    background-color: #FFAFAF;
}

.no-rights {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.width20cent {
    width: 20%;
}
.width10cent {
    width: 10%;
}
.text-align-right{
    text-align:right;
}

.width48cent {
    width:48%;
}

.width12cent {
    width:12%;
}

.width18cent {
    width:18%;
}

.payslip-upload-warning-modal-window {
    width: 600px !important;
    margin-left: -340px !important;
    margin-top:50px
}

.payslip-upload-warning-modal-window .modal-body {
    margin-left: 5px;
    padding:10px;
    max-height: 500px;
}

.payslip-upload-warning-modal-window .modal-body .gridStyle {
    border-radius: 0px;
}
.text-align-center{
    text-align:center;
}
.width5cent {
    width: 5%;
}
.width-15{
    width:15px;
}
.width7cent{
    width:7%;
}
.width13cent{
    width:13%;
}
.width8cent{
    width:8%;
}
.width11cent{
    width:11%;
}
.automatch-warning-grid{
    max-height:100px;
    min-height:50px;
    overflow-y:auto;
}



.unlink-btn-wrap {
    margin-left: 39px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}

.start-docType-selectbox{
    width:12%;
}

.identifier-selection {
    padding: 11px 30px 2px 30px;
    font-size: 18px;
    line-height: 1.5em;
}

.identifier-inputs label{
    display:inline-block;
    font-size:18px;
    margin-left:20%;
    
}

.identifier-inputs input {
    vertical-align: baseline;
}

.drop-error {
    margin-left: 30px;
    color: red;
    font-size: 12px;
}