﻿select.error, input.error {
    border: 1px solid #a52a2a !important;
}

label.error {
    color: #a52a2a !important;
}

.dropdown-menu-v2 > li > a {
    color: #FFF;
}

.portlet>.portlet-title>.tools>a {
    height: inherit;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../images/dropzone-upload-image.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    height: 123px;
    top: -10%;
    width: 25%;
    left: 37%;
}

.mfp-content .popup.popup-wide {
    max-width: 75%;
}
.mfp-content .popup {
    display: block;
}

.mfp-content .popup-wide {
    max-width: 95%;
}

.popup {
    display: none;
    background: #FFF;
    padding: 2em;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.15) 0 0 0 4px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
.page-buttons {
    margin-top: 20px;
}

.pagination {
    margin: 0 0;
}

.cabecalho, .panel-heading {
    background: #FFF;
    color: #133994;
    border-bottom: 1px solid #F6962E;
}

.cabecalho .navbar-brand {
    color: #FFF;
}

ul.nav.in {
    border-top: 1px solid #F6962E;
}

.alert {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5 !important;
}

#page-wrapper {
    border-left: 1px solid #F6962E;
}

.logo {
    width: 60%;
}

@media (min-width: 768px) {
    .sidebar {
        margin-top: 80px;
    }
}

.navbar, .navbar-header {
    min-height: 80px;
}

.navbar-toggle {
    margin-top: 23px;
}

table {
    border-top: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
}

table thead tr {
    background: #12214D;
}

table thead tr th {
    text-align: center;
    color: #FFF;
    border: 1px solid #12214D !important;
}

.panel-default {
    border-color: #143A94;
}

.panel-default>.panel-heading {
    border-bottom: 1px solid #143A94;
    font-size: 1.4em;
    line-height: 1.7em;
    color: #143A94;
}

h1 {
    color: #143A94 !important;
}

.sidebar ul li a.active {
    background: none !important;
}

.sidebar ul li {
    font-size: 1.3em;
}

.cbbs-icon {
    display: inline-block;
    content: url('../images/cbbs-icon.png') !important;
    width: 35px;
    padding-bottom: 5px;
    margin-left: -20px;
}

.select2-container .select2-selection--single {
    height: 34px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); 
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}