﻿.btn_bus {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #fff;
    color: #151212;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #7e7070;
    padding: 5% 10%;
    width: 100%;
}
.bold {
    font-weight: bold !important;
}
.h3, h3 {
    font-size: 24px;
}
.btn_bus_selecionado {
    background-color: #68daf9 !important;
    color: #094042;
    cursor: pointer;
}

.btn_bus_ocupado {
    background-color: #CCC !important;
    color: #777;
}

.btn_bus_disponible {
    background-color: #fff;
    cursor: pointer;
}

.icon_selecionado {
    color: #68daf9 !important;
}

.icon_ocupado {
    color: #CCC !important;
}

.icon_disponible {
    color: #E4E4E4E6 !important;
}

.text_mid_asiento {
    position: absolute;
    font-weight: 400;
    padding-top: 4px;
    padding-left: 8px;
}

.uk-grid.uk-grid-notop {
    margin-top: 0 !important; 
}
.celda-centrado {
    text-align: center !important;
    vertical-align: middle !important;
}
.celda-centradoV {
    vertical-align: middle !important;
}
.dt-button-background {
    z-index: 10 !important;
}
.dt-button-info {
    z-index: 99999 !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.width-2p {
    width: 2% !important;
}

.width-5p {
    width: 5% !important;
}

.width-10p {
    width: 10% !important;
}

.width-15p {
    width: 15% !important;
}

.width-20p {
    width: 20% !important;
}

.width-30p {
    width: 30% !important
}
.fieldset_style {
    border: 2px solid #204d74;
    padding-left: 30px;
    padding-right: 30px;
}
.responsive_logo {
    width: 90%;
    height: auto;
    vertical-align: middle;
}