/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}


/* Login */


.modal.show .modal-dialog{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login .close {
	position: absolute;
	top: -10px;
	right: -10px;
}
.modal-login h4 {
	color: #636363;
	text-align: center;
	font-size: 26px;
	margin-top: 0;
}
.modal-login .modal-content {
	color: #999;
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 25px;
}
.modal-login .form-group {
	margin-bottom: 20px;
}
.modal-login label {
	font-weight: normal;
	font-size: 13px;
}
.modal-login .form-control {
	min-height: 38px;
	padding-left: 5px;
	box-shadow: none !important;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.modal-login .form-control:focus {
	border-color: #ccc;
}
.modal-login .input-group-addon {
	max-width: 42px;
	text-align: center;
	background: none;
	border-bottom: 1px solid #ced4da;
	padding-right: 5px;
	border-radius: 0;
}
.modal-login .btn, .modal-login .btn:active {        
	font-size: 16px;
	font-weight: bold;
	background: #85858b !important;
	border-radius: 3px;
	border: none;
	min-width: 140px;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #b3b3b9 !important;
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
}
.modal-login .modal-footer {
	color: #999;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -25px -25px;
	font-size: 13px;
	justify-content: center;
}
.modal-login a {
	color: #fff;
	text-decoration: underline;
}
.modal-login a:hover {
	text-decoration: none;
}
.modal-login a {
	color: #85858b;
	text-decoration: none;
}	
.modal-login a:hover {
	text-decoration: underline;
}
.modal-login .fa {
	font-size: 21px;
	position: relative;
	top: 6px;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-footer a{
	margin-left: 5px;
}
.back-login-page{
	text-align: center;
}
.body-settings{
	background-image: url("../img/login/login-background.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
}

/* Login */


form label{
	font-size: 12px;
}

.alert-window{

	z-index:9999;
	position: fixed;
    bottom: 20%;
    left: 60%;
    width: 30%;
    
}


/* Candidates */
#candidatesStatus{

	display: inline-block;
    float: none;
    width: 200px;
    padding-top: 4px;
}

.candidateDetailsTable span{
	color: #000;
}

.detail-view-loading-icon img{
	height: 15px;
}

/* Candidates */


.insertContractForm .container{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}

.updateContractForm .container{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
}

#myTable thead tr td{
	text-align: center;
}

.contract-details{
	background: transparent !important;
	margin-top: 15px
}

.contract-details th{
	text-align: center;

}
.contract-details td{
	text-align: center;

}

.contractDetails span{
	color: #000;
}

.contractless-details{
	background: transparent !important;
	width: 60% !important;
}

.contractless-details th{
	text-align: center;

}
.contractless-details td{
	text-align: center;

}
.modal .select-location{
	margin-left: 14px;
	width: 80%;
}
.bs-ok-default{
	color:#28a745;
}
.permissions .invalid-feedback{
	margin-left: 14px;
}
.locations .invalid-feedback{
	margin-left: 14px;
}
.locations button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.table td , .table th{
	font-size: 13px;
}

#contractsTable .table td , .table th{
	font-size: 11px;
}

.contractItems #addrow{
	font-size: 15px;
}
.contractlessItems #addrowContractless{
	font-size: 15px;
}

.items-headers td{
	padding: 5px
}

.items-headers td label{
	font-size: 18px;
}

.contractItems button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.contractlessItems button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

/* contractAnnex module */
#contractsDetailsTable td , #contractsDetailsTable th{
	font-size: 10px;
}

#contractsDetailsTable .items-headers td label{
	font-size: 13px;
}

/* contractAnnex module */


.container.annexContractItems{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%;
} 

.contractChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.paymentContractChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.candidateChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.locationChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.serviceRegistration button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.serviceType button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}




/* Image upload  */


#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}
/* Image upload */

/* Toggle button */

.slow .toggle-group { transition: left 0.7s; -webkit-transition: left 0.7s; }
.fast .toggle-group { transition: left 0.1s; -webkit-transition: left 0.1s; }
.quick .toggle-group { transition: none; -webkit-transition: none; }

.additionalTraining{
	margin-bottom: 10px;
	margin-top: 27px;
}

/* Toggle button */

.loading-icon-small{
	display: inline;
	margin-left: 20px
}
.loading-icon-small img{

    width: 40px;
    height: 40px;

}

.page-header{
	text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

#myTabContent{
	padding: 15px;
	background: #ffffff;
}

.codeBook .toolbarButtons{
	float: left;
}

.customPDVAmount{
	margin-bottom: 0px !important;
}

.training-status .btn{
	opacity: 0.5;
}

.training-status .btn.active{
	opacity: 0.9;
}

.candidateStatus-form-control{

	height: auto;
	padding: 0;
    border: 0;
	border-radius: .25rem;
	background: transparent;
	float: right;
	display: inline-flex;
}

.candidateStatus-form-control .btn{
	border: 1px solid #85858b;
	border-radius: .25rem;
	margin-right: 10px;
	font-size: 12px;
}

.candidateStatus-form-control .btn.active{

	border: 1px solid #85858b;
	background: #85858b;
	color: #fff;

}
/* user role options */
.user-role .btn{
	opacity: 0.5;
}

.user-role .btn.active{
	opacity: 0.9;
}

.user-role-form-control{

	height: auto;
	padding: 0;
    border: 0;
	border-radius: .25rem;
	background: transparent;
	float: right;
	display: inline-flex;
}

.user-role-form-control .btn{
	border: 1px solid #39f;
	border-radius: .25rem;
	margin-right: 10px;
	font-size: 15px;
}

.user-role-form-control .btn.active{

	border: 1px solid #85858b;
	background: #85858b;
	color: #fff;

}
/* user role options */

#paymentsModal .toggle{
	margin-top:30px
}

#costStatus{

	display: inline-block;
    float: none;
    width: 120px;
    padding-top: 4px;
}

.costsProjectsChoose .bootstrap-select{

	display: inline-block;
    float: none;
    max-width: 200px !important;
    padding-top: 4px;
}

.costsProjectsChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.costName button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.projectCostPayment button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.proformaPayment button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.supplierName button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.companyProject button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.supplierProject button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

#vehiclesModal .modal-dialog{
	transform: translate(-50%,-20%) !important ; 
}

.vehicleDetails span{
	color: #000;
}

.vehiclesMileage button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.vehicleCategory button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.btn-pdf-color{
	color: #ff0000;
    background-color: transparent;
    background-image: none;
    border-color: #ff0000;

}

.btn-pdf-color:hover, .btn-pdf-color:focus{
    color: #fff;
    background-color: #ff0000;
    background-image: none;
    border-color: #ff0000;
}

.codeBook .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #85858b !important;
    background-color: transparent !important;
}

.codeBook .nav-link{
	color: #c2c1c1 !important;
}
.codeBookHeaderElement{

    padding: 10px 10px 3px 10px;
    border-bottom: 1px solid #85858b;
}

.codebookContractsItemsCategory button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.serviceIntervals{
	margin-top: 6px;
}

.vehicles-details{
	background: transparent !important;
	width: 60% !important;
}

.vehiclesImg img{

	width: 100px;
	height: 100px;
}

#payoffsStatus{

	display: inline-block;
    float: none;
    width: 200px;
    padding-top: 4px;
}

.costRegistration button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.vehicleCostType button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.lecturerNameSurname button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.lecturerClassType button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.lecturerClassStatus button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}


.vehicleCostsFields img {
	position: absolute;
    left: 184px;
    top: 0px;
}

#lecturersModal .modal-dialog{
	transform: translate(-50%,-20%) !important ; 
}

.lecturerImg img{

	width: 100px;
	height: 100px;
}

.table-roles button{
	font-size:12px;
	min-width: 100px;
}

.table-role-status button{
	font-size:12px;
	min-width: 90px;
}

/* Picklist */


.pick-list{
	max-height: 350px;
    overflow: hidden;
}

.dual-list .list-group {
	margin-top: 15px;
}

.list-left li, .list-right li {
	cursor: pointer;
}

.list-arrows {
	padding-top: 100px;
}

.list-arrows button {
	margin-bottom: 20px;
}

.list-group{
	max-height: 250px;
    overflow-y: scroll;
}

.pick-list .list-group-item{

    padding: 3px 0px !important; 
	border: 0;

}

.list-left .list-group-item{
	text-align: left !important;
}

/* Picklist */

/* Lecturers */

.select-candidates{
	height: 350px;
	
}

.select-candidates .pick-list{
	margin-bottom: 15px;
}

.select-candidates > .invalid-feedback{
	margin-left: 15px;
}

.candidatesClasses td, .candidatesClasses th{
	padding: 5px 10px;
	
}
.candidatesClasses th{

	vertical-align: middle !important;

}

#candidatesClassesTeoreticalStatus{
    float: left;
    margin-top: 12px;
}

/* Lecturers */


/* Instructors */

#instructorsModal .modal-dialog{
	transform: translate(-50%,-20%) !important ; 
}

.instructorNameSurname button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.instructorCategory button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.instructorClassType button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.instructorCandidate button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}
.instructorVehicle button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.workerWorkingPlace button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.workerImg img{

	width: 100px;
	height: 100px;
}

.instructorsClassesModal .alert{
	height: 200px;
}

#investitorsProjectsStatusExcel{
    float: left;
    margin-top: 12px;
}

/* Instructors */

/* Workers */

#partOfTheMonth{

	display: inline-block;
    float: none;
    width: 140px;
    padding-top: 4px;
}
#valuteValue{
	width: 100px;
    display: inline-block;
}
.workerWorkingPlace button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.workerCompany button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.workerImg img{

	width: 100px;
	height: 100px;
}



.select-workers .pick-list{
	margin-bottom: 15px;
}

.select-workers > .invalid-feedback{
	margin-left: 15px;
}

#workersStatus{

	display: inline-block;
    float: none;
    width: 200px;
    padding-top: 4px;
}

.workerPaymentChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.workersStatusOptions{
    float: left;
    width: 50%;
}

/* Workers */

/* Investitors */

#investitorsProjectsStatus{

	display: inline-block;
    width: 200px;
    margin-top: 12px;
    margin-left: 5px;
}



.investitorsChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.investitorsProjectsConstractionLogProjectsChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.investitorsProjectsConstructionLogProject button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.investitorsProjectsConstructionLogCompany button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.shift-title{
	width: 60px;
}
.vl {
	border-left: 1px solid rgba(0, 0, 0, .1);
}


#investitorsProjectsConstractionLogModal input::placeholder {
	font-size: 10px;
}

.bootstrap-tagsinput .badge{

    margin-right: 2px;
    color: white;
    border-radius: 4px;
    
}

/* Investitors */



/* Finance */

	.financeDailyInsertWorker button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.financeDailyInsertProject button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.dailyInsertProjectsChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.proformaProjectAdvancedPaymentChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.dailyInsertProjectsChoose .bootstrap-select{

		display: inline-block;
		float: none;
		max-width: 200px !important;
		padding-top: 4px;
	}

	

	/* Proformas module */

	.proformasForm label{
		font-size: 10px !important;
		margin-bottom: 1px !important;
	}

	.customProjectId{
		font-size: 12px;
	}

	.positions-title{
		font-size: 12px;
	}

	#proformaPositionsForPayment th, #proformaPositionsForPayment td{
		font-size: 8px;
	}

	.proformaPositionChoose span {
		font-size: 10px;
	}

	.proformaPositionChoose li {
		line-height: 1.2;
	}

	#proformaStatus{

		display: inline-block;
		float: none;
		width: 200px;
		padding-top: 4px;
	}

	.proformaProjectChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.proformasProjectsChoose .bootstrap-select{

		display: inline-block;
		float: none;
		max-width: 200px !important;
		padding-top: 4px;
	}

	.proformasProjectsChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.positionsDataProformaPositions{
		height: 300px;
		overflow: auto;
		padding: 10px;
	}

	.numberOrder > span{
		display: block;
		margin-bottom: 10px;
	}

	.single-row{
		border-bottom: 1px solid grey;
	}


	#proformaPosition{
		margin-top: 10px;
	}

	.proformaProjectChooseForCustomId button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.proformaPositionChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
		max-width: 730px;

		
	}

	.first-row .btn{
		width: 50% !important;
	}



	.proformaPositionChoose li a{
		
		word-break: break-word;
		white-space: normal;
	}

	.positionsData{
		height: 200px;
		overflow: auto;
		padding: 10px;
	}

	.positionsData .positionDescriptionEditButton{
		margin-top: 25px;
		margin-left: 15px;
	}

	.positionsData .positionDescriptionWindow{
		position: absolute;
    	right: 35px;
    	z-index: 9999;
	}

	.positionsData .positionDescriptionWindow textarea{
		width: 300px;
		height: 100px;
		border-radius: 5px;
		padding: 5px;
		resize: both;
		
	}

	.proformaPositionChoose li:after{

		content: " ";
		display: inline-block;
		width: calc(100% - 60px);
		background: #cecece;
		height: 1px;
		margin-left: 30px;
	}

	


	/* Proformas module */

	/* Cards module */

	.cardWorkerChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}

	.cardChoose button{
		background-color: #fff;
		border: 1px solid #ced4da !important;
	}
	/* Cards module */



/* Finance */

/* Dashboard */

.loading-icon-dashboards{
	text-align: center;	
	
}

.loading-icon-dashboards img{

	width: 20px;
	height: 20px;

}

.dashboardItem{
	background: #ffffff;
    box-shadow: 1px 1px 14px -4px rgb(0 0 0 / 20%);
    padding: 20px;
    margin: 25px auto;
}
.dashboardItem p{
	font-size: 14px;
	text-align: center;
}

#dashboardDatePicker{
	margin: 40px 0 0;
}
#dashboardDatePicker input{
	text-align: center;
}

.chart-totals{
  padding: 8px 12px;
  border-top: 1px solid #e9ecef;
  font-size: .95rem;
  color: #495057;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  line-height: 1.6;
  white-space: normal;        /* allow wrapping */
  overflow-wrap: anywhere;    /* prevent horizontal overflow on long numbers */
}
.chart-totals .item{display:flex; align-items:center; gap:8px; font-weight:600;}
.chart-totals .item strong{font-weight:700;}
.chart-totals .legend-box{display:inline-block;width:12px;height:12px;border-radius:2px;}



/* Dashboard */

/* Finance */

.dateFilter{
	display: inline-block;
    width: 320px;
    margin: 0 auto;
}

.dateFilter input{
	text-align: center;
	
}

.payoffsFilter{
	display: inline-block;
}
.payoffsFilter label{
	display: block;
}

.paymentCandidateChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.paymentCandidateChoose .dropdown-menu{
	max-width: 150% !important; 
}

#addPayment .loading-icon-small{
	display: inline;
	margin-left: 2px
}

#addPayment .loading-icon-small img{

    width: 20px;
    height: 20px;

}

.fiscalBillsCandidateChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.fiscalBillsContractChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.fiscalBillsCandidateChoose .dropdown-menu{
	max-width: 150% !important; 
}

#addFiscalBill .loading-icon-small{
	display: inline;
	margin-left: 2px
}

#addFiscalBill .loading-icon-small img{

    width: 20px;
    height: 20px;

}

.candidatesDeptsCandidateChoose button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

.candidatesDeptsCandidateChoose .dropdown-menu{
	max-width: 150% !important; 
}


/* Finance */

/* Reports */


.reportTemplates button{
	background-color: #fff;
	border: 1px solid #ced4da !important;
}

/* Reports */


.search{
	width: 25% !important;
}

/* Pagination */

.pagination > li > a
{
    background-color: white;
    color: #85858b;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #85858b !Important;
    border: solid 1px #85858b !Important;
}

.pagination > .active > a:hover
{
    background-color: #85858b !Important;
    border: solid 1px #85858b;
}

/* Pagination */


@media (max-width: 767px)  {

	.mobile-custom-wrap{

		flex-wrap: unset !important;

	}

	.mobile-custom-middle-width{
		width: 10%;
	}

	/* Force selectpicker to stay inside parent */
	.bootstrap-select .dropdown-menu {
		
		max-width: 90% !important;
	}

	.modal-body {
		max-height: 70vh; /* adjust as needed */
		overflow-y: auto;
	}
	
	

}












