
.customer-data {
    font-size: 22px;
    margin-bottom: 20px;
}
.main-header {
    background-color: #3c8dbc !important;
}

.header-nav > .nav-item > a {
    color: white !important;
}

.brand-link {
    background-color: #3c8dbc;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.table {
    width: 99% !important;
}

.alert.alert-success, .error-row.mb-0  {
    color: white;
}

.icon.ion-icon {
    font-size: 70px;
    float: right;
    margin-right: 2%;
}

.modal-backdrop {
    opacity: 0.2 !important;
}

.light-orange  {
    background-color: #ffd486 !important;
}

.light-red  {
    background-color: #ff8787 !important;
}

.danger-red  {
    background-color: #dc3545!important;
    color: white; !important;
}

.table-button {
    font-size: 12px !important;
    padding: 3px 6px !important;
    font-weight: bold !important;
}

.jquery-confirm .modal-header {
    background-color: #ffc107!important;
}

.jquery-info .modal-header {
    background-color: #138496!important;
    color: white !important;
}

.jquery-info .confirm.btn {
    display: none;
}

.activate-modal .modal-header {
    background-color: white!important;
}

.jquery-confirm h4 {
    font-size: 1.25rem !important;
}

.jquery-confirm .close {
    display: none !important;
}

.learning-header {
    width: 100%;
    padding: 0;
    background-color: #4baad8;
}

.learning-logo {
    margin-top: 2px;
    padding: 6px;
    max-height: 57px;
}

.header-info {
    color: white !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    font-size: 15px;
    width: 100%;
}

.navbar-right {
    float: right!important;
    margin-right: -15px;
}

.copy-addon {
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 6px 10px;
    border-radius: .25rem 0 0 .25rem;
    cursor: pointer;
}

.choose-answer {
    font-size: 16px !important;
    font-weight: bold;
    font-style: italic;
    color: #9a9083;
}

.correct-answer:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #28a745;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.wrong-answer:after {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #dc3545;
}

.dt-buttons > button {
    line-height: 1.2em !important;
}

.dt-buttons {
    margin-left: .5rem!important;
}

.btn-dsec {
    background-color: #4BAAD8 !important;
    border-color: #4BAAD8 !important;
}

@media (min-width: 1200px) {
    .tab-container {
        max-width: 90% !important;
    }
}

#members .dataTables_wrapper {
    min-height: 350px !important;
}

@media (min-width: 992.01px) {
    .company-filter {
        width: 50% !important;
    }
}
