.word-wrap{
	 word-wrap: break-word;
}
#pagination, #paginationLink{
	margin-top: 23px;
}
#pagination a, #paginationLink a{
	/*color: white;*/
	color:#787272;
    border: none !important;
    border-radius: 25px;
    /* background-color: #1bbae1; */
    padding: 3px 8px;
    margin: 2px;
    font-weight: 600;
    
}

#pagination strong, #paginationLink strong{
	color: #ffffff;
    border: none !important;
    border-radius: 25px;
    background-color: #394263;
    padding: 6px 11px;
    margin: 5px;
    font-weight: 600;
    font-size: 14px;
}

.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%;
}
