/* .btn-default:disabled, .btn-default:focus, .btn-default:hover {
    background: #282a3c !important;
    color: #fff !important;
  } */


.dark-logo,.light-logo{

    max-width: 220px;
}


.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .callout a {
    color: #495057;
    text-decoration: underline;
  }

  .callout a:hover {
    color: #e9ecef;
  }

  .callout p:last-child {
    margin-bottom: 0;
  }

  .callout.callout-danger {
    border-left-color: #bd2130;
  }

  .callout.callout-warning {
    border-left-color: #d39e00;
  }

  .callout.callout-info {
    border-left-color: #fa896b;
  }

  .callout.callout-success {
    border-left-color: #1e7e34;
  }



.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}
.timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline > div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}
.timeline > div::after,
.timeline > div::before {
    content: "";
    display: table;
}
.timeline > div > .timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.timeline > div > .timeline-item > .time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}
.timeline > div > .timeline-item > .timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}
.timeline > div > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > div > .timeline-item > .timeline-body,
.timeline > div > .timeline-item > .timeline-footer {
    padding: 10px;
}
.timeline > div > .timeline-item > .timeline-body > img {
    margin: 10px;
}
.timeline > div > .timeline-item > .timeline-body ol,
.timeline > div > .timeline-item > .timeline-body ul,
.timeline > div > .timeline-item > .timeline-body > dl {
    margin: 0;
}
.timeline > div > .timeline-item > .timeline-footer > a {
    color: #fff;
}
.timeline > div > .fa,
.timeline > div > .fab,
.timeline > div > .fad,
.timeline > div > .fal,
.timeline > div > .far,
.timeline > div > .fas,
.timeline > div > .ion,
.timeline > div > .svg-inline--fa {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.timeline > div > .svg-inline--fa {
    padding: 7px;
}
.timeline > .time-label > span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
}
.timeline-inverse > div > .timeline-item {
    box-shadow: none;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
.timeline-inverse > div > .timeline-item > .timeline-header {
    border-bottom-color: #dee2e6;
}


.bg-blue, .bg-blue > a {
    color: #fff !important;
}

.bg-blue {
    background-color: #007bff !important;
}




.alert .icon {
    margin-right: 10px;
}
.alert .close,
.alert .mailbox-attachment-close {
    color: #000;
    opacity: 0.2;
}
.alert .close:hover,
.alert .mailbox-attachment-close:hover {
    opacity: 0.5;
}
.alert a {
    color: #fff;
    text-decoration: underline;
}
.alert-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #006fe6;
}
.alert-default-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-default-primary hr {
    border-top-color: #9fcdff;
}
.alert-default-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #60686f;
}
.alert-default-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-default-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-default-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #fff;
    background-color: #28a745;
    border-color: #23923d;
}
.alert-default-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-default-success hr {
    border-top-color: #b1dfbb;
}
.alert-default-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #148ea1;
}
.alert-default-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-default-info hr {
    border-top-color: #abdde5;
}
.alert-default-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #edb100;
}
.alert-default-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-default-warning hr {
    border-top-color: #ffe8a1;
}
.alert-default-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #d32535;
}
.alert-default-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-default-danger hr {
    border-top-color: #f1b0b7;
}
.alert-default-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #1f2d3d;
    background-color: #f8f9fa;
    border-color: #e9ecef;
}
.alert-default-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-default-light hr {
    border-top-color: #ececf6;
}
.alert-default-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #292d32;
}
.alert-default-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-default-dark hr {
    border-top-color: #b9bbbe;
}
.alert-default-dark .alert-link {
    color: #040505;
}
.table:not(.table-dark) {
    color: inherit;
}
.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.table.table-head-fixed.table-dark thead tr:nth-child(1) th {
    background-color: #212529;
    box-shadow: inset 0 1px 0 #383f45, inset 0 -1px 0 #383f45;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}
.table.text-center,
.table.text-center td,
.table.text-center th {
    text-align: center;
}
.table.table-valign-middle tbody > tr > td,
.table.table-valign-middle tbody > tr > th,
.table.table-valign-middle thead > tr > td,
.table.table-valign-middle thead > tr > th {
    vertical-align: middle;
}
.card-body.p-0 .table tbody > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 1.5rem;
}
.card-body.p-0 .table tbody > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type,
.card-body.p-0 .table thead > tr > th:last-of-type {
    padding-right: 1.5rem;
}
.table-hover tbody tr.expandable-body:hover {
    background-color: inherit !important;
}
[data-widget="expandable-table"] {
    cursor: pointer;
}
[data-widget="expandable-table"] i {
    transition: transform 0.3s linear;
}
[data-widget="expandable-table"][aria-expanded="true"] td > i[class*="right"] {
    transform: rotate(90deg);
}
[data-widget="expandable-table"][aria-expanded="true"] td > i[class*="left"] {
    transform: rotate(-90deg);
}
.expandable-body > td {
    padding: 0 !important;
    width: 100%;
}
.expandable-body > td > div,
.expandable-body > td > p {
    padding: 0.75rem;
}
.expandable-body .table {
    width: calc(100% - 0.75rem);
    margin: 0 0 0 0.75rem;
}
.expandable-body .table tr:first-child td,
.expandable-body .table tr:first-child th {
    border-top: none;
}
