.help-block {
	color:red;
}

.select2 {
	padding: 0px;
}

table.dataTable tr td:first-child{white-space: nowrap;}

.modal-body label {
	font-weight: bold;
}

.btn-red {
    color:red;
}

.btn-green {
    color: #008a00;
}

  .loading-cover {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #f8f8f8;
    opacity: 0.7;
    text-align: center;
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999;
}
