﻿@font-face {
    font-family: 'TT3004M';
    src: url('fonts/TT3004M.TTF') format('truetype');
}

@font-face {
    font-family: 'TT3006M';
    src: url('fonts/TT3006M.TTF') format('truetype');
}

body {
    font-family: 'TT3004M';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TT3004M';
}

/*h6 {
    font-family: 'TT3004M';
    font-size:10px;
}*/

.site-name {
    font-family: 'TT3004M';
}

.styled-select {
    font-family: 'TT3004M';
}

.v-datatable th, .v-data-table th {
    background-color: #0099ff;
    color: white !important;
    padding: 0 !important;
}

body {
    font-size: 12px;
    line-height: 1.50;
    color: #333333;
    font-weight: 500;
    background-color: #f3f3f3;
    position: relative;  
}


.background-multicolor {
    background-color: #0099ff;
    border-color: #003558;
}

h4 {
    color: rgba(0,81,152,0.72) !important;
    word-wrap: break-word;
}

#detalles > row {
    margin-left: 0px;
    margin-right: 0px;
}

.panTrackTrace {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.panLeft {
    background-color: rgb(29, 68, 136);
    color: white;
}

    .panLeft label {
        color: white;
    }

    .panLeft input {
        border-bottom-color: white;
        height: 22px;
    }

    .panLeft span.caret {
        color: white;
    }

.panCenter {
    margin-left: 0px;
    margin-right: 0px;
    color: black;
    background-color: white;
    border-right-color: rgb(68, 68, 68);
    border-right-style: solid;
    border-right-width: 1px;
}

    .panCenter a {
        color: white;
    }

    .panCenter label {
        color: black;
    }

.panRight {
    margin-left: 0px;
    margin-right: 0px;
    color: black;
    background-color: white;
    background-color: white;
}

.fa-calendar-fenix {
    font-size: 20px;
    padding-right: 2px;
}

.tituloPanCenter {
    height: 20px;
    background-color: #0071c2;
    margin: 0px;
    padding: px;
    border-left-color: white;
    border-left-style: solid;
    border-left-width: 1px;
    color: white;
}

label[data-expanded] {
    cursor: pointer;
    font-size: 15px;
}

#nroBooking {
    margin-bottom: 10px;
}

.icons input {
    margin-bottom: 10px !important;
}

#panFiltros ul li input.datepicker {
    width: 55%;
    float: right
}

@@media screen and (max-width: 585px) {
    #btnCargar {
        margin-bottom: 10px;
    }

    #panFiltros ul li input.datepicker {
        width: 65%;
    }
}

@@media screen and (min-width: 600px) {
    #panFiltros {
        height: 100%;
    }
}

.panLeft ul li input {
    margin-bottom: 10px;
}

/* Estilos del Loader */
.loaderDiv {
    position: fixed;
    float: left;
    background-color: #424040;
    visibility: visible;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@@media screen and (min-width: 988px) {
    .picker__frame {
        margin-left: 15% !important;
    }
}



.TituloCabezera {
    padding-top: 16px;
    font-size: 25px;
    color: whitesmoke;
    background-color: #868686;
    text-transform: uppercase;
}


.group {
    display: table;
    width: 100%;
}

.item {
    display: table-cell;
}

.text {
    white-space: nowrap;
    width: 1%;
    padding: 0 10px;
}

.line {
    border-bottom: 1px solid #000;
    position: relative;
    top: -1.40em;
}


.background-multicolor {
    background-color: #0099ff;
    border-color: #003558;
}

.btn-multicolor {
    color: #fff;
    background-color: #0071c2;
    border-color: #003558;
}

    .btn-multicolor:hover {
        color: #fff;
        background-color: #0146a7;
        border-color: #003ba8;
    }

    .btn-multicolor:focus, .btn-multicolor.focus {
        box-shadow: 0 0 0 0.2rem #889da8;
    }

    .btn-multicolor.disabled, .btn-multicolor:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-multicolor:not(:disabled):not(.disabled):active, .btn-multicolor:not(:disabled):not(.disabled).active,
    .show > .btn-multicolor.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-multicolor:not(:disabled):not(.disabled):active:focus, .btn-multicolor:not(:disabled):not(.disabled).active:focus,
        .show > .btn-multicolor.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #2d79af;
        }

.btn-grid {
    min-width: 80px;
    max-width: 80px;
}

.header-font-color {
    color: aliceblue !important;
}

#menuMobile {
    display: none;
}

@media screen and (max-width: 600px) {
    #menuMobile {
        display:block;
    }
}
