/* Menu lateral */

input:disabled, textarea:disabled, select:disabled, checkbox:disabled, radio:disabled {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

.menu_sub {
    color: #fff !important;
    text-shadow: 0 0 1px #0d152c;
}

.subitens:hover {
    color: #fff !important;
    filter: brightness(125%);
}

.nav-header,
body.mini-navbar .nav-header {
    background-image: none;
    background-color: #0A132B;
}

.darkblue-smartbg {
    background-color: #0A132B !important;
    border-color: #0A132B !important;

    transition: filter 0.3s;
}

button.darkblue-smartbg:hover, a.darkblue-smartbg:hover, span.darkblue-smartbg:hover {
    filter: brightness(1.7);
}

.darkblue-smartbg-inactive {
    background-color: #aaa !important;
    border-color: #aaa !important;
    cursor: not-allowed !important;
}

.popover-header {
  background-color: #FF7752 !important;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 14px !important;
  text-align: center;
}

.primary-orange{
    color: #FF7752
}

.bd-primary-orange{
    background-color: #FF7752;
}

/*  */
.list-group-item {
  cursor: pointer !important;
}

.btn--edit:hover {
  color: #fff!important;
}

.infoOwnerButtons {
  width: 49%;
}

.btn-primary {
    color: #fff !important;
    font-weight: bold !important;
}


.btn-primary:hover {
    color: #ffe !important;
}

.darkblue-smartbg {
    color: #fff !important;
    font-weight: bold !important;
}

.darkblue-smartbg:hover {
    color: #ffe !important;
}
