#personTable .thead-cs th{
	font-size: 14px;
	white-space: nowrap;
}

#manageTable .thead-cs th{
	font-size: 14px;
	white-space: nowrap;
}

#personTimeKeepingTable .thead-cs th{
	font-size: 13px;
	white-space: nowrap;
}

#infoModal .form-control:disabled,
#infoModal .form-control{
	background: transparent;
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px;
}

#infoModal{
	overflow-y: hidden;
}

#infoModal .modal-body{
	overflow: auto;
	position: relative;
	display: block;
	width: 100%;
	max-height: 460px;
}


#infoModal .modal-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#infoModal .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
#infoModal .modal-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
}

/* Handle on hover */
#infoModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.peronal-nav .nav-tabs .nav-link.active{
	background: #4285f4;
	color: #fff;
}

.peronal-nav .nav-tabs .nav-link{
	background: #fff;
}

.checkbox-form .form-check-inline{
	width: 49%;
	margin-bottom: 10px;
	position: relative;
	margin-right: 0px;
}

.checkbox-form  .form-check-inline .form-check-input{
	    position: absolute;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
    top: 6px;
}

.checkbox-form .form-check-label{
	margin-left: 20px;
}

.upload-item-list{
	width: 100%;
    display: flex;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.1);
    align-items: center;
    justify-content: space-between;
}

.upload-item-list span{
	width: 85%;
}

.ui-datepicker,
.modal .select2-container--bootstrap4,
.select2-container--bootstrap4{
	z-index: 9999!important;
}

.dropdown-item{
	cursor: pointer;
}
.ui-datepicker {
width: 20em; /*what ever width you want*/
}

.pointer{
  cursor: pointer;
}

.about-expire {
	-webkit-animation: about_expire 1.5s infinite;
	-moz-animation:    about_expire 1.5s infinite; 
	-o-animation:      about_expire 1.5s infinite;
	animation:         about_expire 1.5s infinite;
	box-shadow: rgba(255, 136, 0,0.5); 
}

.contract-expiration {
	-webkit-animation: contract_expiration 1.5s infinite;
	-moz-animation:    contract_expiration 1.5s infinite; 
	-o-animation:      contract_expiration 1.5s infinite;
	animation:         contract_expiration 1.5s infinite;
	box-shadow: rgba(255, 53, 71,0.5); 
}

.toggle-slide-btn i{
	position: absolute;
	right: 8px;
}

.toggle-slide-btn i.rotate180{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.candidate-info{
	display: none;
}

.candidate-avatar img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}


@keyframes about_expire {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 136, 0, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 136, 0, 0);
	}
}

@-webkit-keyframes about_expire {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 136, 0, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 136, 0, 0);
	}
}

@-moz-keyframes about_expire {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 136, 0, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 136, 0, 0);
	}
}

@keyframes contract_expiration {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 53, 71, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 53, 71, 0);
	}
}

@-webkit-keyframes contract_expiration {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 53, 71, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 53, 71, 0);
	}
}

@-moz-keyframes contract_expiration {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	70% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 53, 71, 0);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 53, 71, 0);
	}
}
@media (min-width: 1200px) { ... }

@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 768px) and (max-width: 991.98px) { ... }

@media (min-width: 576px) and (max-width: 767.98px) {
	.select2-container--bootstrap4{
		z-index: 1010!important;
	}
}

@media (max-width: 575.98px) {
	
}