@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
/* ex: tag{ font-family: 'Dosis', sans-serif; } */

body{
    background: #fff;
/*    background: url("http://25.media.tumblr.com/tumblr_l8n4ffgCZS1qcdtsho1_500.png");*/
/*    background: url("http://everydayicons.jp/downloads/patterns/pc/cloud_sea.jpg");*/
/*    background: url(http://www.totallylayouts.com/backgrounds/animal/hypno_sloth.gif);*/
}

::placeholder {
    color: #ccc;
}

.modal-dialog{
    width: 90% !important;
}

span.AmbienteHomologacao {
    background: #f00;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    margin: 15px !important;
}

.radio, .checkbox {
    min-height: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Impressão do pedido */
.container{
    display: none;
}

/*  CIS BAR */
.cisbar {
	background: #444;
	text-align: left;
	padding:2px 0;
}

.cisbar-wrapper {
	width:100%;
	margin:0 auto;
}

.cisbar-wrapper a {
	color:#bbbbbb;
	display: inline-block;
	margin:0 10px;
	font:normal 14px arial;
}
.cisbar-wrapper a:hover, .cisbar-wrapper a.cisbar-active {
	color:#fff;
	text-decoration: none;
}
/*  CIS BAR */

.not-found{
    padding: 25px;
    border: 1px solid #efefef;
    color: #999;
    text-align: center;
}

.loading-message{
    padding: 5px;
    text-align: center;
    border: none !important;
}
.loading-message span{
    background: url("/assets/images/loading.gif") no-repeat;
    display: inline-block;
    height: 13px !important;
    width: 16px !important;
    border: none !important;
}

.blockui{
    background: rgba(255,255,255,0.5) url("/assets/images/loading.gif") no-repeat center 5px;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 9999;
}

.blockuiParent{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.database-error{
    padding: 25px;
    border: 1px solid #f00;
    color: #f00;
    text-align: center;
    font-size: 18px;
}

/*.database-error{
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}
@-webkit-keyframes pulsate {
    0% {  opacity: 0.3}
    10% {  opacity: .40}
    20% {  opacity: .50 }
    30% { opacity: .60 }
    40% {  opacity: .80 }
    50% {  opacity: 1.0}
    60% {  opacity: .80}
    70% {   opacity: .60}
    80% {   opacity: .50}
    90% {   opacity: .40}
    100% {   opacity: 0.3}
}*/

a, input[type="submit"]{
    cursor: pointer;
}

#container{
    position: relative;
	width: 100%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}
select.whr{
    margin: 5px;
}
div.where, div#firstSearch{
    display: inline-block;
    border: 1px dotted #ccc;
    padding: 5px;
    margin: 5px 0;
}
#search-table input[type="submit"],
#search-table button{
    border: 1px solid #ccc;
    height: 35px;
    padding: 0 10px;    
}


/* background lines */
/*
.wl{ background-image: url('../images/background/bg-with-lines/white.png'); } 
*/

.shop-price-current{
    color: #0c0;
    opacity: 0;
}

a{ text-decoration: none; }

.overTxtLabel{
    text-transform: uppercase;
    font-style: italic;
    color: #333;
    font-size: 14px;
}

.hide{
    display: none !important;
}

.fix{
	display: block !important;
	clear: both !important;
	height: 0 !important;
	width: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 1px !important;
	margin: 0 !important;
	list-style: none !important;
	float: none !important;
	background: none !important;
	border: none !important;
}
.shadow{
    margin-bottom: 15px;
    /* overflow-y: hidden; */ 
    background-color: #fff;
    border: 1px solid #ccc;
    
    /*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 4px 5px #666;
    -moz-box-shadow: 1px 4px 5px #666;
    box-shadow: 1px 4px 5px #666;
    */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* scrolling bar */
#scrolling-bar-wrapper{
    position: fixed;
    width: 100%; height: 60px;
    background-color: #000;
    text-align: center;
    z-index: 1020;
    display: none;
    overflow: hidden; /* bug display none on javascript */
}
#scrolling-bar{
    width: 100%;
    height: 40px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: left;
}
#scrolling-bar a.logo{
    float: left;
    border-right: 1px dotted #e2e2e2; 
    padding-right: 20px;
    height: 45px;
    width: 60px;
    background-image: url('../images/logos/logotipo-da-empresa.png');
    background-repeat: no-repeat;
    background-size: 60px;
}
#scrolling-cart{
    float: right;
}
#scrolling-cart .price,
#scrolling-cart .cart,
#scrolling-cart .trash{
    position: relative;
    color: #fff;
    margin-left: 50px;
    float: left;
}

#scrolling-cart .price b{
    font-family: 'Poppins', sans-serif;
    line-height: 40px;   
}

#scrolling-cart .cart span,
#scrolling-cart .trash span{
    position: absolute;
    top: -5px; left: -10px;
    color: #fff;
    height: 23px; width: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#scrolling-cart .cart span{
    background: url('../images/icons/green-ball.png') no-repeat;
}
#scrolling-cart .trash span{
    background: url('../images/icons/red-ball.png') no-repeat;
}


/* test conn */

#conn_test_wrapper{
    position: fixed;
    top: 50%; left: 0;
    z-index: 1021;
    background: #000 url('../images/background/bg-with-lines/left/000000.gif');
    width: 20px;    
    overflow: hidden;
}
#close_test{
    position: absolute;
    background: #000;
    display: block;
    right: 0;
    height: 100%;
    line-height: 210px;
    width: 20px;
}
#close_test span{
    margin-left: -8px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
}
#close_test:hover span{
    color: #fbce35;
}
#conn_test{
    font-family: 'Poppins', sans-serif;
    width: 190px;
    padding: 10px;
}
#conn_test h1{
    margin: 2px 0;
}
#conn_test h1 i{
    white-space:nowrap;
    font-size: 14px;
}

#conn_test form select{
    width: 100%;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 10px;
}
#conn_test form .green-button{
    margin: 2px 0;
    border:none;
    width: 100%;
}

.site-status{
/*    display: none;*/
    display: block;
    position: fixed; 
    top: 5px; left: 46%; 
    z-index: 9999999; 
    background: rgba(51, 51, 51, 0.7); 
    padding: 10px 0; 
    width: 100px;
    color: #fff; 
    border: 1px dotted rgba(255, 255, 255, 0.43);
    margin-left: -100px;
    text-align: center;
}
.site-status.sid{
    margin-left: 120px;
    background: #fff;
    color: #558812;
    border-color: #A6DB61;
    font-weight: bold;
}

.site-status.ssl{
    margin-left: 10px;
    background: #fff;
}
.site-status.ssl.ok{ color: #0c0; border-color: #0c0;}
.site-status.ssl.fail{ color: #f00; border-color: #f00; }




#advice{
    position: fixed;
    top: -50px; left: 50%;
    margin-left: -150px;
/*    width: 100%;*/
    z-index: 9999999999999;
    text-align: center;
    opacity: 0;
}
#advice {
    display: inline-block;
    opacity: 0.95;
    font-family: 'Poppins', sans-serif;
    background: rgb(37,187,20);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #000;
}
#advice b{
    color: #f00;
}



#client-selected{
    display: none;
    position: fixed;
    bottom: 0; right: 0;
    width: 100%;
    text-align: right;
    z-index: 99991;
}
#client-selected p{
    padding: 10px;
    background-color: #ccc;
    color: #333;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border: 1px solid #333;
}
#client-selected a.remove{
    padding: 5px;
    background-color: #333;
    color: #ffff54;
    border: 1px solid #ffff54;
}
#client-selected a.remove:hover{        
    background-color: #ffff54;;
    color: #333;
    border: 1px solid #333;
}

ul.grid-view{
    display: inline-block;
    float: right;
    /* margin-right: 160px; */
    margin-right: 280px; 
}
ul.grid-view li{
    display: inline-block;
}

.grid-view .vstyle{
    background-size: 17px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1px;
    height: 17px;
    width: 17px;
    display: inline-block;
}
.grid-view .active{
    background-color: #efefef;
}

.grid-view .vtable{
    background-image: url('/assets/images/icons/grid.png');
}
.grid-view .vlist{
    background-image: url('/assets/images/icons/list.png');
}




ul.products-list li {
    text-align: left;
    border: 1px solid #efefef;
    display: inline-block;
    width: 100%;
    padding: 1%;
    margin-bottom: 5px;
    position: relative;
    height: 170px;
}

.products-list li:hover{
    border: 1px solid #000;
}

ul.products-list li a{
    display: inline-block;
}

ul.products-list li a.link{
    margin-left: 10px;
    font-size: 12px;
    color: #333;
    text-decoration: underline;
    float: left;
}

ul.products-list li span.lazyload{
    height: 70px;
    display: inline-block;
    float: left;
}

.products-list li div.optional{
    /* position: absolute;
    bottom: 10px;
    left: 5px; */
    width: 200px;
    height: 20px;
    z-index: 14;
    text-align: left;
    position: absolute;
    bottom: 18px;
    left: 73px;
}
.products-list li div.optional span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    /* margin: 0 1px; */
    border: 1px dotted #999;
    background-color: #fff;
    background-image: url(../images/sprite-ciserp-eloja.png);
    margin: 3px;
}
.products-list li div.optional span:hover{
    border: 1px dotted #000;
}

.products-list li div.optional span.pieces{
    background-position: -185px -230px;
}
.products-list li div.optional span.services{
    background-position: -210px -230px;
}
.products-list li div.optional span.app{
    background-position: -236px -230px;
}

.products-list li div.optional span.float-price{
    background-position: -251px -230px;
}

.products-list li:hover a.add{
    display: block;
}

.products-list li a.add{
    position: absolute;
    bottom: 0; right: 0;
    /* display: none; MUDANÇA 2/1/2023  */
    display: block;
    background-color: #0c0;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #efefef;
    text-transform: uppercase;
    z-index: 999;
}
.products-list li a.add span{
    display: inline-block;
    height: 24px;
    width: 26px;
    background-image: url('../images/sprite-ciserp-eloja.png');
    background-position: -167px -194px;
    background-repeat: no-repeat;
}

.products-list  li dl.desc-list{
    position: absolute;
    bottom: -2px;
    /*22px*/
    
    right: 30px;
    width: 300px;
    z-index: 12;
}

.products-list  li dl.desc-list .quantity .QTYBox{
    margin-top: 4px;
    margin-right: 10px;
}

.products-list  li dl.desc-list a.standard-price{
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    background: #2F3D1D;
    height: 26px;
    width: 20px;
    line-height: 22px;
    font-weight: bold;
}

.products-list  li a img{
    height: 60px;
}

#chart_search{
    word-break: break-all;
}

.account .row{
    padding: 10px;
}

.account .row .pull-left{
    margin-top: 1%;
    margin-left: 1%;
}

.btn-select{
    border-bottom-left-radius: 0; 
    border-top-left-radius: 0;
}

 .standard-form{
    margin:10px 0;
    padding:10px;
    border:10px solid #efefef;
    width:935px;
    float:left;
}
.standard-form div{
    float:left;
}
.standard-form .field{
    float:left;
    color:#ccc;
    width:825px;
    padding:19px;
    margin-left:80px;
    border:1px solid #ededed;
    margin-bottom:10px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    -moz-transition:0.5s;
    box-shadow: inset 0 0 0 #888;
    -webkit-box-shadow: inset 0 0 0 #888;
    -moz-box-shadow: inset 0 0 0 #888;
    resize: none;
    height: 18px;
}
.standard-form .field:focus{
    padding-left:50px;
    width:786px;
    border: 1px solid #FFE2E1;
    color: #666;
    box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    -moz-box-shadow: inset 0 0 10px #ccc;
}
.standard-form label{
    position:absolute;
    background:#efefef;
    display:block;
    width:80px;
    height:40px;
    line-height:40px;
    color:#999;
    text-shadow:1px 1px 1px #fff;
    font-size:12px;
    text-align:center;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    -moz-transition:0.5s;
}
.lblfocus{
    color:#333 !important;
    background: #FFE2E1 !important;
    width: 120px !important;
}
.lblblur{
    background: #EFEFEF;
    width:80px;
}

.standard-form textarea{
    /*height:250px !important;*/
    height:273px !important;
}
.standard-form label.message{
     height:272px;
     line-height:272px;
}
.standard-form .green-button{
    border: none;
    float: left;
    padding: 0 30px;
    margin-right: 5px;
}


/* --[dealer search begin]----------------------------------------------------- */
#dealer-search{
    clear: both;
    width: 100%;
}
#dealer-search div.box{
    padding: 10px 15px;
}
#dealer-search form{
    display: block;
    float: left;
    width: 100%;
}
#dealer-search fieldset{
    position: relative;
}
#dealer-search input.text{ 
    float: left;
    width: 95%;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: none;
    font-size: 14px;
    border: 1px solid #ccc;
}
#dealer-search .submit{ float: left; margin-left: -10px; background-color: #ccc;}

#dealer-search a.teste{
    float: left;
    display: block;
    text-align: center;
    color: #333;
    width: 325px;
    padding: 5px 10px;
    text-transform: uppercase; 
    font-size: 12px;
    font-weight: bold;
    background: url('../images/background/bg-with-lines/right/efefef.png');
    margin-left: 10px;
}
/* --[dealer search end]----------------------------------------------------- */

#footer{ max-width: 100%;   overflow: hidden; margin: 0; padding: 0}

.navbar-inverse .fa-home {color: #fff !important; font-size: 23px; margin-top: -5px }


/*.navbar-collapse.in {text-align:left !important;}*/
.navbar-inverse {text-align:left !important;}

.mobile{ display: none;}
.no-mobile{ display: block;}

@media (min-width: 768px) {    
    .navbar-inverse { background: none !important; color: #000 !important; border: none !important } 
    .navbar-inverse .navbar-nav>li>a {color: #000}  
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background: none !important } 
    .navbar-nav>li {margin-top: 10px; border-left: 1px solid #fff;}
    .navbar-nav>li:nth-child(1) {border-left: none; }
    .navbar-nav>li> a {padding: 0 10px !important; font-weight: nor !important; }
    .navbar-nav>li> a:hover{text-decoration:underline }    
    nav li {text-transform: uppercase; font-size: 11px}
}

 
@media (max-width: 767px) {    
    .navbar-inverse {text-align:left !important;}
    .navbar-nav>li {border-bottom: 1px outset #888}
    .navbar-nav>li> a {font-weight: bold !important; font-size: 1em !important;}
    #hc-wrapper {margin-top: 16%}
    .navbar {position: fixed;left: 0;right: 0;top: -1%; z-index: 999; padding-top: 12px}
    #my-cart-header{z-index: 9}
    #mycart dd {min-height: 81px; position: relative; text-align: center;}
    #mycart dl dt.last.logged {height: 100% !important; min-height: 100% !important}
    #mycart dl dd { z-index: 99; margin-bottom: 10px}
    #mycart dl dd span, #mycart dl dd a {font-size: 0.7em !important}

    .products-list  li dl.desc-list{ position: relative; right: 0px; }
    .products-list li span.stock{ position: relative; bottom: 0; left:0 ; }
    .products-list li span.stock.units{ margin-left: 5px; }

    .mobile{ display: block; }
    .no-mobile{ display: none; }
    #requests .wl{ width: 100%; }
    #requests .gray-button{ width: 100%; }

    #requests-wrapper .green-button{     
        font-size: 12px;
        padding: 5px;
        line-height: 25px;
        height: 30px; 
    }
}  

.buscaAjax abbr.select2-search-choice-close {
    display: block !important;
}

.fancy-select-orderby {
    margin: 0;    
    color: #333;
    background-color: #eee;
    border: 1px solid #ddd;
    font-weight: bold;
    height: 26px;    
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background-image: url(/assets/images/background/bg-with-lines/white.png);
}

.AmbienteHomologacao{
    color: #fff;
    background: #f00;
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

div.pastaUpload ul li {
    float: left;
    margin-right: 5px;
}
div.pastaUpload ul li a img{
    height: 100px !important;
}


#ListaMeusPedidos .breadcrumbs{
    display: none;
}

#ListaMeusPedidos .products-grid-options{
    /* display: none;*/
}












.products-list li a.addItem{
    position: absolute;
    top: 0; right: 0;
    background-color: #0c0;
    font-size: 10px;
    font-weight: bold;
    color: #efefef;
    text-transform: uppercase;
    z-index: 999;
}
.products-list li a.addItem span{
    display: inline-block;
    height: 24px;
    background-position: -167px -194px;
    background-repeat: no-repeat;
    padding: 5px;
}

.fotos-laudo div{
    display: inline-block;
}


#requests-wrapper .address{
    border: 1px solid #efefef;
    padding: 5px;
    margin: 5px;
}

#dealer-dashboard{
    width: 100%;
}


@media (max-width: 767px) {    
 .table-panel ul.products-list li{
    height: 210px !important;
 }
 div.buttons-price{
    bottom: -27px !important;
 }
}
