﻿img {
    max-height: 100%;    
}

.status-circle {
    height: 15px; 
    width: 15px; 
    align-self: center;
    border-radius: 50%; 
    display: inline-block
}
.status-circle-big {
    height: 20px; 
    width: 20px; 
    align-self: center;
    border-radius: 50%; 
}

.valid-status {
    background-color: #3CB371; 
}
.expiring-status {
    background-color: #FFA500;
}
.expired-status {
    background-color: #FF6347;
}
.recycling-status {
    background-color: #4682B4;
}

.overrideHelp {
    visibility: hidden;
}

.overrideNavbar {
    background-color: #24323c !important;
}
.title {
    color: #222222 !important;
}
.card .card-title {
    color: #222222 !important;
}
.termsUpperBar {
    height: 25%;
    background-color: #24323c  !important;
}
.badge {
    background-color: #222222 !important;
}
.inicieJornada {
    color: #24323c  !important;
}
.btn-view {
    background-color: #24323c  !important;
    border-color: #24323c  !important;
}
.btn-view-outline {
    color: #24323c  !important;
    border-color: #24323c  !important;
}
    .btn-view-outline:hover {
        
        color: #dbe2e6 !important;
        border-color: #3a5060 !important;
        background-color: #3a5060 !important;
    }
.btn-view:hover {
    color: #ffffff;
    background-color: #3a5060 !important;
    border-color: #3a5060 !important;
}

.btn-view:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(160, 128, 228, 0.33) !important;
}
.btn-view-outline:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(160, 128, 228, 0.33) !important;
}
.btn-back {
    width: 40px;
    color: #24323c !important;
}
.btn-form {
    min-width: 13rem;
    color: #ffffff;
    background-color: #24323c !important;
}
.alert {
    color: #666666 !important;
    background-color: #eeeeee !important;
}

.form-login input[type="text"], .form-login input[type="password"] {
    color: black !important;
    outline-style: auto !important;
    outline-color: #24323c !important;
}

.overrideLoginBtn {
    background-color: #24324a !important;
}

#textAeroEmail, #logoInf {
    visibility: hidden;
}

.form-login button[type="submit"]:hover {
    background-color: #24324a !important;
}

    .form-login button[type="submit"]:active {
        background-color: #24325f  !important;
    }

.player-wrapper .actions {
    background-color: #24323c !important;
}

.player-wrapper .actions #btn-close {
    background-color: #3a5060 !important;
}
.player-wrapper .actions #btn-close:hover {
    background-color: #3a5060 !important;
}

.br-theme-bars-square .br-widget a {
    border: 2px solid #3a5060 !important;
    color: #3a5060 !important;
}

.br-theme-bars-square .br-widget a.br-active {
    background-color: #24323c !important;
    color: #dbe2e6 !important;
}

.br-widget a.br-selected {
    background-color: #24323c !important;
    color: #dbe2e6 !important;
}