label {
    font-weight: 400;
	text-align: left;
}

.word-wrap{
	 word-wrap: break-word;
}
#pagination, #paginationLink{
	margin-top: 23px;
}
ul.pagination span{
	font-size: 16px!important;
	color: #000000!important;
}
#pagination a, #paginationLink a{
	/*color: white;*/
    border: none !important;
    border-radius: 25px;
    /* background-color: #1bbae1; */
    padding: 6px 15px;
    margin: 2px;
    font-weight: 600;
	font-size: 16px!important;
    
}
#pagination strong, #paginationLink strong{
	color: #ffffff;
    border: none !important;
    border-radius: 10px;
    background-color: #15ade4;
    padding: 6px 15px;
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
}

.errorResponse{
	color: red;
}

.custom-icon-star{
	font-size: 18px;
}

.rating{
	width: 100%;
	text-align: left !important;
}
.rating > label{
	 float: none !important; 
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.modal-backdrop-load{
   padding-top: 8%;	
}
.modal-backdrop{
	    padding-top: 15%;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #eeeeee;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



.expand-view{
	background-color: #394263;
	color: #fffefe;
}
.expand-detail-view{
	margin-left: -15px;
    margin-right: -15px;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
}

.expand-table{
	padding-top: 7px;
    padding-bottom: 10px;
}

.expand-table-list{
	padding-top: 10px;
    padding-bottom: 10px;
}

.view-label{
	font-weight: 500;
    /*border: 1px outset;*/
    padding: 6px;
    margin-bottom:0px !important;
}

.view-label-list{
  font-weight: 500;
  /*border: 1px outset;*/
  padding: 9.3px;
  margin-bottom: 0px !important;
  line-height: 17.4px !important;
}
.jobInternalInfo textarea{
  width: 100%;
}
.show-right-arrow .right-arrow{
  display: block;
}
.show-right-arrow .down-arrow{
  display: none;
}

.show-down-arrow .right-arrow{
  display: none;
}
.show-down-arrow .down-arrow{
  display: block;
}

/* New Theme CSS Changes  */

.p-0{
     padding-right: 0!important;
     padding-left: 0!important;
} 
#login_pg{
	width:100%;
	float:left;
	max-width:100%;
}
#login_pg .left_bg {
    position: relative;
    height: 100vh;
    padding: 30px 60px;
    background: url(../img/welcome-screen.png) center center no-repeat;
	background-size: contain;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
	
}
#login_pg .right_pg{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
    height: 100vh;
	padding-left:40px;
}
#login_pg .right_pg a{
	color:#15ADE4;
}
#login_pg .right_pg a:hover{
	color:#000000;
}
#login_pg .right_pg .form-control {
	border: 1px solid #ced4da !important;
	min-width:420px;
}
.input-group i.uil{
	font-size: 18px;
    color: #A1A1A1;
    position: absolute;
    right: 10px;
    top: 10px;
}
#login_pg .right_pg .btn-primary{
	padding: 8px 40px;
	font-size:16px;
    border-radius: 30px;
}
.top-menu {
	display:inline-block;
	min-height:70px;
}
.top-menu li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	display:inline-block;
	margin-right:20px;
}
.top-menu li a{
	padding: 30px 10px 18px 10px;
    border-bottom: 0px solid transparent;
	display:inline-block;
	text-decoration:none;
	color:#176489;
	font-weight: 500;
}
.top-menu li a:hover{
	color: #000;
}
.top-menu li a.current{
	color: #000;
    border-bottom: 1px solid #000;
}
.title-page-header{
	padding-top:10px;
	padding-bottom:10px;
}
.title-page-header h1{
	color:#333!important;
	font-weight: 500;
	/* font-size: 30px; */
	font-size:16px;
	line-height: 45px;
	margin:0;
}
.title-page-header h1:after{
	content: "";
    width: 50px;
    height: 2px;
    background-color: #01a7f9 !important;
    border-radius: 0px;
    display: block;
}
.title-page-header .create-job{
	background: #15ADE4;
	border-radius: 30px;
	padding:8px 20px;
	font-size:14px;
	font-weight: 500;
	display: inline-block;
	color:#ffffff;
}
.title-page-header .create-job:hover{
	text-decoration:none;
	background: #0989B8;
}
.widget-simple{
	min-height:120px;
}
.widget-simple small{	
	font-size: 18px;	
	color: #455a64;
	font-weight: 400;
	line-height: 30px;
}
.widget-simple h3{
	font-weight: 600;
	font-size: 50px !important;
	line-height: 28px;
	color: #455a64;
}
.purple-bg{
	position: relative;
	background-color:#ffffff;
	webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.red-bg{
	background-color:#ffffff;
	webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.green-bg{
	background-color:#ffffff;
	webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.blue-bg{
	background-color:#0989B8;
	background-color:#ffffff;
	webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.green-light-bg{
	background-color:#e9ecef;
}
.red-light-bg{
	background-color:#FFF2E9;
}
.purple-light-bg{
	background-color:#F9F1FF;
}
.full-hr{
	margin-left: -20px;
	margin-right: -20px;
	color:#E5E5E5;
	height:1px;
}
.block-title{
	margin-bottom:15px;
}
.block-title h2{
	margin-top: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}
.block-title h2:after{
	margin-top: 5px;
	content: "";
    width: 50px;
    height: 2px;
    background-color: #01a7f9 !important;
    border-radius: 0px;
    display: block;
    position: absolute;
}
.block-title h2 span{
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}
.table>thead>tr>th, .table>thead>tr , .table>thead{
	border:0px !important;
}
.table>thead{
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 10px;
}
.table thead > tr > th{
	padding:10px;
}
.table>tbody>tr>td{
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #E5E5E5;
	padding:10px;
	font-size:15px;
}
.reasons .r-label{
	font-size: 20px;
	line-height: 25px;
	vertical-align:top !important;
}
table.nobordertbl  tr td{
	border-bottom: 0px;
}
.reasons .bar-stats .bar{
	width:230px;
	height:5px;
	border-radius:10px;
	position:relative;
	display: inline-block;
}
.reasons .bar-stats .bar .progress{
	height:5px;
	background-color: #00c292;
	border-radius:10px;
}
.reasons .bar-stats .bar .progress .green {
	background: #00c292;
}
.reasons .bar-stats .bar .progress .purple {
	background: #ab8ce4;
}
.reasons .bar-stats .bar .score{
	position:absolute;
	top:-22px;
	font-size: 13px;
}
.g-report .btn-primary {
	border-radius:10px;
	padding: 11px 20px;
}
.g-report .form-control{
	padding:22px;
}
.g-report .input-daterange:after{
	content:"\e9bd";
	font-family: unicons-line;
	color:#A1A1A1;
	font-size:20px;
	position:absolute;
	right: 30px;
    top: 7px;
}
.report-view {
	padding-top: 20px;
}
.report-view h3{
	margin: 0 0 10px 0;
	text-align:center;
	font-size: 40px;
	line-height: 60px;
}
.report-view h4{
	font-size: 20px;
}
.report-view h5{
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.report-view img{
	float:left;
	margin-right: 10px;
}
.form-bordered{
	margin-left: 0px;
    margin-right: 0px;
}
.form-bordered .box{
	background: #0090C5;
	border-radius: 10px;
	width:30px;
	height:30px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    float: left;
	margin-right: 15px;
}
.form-bordered fieldset legend {
	cursor:pointer;
	font-size:18px;
	font-weight:600;
	padding-left: 0;
    padding-right: 0;
}
.form-bordered .box i{
	color:#ffffff;
}
.form-bordered #general-table{
	margin-top:20px;
	margin-bottom:20px;
}
.modal-dialog .row {
	margin-left: 10px;
    margin-right: 10px;
}
.bootstrap-timepicker .btn-primary{
	width: auto;
    position: absolute;
    right: 0;	
}	
.bootstrap-timepicker .clock i{
	color:#ffffff;
	font-size:20px;
}
.viewJob i{
	color:#15ADE4;
	font-size:24px;
}
.table>tfoot>tr>td{
	background-color:transparent;
}
.table>tfoot>tr>td a{
	color: #0989B8;
	font-weight: 500!important;
	font-size:13px!important;
}
.whitetable {
	background: #ffffff;
	border-radius: 10px;
    padding: 10px !important;
    border: 1px solid #e5e5e5;
  /*   -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 8%);
    box-shadow: 0 0 8px rgb(0 0 0 / 8%); */
}
.whitebox {
	background: #ffffff;
	border-radius: 10px;
    padding: 20px 20px !important;
    border: 0 solid transparent;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	
}
.whitebox .block-title h2 span {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.whitebox .r-label {
    font-size: 18px;
    font-weight: 600;
    color: #868e96;
    padding-bottom: 5px;
}
.stat-content {
	position: relative;
	padding: 0px 10px;
}
.stat-content .icon {
	float: left;
	width: 50px;
	margin-top: 10px;
	margin-right: 30px;
}
.stat-content h3 {
	 margin: 0 0 10px 0 !important;
}
.stat-content h3 strong {
	font-size: 26px !important;
	font-weight: 500;
}
.alljobebox {
	background: #ffffff;
    border-radius: 10px;
    padding: 10px!important;
    /* border: 0 solid transparent; */
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 8px transparent!important;
    /* -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%); */
}
.legend-title {
	padding: 10px!important;
	background: transparent;
}
.form-horizontal .control-label {
	text-align: left;
}
.form-horizontal .big-control .control-label {
    padding-left: 0px;
}
.profile-box {
	margin-bottom: 30px;
	background: #ffffff;
    border-radius: 10px;
    border: 0px solid #e5e5e5;
    /* -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%); */
}
.modal-content .modal-body .table>tbody>tr>td .btn {
	width: 63px;
	height: 42px;
}
.input-group i.uil {
    font-size: 18px;
    color: #A1A1A1;
    position: absolute;
    right: 10px;
    top: 5px;
}
.modal-body .bootstrap-timepicker .btn-primary {
	position: absolute;
    width: 63px;
    height: 36px;
    right: 0;
    top: 0px;
}
.modal-body i.uil {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    right: 21px;
    top: 5px;
}
#candidateViewDlg .modal {
	overflow-y: auto;
}
#frmNoteTbl .gi,
#frmNoteTbl .btn .hi,
#frmNoteTbl .btn .si,
#frmNoteTbl .btn .fi {
    line-height: 3;
}

.modal-content .modal-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.modal-dialog .modal-title {
    font-weight: 500;
    font-size: 18px;
    color: #333;
}
.allJobsclient .alert{
    margin-top: 30px;
}
.alljob-list .label-success {
    background-color: #42cc8715 !important;
}
.whitetable .table>tbody>tr>td .label-success {
    background-color: #42cc8715 !important;
    color: #42cc87;
}
.average-rate{
	float: left;
    margin-top: 11px;
    margin-right: 20px;
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
.modal-content .modal-body .table>tbody>tr>td .btn {
    width: 40px;
    padding: 10px 11px;
}
#frmNoteTbl .gi, #frmNoteTbl .btn .hi, #frmNoteTbl .btn .si, #frmNoteTbl .btn .fi {
    line-height: 2;
}

}
@media only screen and (min-width: 960px) and (max-width: 1180px) {
.top-menu li a {
    padding: 30px 10px 16px 10px;
}
.btn-primary {
     padding: 9px 10px;
}
.reasons .bar-stats .bar {
    width: 120px;
}
}
/*
*pregress Color
*/
.reasons .bar-stats .bar .progress-green{
	height:5px;
	background-color: #00c292;
	border-radius:10px;
}
.reasons .bar-stats .bar .progress-red{
	height:5px;
	background-color: red;
	border-radius:10px;
}
.reasons .bar-stats .bar .progress-purple{
	height:5px;
	background-color: #b58ed3;
	border-radius:10px;
}