html, body {
    height: 100%;
    /* 	overflow-x: hidden; */
}
#site {
    position: relative;
    min-height: 100%;
}
.navbar-custom {

    color: #FFF;
    border-radius:0;
    background:#006699;
    box-shadow: none;
    border: none;
}
.navbar-custom .navbar-nav > li > a {
    color:#fff;
}
.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {

    text-decoration: none;
    background-color: #006699;
    color: #FFF;
    background-image: none;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    background-color: transparent;
    color: #eeeeee;
}

.navbar-custom .navbar-toggle {
    background-color: #155372;
    border-color: #0E374B;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: #0E374B;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}
.navbar-custom .navbar-text {
    color: #eeeeee;
}
.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:hover>.dropdown-menu {
    display:block;
}
.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:#ADADAD;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.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 (max-width: 767px) {
    .navbar-custom .navbar-nav .dropdown-menu > li > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #155372 !important;
        color: #FFF !important;
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-nav  {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-nav .open .dropdown-menu {
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}
@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}
.typeahead {
    z-index: 1051;
    width: 560px;
    right: 0 !important;
    left: auto !important;
}
.col-valign {
    padding-top: 22px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.label_small {
    color: #337ab7;
    text-shadow: 1px 1px 1px #ccc;
    font-size: x-small;
}
#formulario {
    margin-bottom: -15px !important;
}
.campo_erro {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #a94442 !important;
}
.lista_formulario {
    float: none;
    margin: 0px;
}
#wrap {
    min-height: 100%;
}
#container-conteudo {
    padding-bottom: 100px;
}
.footer-bottom {
    position: absolute;
    bottom:0;
    width: 100%;
    margin-top: -30px;
    min-height: 30px;
    clear:both;
    background-color: #006699;
    background-image: none;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
}
.tipo-footer {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: right;
}
.tipo-adm {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    text-align: left;
}
/* loading */

.over_load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    background: url('../../assets/images/logo-convcard/loading.svg') center no-repeat;
    background-size: 260px;
    top: 0;
    left: 0;
    display: none;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background: #000;
    filter: Alpha(Opacity=30);
    opacity: .30;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    /*position: fixed!important*/
}

.align-vertical-center {
    vertical-align: middle !important;
}

tr.primary th:first-child, tr.primary td:first-child  {
    border-left: 1px solid #006699;
}

tr.primary th:last-child, tr.primary td:last-child {
    border-right: 1px solid #006699;
}

tr.primary th, tr.primary td {
    background: #006699;
    color: #FFF;
}

.table-bordered {
    border: none !important;
}


/** CUSTOM CHECKBOX / RADIO **/
.radio-convcard,
.checkbox-convcard {
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
    display: block;
}

.radio-convcard.inline,
.checkbox-convcard.inline {
    display: inline;
    margin-right: 1rem;
}

.radio-convcard input,
.checkbox-convcard input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.radio-convcard input:checked + label::before,
.checkbox-convcard input:checked + label::before {
    border-color: #006699;
}

.radio-convcard input:checked + label::after,
.checkbox-convcard input:checked + label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #006699;
    border-radius: 50%;
    background-color: #006699;
    text-shadow: none;
}

.radio-convcard input:checked + label::after {
    width: 9px;
    height: 9px;
    left: 4px;
    top: 2px;
}

.checkbox-convcard.small input:checked + label::after,
.radio-convcard.small input:checked + label::after{
    width: 7px;
    height: 7px;
    left: 2.5px;
    top: 2px;
}

.radio-convcard input[readonly],
.checkbox-convcard input[readonly],
.radio-convcard input[readonly] + label,
.checkbox-convcard input[readonly] + label,
.radio-convcard input[readonly] + label::after,
.checkbox-convcard input[readonly] + label::after,
.radio-convcard input[readonly] + label::before,
.checkbox-convcard input[readonly] + label::before {
    pointer-events: none;
}

.radio-convcard label,
.checkbox-convcard label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
}

.radio-convcard.small label,
.checkbox-convcard.small label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    font-size: x-small;
    font-weight: 600;
}

.radio-convcard label::before,
.checkbox-convcard label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: -2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
}

.radio-convcard.small label::before,
.checkbox-convcard.small label::before {
    width: 13px;
    height: 13px;
    left: 0.3px;
    top: -1.3px;
    margin-left: -20.5px;
}

.radio-convcard.disabled label,
.checkbox-convcard.disabled label {
    color: #cccccc;
}

.radio-convcard.disabled label::before,
.checkbox-convcard.disabled label::before {
    opacity: .54;
    border-color: #cccccc;
}

.checkbox-convcard input:checked + label::before {
    border-color: #006699;
    background-color: #006699;
}

.checkbox-convcard input:checked + label::after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    color: #fff;
    top: -2px;
    left: 2px;
    border-color: transparent;
    background-color: transparent;
}

.checkbox-convcard.small input:checked + label::after {
    font-size: 8px;
    top: -1px !important;
    left: 1px !important;
}

.checkbox-convcard label::before {
    border-radius: 2px;
}

.mce-branding, .tox-statusbar__branding{
    display: none !important;
}

.tox-tinymce {
    margin-top: 5px;
}

.label-help {
    /*padding: .1em .5em !important;*/
    border-radius: 1em !important;
    /*font-size: .6em !important;*/
    margin-left: .5em !important;
    cursor: default !important;
    font-size: 9px !important;
    line-height: 9px;
    padding: 1px 5px !important;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.border-r-0 {
    border-right: 0;
}

.radius-r-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.radius-l-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/**
    Campos de informacao bancaria
 */

.inf-bank-group-left {
    width: 65%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.inf-bank-group-center {
    width: 15%;
    float: left;
    border-radius: 0;
    margin: 0 -1px;
    text-align: center;
}

.inf-bank-group-center:focus {
    box-shadow: none;
    border: 1px solid #ccc;
}

.inf-bank-group-right {
    width: 20%;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
}

