.client_selected{

  display:none;

}

.client_selected:target, /* and show either if class show is present (on click) */

.client_selected.show {  /* or location hash matches id "shoes" */

    display: block;

}

.item_selected{

  display:none;

}

.item_selected:target, /* and show either if class show is present (on click) */

.item_selected.show {  /* or location hash matches id "shoes" */

    display: block;

}

.employee_selected{

  display:none;

}

.employee_selected:target, /* and show either if class show is present (on click) */

.employee_selected.show {  /* or location hash matches id "shoes" */

    display: block;

}

table.dataTable thead .sorting {

    background-image:none;

}

table.dataTable thead .sorting_asc {

    background-image:none;

}

table.dataTable thead .sorting_desc {

    background-image:none;

}

.receipt_modal {

    width: 1200px;

}

.error_reporting {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 20%;
  z-index: 999999;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
}

.error_reporting .session_alert {
  display: block;
  border:1px solid black;
}

.error_reporting .ajax_alert {
  display:none;
  border:1px solid black;
}

.barcode_print{
  display: none;
}


@media print {

  .trans_print {
    page-break-after: always;
    /*height:100%; */
    /*overflow: hidden;*/
    background: #FFF; 
    font-size: 9.5pt;
  }

    h1 {

        page-break-before: avoid;

    }

    page-footer{

        padding-right: 200px;

    }

    .panel-body {

        page-break-after: always;

      }
      .barcode_print{
        display: block;
      }
      .noprint
      {
        display: none;
      }

}

.loader {

    position: fixed;

    top: 40%;

    left: 48%;

    z-index: 9999;

    border: 16px solid #f3f3f3; /* Light grey */

    border-top: 16px solid #000000;/* Blue */

    border-radius: 50%;

    width: 120px;

    height: 120px;

    animation: spin 2s linear infinite;

}

@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}

.put-top{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index:99;

    background: white;

    opacity: .9;

}

@media (max-width: 992px){

  .desktop_display{

    display: none;

  }

  .loader {

    top: 35% !important;

    left: 45% !important;

  }

}

@media (max-width: 420px) and (min-width: 350px) {

  .loader {

    top: 35% !important;

    left: 35% !important;

  }

  #custom_footer{

    margin-top:-45px;

  }

  .content{

    padding-top: 4vh !important;

  }

}

@media (max-width: 320px) {

  .loader {

    top: 35% !important;

    left: 35% !important;

  }

  #custom_footer{

    margin-top:-5px;

  }

  .content{

    padding-top: 2vh !important;

  }

}



@media (max-width: 992px){

  .desktop_display{

    display: none;

  }

  .loader {

    top: 35% !important;

    left: 45% !important;

  }

}

@media (max-width: 420px) and (min-width: 350px) {

  .loader {

    top: 35% !important;

    left: 35% !important;

  }

  #custom_footer{

    margin-top:-45px;

  }

  .content{

    padding-top: 4vh !important;

  }

}

@media (max-width: 320px) {

  .loader {

    top: 35% !important;

    left: 35% !important;

  }

  #custom_footer{

    margin-top:-5px;

  }

  .content{

    padding-top: 2vh !important;

  }

}

.loader {

    position: fixed;

    top: 40%;

    left: 48%;

    z-index: 9999;

    border: 16px solid #f3f3f3; /* Light grey */

    border-top: 16px solid #000000; /* Blue */

    border-radius: 50%;

    width: 120px;

    height: 120px;

    animation: spin 2s linear infinite;

}

@keyframes spin {

    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }

}

.put-top{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index:99;

    background: white;

    opacity: .9;

}

.loader_small{

  display: none;

}

.loader_small {

    z-index: 9999;

    border: 8px solid #f3f3f3; /* Light grey */

    border-top: 8px solid #000000; /* Blue */

    border-radius: 50%;

    width: 30px;

    height: 30px;

    animation: spin 2s linear infinite;

}

.loading_text{

  color: transparent !important;

  display: none;

}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    margin: 0;

}



.print-align{

  display: inline-block;

  zoom:1;

 /**display:inline;*/

}



.page

  {

   -webkit-transform: rotate(-90deg);

   -moz-transform:rotate(-90deg);

   filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

  }

  .print-arreport{

    font-size: small;

  }

  .print-payreport{

    font-size: smaller;

  }

  .bgimg {

    /*background-image: url('images/check.jpg');*/

    background-color: #cccccc;

     background-position: 0px 85px;

    -webkit-background-size: 100% 100%;

    -moz-background-size: 100% 100%;

    -o-background-size: 100% 100%;

    background-size: 100% 100%;

}

.intro {

  margin: 10px;

  outline: 1px solid #CCC;

  height:auto;

  overflow:visible;

  position: static;

  width: auto;

  }

  .print_check_img{

      width: 80%; position: absolute;

    }

    .print_check_amount{

    margin-top: -20px;

    font-size: larger;

    font-weight: bolder;

    margin-left: 1360px;

  }

  .print_check_date{

    margin-top: 300px;

    margin-left: 255px;

    font-size: larger;

    font-weight: bolder;

  }

  .print_check_words{

    margin-top: 280px;

    text-transform: uppercase;

    margin-left: 40px;

    font-size: larger;

    font-weight: bolder;

  }

  .print_check_name{

    margin-top: 55px;

    margin-left: 120px;

    font-size: x-large;

    font-weight: bolder;

  }



  @media print {



    .print_check_amount{

    margin-top: -30px !important;

    font-size: larger !important;

    font-weight: bolder !important;

    margin-left: 880px !important;

  }

  .print_check_date{

    margin-top: 200px !important;

    margin-left: 55px !important;

    font-size: larger !important;

    font-weight: bolder !important;

  }

  .print_check_words{

    margin-top: 180px !important;

    text-transform: uppercase;

    margin-left: 20px;

    font-size: larger;

    font-weight: bolder;

  }

  .print_check_name{

    margin-top: 30px;

    margin-left: 90px;

    font-size: x-large;

    font-weight: bolder;

  }

  .col-lg-3{

    position: relative;

  }

}

  @media print {

    .pagination{
      display:none!important;
    }
 ul{
  display:none!important;
 }

}

.item_code-style{

     margin-left: -75px;

    }

.inven-item_code{

  margin-left: 200px  !important;

}

.inven-text{

  margin-left: -80px

}

.inven-text1{

  margin-left: -250px

}

@media (max-width: 1400px){

    .enter-pin{

      width: 120% !important;

    }

  }

  @media (max-width: 1400px){

     .emp-ssn{

     margin-right: 10px;

    }

    .item_code-style{

     margin-left: -30px;

    }

    .items-sold{

      font-size: small;

    }

    .input-right{

      margin-left: -20px;

    }
    .bootstrap-select.department , .bootstrap-select.vendor
    {
      margin-left: -20px !important;
      width: 60% !important;
    }
    .additem_div .toggle{
      margin-left: -20px !important;
    }
    .ar-report-right{

    margin-left: -90px

    }

    .ar-report-date{

      margin-left: -240px

    }



    .inven-item_code{

      margin-left: 50px !important;

      /*width: 120% !important;*/



    }

    .inven-text{

      margin-left: -45px

    }

    .inven-text1{

      margin-left: -90px

    }

    .inven-button{

      margin-left: 20px;

    }

    .table-width{

    width: 90% !important;

   }

   .table-width-hours{

    width: 80% !important;

   }

  }

   @media (min-width: 1401px) and (max-width: 1550px){

    .item_code-style{

     margin-left: -30px;

    }

    .inven-text{

      margin-left: -40px

    }

    .inven-text1{

      margin-left: -100px

    }

  }

   @media (min-width: 1550px) and (max-width: 1700px){

     .inven-text1{

      margin-left: -120px

    }

   }
   @media (max-width: 1400px){
    .mask-check{
      margin-left: -40px !important;
     }
   }
   .mask-check{
    margin-left: -75px;
   }
   .table-width{

    width: 75% ;

   }

   .table-width-hours{

    width: 30%;

   }

   .check-color{

    color: white;

   }

   .color-save{

    background-color:  green !important;

   }

  .top-space{

      /*background-color:  red !important;*/

      margin-top: 5px

    }

    .save_timesheet:disabled {

      background: #419641 !important;

  }

  .cancel_timesheet:disabled {

      background: #c12e2a !important;

  }

  .timesheet-type{

    min-width: 150px !important;

  }

  @media (min-width: 1700px){

    .check-reg-date{

      margin-left: -300px;

    }

  }
 .check-reg-select{
   margin-left: -90px;
 }
 @media (min-width: 1400px) and (max-width: 1500px){
  .check-reg-select{
     margin-left: -75px;
   }
 }
 @media (min-width: 1200px) and (max-width: 1400px){
  .check-reg-select{
     margin-left: -60px;
   }
 }
.checkbox_error{
  margin-left: 600px;
}
.check_num_error{
  margin-left: 600px;
}

@media (min-width: 1200px) and (max-width: 1400px){
  .checkbox_error{
    margin-left: 300px;
  }
  .check_num_error{
    margin-left: 300px;
  }
}
@media (min-width:1400px) and (max-width: 1650px){
  .checkbox_error{
    margin-left: 390px;
  }
  .check_num_error{
    margin-left: 390px;
  }
}

.add_feecode{
  margin: 1%;
  /*width: 15%;*/
}
.add_taxcode{
  margin: 1%;
  /*width: 15%;*/
}
.feecode_buttons{
  border-radius: 4px;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }
.fee_code_toggle .toggle.btn {min-width: 80px;}

.sort_column
{
  cursor: pointer !important;
}
 @media (min-width: 1401px){
  .bootstrap-select.department , .bootstrap-select.vendor
  {
    margin-left: -60px !important;
    width: 60% !important;
  }
}
.additem_div .toggle{
  margin-left: -60px;
}
.additem_div .form-control{
  width: 60%;
}
.bs-searchbox .form-control{
  width: 100% !important;
}
.inventory-style>tbody>tr>td{
  border-top: 0px !important;
}
.calendar { position: relative; }
.calendar input { text-indent: 30px;}
.calendar .fa-calendar { 
  position: absolute;
  top: 9px;
  left: 7px;
  font-size: 15px;
}
.client_result .selected {
  text-decoration: none;
  background-color: grey;
}
.client_result_list .selected {
  text-decoration: none;
  background-color: grey;
}
.vendor_result .selected {
  text-decoration: none;
  background-color: grey;
}
.result .selected {
  text-decoration: none;
  background-color: grey;
}
.result_list .selected {
  text-decoration: none;
  background-color: grey;
}
.inventory_result .selected, .warranty_item_result .selected {
  text-decoration: none;
  background-color: grey;
}
.report-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.report-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.report-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.report-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.report-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.report-radio input:checked ~ .checkmark:after {
    content: "✔";
    color: white;
    /*display: inline-block;*/
    /*font-size: 1.6em;*/
}

@media print{
    .col-sm-2 {
      width: 16.66666667%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .col-sm-4 {
        width: 33.3333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*.payroll_report_table{
  scrollbar-x-position: top;
}*/

#clone thead{ 
    background-color:white;
}
.table-fixed thead, .run_payroll_table thead {
  width: 100%;
}
.table-fixed tbody, .run_payroll_table tbody {
  height: 475px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th, 
.run_payroll_table thead, .run_payroll_table tbody, .run_payroll_table tr, .run_payroll_table td, .run_payroll_table th {
  display: flow-root;
}
.table-fixed tbody td, .table-fixed thead > tr> th, .run_payroll_table tbody td, .run_payroll_table thead > tr> th {
  float: left;
  border-bottom-width: 0;
}
table.table-fixed>thead>tr>th,
table.table-fixed>tbody>tr>td, table.run_payroll_table>thead>tr>th, table.run_payroll_table>tbody>tr>td {
  width: 4.34%;
  float: left;
}

.client_result, .result,.result_list, .client_result_list, .vendor_result, .inventory_result, .warranty_item_result{
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80%;
  width: 100%;
}

#trans_popup {
    z-index: 111111111;
    position: fixed;
    box-shadow: 10px 31px 32px -9px #888888;
    left: 0;
    right: 0;
    background-color: dimgrey;
    /*#337ab7;*/
    width: 750px;
    margin-left: auto;
    margin-right: 45%;
    padding: 10px;
    border: dimgrey;
    /*2px solid rgb(46, 109, 164);*/
    border-radius: 5px;
    font-size: 14px;
    display: none;
    bottom: 20%;
}
#edit_pay_popup {
    z-index: 111111111;
    position: fixed;
    box-shadow: 10px 31px 32px -9px #888888;
    left: 0;
    right: 0;
    background-color: lightslategrey;
    /*#337ab7;*/
    width: 750px;
    margin-left: auto;
    margin-right: 24%;
    margin-bottom: -3%;
    padding: 10px;
    border: dimgrey;
    /*2px solid rgb(46, 109, 164);*/
    border-radius: 5px;
    font-size: 14px;
    display: none;
    bottom: 20%;
}

.nested_table_border{
  border-bottom: 1px solid darkgray !important;
}
.print_heading{
  display: none !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
  color: black;
}

/*.table-fixed>thead>tr>th,
.table-fixed>tbody>tr>td{  
  border: 1px solid #dddddd;
}*/
.navbar-top-links li a.logout{
  -webkit-appearance: button;
  cursor: pointer;
  padding: 1px 6px;
  min-height: unset;
}

.swal2-popup .swal2-title{
  width: 100%;
}