﻿body {
    font-family: 'Rubik' !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

.section {
    margin: 10px;
    box-shadow: 0px 0px 5px 0px #C1C1C1;
    border-radius: 5px;
    background-color: white;
    padding: 20px 10px;
}

.page-item.active .page-link {
    background-color: #B3D979 !important;
    border-color: #B3D979 !important;
}

.border-left-primary {
    border-left: .25rem solid #212529 !important
}

.border-left-danger {
    border-left: .25rem solid #e74a3b !important
}

.border-left-success {
    border-left: .25rem solid #1cc88a !important
}

.border-left-warning {
    border-left: .25rem solid #f6c23e !important
}

#reader__dashboard_section_swaplink{
    display:none !important;
}

.bg-sqm {
    background-color: #012791;
}

.btn-dark {
    background-color: #B3D979 !important;
    border: 1px solid #BAD99C !important;
}


/*table > thead > tr {
    background-color: #B3D979 !important;
}

    table > thead > tr > th {
        color: rgba(255,255,255) !important;
        font-weight: normal !important;
    }*/

.text-verde {
    color: #B3D979 !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px !important;
    
}