/*--------------------------------------------
[seções]

1. Helpers / #helpers

2. Ajustes / #ajustes //ajustes dos estilos base do twitter bootstrap

3. Customização / #customizacao //customização de novos elementos para o tema
--------------------------------------------*/

/*--------------------------------------------
[1. Helpers / #helpers]
--------------------------------------------*/
.display-block {
    display: block;
}

.margin-bottom {
    margin-bottom: 5px !important;
}

.margin-bottom-lg {
    margin-bottom: 10px !important;
}

.margin-left {
    margin-left: 5px !important;
}

.margin-left-lg {
    margin-left: 10px !important;
}

.margin-right {
    margin-right: 5px !important;
}

.margin-right-lg {
    margin-right: 10px !important;
}

.margin-right-2x {
    margin-right: 20px !important;
}

.margin-top {
    margin-top: 5px !important;
}

.margin-top-lg {
    margin-top: 10px !important;
}

.margin-top-2x {
    margin-top: 20px !important;
}

.margin-top-3x {
    margin-top: 30px !important;
}

.margin-top-4x {
    margin-top: 40px !important;
}

.navbar .vertical-divider {
    background-color: #eaedf0;
    height: 40px;
    margin: 5px;
    overflow: hidden;
    width: 1px;
    list-style: none;
}

/*--------------------------------------------
[2. Ajustes / #ajustes]
--------------------------------------------*/
.alert {
    border-width: 0 0 3px 0;
}

.alert-icon {
    clear: both;
    padding-bottom: 6px;
}

.alert-icon i {
    float: left;
    margin-right: 10px;
}

.btn {
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-width: 0 0 3px 0;    
}

button strong, a strong {
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
}

label {
    font-weight: normal;
}

label + .checkbox {
    margin-top: 0;
}

label + .radio {
    margin-top: 0;
}

.help-block {
    font-size: 12px;
}

.modal-footer {
    background-color: #f5f5f5;
    text-align: inherit;
}

.panel {
    border: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .14);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .14);
}


/*--------------------------------------------
[3. Customização / #customizacao]
--------------------------------------------*/

.img-captcha {
    border:1px solid #ccc;
    border-radius:6px;    
    height:59px;
    width:150px;
}


.footer-default {

    background-color:#ffffff;
    border-bottom: 3px solid #179fab;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .07);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, .07);
    min-height:30px !important;
    padding:10px;

}

.search-localidade-to-unidade, .search-localidade-to-usuarios, .search-unidade-to-usuarios {
    width: 100%!important;
    margin-bottom: 8px!important;
}

.div-filtro-aviso span {
    line-height: 24px;
}

.choose-filter {
    vertical-align: top!important;
}

.after-first {
    margin-left: 10px!important;
}

.count_ads {
    text-align: center!important;
    font-weight: bold!important;
    margin-bottom: 10px;
}

.content-ads { 
    width: 80%;
    margin: 0 auto 30px;
}

.ads {
    border: 1px solid #d9d9d9;
}

.ads-header {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom-color: #d9d9d9;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 12px;
}

.ads-header h4 { 
    color: #8a95a5!important;
    display: inline-block!important;
    font-size: 14px!important;
    font-weight: bold!important;
    margin: 0 0 7px!important;
    padding: 0!important;
}

.ads-read {
    float: right;
}

.ads-read input {
    vertical-align: middle;
    position: relative;
    bottom: 3px;
} 

.ads-content {
    padding: 20px;
    display: none;
}

.itemArvore {
    cursor: pointer;
}

.link_distribuicao_serie_numerica {
    color: #8a95a5!important;
    text-decoration: none!important;
}

.multiselect { 
    width: 100%!important;
}

.multiselect-container {
    width: 100%!important;    
}

.field-form-special {
    width: 20%!important;
}

.field-form-special-2 {
    width: 63.333%!important;
}

.checkbox-inline-form-apac {
    margin-top: 25px;
}

.checkbox-inline-form-apac input[type='checkbox'] {
    float: left!important;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.checkbox-inline-form-apac label {
    float: left!important;
    margin-left: 10px;
}

.nav-tabs > li.has-error-li > a, .nav-tabs > li.has-error-li > a:hover, .nav-tabs > li.has-error-li > a:focus {
    border-color: #a94442 #a94442 transparent!important;
    color: #a94442!important;
    background-color: #f2dede;
}

.tt-hint {
    top: 11px!important;
}