﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #000000 !important;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    padding: 5px;
    height: 80px;
    line-height: 80px;
}

.navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
}

.links-do-menu li a {
    transition: all 0.3s ease;
    color: #FFF !important;
}


    .links-do-menu li a:hover {
        color: #B5B5B5 !important;
        background-color: #000000;
    }

.dropdown-menu {
    background-color: #000000 !important;
}

.dropdown-toggle > .active > a {
    background-color: #000000;
}

.navbar-inverse .navbar-nav .active a:focus {
    color: #fff;
    background-color: #000000;
}

.navbar-inverse .navbar-nav .open a:focus {
    color: #fff;
    background-color: #000000;
}

.barra {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: #0D133E;
    border-bottom: 6px solid #B5B5B5;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

@media only screen and (min-width : 1200px) {
    .container {
        width: 1300px;
    }
}

.divcenter {
    margin: auto;
    padding: 7px;
    text-align: center;
}

iframe {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}
