.is-required{
	border: red 1px solid;
}
.a{
	border: 1px solid red;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-25{
	margin-top: 25px;
}
.margin-top-30{
	margin-top: 30px;
}
.lbl-form{
	font-weight: normal !important;
}
.content{
	margin-top: -10px;
}
.section-box{
	border-top: #ccc 2px solid;
	padding: 5px 10px 5px 10px;
	min-height: 500px;
	background-color: #fff;
}
.main-header{
	background-color: #FFEB09 !important;
	border-bottom: 2px solid #A52A2A;
} 
.color-maroon{
	color:  #A52A2A !important;
}
.color-maroon:hover{
	color:  blue !important;
}
.brand-link{
	background-color: #A52A2A !important;
	border-bottom: 2px solid #A52A2A;
	color: #FFEB09 !important;
}
.lbl-control{
	font-weight: normal !important;
	font-size: 14px;
} 
.hide{
	display: none;
}
.lbl-red{
	color: red;
}
.text-proper{
	text-transform: capitalize;
}
.color-palette{ 
	margin-top: 10px;
	padding: 5px 10px 5px 10px;

}
.clickable{ 
	cursor: pointer !important;
}
.clickable2:hover{ 
	color: blue !important; 
	text-decoration: underline !important;
}
.clickable2{ 
	color: darkblue;
	cursor: pointer !important;
}
.modal-button{
	padding-bottom: 25px;
}

.select2{width: 100% !important;}
.select2bs4{ }
.select2-selection__rendered { line-height: 31px !important; }
.select2-container .select2-selection--single {height: 39px !important;}
.select2-selection__arrow {height: 38px !important;}
.select1{
	width: 100%;
}
.norecordfound{ 
	font-weight: bold;
	color: red;
}
.recordfound{ 
	color: darkblue;
}


.has-search .form-control {
	width: 100% !important;
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.dark-mode {
    background-color: #121212;
    color: #e0e0e0;
}
