.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* HEADER - Início */
header div.container-fluid div.row-fluid {
    height: 120px;
    background: url(../img/bg-header.png) repeat-x 0 0;
}

header div.container-fluid div.row-fluid div.mapa-mundi {
    height: 100%;
    width: 83%;
    background: url(../img/mapa-mundi-bg.png) no-repeat 0 0;
    margin: 0 auto;
}

header div.container-fluid div.row-fluid div.mapa-mundi-xs {
    height: 100%;
    width: 100%;
    background: url(../img/mapa-mundi-bg.png) no-repeat 0 0;
    margin: 0 auto;
}
/* HEADER - Fim */

/* FOOTER - Início */
footer div.row-fluid {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    height: 80px;
    padding-top: 30px;
}
/* FOOTER - Fim */

/* cadastradoComSucesso.jsp - INÍCIO */
.cabecalho-mensagem-titulo {
    font-size: 185%;
    font-weight: bold;
}

.corpo-mensagem-borda {
    border-top: 1px solid #C9E2B3;
    margin-top: 10px;
    padding-top: 25px;
    border-bottom: 1px solid #C9E2B3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#infoConfirmacaoAgendamento * {
    border: none;
}

#infoConfirmacaoAgendamento thead:first-child tr th {
    padding: 0;
}

#infoConfirmacaoAgendamento tbody:last-child tr {
    border-bottom: 1px solid #CCC;
}

.info-agendamento {
    padding: 0 0 20px 0 !important;
}

@media print {
    header, footer, #opcoesImpressaoExportacao {
        display: none;
    }
}
/* cadastradoComSucesso.jsp - FIM */

.btn-info.active {
    background-color: #269ABC;
    border-color: #1B6D85;
    color: #FFF;
}

.alert-aviso {
    margin-top: 15px;
}

.recurso-adicional {
    margin-bottom: 15px;
}

div.recurso-adicional button {
    text-align: left;
}

.btn-reservar {
    margin-top: 15px;
}

.alert-reservas-indisponiveis {
    padding: 8px;
}

.icon-on-link {
    color: #333;
}

.icon-on-link:focus, .icon-on-link:hover {
    color: #333;
}

.loading-page {
    display: none;
}

.text-inverse {
    color: #FFF;
}

.panel-info-evento {
    margin-top: 20px;
}

.btn-adicionar {
    background-color: #E3EFE3;
    border-color: #E5E5E5;
}

.btn-adicionar:hover, .btn-adicionar:active, .btn-adicionar:focus {
    background-color: #D0DFD0;
    border-color: #398439;
}

.btn-limpar {
    background-color: #F6E2D0;
    border-color: #E5E5E5;
}

.btn-limpar:hover, .btn-limpar:active, .btn-limpar:focus {
    background-color: #E6CAB2;
    border-color: #D58512;
}

/* Modal informações de custos das salas - INÍCIO */
body.modal-open #wrapper {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.modal-backdrop {
    background: #CDCDCD;
}

.modal-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-infoInicial-body {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.salas-info {
    padding-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

.sala-content {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 3px;
}

.sala-content-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sala-content-header-title {
    font-size: 18px;
    font-weight: 900;
}

.sala-content-header-subtitle {
    font-size: 16px;
    font-weight: 900;
}

.sala-price {
    color: #65cf67;
    font-size: 16px;
    font-weight: 900;
}

.sala-price-obs {
    color: #a1a1a1;
    font-size: 13px;
}

.sala-period-label {
    font-size: 13px;
    font-weight: 600;
    color: #666;
    font-style: italic;
}

.recibo-warning {
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}

.recibo-warning strong {
    color: #f0ad4e;
}

@media (max-width: 478px){
    #auditorioJorgeTapia_info {
        margin-top: 15px;
    }
}
/* Modal informações de custos das salas - FIM */