.login-box{
    margin-top:-150px !important;
}

.nav-status li .nav-link{
	font-weight: 500;
	color:#343a40;
}
.nav-status li .active{
    color: #007bff!important;
}

.btn-assign img{
	position: relative;
	top:-3px;
}

.form-request .img-size{
	position: relative;
	width:200px;
	height:200px;
	overflow: hidden;
	margin-left:10px;
	float:left;
}
.pdf-content{
	width:200px;
	height:200px;
	vertical-align: middle;
	position: relative;
	float:left;
	margin-left:10px;
	padding-top:50px;
}

.form-request .img-pdf{
	position: relative;
	width:100%;
	height:100px;
	float:left;
    border: 1px solid #dee2e6;
    text-align: center;
    border-radius: .25rem;
    background:#F8F9FA;
}

.gallery .img-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
   width: 100%;
  height: auto;
}
.form-request .pdf {
  position: relative;
  width:32px;
  height:32px;
  margin:0 auto;
  display: block;
  margin-top:10px;
  margin-bottom:10px;
}
.form-request .img-pdf a:hover, .form-request .img-pdf a:active, .form-request .img-pdf a:focus{
	color:#FF9500 !important;
}

.clear-both{
	clear:both;
}


.select2-container{ width: 100% !important; }
.select2-search--dropdown .select2-search__field {
	width: 98%;
}

.pace .pace-progress {
	background-color:#6399ED;
}


/*---------signup-step-------------*/
* {
	margin: 0;
	padding: 0;
}
i {
	margin-right: 10px;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex{
	display: flex;
}
.justify-content-center{
	justify-content: center;
}
.align-items-center{
	align-items: center;
}

.bg-color{
	background-color: #333;
}
.signup-step-container{
	padding: 30px 0px;
	padding-bottom: 20px;
}

.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
	background-color: #007BFF;
	color:#fff;
}
.next-step.finish{
	background-color: #0db02b;
}
.skip-btn{
	background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}


.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

#categoryFilter{
	display: inline;
	width: 200px;
	margin-left: 25px;
}

.dataTables_empty{
	color:#DC3545 !important;
}

.myaccordion {
	max-width: 500px;
	margin: 50px auto;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
  
  .myaccordion .card,
  .myaccordion .card:last-child .card-header {
	border: none;
  }
  
  .myaccordion .card-header {
	border-bottom-color: #EDEFF0;
	background: transparent;
  }
  
  .myaccordion .fa-stack {
	font-size: 18px;
  }
  
  .myaccordion .btn {
	width: 100%;
	font-weight: bold;
	color: #004987;
	padding: 0;
  }
  
  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
	text-decoration: none;
  }
  
  .myaccordion li + li {
	margin-top: 10px;
  }

  .tbl-tsheets .add, .tbl-timesheets .add, .badge.add{
	background-color: #A6E9B6;
  }
.tbl-tsheets .edit, .tbl-timesheets .edit, .badge.edit{
		background-color: #A9E0F0;
	}
.tbl-tsheets .selected, .tbl-timesheets .selected,.tbl-trashed .selected, .tbl-employees .selected{
	 background-color: #E8F0FE !important;
 }

 .tbl-timesheets{
     width:100% !important;
 }
 
 .breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	vertical-align:top;
	color: #007BFF;
	font-size:35px;
	line-height:18px;
}

.search-timesheets .btn i, .search-tsheets .btn i, .frm-report .btn i, .search-account-employees .btn i, .timesheets-generate .btn i{
	margin-left: 5px;
    margin-top: 4px;
}

.search-tsheets .gj-datepicker-bootstrap [role=right-icon] button .gj-icon{
	top:4px;
	left:3px;
}

#timesheets-edit .form-control:disabled, select.form-control:disabled{
    background: #E9ECEF;
}
.dt-buttons .dt-button:not(.buttons-page-length){
    padding-right: 0px;
}

.dt-button-collection{
    position: relative;
    top:25px;
    left:312px;
    margin-top:0px;
}

.dt-button-collection .dt-button {
    background-color: #f8f9fa;
    color: #444;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
    line-height: 1.5;
    padding: .25rem .5rem !important;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lbl-billable-add.error::before, .lbl-billable-edit.error::before, .lbl-payable-add.error::before,.lbl-payable-edit.error::before{
    border-color: #dc3545 !important;
}

.fc-event-container .fc-content{
    cursor: pointer;
}

.modal-dialog-initial{
    overflow-y: initial !important
}

.modal-body-initial{
    height: 80vh;
    overflow-y: auto;
}

.btn-repeat.active{
    background-color: #0062cc!important;
    border-color: #005cbf !important;
}
.daterangepicker:nth-child(1) .drp-calendar.left{
    width: 300px !important;
}
.daterangepicker:nth-child(1) .drp-calendar.right{
    display: none !important;
}

.load-job-assignments, .btn-unassign{
    cursor: pointer !important;
}

.width-100{
    width:100% !important;
}
.width-120px{
    width: 120px !important; 
}
.width-90px{
    width: 90px !important; 
}
.width-80px{
    width: 80px !important; 
}
.width-70px{
    width: 70px !important; 
}
.width-60px{
    width: 60px !important; 
}
.width-50px{
    width: 50px !important; 
}

.top1 {
    height:390px;
    background-color:#FFFFFF;
    margin-top:10px;
    overflow: hidden;
}

.img-fixed {
    width:100%;
    height:80px;
}

.tbl-permissions td {
    height: 50px; 
    width: 50px;
    text-align: center; 
    vertical-align: middle;
}

#admin-add .modal-dialog, #admin-edit .modal-dialog{
    max-width: 900px;
}

.toast-top-center {
    top: 12px;
    left:50%;
    margin:0 0 0 -150px;
}

.chk-select-all, .chk-select-all input{
    cursor: pointer;
}

.ts-clients tr td{
    background-color: #E9ECEF;
    padding: 0.375rem 0.75rem;
}
.ts-clients tr td .badge{
   margin-top:3px;
}

.ts-clients tr td .fa-edit{
   display: none;
   position: relative;
    right: -4px;
    top: 3px;
    color:#fff;
    cursor: pointer;
}
.ts-clients tr td:hover{
    background-color: #D2D6DE;
}
.ts-clients tr td.active{
    background-color: #28A745 !important;
    color:#fff;
}

.ts-clients tr td.active .fa-edit{
    display: block;
}
 
.ts-clients tr td.active{
    background-color: #28A745 !important;
}

.ts-clients tr td.selected{
    background-color: #007BFF !important;
    color: #fff;
}
.ts-clients tr td.selected .badge{
    background-color: #6C757D;
}

.progress-timer{
    width:100%;
    height:5px;
}



.input-date-generate .gj-icon{
    display: none;
}


.form-control.input-disabled {
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #ced4da;
}

.list-group-unbordered-top{
    border-top:0 !important;
}

.list-group-unbordered-bottom{
    border-bottom:0 !important;
}

.ref-input-bg{
    background-color: #E8F0FE !important;
}

/** Payslips**/
.img-logo{
    width:200px;
  }

  .cell-highlight{
    background-color: #00B0F0;
    color:#fff;
  }
  .pay-header{
      height:90px;
      padding-left:0;
      padding-right:0;
  }
  .cell-unhighlight{
    background-color: #fff;
    color:#fff;
  }
  .invoice{
    border-width:4px !important;
    border-style: double !important;
    border-color: #333 !important;
    max-width: 1000px;
    margin: 0 auto;
  }
  .invoice th{
    font-size: 18px;
  }

  .invoice-border{
    border: 1px solid #666 !important; 
  }
  .invoice-border-right{
    border-right: 1px solid #666 !important; 
  }
  .invoice-border-left{
    border-left: 1px solid #666 !important; 
  }

  .invoice-border-top{
    border-top: 1px solid #666 !important; 
  }

  .invoice-border-top-0{
    border-top: 1px solid transparent !important; 
  }

  .invoice-border-bottom{
    border-bottom: 1px solid #666 !important; 
  }

  .text-total-hours, .text-total-amount{
    font-size:22px !important;
    font-weight:bold;
  }

  .text-netpay{
    font-size:28px !important;
    font-weight:bold;
  }

  .row-top{
    margin-top:-16px;
  }

  .row-top2{
    margin-top:-18px;
  }

  .th-netpay{
    padding-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    padding-bottom: 9px !important;
  }