body{
	font-size: 0.80em !important;
	/*font-family: 'Arial' !important;*/
}
#mainNav .navbar-collapse .navbar-sidenav {
    overflow:auto;
    
}

.table td, .table th {
	padding: .50em;
}
.btn{
	font-size:0.9em;
}

.custom-form{
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border: none;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.form-control  {
    display: block;
    width: 100%;
    padding: .25rem .55rem;
   font-size: 0.9em;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .15rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group-text {
    
   font-size: 0.75rem;
   padding:0.25rem .50rem;
}
select.form-control:not([size]):not([multiple]){
	height: calc(1.5rem + 2px);
}
#div_pay{
	overflow:auto;
}

.table-wrapper-scroll-y {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.dt-right{
  text-align:right;
}
.dt-left{
  text-align:left;
}
.dt-center{
  text-align:center;
}
.dt-justify{
  text-align:justify-all;
}
   @CHARSET "UTF-8";
    .page-break {
      page-break-after: always;
      page-break-inside: avoid;
      clear:both;
    }
    .page-break-before {
      page-break-before: always;
      page-break-inside: avoid;
      clear:both;
    }
    #html-2pdf-wrapper{
      position: absolute; 
      left: 20px; 
      top: 50px; 
      bottom: 0; 
      overflow: auto; 
      width: 600px;
    }
#emptab .nav-tabs{
  border-bottom: none;
}
#emptab .nav-link {
    color: #343a40;
    background-color:#f8f9fa;
    border-color: #6c757d;
    
}
#emptab .nav-link.active {
    color: #fff;
    background-color:#17a2b8;
    border-color: #17a2b8;
    font-style: bold;
}

.bg-payroll{
  background-image: linear-gradient(#f8f9fa, #17a2b8); 
}

.bg-payroll2{
  background-image: linear-gradient(#f8f9fa, #20c997); 
}

.myico{
  background-image:url("../img/favicon.png");
}

.bg-landing1{
   background-image:url("../img/landing.jpg");
   min-height: 700px !important;
}

.bg-landing {
  background-image: url("../img/landing.jpg");
  /* background-size: cover; */
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
  margin: 0;
  padding: 0;
}

.myjumbo {
 background-image: url(../img/landing.jpg);
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.bg-trans-payroll{
 background-color: #20c997 ;
  opacity:0.9;
  
}

.hp{
  min-width: 90px !important;
}
.ptbu{
  min-width: 50px !important;
}

.ptb{
  min-width: 80px !important;
}
.ptbs{
  min-width: 90px !important;
}
.ptbc{
  min-width: 120px !important;
}

@media (max-width: 768px) {
  html, body {
    overflow: auto;
  }

  .cover-container {
    height: auto !important;
    min-height: 100vh;
  }

  .bg-landing {
    background-size: cover;
    background-position: center;
    flex: 1;
    min-height: 100vh;
  }

  .bg-trans-payroll {
    margin: 20px;
    padding: 20px !important;
  }
}