.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    /*height: 35px !important;*/
    height: 38px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.has-error .select2-selection {
    border-color: #dc3545 !important;
}

.select2-selection.is-invalid {
	border-color: #dc3545;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background-color: #ffc107;
}
.nav-pills .nav-link:not(.active):hover {
    color: #ffc107 !important;
}


.nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #ffc107 !important;
    color: #333 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  border-radius: 0.25rem;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    /* color: #ffc107 !important; */
    background-color: #ffc107;
    color: #1f2d3d;
    
}
.navbar .navbar-nav .nav-item .nav-link:not(.active):hover{
    color: #ffc107 !important;
    background-color: rgba(255,255,255,.1);
}

.control-sidebar-dark, .control-sidebar-dark .nav-link, .control-sidebar-dark a {
  color: #c2c7d0;
}
.dontshow { display: none; }

@media all and (max-width:480px) {
    .btn-mobile-block { width: 100%; display:block; }
}

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: 16px;
  left: 8px;
  display: inline-block;
  /* border: none; */
  /* border-radius: none; */
  box-shadow: 0 0 2px #444;
  font-family: 'Font Awesome 5 Free';
  content: '\f055';
  vertical-align: middle;
  font-weight: 900;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  display: inline-block;
  /* border: none; */
  /* border-radius: none; */
  box-shadow: 0 0 2px #444;
  background-color: #0275d8;
  font-family: 'Font Awesome 5 Free';
  content: '\f056';
  color: #fff;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f055';
  vertical-align: middle;
  font-weight: 900;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  background-color: #0275d8;
  font-family: 'Font Awesome 5 Free';
  content: '\f056';
  color: #fff;
}
.select2-selection.select2-selection--single.invalid-feedback {
  border-color: #dc3545;
  font-size:initial;
  margin-top: unset;
}
span.error{
  display:block;
}

.bg-blue-1 {
  background-color: #1ec9d0 !important;
  color: #fff !important;
}
.bg-blue-2 {
  background-color: #009fbf !important;
  color: #fff !important;
}
.bg-blue-3 {
  background-color: #0072a8 !important;
  color: #fff !important;
}
.bg-blue-4 {
  background-color: #004787 !important;
  color: #fff !important;
}
.fc-today.alert.alert-info {
  background: #efefef !important;
  color:initial !important;

} 

/* table.dataTable tr.dtrg-group td {
  background-color: unset;
} */

.grid-striped .row:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}
.typeahead__cancel-button {
  margin-top : .25rem!important;
}
