 .bgcolor {
       background: #fff; 
    }
    .bonline-container {
        padding: 30px 0;
    }


.adsi-bo-header {
    padding: 40px;
    background: #f1f1f1;
}
/*INLINE CATEGORIES*/
.adsi-bo-inline-cats {
    padding: 40px;
    background: #fafafa;
    margin-bottom: 5px;
}
.adsi-bo-container {
    padding: 40px;
    background: #fff;
}
.adsi-bo-container .a {
    color: #289dcc 
}
.adsi-bo-container .callout .row {
    margin: 0 !important
}

.adsi-bo-barra-de-pesquisa {

}

/*USEARCH - BALCAO ONLINE*/
.adsi-bo-header .usearch input[type="text"],
.adsi-bo-header .usearch input[type="search"],
.adsi-bo-header .usearch select {
    color: #232323 !important;
}
.adsi-bo-header .usearch input[type="text"]::placeholder,
.adsi-bo-header .usearch input[type="search"]::placeholder {
    color: #232323 !important;
    opacity: 1;
}
.adsi-bo-header .usearch button[type="submit"] {
    background: #3a3200 !important;
    border: 1px solid #3a3200 !important;
    color: #fff !important;
}
.adsi-bo-header .usearch button[type="submit"]:hover {
    background: #3a3200 !important;
    border-color: #3a3200 !important;
    filter: brightness(0.95);
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.bo-input-full-width {
    width: 100% !important;
    display: flex
}

.bo-descricao {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.adsi-bo-barra-de-pesquisa .bo-input {
  color: #333;
padding-left: 12px !important;
padding-right: 12px !important;
}

.bo-input-btn, .bo-inline-cat-button {
  color: #fff !important;  
}

.bo-btn-documento, .bo-inline-cat-button, .bo-input {
    padding: 10px 15px !important;
    display: flex;
    justify-content: center;
    align-items: center; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bo-btn-documento:hover, .bo-inline-cat-button:hover, .bo-input:hover {
    text-decoration: none;
}
.callout {
    background-image: url("img/stripes.png");
    background-repeat: repeat;
    background-color: #fff;
    
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
    display: block;
    margin: 0 0 10px 0;
    padding: 10px;
}
.callout .border {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.1) inset;
    padding: 15px;
}
.callout .border .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0
}
.callout .border .col-sm-9, .callout .border .col-sm-3  {
   align-self: center; 
}

/*SIDENAV*/
.sidenav, .widget_wp_nav_menu_desc {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);
}

.sidenav{
	margin-bottom:30px;
}

.sidenav li ul, .widget_wp_nav_menu_desc li ul{
	margin: 0;
	list-style: none;
}

.sidenav li ul li a, .widget_wp_nav_menu_desc li ul li a{
	background: #f9f9f9;
	color: #999999;
	padding: 10px 15px 10px 30px;
}

.sidenav li a, .widget_wp_nav_menu_desc li a {
	display: block;
	margin: 0 0 -1px !important;
	padding: 10px 19px;
	border: 1px solid #dddddd;
	border-bottom-color: #efefef;
	border-top-color: #efefef;
	color: #777777;
	background: url(img/arrow5.png) no-repeat 96% center;
}

.sidenav li:first-child a, .widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
       -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
	border-top-color: #dddddd;
}
.sidenav li:last-child a, .widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}
.sidenav > li.current_page_item > a, .sidenav > li.current_page_item > a:hover,
.widget_wp_nav_menu_desc > li.current_page_item > a, .widget_wp_nav_menu_desc > li.current_page_item > a:hover {
    position: relative;
    z-index: 2;
    padding: 10px 19px;
    border: 0;
    background-image: url(img/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    color: #ffffff !important;
}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a{
	-webkit-border-radius: none;
       -moz-border-radius: none;
            border-radius: none;
}

.sidenav li a:hover, .widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}

.sidenav ul.children > li.current_page_item > a{
    color: #289dcc;
}
/*SIDENAV*/
.bo-special-heading {
    text-transform: none !important; 
}

.bo-title {
    overflow: hidden;
    margin-bottom: 25px;
}

.bo-title:after {
    content:"";
    display: inline-block;
    height: 0.45em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 2px solid #444444;
}
.bo-title strong {
    background-color: #3aad60;
    color: #fff !important;
    padding: 2px 5px;
}

/*SHORTCODE DOCS RECENTES*/
.borec-item-doc a {
    padding: 10px 15px;
    background: #f1f1f1;
    display: flex;
    margin-bottom: 5px;
    position: relative;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.borec-item-doc a:hover {
    background: #337ab7;
    color: #fff;
    text-decoration: none;
}
.borec-item-doc a:after {
        content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 1.3em;
    right: 15px;
    position: absolute
}

.pagination .screen-reader-text {
    text-indent: -99999px
    
}
.bo-no-results {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.term-result-link {
    margin-bottom: 1px !important;
}
/*SHORTCODE DOCS RECENTES - FIM*/
.bo_td_icon {
    height: 30px;
    margin-right: 5px
}

/*LIST LAYOUT TYPE*/
.bo-list-term-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}
.bo-list-term-item {
    padding: 10px 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 40px 1fr;    
    align-items: center;
    justify-content: center;
    background: #0079C0;
    color: #fff
}
.bo-list-term-item i {
    font-size: 40px;
}
.bo-list-loop {
    margin-bottom: 10px
}
.bo-list-loop-inside {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: #f1f1f1;
    padding: 5px 15px;
    border-radius: 15px;
    grid-gap: 10px;
}
.bo-list-loop-btn {
    text-align: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #0079C0
}
/*LIST LAYOUT TYPE - FIM*/

/*GRID LAYOUT TYPE*/
.bo-grid-term-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px
}
.bo-grid-term-item {
    padding: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0079C0;
    color: #fff
}

.bo-h1-title {
    margin-bottom: 30px;
}
.bo-h2-sub-title {
    margin: 30px 0;
}

/*LOOP BASICO*/
.bo-loop-basico {
    margin-bottom: 10px
}
.bo-loop-basico-inside {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: #f1f1f1;
    padding: 5px 15px;
    border-radius: 15px;
    grid-gap: 10px;
}
.bo-loop-basico-btn {
    text-align: center;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    background: #0079C0
}

/*DEFAULT SIDEBAR*/
.bo-default-sidebar-menu-home {
    display:  inline-block;
    width: 100%;
    padding: 5px 30px 5px 10px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 15px;
}
.bo-default-sidebar-menu-home:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "\f100";
    float: right;
    margin-right: -21px;
}
.bo-default-sidebar-menu, .bo-default-sidebar-menu ul {
    margin: 0;
}
.bo-default-sidebar-menu li {
    margin-bottom: 5px;
}
.bo-default-sidebar-menu li a {
    display: inline-block;
    width: 100%;
    background: #ddd;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
}
.bo-default-sidebar-menu li a:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600; 
    content: "";
    float: right;
    margin-right: -21px;
}
.bo-default-sidebar-menu li.i-have-kids > a:after {
    content: "\f054";
}
.bo-default-sidebar-menu .children {
    border-top: 5px #fff solid;
    padding-left: 15px;
    display: none
}
.bo-default-sidebar-menu .current-cat > .children, .bo-default-sidebar-menu .current-cat-ancestor > .children {
    display: block;
    border-left: 2px #60B556 solid;
}
.bo-default-sidebar-menu .current-cat > a {
    background-color: #188ECC;
}
.bo-default-sidebar-menu li a, .adsi-bo-breadcrumbs a, .bo-default-sidebar-menu-home {
    background: #005A8E;
    color: #fff
}
/*BREADCRUMBS*/
.adsi-bo-breadcrumbs {
    padding: 5px 10px;
    background: #005A8E;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: right
}

/*BO GRID SEACRH*/
.bo-grid-search {
    margin-bottom: 15px;
}
.bo-grid-search input, .bo-grid-search select, .bo-grid-search button {
    margin-bottom: 0 !important;
    height: 42px;
    line-height: 100% !important;
}
.bo-grid-search .row {
    margin-bottom: 0 !important
}
.bo-grid-search .bo-input-btn {
    background: #005a8e
}

/*TDOC SHORTCODE*/
.tdoc-shortcode {
    display: grid;
    grid-gap: 10px;
    align-items: stretch;
    align-content: center;
    text-align: center
}
.tdoc-shortcode-item {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5px;
    background: #f1f1f1;
    border-radius: 5px;
    align-items: center;
    line-height: 140%
}
.tdoc-shortcode-cols-1 {
    grid-template-columns: repeat(1, 1fr); 
}
.tdoc-shortcode-cols-2 {
    grid-template-columns: repeat(2, 1fr); 
}
.tdoc-shortcode-cols-3 {
    grid-template-columns: repeat(3, 1fr); 
}
.tdoc-shortcode-cols-4 {
    grid-template-columns: repeat(4, 1fr); 
}
.tdoc-shortcode-cols-5 {
    grid-template-columns: repeat(5, 1fr); 
}



.bo-loop-basico-title {
    color: #0079C0
}



/*BALCAO ONLINE - FIM*/