/*---------- RadioButtonGroup Usuario Form ----------*/
.groups {
    width: 100%;
}
.groups label {
    width: 50%;
}

/*---------- Bootstrap Copy ----------*/
/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}
/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
/*---------- disable dates totalmente ocupadas ----------*/
.disabled-date, .disabled.day {
    background: #ff4d4d !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
/*---------- dias totalmentes disponiveis ----------*/
.day.disponiveis {
    background: #00a157;
    color: #ffffff;
    border: 2px solid #ffffff;
}
/*---------- dias parcialmente disponives ----------*/
.day.parcial {
    background: #ffff00;
    color: #000000;
    border: 2px solid #ffffff;
}
/*---------- configuração geral do datepicker ----------*/
td.old.day.disponiveis, td.new.day.disponiveis {
    color: #cccccc;
}
.datepicker table tr td.day:hover {
    color: #000000;
}
/*---------- 100% tamanho botão grid ----------*/
.size-btn {
    width: 100%;
    margin: 0px 0px 3px 0px;
}

/*---------- Texto Branco ----------*/
.text-white, .footer {
    color: #ffffff !important;
}
.home-body {
    background: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.body-content {
    padding-top: 23%;
}
.body-content h1, .body-content h3 {
    font-family: 'Rajdhani', sans-serif;
}
.body-content h1 {
    font-size: 56px;
    margin-bottom: 0px;
}
.body-content h3 {
    margin-top: 0px;
}

/*---------- Ocultando div ----------*/
.info-sala, .info-viagens {
    display: none;
}

/*---------- Alterando background footer ----------*/
.footer {
    background-color: #222222;
}
.footer p {
    font-size: 16px;
}
.footer .container .text{
    display: flex;
    justify-content: space-between;
}

/*---------- alterando cor do botão danger ----------*/
.btn-danger {
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/*---------- alterando cor do active btn group active field kartik ----------*/
.alter-btn-group .btn-info.active {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
}
.alter-btn-group .btn-info.active:hover {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
}

/*---------- alterando tamanho h1 resolucao ----------*/
@media screen and (max-width: 480px) {
    .body-content h1 {
		font-size: 36px;
		margin-bottom: 0px;
	}
}

#modalComissoes .modal-dialog {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}

#modalComissoes .modal-header {
    padding-bottom: 3px;
    padding-top: 5px;
}

/*---------- Size ----------*/
.size-30 {
    width: 30%;
}

