label em {
	color:red;
}

textarea {
	resize: none;
}

label.error {
	color:red;
	margin-bottom: 1rem;
	margin-left: 0.8rem;
	float: left;
	
}

.alert-dismissible {
	padding : 0.5rem 2rem !important;
}

a.active span i.fa.fa-lg, a.active span i.fa.fa-2x {
	color: #5c6bc0;
}

.customCard .card .card-body, .customCard .card .card-header {
	padding: 0.5rem 0.1rem !important;
}


.customCard .card .card-body .table {
	margin-bottom: 0rem;
}

.lh20 .table tbody tr td {
	line-height: 20px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	top:33% !important;
	left:6% !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
	display: block !important;
}

.table-hover tbody tr:hover {
	background-color: #d0d0d0;
}

.form-control:disabled, .form-control[readonly], .select2-container--disabled, .select2-container--disabled span{
	background-color: #adadad;
	cursor: not-allowed;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color:  transparent;
	background-color: #5c6bc0;
	color: white;
    margin-top: 4px;
    border-radius: 0.8rem;
    padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.lh-18px {
	line-height: 18px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
	padding-left: 65px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

table tbody tr td {
	font-size: 12px;
}

.navigation .navigation-menu-tab ul li a .menu-tab-icon {
	padding: 5px 0px !important;
}

.navigation .navigation-menu-tab ul li a span {
	margin-top: 5px !important;
}

.border {
	border: 2px solid black;
	border-radius: 25px;
	padding: 10px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgrey;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgrey;
}

.form-control {
	color: #363a3e !important;
}

.dropdown-menu a.dropdown-item.disabled, .dropdown-menu a.dropdown-item.disabled i.fa {
	color: grey !important;
}