﻿.font-weight-normal{
    font-weight: normal !important;
}

.info-servicios {
    color: blue !important;
    cursor: pointer
}
.nav-tab-no-access {
    cursor: not-allowed;
}

.modal-dialog {
    position: relative;
    z-index: 9000;
    width: auto;
    margin: 10px;
}
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.form-asientos[disabled] {
    background-color: #fff;
    opacity: 1;
    cursor: auto;
}

.icofont-1-5x {
    font-size: 2em;
}

.imgDisponible {
    width: 28px !important;
}

.btnProgress {
    margin: 0% 18% 0 17.8% !important;
    border-radius: 0px;
    height: 38px;
}

.btnProgress .progress-bar {
    padding-top: 8px;
    font-weight: 600;
    text-transform: UPPERCASE;
    font-size: 14px;
}

.btnProgressSig {
    margin-right: 5px !important;
    border-radius: 0px;
    height: 38px;
}

.btnProgressSig .progress-bar {
    padding-top: 8px;
    font-weight: 600;
    text-transform: UPPERCASE;
    font-size: 14px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.btn-primary[disabled] {
    background-color: #828282;
    border: none;
}

.btn-primary[disabled]:focus {
    background-color: #7b7b7b;
    border: none;
}
.btn-primary[disabled]:hover {
    background-color: #7b7b7b;
    border: none;
}

.font-small {
    font-size: 10px;
}
.font-timer {
    font-size: 1.6rem !important;
}
.font-title {
    font-size: 1.6rem !important;
}

@media (max-width: 320px) {
    .font-small {
        font-size: 7px;
    }
    .font-timer {
        font-size: 20px !important;
    }
    .font-title {
        font-size: 1.3rem !important;
    }
    .icofont-1-5x {
        font-size: 1.5em;
    }
}
@media (max-width: 480px) {
    .font-small {
        font-size: 7px;
    }
    .font-timer {
        font-size: 14px !important;
    }
    .font-title {
        font-size: 1.4rem !important;
    }
    .icofont-1-5x {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .icofont-1-5x {
        font-size: 1.5em;
    }
    .imgDisponible {
        width: 23px !important;
    }

    .btnProgress {
        margin: 20% 5% 0 14% !important;
        border-radius: 0px;
        height: 35px;
    }

    .btnProgress .progress-bar {
        padding-top: 10px;
        font-weight: 600;
        font-size: 11px;
    }

    .btnProgressSig {
        border-radius: 0px;
        height: 34px;
        margin-right: -6px !important;
    }

    .btnProgressSig .progress-bar {
        padding-top: 8px;
        font-weight: 600;
        font-size: 11px;
    }
}

.input-danger {
    border-color: #ebccd1 !important;
}

.tituloAsiento {
    color: #1a1a1a;
    font-size: 1rem;
    margin: 0;
    font-family: 'Monserrat', sans-serif;
}

.subtituloAsiento {
    font-size: 12px;
}

.totalAsiento {
    margin-bottom: 10px;
    padding: 0px 15px;
}

.p-r-10 {
    padding-right: 10px;
}

.iconSalir {
    vertical-align: middle;
}

.footable-row-detail {
    background: #f5f5f5;
}

