.content-header {
  padding: 15px 1rem 1rem 15px !important;
}

.brand-link .brand-image{
	width:32px !important;
	height:auto !important;
	margin-top: -12px !important;
}

.brand-link {
    text-align: center;
    font-weight: bold;
}

.ew-grid {
  max-width: 100% !important;
}
.ew-detail-pages{
  max-width: 100% !important;
}
.ew-form {
  max-width: 100% !important;
}
.ew-grid-add-edit {
  width: 100% !important;
  max-width: 100% !important;
}

.ew-form,.ew-grid{
	max-width:100% !important;
	width:100% !important;
}
.ew-detail-pages{
	width: 100% !important;
}


.ewRequired {
  color: #DC3545;
  vertical-align: super;
}
.select2.select2-container.select2-container--bootstrap5 {
  min-width: 100% !important;
  width: 100% !important;
}
.select2.select2-container.select2-container--bootstrap5 {
  min-width: 100% !important;
  width: 100% !important;
}

.ew-select {
  min-width: 100% !important;
}
select[readonly].select2+.select2-container {
  pointer-events: none;
  touch-action: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control {
  border-radius: 0px !important;
}
input[type=text]:not(.tempus-dominus-input) {
  min-width: 4rem !important;
  width:100%;
}
*{
  border-radius: 0 !important;
}
[data-popper-placement="bottom-start"]{
    width: auto !important;
}

#ew-menu>ul>li>a:first-child{
	font-weight:bold;
}
.user-panel{
	display:none !important;
}

.fa-bars{
color: white;
}
.ew-aggregate::after {
  content: " " !important;
}
.displaynone{
 display: none;
}
.width100{
	max-width:100px !important;
	min-width:0px !important;
	width:100px !important;
}
.width125{
	max-width:125px !important;
	min-width:0px !important;
	width:125px !important;
}
.width135{
	max-width:135px !important;
	min-width:0px !important;
	width:135px !important;
}
.width150{
	max-width:150px !important;
	min-width:0px !important;
	width:150px !important;
}
.width75{
	max-width:75px !important;
	min-width:0px !important;
	width:75px !important;
}

.select2-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;
    
}
/*
.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}
*/
.select2-results__option.select2-results__option--selectable.select2-results__option--selected .wrap:before{
    content:"\f14a";
}
.select2-container--default .select2-results__option--selected {
  background-color: #2c3034 !important;
}



