
/*Conteudo*/
.conteudo {
    background-color: #ffffff;
    min-height: 250px;
    opacity: 0.93;
    filter: alpha(opacity=90);
}

    .conteudo .row {
        padding-bottom: 15px; /*VERIFICAR*/
    }


.menu-acoes {
    width: 100%;
    text-align: right;
}

    .menu-acoes:after {
        clear: both;
        content: " ";
        display: block;
    }

    .menu-acoes p.right {
        text-align: right;
        float: right;
        height: 30px;
    }


.btn {
    /*float: left;
    border: 1px solid #333;
    border-radius: 0px;
    min-width: 130px;
    min-height: 40px;
    margin-right: 5px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 13px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;*/
    border-radius: 3px;
}

    .btn.amarelo {
        background: #fed100;
    }

    .btn.link {
        font-weight: bold;
        color: #d52b1e;
        border-radius: 0;
        border: none;
        min-width: 50px;
        background: none;
    }

        .btn.link:hover {
            text-decoration: underline;
            background: none;
            border: none;
        }

    .btn:hover {
        /*color: black;*/
        /*border: 1px solid #d52b1e;*/
        /*background: #fed100;*/
    }

.campoInvalido {
    border-color: #d52b1e;
    color: #d52b1e;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.panel-body-without-padding {
    padding: 0;
}

.textoVermelho.input {
    color: red;
}

.textoVerde.input {
    color: green;
}

.textoTitulo {
    font-weight: bold;
    text-align: right;
    margin-top: 7px;
}

.textoComum {
    text-align: right;
    margin-top: 7px;
}

/* *********  media gallery  **************************** */

.thumbnail .image {
    height: 100%;
    overflow: hidden;
}

.caption {
    padding: 9px 5px;
    background: #e6e6e6;
}

    .caption p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.thumbnail {
    height: 190px;
    overflow: hidden;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}

    .view .mask, .view .content {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0
    }

    .view img {
        display: block;
        position: relative
    }

    .view .tools {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 3px;
        background: rgba(0, 0, 0, 0.35);
        margin: 130px 0 0 0;
    }

.mask.no-caption .tools {
    margin: 90px 0 0 0;
}

.view .tools a {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.view-first img {
    transition: all 0.2s linear;
}

.view-first .mask {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.view-first .tools {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
}

.view-first:hover img {
    transform: scale(1.1);
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover .tools, .view-first:hover p {
    opacity: 1;
    transform: translateY(0px);
}

.view-first:hover p {
    transition-delay: 0.1s;
}

#upload_geralFotoLocal1 {
    text-decoration: none;
}

#upload_geralFotoLocal2 {
    text-decoration: none;
}

#upload_geralFotoLocal3 {
    text-decoration: none;
}

#geralFotoLocal1 {
    display: none
}

#geralFotoLocal2 {
    display: none
}

#geralFotoLocal3 {
    display: none
}

/* *********  /media gallery  **************************** */


.compose .compose-body .editor.btn-toolbar {
    margin: 0
}

.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}

.compose .compose-footer {
    padding: 10px
}

.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}