@font-face {
    font-family: 'Open Sans';
    src: url('../../js/jquery/google-fonts/opensans/OpenSans-Regular.eot');
    src: local('Open Sans'), url('../../js/jquery/google-fonts/opensans/OpenSans-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../js/jquery/google-fonts/opensans/OpenSans-Bold.eot');
    src: local('Open Sans'), url('../../js/jquery/google-fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight:bold;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../js/jquery/google-fonts/opensans/OpenSans-Italic.eot');
    src: local('Open Sans'), url('../../js/jquery/google-fonts/opensans/OpenSans-Italic.ttf') format('truetype');
    font-style:italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../js/jquery/google-fonts/opensans/OpenSans-BoldItalic.eot');
    src: local('Open Sans'), url('../../js/jquery/google-fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight:bold;
    font-style:italic;
}

body,html{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', verdana, sans-serif;   
    color:#333;
    font-size: 12px;
    padding-top: 0px; 
}
#nav-left {
    border:0 solid red;
    height:100%;
    font-size:12px;
    color:#1457AF;
    font-family:'Open Sans',verdana,arial;
    margin:0;
    padding:0;
}

#nav-left .box-border {
    border:1px solid #dcdcdc;
    width:99%;
    margin:0!important;
}

.box-border .slides {
    border:0 solid red;
    text-align:center!important;
    margin:0 auto!important;
    padding:0!important;
}

.box-border .slides img {
    border:0 solid blue;
    width:90%;
    height:90%;
    text-align:center!important;
    margin:0 auto 0 25px !important;
}

#nav-left h1 {
    background-color:#1457AF;
    color:#fff;
    font-family:'Open Sans',verdana,arial;
    font-size:14px;
    font-weight:400;
    height:35px;
    line-height:35px;
    margin:0;
    padding:0 0 0 10px;
}

#nav-left h5 {
    background-color:#D21F45;
    color:#fff;
    font-family:'Open Sans',verdana,arial;
    font-size:14px;
    font-weight:400;
    height:35px;
    line-height:35px;
    margin:0;
    padding:0 0 0 10px;
}

#nav-left h4 {
    background-color:#88B828;
    color:#fff;
    font-family:'Open Sans',verdana,arial;
    font-size:14px;
    font-weight:400;
    height:35px;
    line-height:35px;
    margin:0;
    padding:0 0 0 10px;
}

.accordion,.accordion ul,.accordion li,.accordion a,.accordion span {
    border:none;
    outline:none;
    margin:0;
    padding:0;
}

.accordion li {
    list-style:none;
    border-bottom:1px solid #E4E4E4;
    background-color:#F3F3F3;
}

.accordion li > a {
    display:block;
    position:relative;
    min-width:110px;
    height:25px;
    line-height:25px;
    color:#333;
    text-decoration:none;
    background:url(../../images/layout/bullet.png) no-repeat 5px 12px;
    background-color:#F3F3F3;
    padding:6px 6px 6px 25px;
}

.accordion > li:hover > a,.accordion > li:target > a,.accordion > li > a.active {
    color:#1457AF;
    background:url(../../images/layout/bullet.gif) no-repeat 5px 15px;
    background-color:#fff;
    border:none!important;
}

.accordion > li:hover > a,.accordion > li > a.active {
    color:#1457AF;
    background:url(../../images/layout/bullet.png) no-repeat 5px 12px;
}

.accordion li > a span {
    display:block;
    position:absolute;
    top:12px;
    right:0;
    margin-right:10px;
    font:normal bold 12px/18px Arial, sans-serif;
    background:#404247;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
    -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.2), 1px 1px 1px rgba(255,255,255,.1);
    padding:0 10px;
}

.accordion > li:hover > a span,.accordion > li:target > a span,.accordion > li > a.active span {
    color:#fdfdfd;
    background:#3e5706;
}

.sub-menu li {
    border:none;
}

.sub-menu li a {
    color:#797979;
    border-bottom:0 solid #333;
    padding-left:25px;
    background:url(../../images/layout/bullet.gif) no-repeat 15px 15px;
    margin:0;
}

.sub-menu li:last-child a {
    border:none!important;
}

.sub-menu li > a span {
    color:#797979;
    text-shadow:1px 1px 0 rgba(255,255,255,.2);
    background:transparent;
    border:1px solid #c9c9c9;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.sub-menu em {
    position:absolute;
    top:0;
    left:0;
    margin-left:14px;
    color:#a6a6a6;
    font:normal 10px/32px Arial, sans-serif;
}

.accordion li > .sub-menu {
    display:none;
}

.accordion li:target > .sub-menu {
    display:block;
}

#lista-categorias {
    width:100%;
    position:absolute;
    z-index:400;
    margin-top:0;
    background-color:#fafafa;
    border-top:1px solid #f0f0f0;
    border-bottom:2px solid #1457AF;
    padding-top:6px;
    padding-bottom:6px;
}

#lista-categorias a {
    color:#333;
}

#lista-categorias p {
    font-size:12px;
    font-family:'Open Sans';
    font-weight:400;
    margin:0;
    padding:1px;
}

.depto {
    min-width:120px;
    margin-right:5px;
    min-height:90px;
    border:0 solid red;
    float:left;
}

.depto a {
    font-size:11px;
}

navbar-inner li .dropdown-menu {
    font-size:13px;
}

.menu-filtro {
    margin-bottom:40px;
    font-size:14px;
    color:#555;
}

.menu-filtro h5 {
    font-size:14px;
}

.menu-filtro p {
    margin:0;
    padding:0;
}

.filtro-sub-categoria a {
    font-size:13px;
    color:#555;
    margin:0;
    padding:0;
}

.filtro-sub-categoria span {
    color:#999!important;
}

.filtro-categoria {
    margin-top:8px!important;
}

.sub-menu li:hover a,.sub-menu li .active {
    color:#1457AF;
    background:url(../../images/layout/bullet.gif) no-repeat 15px 15px;
    border:none!important;
}

#lista-categorias a:hover,#lista-categorias p b {
    color:#1457AF;
}

#lista-categorias h4,.filtro-categoria a {
    font-size:14px;
    color:#1457AF;
}

body{
    background: #fff;
}
#main {
    height: auto !important;
    min-height: 600px;
    margin-top: 0px;
    color:#333;
    padding: 4px;
    padding-top: 20px !important;
}

.theme-color-1{
    color: #fff !important;
}

.theme-color-2{
    color: #1457AF !important;
}

.theme-background-1{
    background-color: #fff!important;
}

.theme-background-2{
    background-color: #1457AF !important;
}
.btn-link{
    color: #1457AF !important;
}
.btn-success{
    background: #1457AF !important;
}
.btn-success:hover{
    color: #fff !important;
}

a{
    color:#333;
    text-decoration: none;
}
a:hover{
    color:#1457AF;
    text-decoration: none;
}
.link-white{
    color:#fff;
    text-decoration: none;
}
.link-white:hover{
    color:#fff;
    text-decoration: none;
}
/*fix to bootstrap*/
img{
    max-width: none;
}

#slideContainer{
    background-color: #f0f0f0;
}
#header{
    margin-bottom: 1px;
    border:0px solid red;
    /*height: 110px;  */
    position: relative;
}
#header #basket{
    padding-top: 20px;
    height: 100%;
    text-align: right;
}
#header #basket a{
    margin: 0px !important;
    line-height: 26px;
    color:#1457AF;
    font-weight: normal;
    width: 160px;
    text-align: left;
}
#header #basket a:first-child{
    margin: 0px !important;
    line-height: 26px;
    color:#1457AF;
    font-weight: normal;
    width: 160px;
    text-align: left;
    font-size: 14px;
}
#header #basket a span{
    color:#666;
    display: inline-block;
    margin-left: 10px;
}
#header #basket a:hover{
    text-decoration: none;
}
.navbar-inner{
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    height: 30px;
}
#top{
    height: 120px;
    background-color: #fff;
}
/*
*/
#top-menu .navbar-inner, #top-menu .nav{
    background:none;
    border: 0px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow: 0px 0px 0px #fff !important;
    -moz-text-shadow: 0px 0px 0px #fff !important;
}
#nav-menu{
    border: 0px solid red;
    margin-top: -7px !important;
    height: 40px;
}

.text-white{
    color:#fff !important;
}
.no-shadow{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    text-shadow: 0px 0px 0px #fff !important;
    -moz-text-shadow: 0px 0px 0px #fff !important;
}
/*responsive fix*/

@media (max-width: 760px){
    .nav *{
        background:none !important;
        border: 0px;
        box-shadow:none !important;
        -moz-box-shadow:none !important;
        -webkit-box-shadow:none !important;
        text-shadow: 0px 0px 0px #fff !important;
        -moz-text-shadow: 0px 0px 0px #fff !important;
    }
    #nav-menu .nav *{
        color:#fff !important;
    }


    .navbar-inner ,  .nav{
        background: url(../../images/layout/bg-menu.png)!important;    
    } 
    .nav li a{
        font-weight:normal !important;
    }
    img{
        max-width: 100%;
    }  
    .navbar-inner , .nav{
        background: url(../../images/layout/bg-menu.png) !important;
    }     
}




@media (min-width: 960px){
    #top-menu {
        background: url(../../images/layout/bg-menu.png);
        height: 52px;
        display: inline-block;
        width: 100%;
        margin: 0px;
        margin-bottom: 0px;
        margin-top: -5px;
        padding: 0px;
        z-index: 10000;   
    } 
    .box-all .span2{
        width: 195px !important; 
    }
    .box-all .span2-g{
        width: 213.5px !important; 
    }	
    .box-item-oferta-1{
        margin-top:3px;
        margin-left:128px !important;
    }    
    #carousel{
        min-height: 320px;
    }    
}

#nav-menu .nav a:hover{
    color:#fff !important;
    background:#1457AF !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    text-shadow: 0px 0px 0px #fff !important;    
}

#nav-menu *{
    text-shadow: 0px 0px 0px #fff !important;
    color:#1457AF !important;
}
#nav-menu .dropdown-menu{
    text-shadow: 0px 0px 0px #fff !important;
    color:#1457AF !important;
    background:#fff !important;
}
#nav-menu .navbar-inner{
    text-shadow: 0px 0px 0px #fff !important;
    color:#1457AF !important;
    background:#fff !important;
}
#nav-menu .nav a:hover{
    color:#fff !important;
    background:#1457AF !important;
}

#nav-menu .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}
#nav-menu .dropdown > a:hover .caret,
#nav-menu .dropdown > a:focus .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}
#nav-menu .open > a .caret, 
#nav-menu .open > a:hover .caret, 
#nav-menu .open > a:focus .caret {
    border-top-color: #1457AF !important;
    border-bottom-color: #1457AF !important;
}

#nav-menu .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff !important;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    z-index: 1000;
}

#nav-menu .nav > li > .dropdown-menu:after {
    position: position;
    top: -6px;
    left: 10px;
    display: inline-table;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff !important;
    border-left: 6px solid transparent;
    content: '';
    z-index: 1000;
}

.nav >.active>a, .nav>.open>a,
.nav>.open>a, .nav>.open>a:hover,
.nav>.open>a, .nav>.open>a:hover, 
.nav>.open>a:focus { background-color: #fff !important;}



#top-menu .nav a{
    text-shadow: 0px 0px 0px #fff !important;
    color:#fff !important;
    background:none;
    height:30px;	
    line-height:30px;
}
.brand{
    text-shadow: 0px 0px 0px #fff !important;
    color:#fff !important;
    background:none;
    position: absolute;
    z-index: 100;
   
}
#top-menu .nav a:hover{
    color:#fff !important;
    text-shadow: 0px 0px 0px  !important;
    box-shadow:none;
}

#top-menu .logo{
    margin-top: -8px;
    position: absolute;
    border:0px solid red;
}

#footer{
    min-height: 150px;
    background: url(../../images/layout/footer_bg_alt.jpg);
    /*background: #000;*/
    border-top:2px solid #9D9D9E;
    clear: both;
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer h4{
    border-bottom: 1px solid #000000;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    color:#dcdcdc;
    font-size: 13px;
}
#footer .footer-menu{
    /*
    padding:10px;
    padding-left:0px;
    margin-top: 10px;
    min-height: 150px;
    float: left;    
    */
    color:#9D9D9E;
    font-family: 'Open Sans',verdana,arial;
}
#footer .footer-menu ul{
    margin: 0px;
    padding: 0px;
}
#footer .footer-menu ul li{
    list-style-type: none;
}
#footer .footer-menu ul a{
    background: url(../../images/layout/bullet-link.png) no-repeat left center;
    color:#9D9D9E;
    font-size: 12px;
    padding-left: 10px;
    width: 100%;
    border:0px solid #fff;
}
#footer .footer-menu ul a.facebook{
    background: url(../../images/layout/icon-facebook.png) no-repeat bottom left;
}
#footer .footer-menu ul a:hover{
    color:#f0f0f0;
}
#footer-bar
{
    height: 40px !important;
    background: url(../../images/layout/footer_bar.png);
    border-top:1px solid #9D9D9E;
}

#left{
    margin: 0px;
    padding: 0px;    
    margin-bottom: 60px;
}
#right{
    margin: 0px;
    padding: 0px; 
    background: #fff;
}
/*box item*/
.box-all{
    background-color: #fff;
}

.box-item{
    border-right: 0px dashed red;
    border-bottom: 1px solid #e2e2e2;
    min-height: 305px;
    padding-bottom: 10px;
    padding-top: .2px;
    margin-bottom: 30px;
    background-color: #fff;
}
.box-item img{
    max-height: 175px !important;
    border:0px solid red;
}

.row-fluids .span3:last-child {
    margin-left: 0px !important;
}

.box-item-detalhe{
    padding: 4px;
    text-align: center !important;
    background: none;
    border:0px solid red;

}
.box-item-foto{
    text-align: center !important;
    /*height: 160px; */
    margin-top: 7px;
    border:0px solid red;
    background: url(../../images/layout/fotopload.gif) no-repeat center center;
}

.box-item:hover{
    /*border: 1px solid #5DA0E2; */
    box-shadow:0 0 0 3px #1457AF inset;
    transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    border-bottom: 1px solid #fff;
}
.box-item-oferta-1{
    display: inline-block;
    position: absolute;    
    width: 50px;
    height:20px;
    margin-top:3px;
    margin-left:113px;
    border:0px solid red;
}

.box-item-oferta-0{
    display: none;
}
.box-item a{
    text-decoration: none;
    color: #333;
}
.box-item a:hover{
    color: #1457AF;
}
.box-item h2,.box-item h3{
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: 1.2em;
}
.box-item h2{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 50px;
    max-height: 70px;
    border:0px solid red;
}
.box-item h3{
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    color: #1457AF;
    margin: 0px;
    padding: 0px;  
}
.box-item h4{
    margin: 0px;
    padding: 0px;    
    font-size: 13px;
    font-weight: normal;
    color: red;
    text-decoration: line-through !important;
    line-height: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.box-item .label-important{
    background-color: #D21F45 !important;
    color:#fff !important;
    font-size: 14px;
    padding:5px;
    text-transform: uppercase;
}
.forma-de-pagamento{
    border: 0px solid blue;
    margin-top: 50px;
    margin-bottom: 40px;
}
.row-fluid:after {
    clear: both;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #1457AF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #1457AF;
    border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #1457AF;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #1457AF;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #1457AF;
    border-width: 0 5px 5px;
}

/*Produto Detalhes*/
#gallery-produto
{
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 30px !important;
    border: 0px solid blue;

}
.box-detail{
    font-size: 1em;
    color:#333;
}
.box-detail h1{
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #1457AF;
    line-height: 1.5em;
}
.box-detail h2{
    font-size: 1.5em;
    font-weight: bold;
    color: #1457AF;
    line-height: 20px;
}

.box-detail em
{
    font-style: normal;
    font-size: 15px;
    color:#666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}
.box-detail  h3{
    color: #1457AF;
    font-size: 1.4em;
    font-weight: normal;
    width: 99%;
    padding: 0px;
    padding-left: 0px;
    line-height: 1.5em;
}
.box-detail h4{
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-decoration: line-through !important;
    line-height: 1.5em;
}
#frete p{
    font-size: 14px;
    color:#333;
    margin:0px;
    padding: 0px;    
    font-weight: normal;
    color: #666;    
}

.line-strike{
    text-decoration: line-through;
    color:red;
}
/*carousel detalhes produto*/
#mycarousel{
    margin:0px;
    padding: 0px;
    margin-left: -1px;
    border:0px solid red;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center !important;
}
#mycarousel img
{
    padding:1px;
    width: 74px;
    height: 70px;
    border: 1px solid #ccc;
} 
.zoom{
    text-align: left;
    cursor: crosshair;
    border:0px solid #ccc;
    margin-left: 0px !important;
    width: 300px;
    padding:0px !important;    
    height: 280px;       
    margin-top: 8px;
    background: url(../../images/layout/loading.jpg) no-repeat center center;
}
.zoom img{
    border:0px solid #ccc;
    padding:0px !important;
    margin: 0px !important;
}
.zoomImg { 
    margin:0px !important;
    padding:0px !important;    
}
.zoomIconXXX { 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background-color: transparent;
    background:url(../../js/jquery/jqzoom/icon.png);
    border:0px !important;
    z-index: 1000;
}

/*carrinho*/
.box-cart{
    font-size: 11px;    
    margin-bottom: 150px !important;
    border:0px solid red;

}
.box-cart table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
    border-left:1px solid #ddd;    
    border-right:1px solid #ddd;    
}
.box-cart table th{
    background:#eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color:#555;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    border-top: 1px solid #ddd;
}
.td-bg{
    background:#eee;
    background: url(../../images/layout/grey_slice.png) repeat-x;
    color:#555;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
    font-weight: bold;
}
.box-cart table td{
    padding: 4px;
    margin: 0px;
    padding-top: 10px;
    border-bottom:1px solid #ddd;
    line-height: 15px;
    height: 15px;
    padding-left: 5px;
    vertical-align: middle;
}
.box-cart .qtde{
    width: 15px;
}
.box-cart .input_qtde{
    display: inline-block;
    width: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    height: 18px;
    padding-top: 5px;
    margin-top: 0px;
    color:#1457AF;
}
.box-cart .arrows{
    border: 0px solid red;
    width: 20px;
    height: 10px;
    float: right;
    margin-top: 0px;
    margin-right: 35px;
}
.box-cart .arrow_down{
    border: 0px solid red;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 13px;
    height: 8px;
    background: url(../../images/icons/updown.png) no-repeat -1px -9px;
    cursor: pointer;
}
.box-cart .arrow_up{
    border: 0px solid red;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
    width: 13px;
    height: 8px;
    background: url(../../images/icons/updown.png) no-repeat -1px 1px;
    cursor: pointer;
}
.box-cart .total_compra{
    font-weight: 600;
    padding-top: 10px;
    color: #666;
    border: 0px;
}
.box-cart .linet{
    text-decoration: line-through;
    color:#999;    
}
.frete_result{
    border:0px solid red;
    min-height: 27px !important;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    text-align: left;
    width: 245px;
    display: inline-block;
    margin-left: 10px;
}
#pedido_tipo_frete{
    width: 245px;
    font-size: 13px !important;
    padding: 3px !important;
}
#frete_cep{
    margin: 0px;
    margin-top: 0px;
    padding:3px !important; 
}
#tbl_calculo_frete{
    margin: 0px;
    padding: 0px;
    border: 0px !important;
}
#tbl_calculo_frete td{
    margin: 0px;
    vertical-align: middle !important;
    border: 0px solid red !important;
    font-size: 13px;
}
#tbl_calculo_frete td p{
    margin: 0px !important;
    padding: 0px !important;
}
#tbl_calculo_frete td a{
    font-size: 12px ;
    text-decoration: none;
    color:#1457AF;
}
/*cliente login*/
.my-add-on{
    margin-left: 0px !important;
    min-width: 130px !important;
    padding: 4px !important;
    text-align: right;    
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 14px !important;
    font-weight: normal !important;
}
.add-on-custom{
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);  
    color: #fff !important;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;    
    font-size: 12px !important;
    font-weight: normal !important;
}
#f-cliente .add-on{
    width: 130px;
    text-align: right;    
}
#f-cliente input{
    width: 225px;
}
/*table carrinho menu left*/
#tbl_carrinho_left{
    padding: 0px;
    margin: 0px;
    color:#fff !important;
    z-index: 10;
    background: #fff;    
    border-bottom: 2px solid #1457AF;
    border: 1px solid #1457AF;
    width: 268px;
}
#tbl_carrinho_left table{
    width: 100%;
}
#tbl_carrinho_left td{
    border-bottom: 1px dotted #e2e2e2;
}
#tbl_carrinho_left tr:last-child td{
    border-bottom: 0px dotted red !important;
}
#tbl_carrinho_left  p{
    padding:6px;
    color:#333;
}

/*carrinho bottom */
#tbl_carrinho_frete td{
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border: 0px inset red;
}
#tbl_carrinho_frete td button{
    margin-top: -8px !important;
}
#tbl_carrinho_frete td a{
    margin-top: -8px !important;
}
/*form Busca*/
.form-busca{
    width: 60%;
    border:0px solid red;
    float:left;
    margin-left: 240px;
    margin-top: 25px !important; 
}
.form-busca input{
    width: 415px;
    background: url(../../images/icons/lupa.png) no-repeat 5px center;
    background-color: #fff;
    padding: 5px;
    padding-left: 30px;    
    height: 18px;    
    font-size: 15px;
    /*border: 1px solid #1457AF; */
}
.form-busca .btn{
    /*color:#666 !important;    */
}
/*form atendimento */

.separator-line{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0px;
    margin: 0px;
    height: 35px;
    line-height: 35px;    
    text-transform: uppercase;
    color: #999;
    text-align: left;
    font-size: 14px;
}

#f-atd {

}
#f-atd .f-atd-required{
    color:red;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: verdana,arial;
}
#f-atd label {
    display:block;
    margin-top:15px;
    letter-spacing:0px;
    font-size:1.1em;
}
#f-atd input[type='text'], #f-atd input[type='password'], #f-atd textarea{
    width:400px;
    height:14px;
    height:18px\9;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:1.2em;
    color:#3a3a3a;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#f-atd select{
    width:400px;
    color:#333;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;    
    border:1px solid #555;    
}
#f-atd textarea {
    height:80px;
    background: #efefef;
    resize:none;
}

#f-atd input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
/*responsive*/
@media (max-width: 767px) {
    #f-atd input[type='text'], #f-atd input[type='password'], #f-atd textarea{
        width:85%;
    }
    #f-atd select{
        width:85%;
    }
    /*
    .box-item{
        width: 90%; 
    }
    */
}
.myAddr{
    width:284px !important;    
    color:#333;
    border-radius:3px !important;    
    -moz-border-radius:3px !important;    
    -webkit-border-radius:3px !important;    
    border:1px solid #999;      
}
#atd-right {
    margin-top:40px;
    border:0px solid red;
}
#atd-right #atd-btn{
    float: right !important;
}

#atd-dados{
    float: right;
    margin-top: 30px;
}
#atd-dados h5, #atd-dados h4{
    font-size: 24px;
    display: block;
    border:0px solid red;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 40px;    
    color:#666;
    font-weight: normal;
    text-align: right;
}

#atd-dados h5{
    background: url(../../images/icons/phone2.png) no-repeat 0px 5px;
}

#atd-dados h4{
    background: url(../../images/icons/mail2.png) no-repeat 0px 8px;
}
.page-content{
    margin-bottom: 60px;
}
.table-no-border td{
    border:0px !important; 
}
.page-content-w-border{
    border:2px solid #e1e1e1;
    border:1px solid #1CA1E4;
    min-height: 300px;
}
.page-content h1{
    font-family: 'Open Sans',verdana,arial;
    font-size: 17px;
    font-weight: normal;
}
.page-content a{
    color:#1457AF;
}
.page-content .btn{

}
.separator-bar i, .page-content i{
    margin-top: 3px !important;
}

.separator-bar{
    margin:0px !important;
    padding: 0px !important;
    margin-bottom: 30px !important;
    width: 100%;
    display: block;
    border:0px solid red;
}
.separator-bar p
{
    background-color: #1457AF;
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
    font-family: 'Open Sans',verdana,arial;
    font-size: 14px;
    height: 35px;
    line-height: 35px;    
}
.separator-bar i{
    margin-top: 3px;
}
.page-content button i{
    margin-top: 1px !important;
}
.page-content a i{
    margin-top: 2px !important;
}
/*misc*/

.bg-gray{
    background-color: #e1e1e1 !important;
    color:#333 !important;
}
.bg-green{
    background-color: #58B058 !important;
    color:#fff !important;
}
.btn-custom {
    background-color: hsl(201, 100%, 45%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc0fe", endColorstr="#0095e5");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4cc0fe), to(#0095e5));
    background-image: -moz-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -ms-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc0fe), color-stop(100%, #0095e5));
    background-image: -webkit-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: -o-linear-gradient(top, #4cc0fe, #0095e5);
    background-image: linear-gradient(#4cc0fe, #0095e5);
    border-color: #0095e5 #0095e5 hsl(201, 100%, 40%);
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn-custom {
    background-color: hsl(222, 74%, 11%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1946ad", endColorstr="#071330");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#1946ad), to(#071330));
    background-image: -moz-linear-gradient(top, #1946ad, #071330);
    background-image: -ms-linear-gradient(top, #1946ad, #071330);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1946ad), color-stop(100%, #071330));
    background-image: -webkit-linear-gradient(top, #1946ad, #071330);
    background-image: -o-linear-gradient(top, #1946ad, #071330);
    background-image: linear-gradient(#1946ad, #071330);
    border-color: #071330 #071330 hsl(222, 74%, 4%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46);
    -webkit-font-smoothing: antialiased;
}

.btn-custom-q {
    color: #fff !important;
}


.message_login{
    color:red;
    text-align: center;
    font-size: 13px;
}
.pad-5{
    padding: 5px !important;
}
.mar-top-10{
    margin-top: 10px !important;
}
.mar-top-30{
    margin-top: 30px !important;
}
.mar-top-40{
    margin-top: 40px !important;
}
.mar-top-50{
    width: 99%;
    margin-top: 50px !important;
}
.mar-left-30{
    margin-left: 30px !important;
}
.mar-left-120{
    margin-left: 120px !important;
}
.text-size-14{
    font-size: 14px;
}
.text-center{
    text-align: center !important;
}
.f-white{
    color: #fff !important;
}
.placeholder {
    color: #aaa !important; 
}

.w-20{
    width: 20% !important;
}

.w-25{
    width: 25% !important;
}
.w-33{
    width: 33% !important;
}
.w-50{
    width: 50% !important;
}
.w-100{
    width: 100% !important;
    display: block !important;
}
.f-left{
    float: left;
}
.border-red{
    border: 1px solid red;
}
.radius-3{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.no-margin{
    margin:0px !important;
}
.no-margin-right{
    margin-right:0px !important;
}
.no-padding{
    padding:0px !important;
}
.no-padding-left{
    padding-left:0px !important;
}
.no-border{
    border: 0px !important;
}
.border-bottom{
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
}
.border-top{
    border: 0px !important;
    border-top: 1px solid #eee !important;
}
.no-border td{
    border: 0px !important;
}
.margin-bottom-5{
    margin: 0px;
    margin-bottom: 5px;
}
.f-small{
    font-size: 12px !important;
    color: #999;
}
.margin-auto{
    margin: 0 auto !important;
}
.margin-bottom-10{
    margin: 0px;
    margin-bottom: 10px;
}
.center{
    text-align: center !important;
}
.table-td-center td{
    text-align: center !important;
}
.a-left{
    text-align: left;
}
.a-right{
    text-align: right;
}
.itop{
    margin-top: 1px !important;
}
.itop-3{
    margin-top: 3px !important;
}
.i-top{

    margin-top: -3px !important;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase !important;
}
.hide{
    display: none;
}
.hider{
    display: none !important;
}
.pointer{
    cursor: pointer;
}
.ui-effects-transfer {
    border: 1px dotted #1457AF;
}
*:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none;
    /*border: none !important;*/
    /*ie-dummy: expression(this.hideFocus=true) !important;*/
}
input:focus {
    -moz-outline-style:none !important;
    outline-style:none !important;
    outline:none !important;
    ie-dummy: expression(this.hideFocus=true) !important;
}
.invalid{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}
.invalid:focus{
    border:1px solid  rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.carousel-indicators li{
    cursor: pointer !important;
    background-color: #1457AF; 
}

.carousel-indicators li.active{
    cursor: pointer !important;
    background-color: #000; 
}
#carousel{
    font-family: sans-serif;
    margin-top: 0px;
    background-color: #fafafa; 
    margin-bottom: 30px;
    border-bottom: 4px solid #fff;
}
#carousel .caption{
    background-color: #999;
}
#carousel .item a{
    color: #555;
    text-decoration: none;
}
#carousel .item a:hover{
    text-decoration: underline;
}
#ctrl-right,  #ctrl-left{
    position: absolute;
    cursor: pointer;
}

#carousel #ctrl-right{
    right: 25px;
    top:45%;
    color: #27314D;
    border: 0px solid #1457AF;
    background: none;
    font-size: 140px !important;    
}
#carousel #ctrl-left{
    left: 10px;
    top:45%;
    color: #27314D;
    background: none;
    border: 0px solid #333;
    font-size: 140px !important;
}
#carousel > a{
    top:50% !important;
    position: absolute !important;
}

#carousel .carousel-caption{
    height:70px !important;
    min-width: 400px;
    position: absolute;
    left:60px;
    top:50px;
    border:0px solid red;
    background:none; 
}
#carousel .carousel-caption:hover{
    transition:all 0.2s ease 0s;   
    -moz-transition:all 0.2s ease 0s;   
    -webkit-transition:all 0.2s ease 0s;   
}

#carousel .carousel-caption h4{
    font-size:24px;
    background:rgba(255,255,255,.8); 
    padding: 10px; 
    display: inline-block;    
    color: #333;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    position: absolute;
}

#carousel .carousel-caption p{
    font-size: 13px;
    background:rgba(60,62,63,0.8); 
    padding: 6px; 
    display: inline-block;    
    color: #fff;  
    border-radius: 0px 5px 0px 5px;
    position: relative;
    top: 50px;
}
.carousel-indicators {
    top: 90%;
    right: 25px;
    z-index: 31;
}
.carousel-inner a, .carousel-inner a:hover{
    text-decoration: none !important;
}

@media (max-width: 480px){
    #carousel .carousel-caption{
        height:40px !important;
        position: absolute;
        left:60px;
        top:20px;
    }    
    #carousel .carousel-caption h4{
        font-size:15px;
    }
    #carousel .carousel-caption p{
        font-size:12px;
        background:rgba(60,62,63,0.8); 
        padding: 6px; 
        display: inline-block;    
        color: #fff;  
        border-radius: 0px 5px 0px 5px;
        position: relative;
        top: 50px;
    }    
}

.up2top{
    cursor: pointer;
    opacity:.5;
    padding: 3px;
    display: none;
    /*
    border: 1px solid #999;
    background: #fafafa
    */
}
#up2topo{
    cursor: pointer;
    opacity:.5;
    padding: 3px;
    position:fixed;
    top: 90%;
    right:40px;
    /*
    border: 1px solid #999;
    background: #fafafa
    */
}

#up2topo:hover{
    text-decoration:none;
}
/*

.scrollup_fade {
    background:url(images/scroll.png) no-repeat ;
    opacity:0.3;
    width:40px;
    height:40px;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    -webkit-transition:.150s;
    transition:.150s;
}
 
.scrollup_fade:hover {opacity:0.8;}



.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
*/

#breadcrumb{
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

.bread{
    height: 44px;
    background: url(../../images/layout/greybar_slice.png);
    border-right:  1px solid #d9d9d9;
    border-left:  1px solid #d9d9d9;    
}
.bread li{
    padding-left: 8px;
    background: url(../../images/layout/bread.gif) no-repeat -130px 0px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    min-width: 220px;
    font-size: 14px;
    font-weight: bold;
    color:#999;
}
.bread li.active{
    color: #1457AF;
}

.greybar{
    background: url(../../images/layout/greybar_slice.png) repeat-x;
    height: 44px;    
    border-right:  1px solid #d9d9d9;
    border-left:  1px solid #d9d9d9;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-left:10px;
}
.pushfooter{
    clear: both;
    height: 100px;
    background-color: #fff;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left:0px  !important;
    border: 0px solid red !important;
    opacity:.9;
    z-index: 999999;
    width: 100%;
    /*background: #333 !important; */
}
.fixed .logo{
    display: none !important;
}
.fixed #logo-row{
    display: none !important;
}

.fixed inputs{
    background: #333 !important;
    color:#fff !important;
    border: 1px solid #333 !important;
}
.fixed  #logo-carts{
    display: none;
}
.bumps{
    border:0px solid red !important;
    margin-top:208px !important;
    margin-bottom:143px !important;
}
.fixed-focus{
    background-color: #f0f0f0 !important;
}

.social{
    margin-top: 90px;
    width: 100%;
    text-align: right;
}

.b-red{
    border:1px solid red;
}


/*Tabs*/
.myTaber .active a{
    color:#333 !important;

}
.myTabers{
    border-bottom:1px solid #495258;
}
.myTaber a{
    min-width: 90px;
    height: 16px !important;
    background-color: #1457AF;
    color:#fff;
    text-align: center;
}
.myTaber a:hover{
    min-width: 90px;
    height: 16px !important;
    background-color: #1457AF ;
    color:#333;
    text-align: center;
}
.myTaber .tab-update{
    background: url(../../images/layout/active.png)  !important;
}
.myTaber-content{
    border-left:1px solid #eee;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    margin-top: -20px;
    padding-left:10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.font-10{
    font-size: 10px !important;
}
.font-11{
    font-size: 11px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-15{
    font-size: 15px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-17{
    font-size: 17px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.f-gray{
    color:#333 !important;
}
.f-blue{
    color:#1457AF !important;
}
.font-custom{
    color:#1457AF;
}
.font-bold{
    font-weight: bold;
}
.font-black{
    font-family: 'Open Sans',verdana,arial,sans-serif;
    color:#000 !important;
}
.font-white{
    color:#fff !important;
} 
.font-red{
    color:red !important;
} 
.font-gray{
    color:#666 !important;
} 
.font-green{
    color:green !important;
} 
.status-compra{
    height: 90px;
    width:420px;
    background: url(../../images/layout/status-finaliza.png) no-repeat;
    border: 0px solid red;
    margin: 0 auto;
}
.status-compra.identificacao{
    background-position: 0px 0px;
}
.status-compra.entrega{
    background-position: 0px -80px;
}
.status-compra.pagamento{
    background-position: 0px -160px;
}
.status-compra.confirmacao{
    background-position: 0px -240px;
}
.status-compra.finalizado{
    background-position: 0px -320px;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
} 



/*RIBON MINI BANNERS*/
.banner_t3{
    margin:0px;
    padding: 0px;
    border:1px solid #e2e2e2 !important;
    display: inline-block;
    margin-right: 3px;
    float: left;
    max-width: 285px;
}
.banner_t3 img{
    max-width: 285px;
}
.b-gray{
    border: 1px solid #e2e2e2;
    margin-right: 4px;
}
.ribon-x{
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    background: url(../../images/layout/ribon.png) no-repeat;
    font-family: 'Open Sans' !important;
}

.ribon-x h1 , .ribon-x p {
    margin:0px;
    padding: 0px;                            
    color:#fff;
    padding-left: 45px;
    font-weight: normal;
    text-align: center;
}
.ribon-x h1{
    padding-top: 10px;
    font-size: 22px;
    text-transform: uppercase;
}
.ribon-x p{
    font-size: 16px;
    text-transform: uppercase;
}

.cbp-hssubmenu *, .cbp-hsmenu *,#cbp-hsmenu * {
    z-index: 100000 !important;
}
.label, .label-important{
    z-index: 100 !important;
}
#cbp-hsmenu-wrapper{
    z-index: 100000 !important;
}

/* PARCELAMENTO */
.parcelamento{
    border: 0px solid red;
    display: block;
    float: left;

}
.parcelamento h5{
    font-size: 16px;
}
.parcelamento .parcelas-pagseguro{
    width:25%;
    float: left;
    display: block;
    border:0px solid red;    
    font-size: 12px !important;
}
.parcelamento .parcelas-pagseguro span{
    margin: 2px;
    padding: 5px;
    width:90%;
    display: block;    
    background:#f0f0f0; 
}
.parcelamento a{
    font-size: 13px !important;
}
.parcelamento label{
    font-size: 12px !important;
}


.b-vezes{
    padding:0px;
    margin: 0px;
    background: #fff;
    color:#999;
    border: 0px solid #666;
}

.x-vezes,.x-valor{
    color:#FE572D;
    font-weight: bold;
    font-size: 12px;
}
.text-parcele{
    margin-top: 15px;
    color:#000 !important;
    font-size: 16px !important;
}

.text-parcele{
    margin-top: 15px;
    color:#000 !important;
    font-size: 16px !important;
}


/*ul{    margin: 0;    padding: 0;    list-style: none;}*/
#breadcrumbs-one{
    margin: 0px;
    margin-bottom: 10px;
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-one li{
    float: left;
}

#breadcrumbs-one a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
    background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
    background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
    background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
    padding-left: 1em;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
    background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after{ 
    z-index: 2;
    border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
    border-left-color: #ccc;  
    right: -1.1em;
    z-index: 1; 
}

#breadcrumbs-one a:hover::after{
    border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
    font-weight: bold;
    background: none !important;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
    content: normal;  
}

/*-----------------------------------*/

#breadcrumbs-two{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-two a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    position: relative;
}

#breadcrumbs-two a:hover{
    background: #99db76;
}

#breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}

#breadcrumbs-two a:hover::before{
    border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%; 
    margin-top: -1.5em;   
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
}

#breadcrumbs-two a:hover::after{
    border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
    content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-three{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-three li{
    float: left;
    margin: 0 2em 0 0;
}

#breadcrumbs-three a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    background: #ddd;  
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);  
    -moz-border-radius: .4em 0 0 .4em;
    -webkit-border-radius: .4em 0 0 .4em;
    border-radius: .4em 0 0 .4em;  
}

#breadcrumbs-three a:hover{
    background: #abe0ef;
}

#breadcrumbs-three a::after{
    background: #ddd;
    content: "";
    height: 2.5em;
    margin-top: -1.25em;
    position: absolute;
    right: -1em;
    top: 50%;
    width: 2.5em;
    z-index: -1;  
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
}

#breadcrumbs-three a:hover::after{
    background: #abe0ef;
}

#breadcrumbs-three .current,
#breadcrumbs-three .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-three .current::after{
    content: normal;
}

/* ------------------------------------------- */

#breadcrumbs-four{
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    list-style: none;
}

#breadcrumbs-four li{
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-four a{
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    position: relative;
}

#breadcrumbs-four a:hover{
    background: #efc9ab;
}

#breadcrumbs-four a::before,
#breadcrumbs-four a::after{
    content:'';
    position:absolute;
    top: 0;
    bottom: 0;
    width: 1em;
    background: #ddd;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);  
}

#breadcrumbs-four a::before{

    left: -.5em;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-four a:hover::before{
    background: #efc9ab;
}

#breadcrumbs-four a::after{
    right: -.5em;   
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#breadcrumbs-four a:hover::after{
    background: #efc9ab;
}

#breadcrumbs-four .current,
#breadcrumbs-four .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-four .current::after,
#breadcrumbs-four .current::before{
    content: normal;
}

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}
.yamm .navbar-inner,
.yamm .container {
    position: relative;
    z-index:100;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
    left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
    *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: auto;
    }
    .yamm .yamm-content {
        padding-left: 0;
        padding-right: 0;
    }
    .yamm .dropdown-menu > li > ul {
        display: block;
        position: absolute;

    }
}
.up {
    width:30px;
	height:20px;
	float:right; 
	margin:40px 0 0 0;
}
.f-nav  { 
    z-index: 9999; 
	position: fixed; 
	top: 0; width:100%; 
} 

.block {
    display: block!important;
}
.lighter {
    font-weight: lighter;
}
.lighter {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h4.block {
    margin-bottom: 16px;
}
h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h4, .h4 {
    font-size: 18px;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.green {
    color: #69aa46!important;
    font-size: 18px;
    font-weight: bold;
}
h1 { 
    font-size: 32px;
    font-weight: normal;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, .h1 {
    font-size: 36px;
}
#foneesq {
    float:left;
}
#fonedire {
    float:left;
    margin-left:20px;
}
#nomeesq {
    float:left;
}
#nomedire {
    float:left;
    margin-left:20px;
}
#cpfesq {
    float:left;
}
#datadire {
    float:left;
    margin-left:20px;
}
#endeesq {
    float:left;
}
#numerodire {
    float:left;
    margin-left:20px;
}
.bootbox{
	margin-top:100px;
}
.panel-announcement {
    background-color: #fff;
    margin-bottom: 20px;
}
.panel-announcement .panel-heading {
    padding-bottom: 5px;
}
.panel-heading {
    margin-bottom: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}
.panel-announcement .panel-title {
    color: #d9534f;
}
.panel-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #313745;
    letter-spacing: .2px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    
}

.panel-body {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-body {
    padding: 20px;
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-quick-page {
    margin: 0 0 20px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1650px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.panel-quick-page > div:first-child .panel {
    margin-left: 0;
    border-top-left-radius: 2px;
}
.panel-quick-page .page-reports > .panel {
    background-color: #de6489;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .page-indiredos > .panel {
    background-color: #FF0000;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .page-diretos > .panel {
    background-color: #FF8C00;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .page-pedidos > .panel {
    background-color: #DAA520;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page .page-idpatrocinador > .panel {
    background-color: #de6489;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.panel-quick-page > div .panel {
    border-radius: 0;
    margin-left: 1px;
    margin-bottom: 1px;
}

.panel-quick-page .panel-heading {
    padding: 15px 20px;
}

.panel-quick-page .panel-title {
    color: #fff;
}
.topPage > .panel > .panel-body {
    cursor: default;
}
.panel-quick-page .panel-body {
    padding-top: 0;
}
.panel-heading + .panel-body {
    padding-top: 0;
}
.panel-body {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-body {
    padding: 20px;
}

.panel-quick-page .page-icon {
    margin: 0;
    color: #fff;
    font-size: 70px;
    height: 70px;
    line-height: 0;
    text-align: center;
}
.panel {
    border: 0;
    border-radius: 1px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-color: #D9534F;
    border-style: solid;
}

.panel-heading {
    margin-bottom: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

    .panel-heading.min {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .panel-heading p {
        margin: 7px 0 0;
    }

    .panel-heading + .panel-body {
        padding-top: 0;
    }

.panel-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #313745;
    letter-spacing: .2px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

.panel-body {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .panel-body p + p {
        margin: 15px 0 0;
    }

    .panel-body .list-inline > li:first-child {
        padding-left: 0;
    }

    .panel-body .list-inline > li:last-child {
        padding-right: 0;
    }

    .panel-body.inverse {
        background-color: #3b4354;
        color: rgba(255, 255, 255, 0.8);
    }

.panel-default > .panel-heading > p {
    color: #696c74;
}

.panel-footer {
    background-color: #f0f1f4;
    border-color: transparent;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel-default .panel-options,
.panel-primary .panel-options,
.panel-success .panel-options,
.panel-warning .panel-options,
.panel-danger .panel-options,
.panel-info .panel-options,
.panel-info_ult .panel-options,
.panel-inverse .panel-options {
    top: 11px;
}

.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading,
.panel-info_ult .panel-heading, 
.panel-inverse .panel-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
}

    .panel-default .panel-heading .panel-title,
    .panel-primary .panel-heading .panel-title,
    .panel-success .panel-heading .panel-title,
    .panel-warning .panel-heading .panel-title,
    .panel-danger .panel-heading .panel-title,
    .panel-info .panel-heading .panel-title,
    .panel-info_ult .panel-heading .panel-title, 
    .panel-inverse .panel-heading .panel-title {
        color: #fff;
    }

    .panel-default .panel-heading p,
    .panel-primary .panel-heading p,
    .panel-success .panel-heading p,
    .panel-warning .panel-heading p,
    .panel-danger .panel-heading p,
    .panel-info .panel-heading p,
    .panel-info_ult .panel-heading p,
    .panel-inverse .panel-heading p {
        color: rgba(255, 255, 255, 0.8);
    }

.panel-default .panel-body,
.panel-primary .panel-body,
.panel-success .panel-body,
.panel-warning .panel-body,
.panel-danger .panel-body,
.panel-info .panel-body,
.panel-info_ult .panel-body,
.panel-inverse .panel-body {
    padding-top: 20px;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel > .panel-heading {
        padding: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

        .panel-group .panel > .panel-heading .panel-title {
            font-size: 12px;
        }

@media (max-width: 480px) {
    .panel-group .panel > .panel-heading .panel-title {
        line-height: 18px;
    }
}

.panel-group .panel > .panel-heading .panel-title > a {
    display: block;
    position: relative;
    padding: 18px 20px 15px;
    color: #505b72;
    color: #259dab;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-group .panel > .panel-heading .panel-title > a:hover,
    .panel-group .panel > .panel-heading .panel-title > a:focus {
        color: #259dab;
    }

    .panel-group .panel > .panel-heading .panel-title > a:after {
        content: '\f078';
        font-family: 'FontAwesome';
        font-size: 11px;
        font-weight: normal;
        color: #9fa8bc;
        position: absolute;
        top: 15px;
        right: 20px;
        display: none;
    }

    .panel-group .panel > .panel-heading .panel-title > a.collapsed {
        padding: 15px 20px;
        color: #505b72;
    }

        .panel-group .panel > .panel-heading .panel-title > a.collapsed:after {
            content: '\f054';
            color: #fff;
        }

        .panel-group .panel > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel > .panel-heading .panel-title > a.collapsed:focus {
            color: #262b36;
        }

.panel-group .panel > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #dbdfe6;
}

.panel-group .panel .panel-collapse.in > .panel-body,
.panel-group .panel .panel-collapse.collapsing > .panel-body {
    padding-top: 0;
}

.panel-group .panel:first-child,
.panel-group .panel:first-child > .panel-heading .panel-title > a {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.panel-group .panel:last-child,
.panel-group .panel:last-child > .panel-heading .panel-title > a.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel-default > .panel-heading .panel-title > a,
.panel-group .panel-primary > .panel-heading .panel-title > a,
.panel-group .panel-success > .panel-heading .panel-title > a,
.panel-group .panel-warning > .panel-heading .panel-title > a,
.panel-group .panel-danger > .panel-heading .panel-title > a,
.panel-group .panel-info > .panel-heading .panel-title > a,
.panel-group .panel-info_ult > .panel-heading .panel-title > a,
.panel-group .panel-inverse > .panel-heading .panel-title > a {
    margin-top: -1px;
}

    .panel-group .panel-default > .panel-heading .panel-title > a:after,
    .panel-group .panel-primary > .panel-heading .panel-title > a:after,
    .panel-group .panel-success > .panel-heading .panel-title > a:after,
    .panel-group .panel-warning > .panel-heading .panel-title > a:after,
    .panel-group .panel-danger > .panel-heading .panel-title > a:after,
    .panel-group .panel-info > .panel-heading .panel-title > a:after,
    .panel-group .panel-info_ult > .panel-heading .panel-title > a:after,
    
    .panel-group .panel-inverse > .panel-heading .panel-title > a:after {
        display: block;
    }

    .panel-group .panel-default > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-success > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-info > .panel-heading .panel-title > a.collapsed,
    .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed,
    
    .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed {
        color: rgba(255, 255, 255, 0.8);
        margin-top: 0;
    }

        .panel-group .panel-default > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-success > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-info > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed:hover,
        
        .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:hover,
        .panel-group .panel-default > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-success > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-info > .panel-heading .panel-title > a.collapsed:focus,
        .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed:focus,
        
        .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:focus {
            color: #fff;
        }

.panel-group .panel-default:first-child > .panel-heading,
.panel-group .panel-primary:first-child > .panel-heading,
.panel-group .panel-success:first-child > .panel-heading,
.panel-group .panel-warning:first-child > .panel-heading,
.panel-group .panel-danger:first-child > .panel-heading,
.panel-group .panel-info:first-child > .panel-heading,
.panel-group .panel-info_ult:first-child > .panel-heading,

.panel-group .panel-inverse:first-child > .panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-group .panel-default:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-primary:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-success:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-warning:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-danger:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-info:first-child > .panel-heading .panel-title > a,
    .panel-group .panel-info_ult:first-child > .panel-heading .panel-title > a,
    
    .panel-group .panel-inverse:first-child > .panel-heading .panel-title > a {
        margin-top: 0;
    }

.panel-group .panel-default:last-child > .panel-heading,
.panel-group .panel-primary:last-child > .panel-heading,
.panel-group .panel-success:last-child > .panel-heading,
.panel-group .panel-warning:last-child > .panel-heading,
.panel-group .panel-danger:last-child > .panel-heading,
.panel-group .panel-info:last-child > .panel-heading,
.panel-group .panel-info_ult:last-child > .panel-heading,

.panel-group .panel-inverse:last-child > .panel-heading,
.panel-group .panel-default:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-primary:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-success:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-warning:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-danger:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-info:last-child > .panel-heading .panel-title > a.collapsed,
.panel-group .panel-info_ult:last-child > .panel-heading .panel-title > a.collapsed,

.panel-group .panel-inverse:last-child > .panel-heading .panel-title > a.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel-default .panel-collapse.in > .panel-body,
.panel-group .panel-primary .panel-collapse.in > .panel-body,
.panel-group .panel-success .panel-collapse.in > .panel-body,
.panel-group .panel-warning .panel-collapse.in > .panel-body,
.panel-group .panel-danger .panel-collapse.in > .panel-body,
.panel-group .panel-info .panel-collapse.in > .panel-body,
.panel-group .panel-info_ult .panel-collapse.in > .panel-body,

.panel-group .panel-inverse .panel-collapse.in > .panel-body,
.panel-group .panel-default .panel-collapse.collapsing > .panel-body,
.panel-group .panel-primary .panel-collapse.collapsing > .panel-body,
.panel-group .panel-success .panel-collapse.collapsing > .panel-body,
.panel-group .panel-warning .panel-collapse.collapsing > .panel-body,
.panel-group .panel-danger .panel-collapse.collapsing > .panel-body,
.panel-group .panel-info .panel-collapse.collapsing > .panel-body,
.panel-group .panel-info_ult .panel-collapse.collapsing > .panel-body,

.panel-group .panel-inverse .panel-collapse.collapsing > .panel-body {
    padding-top: 0;
    margin-bottom: -1px;
}

.panel-group .panel-default > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-default > .panel-heading .panel-title > a,
    .panel-group .panel-default > .panel-heading .panel-title > a:hover,
    .panel-group .panel-default > .panel-heading .panel-title > a:focus {
        color: #9fa8bc;
    }

        .panel-group .panel-default > .panel-heading .panel-title > a.collapsed {
            background-color: #9fa8bc;
        }

            .panel-group .panel-default > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-default > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #909bb1;
            }

.panel-group .panel-default + .panel {
    border-color: #b4bbca;
}

.panel-group .panel-default > .panel-heading .panel-title > a,
.panel-group .panel-default > .panel-heading .panel-title > a:hover,
.panel-group .panel-default > .panel-heading .panel-title > a:focus {
    color: #3b4354;
}

.panel-group .panel-primary > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-primary > .panel-heading .panel-title > a,
    .panel-group .panel-primary > .panel-heading .panel-title > a:hover,
    .panel-group .panel-primary > .panel-heading .panel-title > a:focus {
        color: #2574ab;
    }

        .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed {
            background-color: #2574ab;
        }

            .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-primary > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #206696;
            }

.panel-group .panel-primary + .panel {
    border-color: #2b88c8;
}

.panel-group .panel-success > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-success > .panel-heading .panel-title > a,
    .panel-group .panel-success > .panel-heading .panel-title > a:hover,
    .panel-group .panel-success > .panel-heading .panel-title > a:focus {
        color: #259dab;
    }

        .panel-group .panel-success > .panel-heading .panel-title > a.collapsed {
            background-color: #259dab;
        }

            .panel-group .panel-success > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-success > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #208a96;
            }

.panel-group .panel-success + .panel {
    border-color: #2bb8c8;
}

.panel-group .panel-warning > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-warning > .panel-heading .panel-title > a,
    .panel-group .panel-warning > .panel-heading .panel-title > a:hover,
    .panel-group .panel-warning > .panel-heading .panel-title > a:focus {
        color: #e6ad5c;
    }

        .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed {
            background-color: #e6ad5c;
        }

            .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-warning > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #e3a246;
            }

.panel-group .panel-warning + .panel {
    border-color: #ebbd7b;
}

.panel-group .panel-danger > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-danger > .panel-heading .panel-title > a,
    .panel-group .panel-danger > .panel-heading .panel-title > a:hover,
    .panel-group .panel-danger > .panel-heading .panel-title > a:focus {
        color: #d9534f;
    }

        .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed {
            background-color: #d9534f;
        }

            .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-danger > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #d43f3a;
            }

.panel-group .panel-danger + .panel {
    border-color: #df706c;
}

.panel-group .panel-info > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-info > .panel-heading .panel-title > a,
    .panel-group .panel-info > .panel-heading .panel-title > a:hover,
    .panel-group .panel-info > .panel-heading .panel-title > a:focus {
        color: #5bc0de;
    }

        .panel-group .panel-info > .panel-heading .panel-title > a.collapsed {
            background-color: #5bc0de;
        }

            .panel-group .panel-info > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-info > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #46b8da;
            }

.panel-group .panel-info + .panel {
    border-color: #79cbe4;
}

.panel-group .panel-info_ult > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-info_ult > .panel-heading .panel-title > a,
    .panel-group .panel-info_ult > .panel-heading .panel-title > a:hover,
    .panel-group .panel-info_ult > .panel-heading .panel-title > a:focus {
        color: #2574ab;
    }

        .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed {
            background-color: #2574ab;
        }

            .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-info_ult > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #206696;
            }

.panel-group .panel-info_ult + .panel {
    border-color: #2b88c8;
}

.panel-group .panel-inverse > .panel-heading {
    background-color: transparent;
}

    .panel-group .panel-inverse > .panel-heading .panel-title > a,
    .panel-group .panel-inverse > .panel-heading .panel-title > a:hover,
    .panel-group .panel-inverse > .panel-heading .panel-title > a:focus {
        color: #505b72;
    }

        .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed {
            background-color: #505b72;
        }

            .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:hover,
            .panel-group .panel-inverse > .panel-heading .panel-title > a.collapsed:focus {
                background-color: #464f63;
            }

.panel-group .panel-inverse + .panel {
    border-color: #5f6b87;
}
/***** PROGRESS BARS *****/
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/***** POPOVER *****/
.popover {
    padding: 0;
}

.popover-title {
    border-bottom: 0;
    padding: 15px 15px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

.popover-content {
    padding: 15px;
    line-height: 20px;
}

.topPage > .panel > .panel-body {
			cursor: default;
}


@media (max-width: 768px) {
    .panel > .panel-body {
        overflow-y: auto;
    }

        .panel > .panel-body > a > div > span {
            font-size: 25px;
        }

    .panel-quick-page > .linksRapidos1 {
        width: 20%;
    }

    .panel-quick-page > .linksRapidos2 {
        width: 20%;
    }

    .panel-quick-page > .topPage {
        width: 33.333333%;
    }
}

@media (max-width: 600px) {

    .panel-quick-page > .topPage {
        width: 33.33333333%;
    }


    .panel > .panel-body > a > div > span {
        font-size: 20px;
    }

    .panel-quick-page > .linksRapidos1 {
        width: 33.33333%;
    }

    .panel-quick-page > .linksRapidos2 {
        width: 50%;
    }

    .meuDropDown {
        width: 50% !important;
    }
}

@media (max-width: 450px) {
    .panel > .panel-body > a > div > span {
        font-size: 16px;
    }

    .panel-quick-page > div {
        width: 33.33333%;
    }

        .panel-quick-page > div > .panel {
            height: 120px;
        }

    .panel-quick-page > .linksRapidos1 {
        width: 33.33333%;
    }

    .panel-quick-page > .linksRapidos2 {
        width: 50%;
    }


    .meuDropDown {
        width: 50% !important;
    }
}

@media (max-width: 280px) {
    .panel > .panel-body > a > div > span {
        font-size: 12px;
    }

    .panel-quick-page > div:nth-child(n) {
        width: 100%;
    }


    .meuDropDown {
        width: 50% !important;
    }
}
/***** DASHBOARD: QUICK PAGE ACCESS *****/
.panel-quick-page {
    margin: 0 0 20px;
}

    .panel-quick-page > div {
        padding: 0;
    }

        .panel-quick-page > div .panel {
            border-radius: 0;
            margin-left: 1px;
            margin-bottom: 1px;
        }

            .panel-quick-page > div .panel:hover,
            .panel-quick-page > div .panel:focus {
                cursor: pointer;
                position: relative;
            }

@media (max-width: 360px) {
    .panel-quick-page > div {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .panel-quick-page > div .panel-heading {
        padding: 10px;
    }
}

@media (max-width: 560px) {
    .panel-quick-page > div .panel-title {
        font-size: 11px;
    }
}

.panel-quick-page > div:first-child .panel {
    margin-left: 0;
    border-top-left-radius: 2px;
}

@media (max-width: 360px) {
    .panel-quick-page > div:nth-child(2) .panel {
        border-top-right-radius: 2px;
    }
}

@media (max-width: 991px) {
    .panel-quick-page > div:nth-child(3) .panel {
        border-top-right-radius: 2px;
    }
}

@media (max-width: 360px) {
    .panel-quick-page > div:nth-child(3) .panel {
        border-top-right-radius: 0;
    }
}

.panel-quick-page > div:nth-child(4) .panel {
    border-top-right-radius: 2px;
}

@media (max-width: 991px) {
    .panel-quick-page > div:nth-child(4) .panel {
        margin-left: 0;
        border-top-right-radius: 0;
    }
}

.panel-quick-page > div:nth-child(5) .panel {
    margin-left: 0;
    border-bottom-left-radius: 2px;
}

@media (max-width: 991px) {
    .panel-quick-page > div:nth-child(5) .panel {
        margin-left: 1px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

@media (max-width: 991px) {
    .panel-quick-page > div:nth-child(7) .panel {
        margin-left: 0;
        border-bottom-left-radius: 2px;
    }
}

@media (max-width: 360px) {
    .panel-quick-page > div:nth-child(7) .panel {
        border-bottom-left-radius: 0;
    }
}

.panel-quick-page > div:last-child .panel {
    border-bottom-right-radius: 2px;
}

@media (max-width: 360px) {
    .panel-quick-page > div:nth-child(odd) > .panel {
        margin-left: 0;
    }

    .panel-quick-page > div:nth-child(even) > .panel {
        margin-left: 1px;
    }
    /*.panel-quick-page > div:last-child {
    width: 100%;
  }*/
    .panel-quick-page > div:last-child > .panel {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }
}

.panel-quick-page .hvr-shutter-out-vertical {
    display: block;
}

.panel-quick-page .page-user > .panel {
    background-color: #2ab0c0;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-user > .panel:hover,
    .panel-quick-page .page-user > .panel:focus {
        background-color: #259dab;
    }

.panel-quick-page .page-products > .panel {
    background-color: #31b0d5;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-products > .panel:hover,
    .panel-quick-page .page-products > .panel:focus {
        background-color: #28a1c5;
    }

.panel-quick-page .page-events > .panel {
    background-color: #469bd7;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-events > .panel:hover,
    .panel-quick-page .page-events > .panel:focus {
        background-color: #2a82c0;
    }

.panel-quick-page .page-messages > .panel {
    background-color: #2a82c0;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-messages > .panel:hover,
    .panel-quick-page .page-messages > .panel:focus {
        background-color: #2574ab;
    }


.panel-quick-page .page-reports > .panel {
    background-color: #de6489;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-reports > .panel:hover,
    .panel-quick-page .page-reports > .panel:focus {
        background-color: #d43a69;
    }

.panel-quick-page .page-vendas > .panel {
    background-color: #4B0082;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-vendas > .panel:hover,
    .panel-quick-page .page-vendas > .panel:focus {
        background-color: #8A2BE2;
    }

.panel-quick-page .page-indiredos > .panel {
    background-color: #FF0000;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-indiredos > .panel:hover,
    .panel-quick-page .page-indiredos > .panel:focus {
        background-color: #d43a69;
    }


.panel-quick-page .page-diretos > .panel {
    background-color: #FF8C00;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-diretos > .panel:hover,
    .panel-quick-page .page-diretos > .panel:focus {
        background-color: #FF7F50;
    }

.panel-quick-page .page-pedidos > .panel {
    background-color: #DAA520;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-pedidos > .panel:hover,
    .panel-quick-page .page-pedidos > .panel:focus {
        background-color: #B8860B;
    }

.panel-quick-page .page-statistics > .panel {
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
        background-color: #e17f90;
        border-radius: 0px;
    
}

    .panel-quick-page .page-statistics > .panel:hover,
    .panel-quick-page .page-statistics > .panel:focus {
        background-color: #d9534f;
    }


.panel-quick-page .page-notificacoes > .panel {
    background-color: #9d70e2;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-notificacoes > .panel:hover,
    .panel-quick-page .page-notificacoes > .panel:focus {
        background-color: #8046da;
    }

.panel-quick-page .page-support > .panel {
    background-color: #9d70e2;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-support > .panel:hover,
    .panel-quick-page .page-support > .panel:focus {
        background-color: #8046da;
    }

.panel-quick-page .page-acessos > .panel {
    background-color: #727f9c;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-acessos > .panel:hover,
    .panel-quick-page .page-acessos > .panel:focus {
        background-color: #5b6781;
    }

.panel-quick-page .page-idpatrocinador > .panel {
    background-color: #de6489;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-idpatrocinador > .panel:hover,
    .panel-quick-page .page-idpatrocinador > .panel:focus {
        background-color: #de6489;
    }

.panel-quick-page .page-privacy > .panel {
    background-color: #727f9c;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-privacy > .panel:hover,
    .panel-quick-page .page-privacy > .panel:focus {
        background-color: #5b6781;
    }

.panel-quick-page .page-settings > .panel {
    background-color: #657390;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .panel-quick-page .page-settings > .panel:hover,
    .panel-quick-page .page-settings > .panel:focus {
        background-color: #505b72;
    }

.panel-quick-page .panel-heading {
    padding: 15px 20px;
}

.panel-quick-page .panel-title {
    color: #fff;
}

.panel-quick-page .panel-body {
    padding-top: 0;
}

.panel-quick-page .page-icon {
    margin: 0;
    color: #fff;
    font-size: 70px;
    height: 70px;
    line-height: 0;
    text-align: center;
}
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.nomargin {
    margin: 0;
}

.noshadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nopadding {
    padding: 0;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.italic {
    font-style: italic;
}

.dark {
    color: #333;
}

.width100p {
    width: 100%;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width200 {
    width: 200px;
}

.inblock {
    display: inline-block;
}

.dash-title {
    padding: 14px 18px;
    background-color: #505b72;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 1px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.btn-demo .btn {
    float: left;
    margin: 10px 10px 0 0;
    min-width: 100px;
}

    .btn-demo .btn.btn-icon {
        min-width: 0;
    }

.btn-demo:before,
.btn-demo:after {
    content: " ";
    display: table;
}

.btn-demo:after {
    clear: both;
}

.btn-demo:before,
.btn-demo:after {
    content: " ";
    display: table;
}

.btn-demo:after {
    clear: both;
}
/***** PANEL WEATHER *****/
.panel-weather .today-day {
    font-weight: 200;
    font-size: 25px;
    color: #fff;
    margin-top: 0;
}

.panel-weather .today-date {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
}

.panel-weather .today-cloud {
    font-size: 72px;
    text-align: center;
    display: block;
    margin-top: -10px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel-danger {
    border-color: #c9302c;
}

    .panel-danger > .panel-heading {
        color: #d9534f;
        background-color: #d9534f;
        border-color: #c9302c;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #c9302c;
        }

        .panel-danger > .panel-heading .badge {
            color: #d9534f;
            background-color: #d9534f;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #c9302c;
    }
    
    .dash-left .table > thead > tr > th,
.dash-right .table > thead > tr > th,
.dash-left .table > tbody > tr > th,
.dash-right .table > tbody > tr > th,
.dash-left .table > tfoot > tr > th,
.dash-right .table > tfoot > tr > th,
.dash-left .table > thead > tr > td,
.dash-right .table > thead > tr > td,
.dash-left .table > tbody > tr > td,
.dash-right .table > tbody > tr > td,
.dash-left .table > tfoot > tr > td,
.dash-right .table > tfoot > tr > td {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .dash-left,
    .dash-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dash-right .col-sm-5 {
        width: 41.6667%;
    }
}

@media (max-width: 640px) {
    .dash-right .col-sm-5 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 560px) {
    .dash-right .col-sm-5 {
        width: auto;
        float: none;
    }
}

.panel-primary {
    border-color: #2574ab;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #2574ab;
        border-color: #2574ab;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #2574ab;
        }

        .panel-primary > .panel-heading .badge {
            color: #2574ab;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #2574ab;
    }
    
.panel-info_ult  {
    border-color: #9b59b6;
}

    .panel-info_ult > .panel-heading {
        color: #ffffff;
        background-color: #9b59b6;
        border-color: #9b59b6;
    }

        .panel-info_ult > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #9b59b6;
        }

        .panel-info_ult > .panel-heading .badge {
            color: #9b59b6;
            background-color: #ffffff;
        }

	    .panel-info_ult > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #9b59b6;
	    }
    

.panel-success  {
    border-color: #1BA1E2;
}

    .panel-success > .panel-heading {
        color: #ffffff;
        background-color: #1BA1E2;
        border-color: #1BA1E2;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #1BA1E2;
        }

        .panel-success > .panel-heading .badge {
            color: #1BA1E2;
            background-color: #ffffff;
        }

	    .panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #1BA1E2;
	    }
    
.panel-info  {
    border-color: #1457AF;
}

    .panel-info > .panel-heading {
        color: #ffffff;
        background-color: #1457AF;
        border-color: #1457AF;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #1457AF;
        }

        .panel-info > .panel-heading .badge {
            color: #1457AF;
            background-color: #ffffff;
        }

	    .panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #1457AF;
	    }

.panelpatro {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
. {
    border-color: #ddd;
}
.panelpatro {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}    
   
.ng-pristine {
}
.ng-valid {
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -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;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.rowdados {
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-12-dados {
    width: 100%;
}
.col-sm-12-dados {
    float: left;
}
.col-sm-12-dados {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-sm-6-dados {
    width: 50%;
}
.col-sm-6-dados {
    float: left;
}


.form-group-dados {
    margin-bottom: 15px;
}

.form-control-dados {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.box-topo {background-color:#000;border-bottom:4px solid #b08d4e;height:80px;display:block;width:100%;}
.box-topo img {margin-top:7px;}

.help-block {color:#ff0000;font-size:12px;}
.popoverData {cursor:pointer;}

.validation-invalid {font-size:12px;color:#ff0000;padding:5px;}
.validation-valid {display:none;}
.validacao-erro {color:#AC2925;font-size:12px;padding:5px;padding-bottom:0px;}

.ng-valid {}
.ng-invalid {}
.ng-pristine {}
.ng-dirty {}
.ng-touched{}

/* really specific css rules applied by angular */
.ng-valid-required{border-color:#ccc !important;}
.ng-invalid-required{}
.ng-invalid-minlength {}
.ng-valid-max-length {}

.color_orange {
	color: #f98423;
}
.color_black {
	color: #2b2d30;
}
.color_white {
	color: #ffffff;
}
.color_gray {
	color: #65686a;
}
.color_gray_light {
	color: #b6babd;
}
.font_heading {
	font-family: 'proxima_nova_ltregular';
}
.font_heading02 {
	font-family: 'museo_slab_500regular';
}
.ucase {
	text-transform:uppercase;
}
.margin_heading {
	margin:8px 0px 25px 0;
}
.txt10 {
	font-size: 10px;
	line-height:16px;
}
.txt11 {
	font-size: 11px;
	line-height:16px;
}
.txt12 {
	font-size: 12px;
	line-height:18px;
}
.label.label-sm {
    font-size: 10px;
    font-weight: 600;
    padding: 3px 6px 3px 6px;
}
.label.label-sm {
    font-size: 12px;
    padding: 0px 4px 1px 4px;
}
.label {
    text-transform: uppercase;
    padding: 2px 6px 4px 6px;
    font-size: 10px;
    font-weight: 600;
}
.label-danger {
    background-color: #cb5a5e;
}
.label {
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.label {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 1px 2px rgba(0, 0, 0, .18);
}
.label-danger {
    background-color: #d9534f;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-success {
    background-color: #26a69a;
}

.rdiobox {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

/**
*** Seta para ESQUERDA
**/
.seta-esquerda:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid blue; 
}

/**
*** Seta para DIREITA
**/
.seta-direita:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid green;
}

/**
*** Seta para CIMA
**/
.seta-cima:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

/**
*** Seta para BAIXO
**/
.seta-baixo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
}


 #content-binario .row tr,img{page-break-inside:avoid}
 #content-binario .row img{max-width:100%!important}
 
 #content-binario .row *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
 #content-binario .row :before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}


/* >>>>>>> binario/main.css <<<<<<< */

#content-binario #select-side {
float: none;
margin: 0 auto;
}
#content-binario #select-side th {
padding-bottom: 25px;
font-size: 14px;
font-weight: 400;
text-align: center;
}
#content-binario #select-side td {
padding: 6px 0;
background-color: #f6f6f6;
}
#content-binario #select-side table td {
width: 33%;
padding: 5px 0;
text-align: center;
border-right: 1px solid #cacaca;
}
#content-binario #select-side table td label {
font-size: 18px;
font-weight: 800;
color: #999;
}
#content-binario #select-side table td:last-child {
border-right: 0;
}
#content-binario #select-side table td.active label {
color: #af1523 /*colorDefault*/;
}
#content-binario #select-side table td.active .icon-active-green {
opacity: 1;
}
#content-binario #select-side .icon-active-green {
width: 15px;
height: 12px;
display: inline-block;
margin-left: 15px;
opacity: 0;
position: relative;
top: -9px;
}
#content-binario #select-side .prettyradio {
top: 0;
}
#content-binario #select-side .prettyradio label {
margin: 3px 0 0;
}
#content-binario #tree {
padding-bottom: 40px;
}
#content-binario #tree ul {
padding-top: 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
#content-binario #tree ul li {
width: 50%;
float: left;
text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
#content-binario #tree ul li:first-child::before,
#content-binario #tree ul li:last-child::after {
border: 0 none;
}
#content-binario #tree ul li:first-child::after {
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}
#content-binario #tree ul li:last-child::before {
border-right: 1px solid #ccc;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
#content-binario #tree ul li::before,
#content-binario #tree ul li::after {
content: '';
position: absolute;
top: 0;
right: 50%;
border-top: 1px solid #ccc;
width: 50%;
height: 25px;
}
#content-binario #tree ul li::after {
right: auto;
left: 50%;
border-left: 1px solid #ccc;
}
#content-binario #tree ul li:only-child {
width: 100%;
padding-top: 0;
}
#content-binario #tree ul li:only-child::after,
#content-binario #tree ul li:only-child::before {
display: none;
}
#content-binario #tree ul a {
padding: 5px 10px;
text-decoration: none;
color: #666;
font-size: 11px;
display: inline-block;
position: relative;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
#content-binario #tree ul a img {
width: 60px;
height: 60px;
}
#content-binario ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
#content-binario #tree ul a:hover,
#content-binario #tree ul a:hover + ul li a {
background: #c8e4f8;
color: #000;
}
#content-binario #tree ul a:hover + li::after,
#content-binario #tree ul a:hover + li::before,
#content-binario #tree ul a:hover + ul::before {
border-color: #94a0b4;
}
#content-binario #tree ul ul::before {
content: '';
position: absolute;
top: 0;
left: 50%;
border-left: 1px solid #ccc;
width: 0;
height: 20px;
}
#content-binario #tree .cx-infos-user {
width: 250px;
padding: 10px 15px;
margin-left: -125px;
position: absolute;
bottom: 90px;
left: 50%;
z-index: 99999;
box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
border-radius: 5px;
background: #fff;
}
#content-binario #tree .cx-infos-user .fa-caret-down {
position: absolute;
left: 50%;
bottom: -11px;
margin-left: -5.5px;
color: #fff;
font-size: 20px;
}
#content-binario #tree .cx-infos-user .infos {
position: relative;
display: block;
}
#content-binario #tree .cx-infos-user .infos .tit-user {
width: 100%;
margin: 0 0 2px;
padding-bottom: 2px;
display: inline-block;
border-bottom: 1px solid #999;
font-size: 14px;
color: #000;
font-weight: 700;
text-align: center;
}
#content-binario #tree .cx-infos-user .infos table {
width: 100%;
text-align: left;
}
#content-binario #tree .cx-infos-user .infos table td {
padding: 3px 5px 3px 0;
vertical-align: middle;
font-size: 12px;
color: #999;
font-weight: 400;
}
#content-binario #tree .cx-infos-user .infos .qlf {
color: #f89d42;
margin-left: 5px;
}
#content-binario #tree .cx-infos-user .infos .bronze {
color: #b08d4e;
}
#content-binario .voltar-rede {
float: none;
}
#legendas {
width: 100%;
}
#legendas td {
width: 7.6923076923076925%;
padding-bottom: 5px;
text-align: center;
vertical-align: middle;
}
#legendas td img {
width: 45px;
}
#legendas .names td {
vertical-align: top;
font-size: 12px;
}




/* >>>>>>> FINAL binario/main.css <<<<<<< */


.content {
	width: 100%;
	min-height: 400px;
	display: inline-block;
	padding: 0 0 25px;
}
.content-admin,
	#content-index.content-backoffice {
	padding-top: 50px;
}
.content-wrap {
	min-height: 100%;
	margin-bottom: -106px;
}
.content-wrap:after {
	content: '';
	height: 101px;
	display: block;
}
.center {
	max-width: 985px;
	padding: 0 15px;
	margin: 0 auto;
}

/* titles */
.title-content {
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 24px;
color: #af1523 /*colorDefault*/;
font-weight: 800;
text-transform: uppercase;
border-bottom: 1px solid #af1523 /*colorDefault*/;
}
.title-content table {
width: 100%;
}
.title-content a {
font-size: 14px;
padding: 5px 10px;
}
.title-content .chosen-container {
width: auto!important;
text-transform: initial;
}
.title-content .chosen-container .chosen-single {
font-weight: 400;
font-size: 16px;
padding-top: 0;
padding-bottom: 0;
}
.title-content .chosen-container .chosen-single span {
line-height: 30px;
}
.title-content .chosen-container .chosen-single,
.title-content .chosen-container .chosen-single span {
height: 30px;
}
.title-content .chosen-container .active-result {
font-size: 14px;
color: #333;
font-weight: 400;
}
.title-centered {
font-size: 16px;
text-align: center;
position: relative;
color: #af1523 /*colorDefault*/;
z-index: 0;
}
.title-centered span {
padding: 0 10px;
position: relative;
z-index: 2;
background: #fff;
}
.title-centered hr {
width: 100%;
margin: 0;
padding: 0;
top: 50%;
z-index: 1;
border-top: 1px solid #af1523 /*colorDefault*/;
position: absolute;
}
.title-centered .btn-export {
padding: 0 5px;
float: right;
position: relative;
top: -3px;
z-index: 2;
color: #af1523 /*colorDefault*/;
font-size: 20px;
background: #fff;
}
.pageLength {
margin-bottom: 15px;
}
.filter-form {
width: 100%;
display: inline-block;
padding: 15px 15px 10px;
border-radius: 5px;
background: #F3F3F3;
}
.filter-form .row {
margin-bottom: 10px;
}
.filter-form label {
width: 95px;
text-align: right;
float: left;
position: relative;
top: 7px;
margin-right: 10px;
}
.filter-form .select-box {
display: inline-block;
height: 34px;
}
.filter-form .chosen-container {
width: 200px!important;
}
.filter-form .chosen-container .chosen-single,
.filter-form .chosen-container .chosen-single span {
height: 34px;
}
.filter-form .chosen-container .chosen-single span {
line-height: 34px;
}
.filter-form input[type=text] {
width: 200px;
padding: 5px;
border-radius: 0;
background-color: #fff;
border: 2px solid #e4e4e4;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.filter-form input[type=submit] {
width: 200px;
padding: 7px 0;
margin-top: 2px;
}
@media (max-width: 944px) {
.filter-form label {
width: 100%;
text-align: left;
display: block;
}
.filter-form input,
.filter-form .select-box,
.filter-form .chosen-container {
max-width: 100%!important;
width: 100%!important;
}
.filter-form select {
max-width: 100%;
width: auto;
}
.filter-form .select-box select {
width: auto!important;
position: relative;
}
.filter-form .col-xs-6 .row {
margin-left: -10px;
margin-right: -10px;
}
}
.table.table-list {
background-color: #f9f9f9;
border: 0;
border-radius: 5px;
text-align: center;
}
.table.table-list th {
padding: 15px 5px;
border: 0;
color: #000;
font-size: 14px;
font-weight: 800;
text-align: center;
}
.table.table-list td:first-child {
border-left: 0;
}
.table.table-list td:last-child {
border-right: 0;
}
.table.table-list tr:last-child td {
border-bottom: none;
}
.table.table-list td {
color: #666;
font-weight: 400;
font-size: 14px;
vertical-align: middle;
}
.table.table-list .actions {
width: 131px;
text-align: center;
}
.table.table-list .actions a,
.table.table-list .actions .action-button {
display: inline-block;
margin: 0 5px;
}
.table.table-list tbody tr {
background-color: #fff;
}
.table.table-list tfoot td {
padding: 8px 20px;
font-weight: 400;
text-align: left;
border-right: 0;
border-left: 0;
}
.table.table-list tfoot td:last-child {
text-align: right;
}
.title-colored {
margin: 0;
padding: 15px 0;
font-size: 20px;
font-weight: 800;
color: #fff;
text-indent: 20px;
background-color: #af1523 /*colorDefault*/;
border-radius: 5px 5px 0 0;
}
.box-gray {
width: 100%;
margin-bottom: 20px;
display: inline-block;
background-color: #f3f3f3;
border-radius: 0 0 5px 5px;
}
.box-gray.box-gray-striped > div {
border-bottom: 1px solid #ccc;
}
.box-gray.box-gray-striped > div.last {
border: none;
}
.box-gray > div {
padding-top: 20px;
padding-bottom: 20px;
color: #000;
font-weight: 800;
font-size: 14px;
}
.box-gray .text-red {
color: #fe5454;
}
body .datepicker {
margin-top: 0;
}
.datepicker td.active.active,
.ui-dialog-titlebar,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
background: #af1523 /*colorDefault*/ !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
background-color: transparent!important;
}
.cards .card {
width: 100%;
margin-bottom: 30px;
display: inline-block;
text-decoration: none;
color: #111;
text-align: center;
border-radius: 5px;
font-size: 24px;
border-bottom: 3px solid transparent;
position: relative;
background-color: #eee;
}
.cards .card figure {
width: 60px;
height: 60px;
margin: 30px auto;
font-size: 30px;
border-radius: 50%;
line-height: 60px;
color: #eee;
opacity: 0.8;
transition: opacity .2s linear;
}
.cards .card h4 {
width: 100%;
margin: 0;
padding: 0 10px;
display: inline-block;
position: relative;
z-index: 2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: all .2s linear;
}
.cards .card:after {
width: 100%;
height: 0;
max-height: 35px;
content: "";
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
transition: all .2s linear;
}
.cards .card:hover:after {
height: 35px;
}
.cards .card:hover figure {
opacity: 1;
}
.cards .card:hover h4 {
color: #eee;
}
.cards .card.card-pink {
border-color: #ED848E;
}
.cards .card.card-pink figure {
background-color: #ED848E;
}
.cards .card.card-pink:hover:after {
background: #ED848E;
}
.cards .card.card-purple {
border-color: #BB81BE;
}
.cards .card.card-purple figure {
background-color: #BB81BE;
}
.cards .card.card-purple:hover:after {
background: #BB81BE;
}
.cards .card.card-blue {
border-color: #54ABEE;
}
.cards .card.card-blue figure {
background-color: #54ABEE;
}
.cards .card.card-blue:hover:after {
background: #54ABEE;
}
.cards .card.card-orange {
border-color: #FBBC9A;
}
.cards .card.card-orange figure {
background-color: #FBBC9A;
}
.cards .card.card-orange:hover:after {
background: #FBBC9A;
}
.cards .card.card-dark-blue {
border-color: #3C5A98;
}
.cards .card.card-dark-blue figure {
background-color: #3C5A98;
}
.cards .card.card-dark-blue:hover:after {
background: #3C5A98;
}
.cards .card.card-red {
border-color: #DD4C3B;
}
.cards .card.card-red figure {
background-color: #DD4C3B;
}
.cards .card.card-red:hover:after {
background: #DD4C3B;
}
.action-button {
cursor: pointer;
}
#datatable_filter {
width: 100%;
float: left;
position: relative;
}
#datatable_filter label {
width: 100%;
}
#datatable_filter input[type=search] {
width: 100%;
margin-left: 0;
padding-left: 25px;
}
#datatable_filter .fa-search {
position: absolute;
left: 8px;
top: 50%;
margin-top: -10px;
}
.form-modal label {
display: block;
}
.form-modal input[type=text],
.form-modal input[type=password],
.form-modal input[type=submit],
.form-modal .chosen-container {
width: 100%;
margin-bottom: 15px;
}
.paginationControl .prev,
.paginationControl .next,
.paginationControl .page-current,
.paginationControl a {
width: 20px;
height: 20px;
margin: 0 1px;
display: inline-block;
font-size: 14px;
color: #af1523 /*colorDefault*/;
text-align: center;
text-decoration: none;
}
.paginationControl .prev,
.paginationControl .next {
color: #fff;
background: #af1523 /*colorDefault*/;
}
.paginationControl .page-current,
.paginationControl .disabled {
opacity: 0.3;
}
@media screen and (max-width: 980px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 1px solid #ddd;
}
}
@media (max-width: 768px) {
.title-content {
font-size: 20px;
}
}
select {
max-width: 100%;
width: auto;
}
.prettycheckbox, .prettyradio {
display:inline-block;
padding:0;
margin:0;
position: relative;
top: -5px;
}

.prettycheckbox>a, .prettyradio>a {
height:30px;
width:30px;
display:block;
float:left;
cursor:pointer;
margin:0;
background:url('../../images/layout/sprite-radio-check.png');
}

.prettycheckbox>a:focus, .prettyradio>a:focus {
outline:0 none;
}

.prettycheckbox label, .prettyradio label {
display:block;
float:left;
margin:6px 5px;
cursor:pointer;
}

.prettycheckbox a.disabled, .prettycheckbox label.disabled, .prettyradio a.disabled, .prettyradio label.disabled {
cursor:not-allowed;
}

.prettycheckbox>a {
background-position: 0 0;
}

.prettycheckbox>a:focus {
background-position: 0 -30px;
}

.prettycheckbox>a.checked {
background-position: 0 -60px;
}

.prettycheckbox>a.checked:focus {
background-position: 0 -90px;
}

.prettycheckbox>a.checked.disabled {
background-position: 0 -150px;
}

.prettycheckbox>a.disabled {
background-position: 0 -120px;
}

.prettyradio>a {
background-position: 0 -180px;
}

.prettyradio>a:focus {
background-position: 0 -210px;
}

.prettyradio>a.checked {
background-position: 0 -240px;
}

.prettyradio>a.checked:focus {
background-position: 0 -270px;
}

.prettyradio>a.checked.disabled {
background-position: 0 -330px;
}

.prettyradio>a.disabled {
background-position: 0 -300px;
}


/* error */
.error.prettycheckbox>a {
background-position: -50px -30px;
}

.error.prettyradio>a {
background-position: -50px -210px;
}

#content-rede .forma-exibir {
width: 35px;
margin: 0 5px;
padding: 5px;
display: inline-block;
border-radius: 3px;
font-size: 16px;
text-align: center;
opacity: 0.7;
color: #fff;
background-color: #af1523 /*colorDefault*/;
}
#content-rede .forma-exibir.active,
#content-rede .forma-exibir:hover {
opacity: 1;
}
#content-rede .invisible {
width: 100%;
height: 0px;
overflow: hidden;
position: absolute;
left: -9999em;
visibility: hidden;
display: block;
}
#content-rede .box-alert {
margin: 10px 15px;
text-align: center;
}
#content-rede .box-alert h3 {
margin: 5px 0;
font-size: 14px;
color: #878787;
font-weight: 500;
}
#content-rede .box-alert h3 span {
color: #af1523 /*colorDefault*/;
}
#content-rede th.index {
width: 90px;
}
#content-rede th.cod {
width: 150px;
}
#content-rede th.indicacoes {
width: 100px;
}
#content-rede th.data-cad {
width: 120px;
}
#content-rede th.estado {
width: 60px;
}
#content-rede td {
vertical-align: middle;
}
#content-rede td.index {
text-align: left;
}
#content-rede .icon-arrow-diagonal {
width: 8px;
height: 10px;
}
#content-rede .datagrid-view1 table {
width: 100%;
}
#content-rede .tree-icon.tree-file {
display: none;
}
#content-rede .codigo-cell {
cursor: pointer;
position: relative;
}
#content-rede .codigo-cell span {
width: 30px;
height: 30px;
display: inline-block;
}
#content-rede .codigo-cell > div {
width: 100%;
display: table;
}
#content-rede .codigo-cell > div div {
width: 50%;
padding: 0 8px;
display: table-cell;
color: #af1523 /*colorDefault*/;
vertical-align: middle;
text-align: left;
}
#content-rede .codigo-cell > div div:first-child {
text-align: right;
}
#content-rede .datagrid-view1 .treegrid-tr-tree > td {
padding: 0;
}
#content-rede .datagrid-view2 .datagrid-header td,
#content-rede .datagrid-view2 .datagrid-body td {
padding: 0 10px;
}
#content-rede .datagrid-view2 .treegrid-tr-tree > td {
padding: 0;
}
#content-rede .datagrid-body td {
padding-top: 10px;
padding-bottom: 10px;
}
#content-rede .box-modo-linear td[field="codigo"] {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#content-rede #box-arvore .people figure {
width: 80px;
display: inline-block;
margin-bottom: 15px;
}
#content-rede #box-arvore .people figure img {
width: 100%;
height: 80px;
}
#content-rede #box-arvore .tree {
width: 100%;
top: -140px;
padding-top: 180px;
padding-left: 100px;
padding-bottom: 50px;
text-align: center;
margin-right: auto;
margin-left: auto;
overflow-x: scroll;
overflow-y: visible;
position: relative;
}
#content-rede #box-arvore .tree .mask-tree {
min-width: 700px;
}
#content-rede #box-arvore .tree ul {
padding-top: 20px;
position: relative;
transition: all 0.5s;
}
#content-rede #box-arvore .tree ul ul::before {
content: '';
position: absolute;
top: 0;
left: 50%;
border-left: 1px solid #ccc;
width: 0;
height: 20px;
}
#content-rede #box-arvore .tree ul[nivel="1"]::before {
display: none;
}
#content-rede #box-arvore .tree li {
float: left;
text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
}
#content-rede #box-arvore .tree li::before,
#content-rede #box-arvore .tree li::after {
content: '';
position: absolute;
top: 0;
right: 50%;
border-top: 1px solid #ccc;
width: 50%;
height: 25px;
}
#content-rede #box-arvore .tree li::after {
right: auto;
left: 50%;
border-left: 1px solid #ccc;
}
#content-rede #box-arvore .tree li:only-child::after,
#content-rede #box-arvore .tree li:only-child::before {
display: none;
}
#content-rede #box-arvore .tree li:only-child {
padding-top: 0;
}
#content-rede #box-arvore .tree li:first-child::before,
#content-rede #box-arvore .tree li:last-child::after {
border: 0 none;
}
#content-rede #box-arvore .tree li:last-child::before {
border-right: 1px solid #ccc;
border-radius: 0 5px 0 0;
}
#content-rede #box-arvore .tree li:first-child::after {
border-radius: 5px 0 0 0;
}
#content-rede #box-arvore .tree a {
cursor: pointer;
padding: 5px 10px;
text-decoration: none;
color: #666;
font-family: arial, verdana, tahoma;
font-size: 11px;
display: inline-block;
border-radius: 5px;
position: relative;
transition: all 0.5s;
}
#content-rede #box-arvore .tree a:hover,
#content-rede #box-arvore .tree a:hover + ul li a {
background: #c8e4f8;
color: #000;
}
#content-rede #box-arvore .tree a:hover + ul li::after,
#content-rede #box-arvore .tree a:hover + ul li::before,
#content-rede #box-arvore .tree a:hover + ul::before,
#content-rede #box-arvore .tree a:hover + ul ul::before {
border-color: #94a0b4;
}
#content-rede #box-arvore .tree a img {
width: 60px;
height: 60px;
}
#content-rede #box-arvore .tree #office_content {
width: 100%;
float: left;
}
#content-rede #box-arvore .tree .fixed_item {
position: absolute;
left: 50%;
top: 20px;
cursor: pointer;
z-index: 10;
}
#content-rede #box-arvore .tree .fixed_item:before {
content: '';
}
#content-rede #box-arvore .tree .identify-nivel:after {
height: 35px;
}
#content-rede #box-arvore .tree .identify-nivel span {
width: 80px;
margin-top: 20px;
padding: 5px;
display: block;
border-radius: 5px;
color: #fff;
font-size: 16px;
text-align: center;
text-transform: uppercase;
background-color: #af1523 /*colorDefault*/;
}
#content-rede #box-arvore .tree .cx-infos-user {
width: 350px;
padding: 10px 15px;
margin-left: -175px;
display: none;
position: absolute;
bottom: 90px;
left: 50%;
z-index: 99999;
box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
border-radius: 5px;
background: #fff;
}
#content-rede #box-arvore .tree .cx-infos-user .fa-caret-down {
position: absolute;
left: 50%;
bottom: -11px;
margin-left: -5.5px;
color: #fff;
font-size: 20px;
}
#content-rede #box-arvore .tree .cx-infos-user .infos {
position: relative;
display: block;
}
#content-rede #box-arvore .tree .cx-infos-user .infos .tit-user {
width: 100%;
margin: 0;
padding: 5px 0;
display: inline-block;
border-bottom: 1px solid #ccc;
font-size: 12px;
color: #000;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
#content-rede #box-arvore .tree .cx-infos-user .infos table {
width: 100%;
text-align: left;
}
#content-rede #box-arvore .tree .cx-infos-user .infos table td {
padding: 3px 5px 3px 0;
vertical-align: middle;
font-size: 12px;
color: #999;
font-weight: 400;
}
#content-rede #box-arvore .tree .cx-infos-user .infos .qlf {
color: #f89d42;
margin-left: 5px;
}
#content-rede #box-arvore .tree .cx-infos-user .infos .bronze {
color: #b08d4e;
}
#content-rede #legendas {
width: 100%;
}
#content-rede #legendas td {
width: 7.6923076923076925%;
padding-bottom: 5px;
text-align: center;
vertical-align: middle;
}
#content-rede #legendas td img {
width: 45px;
}
#content-rede #legendas .names td {
vertical-align: top;
font-size: 12px;
}

/*DEPOIMENTOS*/
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*SLIDESHOW*/
#slide-top{
    -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.64);
    -moz-box-shadow:    0px 4px 7px 0px rgba(50, 50, 50, 0.64);
    box-shadow:         0px 4px 7px 0px rgba(50, 50, 50, 0.64);
     margin-top: -19px;
}
#slide-top IMG, #banner-meio_r IMG{
    width: 100%;
}
.cursor-default{
    cursor: default !important;
}
@media (max-width:1024px){
    #drop-tabs A{
        font-size: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    #carrinho-cheio h4{
        font-size: 11px !important;
    }
    .font-15{ font-size: 13px !important;}
    .font-16{
        font-size: 14px !important;
    }    
    .product-name{
        font-size: 14px !important;
    }
}

/*HR*/
.separador h3 {
   font-size:1.2em  !important; 
   color:#$bd !important; 
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #$bd; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.separador h1 span { 
    padding:0 10px; 
}
.separador h1 {
   margin: 10px 0 20px; 
   font-size:1.2em  !important; 
   color:#$bd !important; 
   overflow: hidden;
   text-align: center;
}
.separador h1:before,
.separador h1:after {
    background-color: #$bd;
    content: \"\";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.separador h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.separador h1:after {
    left: 0.5em;
    margin-right: -50%;
}
.hello-cliente{
    color: #$bh !important;
    display: inline-block;
    margin: 0px !important;
    padding-left:20px;
    font-size: 14px;
}

/*News Latter*/
.news{
    background-color: #3b3b41; 
    padding:2%; 
    color:#FAFAFA;    
}

.alinhadepo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.conteudopro {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.centro {
    width: 600px;
}

.depoimento{
    background-color: #1457AF; 
    padding:2%; 
    color:#FAFAFA;
    border-bottom: 1px solid red;
}
