﻿/*
* Component: Box
* --------------
*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    border-left: 1px solid #d2d6de;
    margin-bottom: 15px;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #d2d6de;
    }

    .box-header > .fa,
    .box-header > .glyphicon,
    .box-header > .ion,
    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

    .box-header > .fa,
    .box-header > .glyphicon,
    .box-header > .ion {
        margin-right: 5px;
    }

    .box-header > .box-tools {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        .box-header > .box-tools [data-toggle="tooltip"] {
            position: relative;
        }

        .box-header > .box-tools.pull-right .dropdown-menu {
            right: 0;
            left: auto;
        }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #d2d6de;
    padding: 10px;
    background-color: #ffffff;
}

h4 {
    font-weight: bold;
}

.campo-info {
    margin: 2px 0px 2px 0px;
    padding: 0px 5px 0px 0px;
}

    .campo-info i {
        margin-right: 5px;
    }

    .campo-info label {
        font-weight: 600;
        margin: 0px;
    }

.item-evento .box-body {
    padding: 15px;
}

#boxDescricaoEvento {
    text-align: justify;
}

.item-evento .box-body .box-imagem-principal {
    max-width: 249px;
    overflow-x: hidden;
}

.item-evento .box-body img {
    margin-bottom: 5px;
    margin-top: 5px;
    max-height: 175px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

/* Fotos */
#boxListaFotosEventos .itemListaFotos .box-body {
    height: 150px;
    overflow-y: hidden;
    margin-bottom: 10px;
}

#boxListaFotosEventos .itemListaFotos .box-footer {
    height: 55px;
    overflow: hidden;
}

.btn-nao-associado {
    border: solid 2px #00607F;
    border-radius: 5px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

    .btn-nao-associado i {
        font-size: 35px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #00607F;
    }

    .btn-nao-associado .titulo-btn-nao-associado {
        font-size: 20px;
        font-weight: bold;
        color: #00607F;
        margin: 0px;
        padding: 17px 0 0 0;
        text-align: center;
    }

    .btn-nao-associado .subtitulo-btn-nao-associado {
        text-align: center;
        margin: 0px;
        color: #00607F;
    }
    
#formatacao-observacao{
   display: none !important;
}
