.alert {
  border-radius: 0;
  border: 0;
  font-size: 0.9rem;
}
.alert .fa {
  width: 16px;
  text-align: center;
  margin-right: 0.8rem !important;
}

#content-wrapper .alert {
  top: -1.5rem;
}

.bg-gradient-primary {
  background-color: #2a2727;
  background-image: linear-gradient(180deg, #2a2727 10%, #000000 100%);
}

.sidebar-brand img {
  transform: scale(0.99);
  width: 30%;
}

.toggled .sidebar-brand img {
  transform: scale(0.99);
  width: 80%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.01);
}

.sq16 span {
  width: 16px;
  height: 16px;
}

#frm-simpleGrid-filter-perPage {
  display: inline-block;
  width: 90px;
}

.fa-remove:before {
  content: "\f00d";
}

.dataTables_wrapper .dropdown-toggle::after {
  display: none;
}
.dataTables_wrapper thead .ublaboo-datagrid-th-form-inline {
  border-bottom: 0;
}
.dataTables_wrapper thead th {
  font-size: 0.95rem;
}
.dataTables_wrapper tbody td {
  font-size: 0.85rem;
}
.dataTables_wrapper .table-hover tbody tr:hover {
  background: #F6F8FD !important;
}

.datagrid-settings {
  text-align: right;
}
.datagrid-settings button {
  font-size: 11px;
  padding: 3px 7px 1px;
  background-color: transparent;
  border-color: transparent;
  color: #858796;
}

.hidden {
  display: none !important;
}

.datagrid-column-header-additions {
  float: right;
}

.tr-debt {
  background: rgba(255, 0, 0, 0.05) !important;
}

.debt {
  color: orangered;
}

#frm-optionsForm table {
  width: 100%;
}
#frm-optionsForm textarea {
  height: 200px;
}

footer.sticky-footer {
  padding: 0.5rem 0;
}

footer.sticky-footer .copyright {
  font-size: 10px;
  opacity: 0.7;
}

.bg-login-image {
  background: url("../images/logo.svg") center 47% no-repeat;
  background-size: 30%;
}

.signin {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy {
  text-align: center;
  margin-top: -45px;
  opacity: 0.5;
  font-size: 11px;
}

.errors .alert {
  margin-bottom: 5px;
}

.go-back-button {
  float: right;
  margin-right: 1.25rem;
}

.col-date_from .input-group-addon.datagrid-col-filter-datte-range-delimiter {
  display: none;
}
.col-date_from .input-group.input-group-sm:last-child {
  display: none;
}

.col-date_to .input-group-addon.datagrid-col-filter-datte-range-delimiter {
  display: none;
}

textarea#frm-renewalForm-text {
  height: 200px;
}

form#frm-renewalForm table {
  width: 100%;
}

.active-parent > a span, .active-parent > a i {
  color: #fff !important;
  font-weight: 700;
}

.tr-sended {
  background: rgba(216, 243, 66, 0.297) !important;
}

textarea#frm-globalMailSendingDatePicker-text {
  height: 200px;
}

form#frm-globalPricesForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.legend_badge {
  width: 20px;
  height: 20px;
}

.datagrid .datagrid-col-filter-date-range > .input-group {
  width: 100% !important;
}/*# sourceMappingURL=styles.css.map */