/* Custom page CSS
-------------------------------------------------- */

body > .container {
    padding: 15px 0;
}

.vertical-offset-100{
    padding-top:100px;
}
.header {
    color: #5082d5;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #5082d5;
}
.lighter {
    font-weight: lighter;
}
.bigger{
    font-size: 19px;
}
.center, .align-center {
    text-align: center !important;
}
.pagination-centered {
    text-align: center;
}
.mt0 { margin-top: 0 }

/** end navbar **/

.top-navigation .navbar-brand {
    background: url('../images/logo_portal.png');
    width: 126px;
    background-size: cover;
}

.md-skin .gray-bg  .nav > li.active {
    background-color: #f3f3f4 !important;
}

.page-heading > div > a.pull-right.hidden-xs {
    margin-top: 12px;
}

/** text colors */
.text-bandb { color: #fbd106; }
.title-bandb {
    color: #1ab394;
    border-bottom: 1px solid #1ab394;
    line-height: 30px;
}

/** background colors */
.black-bg { background-color: #000; }

/** fix select2 **/
.select2-container--bootstrap .select2-selection { border-radius: 0; }
.select2-dropdown { border-radius: 0}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] { background-color: #1ab394 }
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection
{ border-color: #1ab394; }

form fieldset legend a.btn-success {
    margin-top: -5px;
}

@media (max-width: 767px) {
    footer .container .row .col-md-6.text-muted.text-right {
        text-align: left;
    }
}
@media (min-width: 768px) {
    form div.row:last-child .form-group {
        margin-bottom: 0;
    }
}