header {
    width: 100%;
    height: 70px;
    background-color: #1c4b8b;
    position: fixed;
    z-index: 10;
}

.header {
    padding: 0 10px;
    height: 65px;
}

h4,
h6 {
    color: #00325a !important;
    font-weight: bold !important;
}

.large-text {
    font-size: 30px;
}

.header img {
    height: 30px;
}

.header .user img {
    width: 40px;
    height: 40px;
    margin-left: 2px;
    border-radius: 30px;
}

.header .user {
    padding-right: 15px;
    cursor: pointer;
}

.header .user span {
    color: white;
    line-height: 3;
}

a {
    text-decoration: none !important;
}

.dropdown .user {
    transition: 0.2s ease-in;
}

.dropdown .user:hover {
    background-color: #03295c;
    border-radius: 42px;
}

tr.not-coverage {
    background-color: #c1c1c1;
}

.table-carga td,
.table-carga th {
    text-align: center;
}

@media (width < 700px) {
    .table-carga td {
        width: 100px !important;
    }
    
    .table-carga td input[type="text"],
    .table-carga td input[type="number"],
    .table-carga td select {
        width: 100px !important;
    }
}

.col-md-2 {
    text-align: center;
}

[class*="col-"]>.card {
    height: 100%;
}

.table-carga th {
    font-size: 12px;
}

.table-carga td input {
    width: 100%;
}


.box-content {
    margin-top: 80px;
    border-radius: 5px;
    padding: 30px 40px;
    box-shadow: 0 0 5px #888;
}

.user-profile-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 205px;
    background-color: #1c4b8b;
    border-radius: 205px;
    border: 1px solid black;

}

.user-profile-pic img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
}

.btn.btn-input-password {
    background-color: #1c4b8b;
    color: white;
}

.btn.btn-input-password:hover {
    background-color: #00325a;
    color: white;
}

.terminos-aviso {
    font-size: 5px;
    text-decoration: underline !important;
}

.tipo-paquete-visual {
    width: 400px;
    height: 400px;
    position: relative;
    background-color: #f0f0f0;
}

.tipo-paquete-visual .largo {
    width: 170px;
    height: 5px;
    position: absolute;
    bottom: 10px;
    transform: rotate(30deg);
    background-color: #dfa002;
}

.total-info {
    font-size: 10px;
    color: #888;
}

.tipo-paquete-visual .ancho {
    width: 170px;
    height: 5px;
    position: absolute;
    bottom: 10px;
    right: 0;
    transform: rotate(-30deg);
    background-color: #dfa002;
}

.tipo-paquete-visual .alto {
    width: 5px;
    height: 200px;
    position: absolute;
    right: -10px;
    top: 25%;
    background-color: #dfa002;
}

.box-content-child {
    border-radius: 5px;
    padding: 20px 20px;
    box-shadow: 0 0 5px #888;
}

.box-content-card {
    box-shadow: 0 0 5px #888;
}

.evidencia-success {
    color: green;
    font-size: 24px;
}

.evidencia-null {
    color: red;
    font-size: 24px;
}

.favorite-star {
    cursor: pointer;
    color: #1c4b8b;
    font-size: 24px;
}

.menu-icon {
    font-size: 20px;
    color: #1c4b8b;
}

.table-history td,
.table-history th {
    text-align: center;
    font-size: 12px;
    width: auto;
}

.table-history {
    box-sizing: border-box;
    overflow-x: scroll;
}

.carga-row {
    display: table;
}

.carga-row [class*="col-"] {
    float: none;
    vertical-align: top;
    display: table-cell;
}

.box-content-child {
    height: 100%;
}

.container-fluid.box-content {
    color: #1c4b8b;
    padding: 20px 40px;
}

#main {
    width: calc(100vw - 210px);
}

.menu-mobile {
    background-color: #1c4b8b;
    color: white;
}

.menu-mobile .w3-button {
    text-align: left;
}

.menu-mobile .w3-button-icon {
    color: #c62020;
}


.mobile-view .menu-mobile {
    background-color: white;
}

.btn-menu-mobile {
    background-color: #1c4b8b !important;
    border: none !important;
    display: none !important;
}

.btn-menu-mobile:hover {
    background-color: #00325a !important;
}

.btn-menu-mobile i {
    color: white;
}

@media (max-width: 900px) {

    #main {
        width: 100% !important;
        margin: 0 !important;
    }

    .web-menu {
        display: none;
    }

    .btn-menu-mobile {
        display: block !important;
    }

    .user-profile-name {
        display: none;
    }
}

.badge.filter-box {
    padding: 10px 20px;
    color: #1c4b8b;
    font-weight: bold;
    border: 1px solid #1c4b8b;
    border-radius: 20px;
}

.btn-transparent {
    background-color: transparent;
    color: white;
    border: none;
}

.btn-menu-toggle {
    background-color: transparent !important;
    padding: auto !important;
    border: none !important;
}

.btn-menu-toggle:hover {
    background-color: #dddddd !important;
}

.btn-menu-toggle i {
    font-size: 20px !important;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #e52322;
    color: #e52322;
    border-radius: 100px;
    padding: 8px 40px;
}

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 100px;
    padding: 8px 40px;
}

.sidebar {
    background-color: white !important;
    width: 15%;
    padding-top: 80px;
    border-right: 1px solid #e0e0e0;
    box-shadow: 1px 0 5px -2px #888;
}

.sidebar .w3-bar-item:hover {
    background-color: #00325a;
}

.sidebar .w3-button {
    font-size: 12px;
    line-height: 18px;
}

.sidebar .w3-button i {
    font-size: 20px;
}

.sidebar .w3-button.active {
    background-color: #e3e3e3 !important;
}

.main {
    padding: 40px;
}

.white-text {
    color: white;
}

a.login {
    color: #ffffff;
}

.login-container {
    background-color: #1c4b8b;
}

.login-form-box {
    box-sizing: border-box;
    width:100%;
    padding: 0 15%;
}

.login-form-box label {
    color: white;
}

.logo-login {
    width: 250px;
    align-self: center;
    margin-bottom: 20px;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #25D366;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-button i {
    font-size: 32px;
    color: white;
}

/* Bootstrap editions */

.btn.btn-primary.btn-rex {
    border-radius: 100px;
    padding: 8px 20px;
}

.btn.btn-primary.btn-rex {
    background-color: #e52322;
    border-color: #e52322;
}

.btn.btn-primary.btn-rex:hover {
    background-color: #c62020;
    border-color: #c62020;
}

.btn.btn-primary.btn-rex:active {
    background-color: #c62020 !important;
    border-color: #c62020 !important;
}

.btn.btn-outline-secondary {
    border: 2px solid #00325a;
    color: #00325a;
    border-radius: 100px;
}

.btn.btn-outline-secondary:hover {
    background-color: #1c4b8b;
    border: 2px solid #1c4b8b;
}

.btn.btn-outline-secondary:focus {
    background-color: #00325a;
    border: 2px solid #00325a;
    color: white;
}

.btn.btn-outline-secondary:active {
    background-color: #00325a;
    border: 2px solid #00325a;
    color: white;
}

.form-control.rex-form,
.form-select.rex-form,
.form-check-input.rex-form {
    border: 2px solid #00325a;
    text-transform: uppercase;
}

.not-uppercase {
    text-transform: none !important;
}

.rex-form.medidas:focus {
    border: 2px solid #dfa002;
    box-shadow: 0 0 0 0.25rem #ffe39c;
}

.border-error {
    border: 2px solid red !important;
}

.border-warning {
    border: 2px solid rgb(255, 153, 0) !important;
}

.dropdown-menu {
    box-sizing: border-box;
}

.error-indicator {
    width: 10px;
    height: 10px;
    /* animation: flickerAnimation 0.7s infinite; */
}

.warning {
    width: 20px;
    height: 20px;
    border: 3px solid red;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    opacity: 0;
    animation: flickerAnimation 1s infinite;
}

.warning-center {
    width: 8px;
    height: 8px;
    opacity: 1;
    position: absolute;
    background-color: red;
    border-radius: 8px;
    animation: flickerAnimationReverse 1s infinite;
}

@keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes flickeranimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes flickerAnimationReverse {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: 0.3;
    }
}

@-o-keyframes flickerAnimationReverse {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: 0.3;
    }
}

@-moz-keyframes flickerAnimationReverse {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: 0.3;
    }
}

@-webkit-keyframes flickerAnimationReverse {
    0% {
        opacity: 0.3;
    }

    25% {
        opacity: .75;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .75;
    }

    100% {
        opacity: 0.3;
    }
}


/* Dashboard */

.card-indicator {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 5px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-indicator .title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.card-indicator .value {
    font-size: 40px;
    flex: 1;
    display: flex;
    align-items: end;
    vertical-align:bottom;
}

.card-indicator .row {
    flex: 1;
    margin-bottom: -5px;
}

.card-indicator .row .col {
    height: 100%;
    margin-top: 5px;
}

.graphic-card {
    padding: 20px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.link-dashboard-preticket {
    text-decoration: underline !important;
    color: #1c4b8b;
}

/* End Dashboard */

.toast-notification {
    z-index: 999;
    display: block;
    right: 10px;
    bottom: 10px;
}

.toast-body {
    background-color: #1c4b8b !important;
    color: white;
    opacity: 90%;
}

.toast-header {
    background-color: #00325a !important;
    opacity: 90%;
}

.toast-header strong {
    color: white;
}

.btn-close {
    background-color: #e52322 !important;
    border-radius: 100px !important;
    padding: 3px !important;
}

@media (width <= 758px) {
    .logo-login {
        width: 300px;
    }
}