/* ----------- BUTTONS --------------------------------------------------------------------- */

.btn {
    background-color: #999 !important;
    border: none;
}

.btn:hover {
    background-color: #999 !Important;
}

.menu a, .backLink a {
    color: #007bff !Important;
}

h2.expandable {
    margin: 25px 0 0;
    font-size: 16px;
    padding: 5px 0 4px 15px;
    color: #fff !important;
    background-position: 15px 25px !important;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #666666;
    border-left: 6px #000 solid;
    font-family: 'Signika', sans-serif;
    font-weight: 500;
}

#container {
    padding: 0 20px 50px;
}

.light-filter.table-filter {
    
}

/*--- Cookie Policy ---*/

#cookie-banner {
    color: #000;
    background-color: #e3e3e3;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    padding:14px;
    z-index:9999;
    display:none;
}

#cookie-banner a {
    color: #000;
    text-decoration: underline;
}

.cookie-policy ul {
    padding-left: 10px;
}

.cookie-policy h1 {
    font-size: 2rem;
}

.cookie-policy h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}


/*--- Style Fixes ---*/

.light-filter, .light-input {
    background-color: #fff !important;
    width: 99% !important;
    padding: 2px 1.5%  !important;
    border-radius: 5px  !important;
    border: 1px solid #9C9C9C !important;
    font-size: 16px  !important;
}

.SumoSelect > .CaptionCont > label > i {
    left: -15px !important;
}

.btn.button {
    background-color: #000 !important;
    padding: 6px 40px 6px 10px;
    color: #FFF;
    background:  url('/resources/button.png') no-repeat right center;
    text-transform: uppercase;
}

.custom-file-upload {
    background-color: #000 !important;
    padding: 6px 10px 6px 10px;
    color: #FFF;
    background:  url('/resources/button.png') no-repeat right center;
    text-transform: uppercase;
}

.card {
    background-color: transparent;
}