/*custome css*/
.ErrorText {
	color: #af4c41;
}
.text-ellipis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cursor-pointer {
	cursor: pointer;
}

.chk-wrapper {
	padding-right: 0;
	padding-left: 0;
	text-align: left;
	max-width: 20px;
}

.chk-desc-wrapper {
	padding-left: 0;
	text-align: left;	
}
.required {
	color: #af4c41;
}

.table-responsive {
	min-height: 50px;
}
.custom-tooltip {
	position: absolute;
    line-height: 33px;
    padding-left: 10px;
}
@media (min-width: 992px) {
  .prtm-content-wrapper {
    margin-left:  280px;
  }
  .table-responsive {
	    overflow: hidden;
	}
}
.border-right {
	border-right: 1px solid;
	border-color: grey;
}
.info-subject {

}
.info-content {
	font-weight: bolder;
	font-size: 16px;
}
.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}
.modalContent{
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
}
.modalHeader{
	border-bottom: 1px solid #e5e5e5;
	background-color: #0071BC !important;
}
.modalFormGroup{
    margin-bottom: 0;
}
.modalInput{
	color: #000;
	border: 1px solid #efe9e9;
	padding: .8rem 1.5rem;
	padding-left: 40px;
    margin-bottom: 0;
}
.modalButton{
	background-color: #0071BC !important;
}
.modalIcon{
	color: #0071BC;
	position: relative;
    top: 40px;
    left: 10px;
    font-size: 21px;
}
