@media only screen and (max-width: 700px) {
    body { font-size:60%;}
}
.cor1 {
   /*background-image: url("../images/textura_fundo.png");*/
  background-image: url("../images/fundo_topo.png");
  background-size: 1920px 360px;
  background-repeat: no-repeat;
  padding: 0px;
}

.cor-texto {
	color: #f60;
}

.input-pesquisa {
	width: 500px;
	height: 40px;
}

.input-busca {
	width: 150px;
	height: 13px;
}

.centralizado {
    margin: 0 auto;
    float: none;
    vertical-align: middle;
    text-align: -webkit-center;
    height: 100%;
}

.centralizado-pesquisa {
    margin: 0 auto;
    float: none;
    vertical-align: middle;
}

.container-principal{
/*	min-height: 560px;
	padding:0px;
	width: auto;*/
  min-height: 347px;
  padding:0px;
  width: auto;
}

.container-principal-img-fundo{
   /*min-height: 560px;*/
   min-height: 347px;
}

.grid_result {
   border:dotted 0px red;
   overflow:auto;
   margin-top: -32px;
   height:auto;
}

#marcar {
   border:dotted 1px red;
   height:30px;
   width: 250px;
   z-index:100;
   bottom:0px;
   position:relative;
}

.nav-tab-home-customizada {
  margin: 0 0 0 0;
  border-bottom: 0px;
}

#screen{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1100;
   opacity: 0.5;
   background-color: #000;
   display:none;
}

.div_ajax{
   display:none;
   z-index:10000;
   width:600px;
   height:200px;
   position:fixed;
   left: 50%;
   margin-left: -300px;
   top:50%;


 /*  -moz-box-shadow: 4px 4px 4px #000;
   -webkit-box-shadow: 4px 4px 4px #000;
   box-shadow: 4px 4px 4px #000;*/
}

/* loader */

.spinner {
   margin: 25px auto;
   width: 80px;
   height: 50px;
   text-align: center;
   font-size: 10px;
   border:dotted 0px red;
 }

 .spinner > div {
   background-color: #fff;
   height: 100%;
   width: 10px;
   display: inline-block;
   -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
   animation: stretchdelay 1.2s infinite ease-in-out;
 }

 .spinner .rect2 {
   -webkit-animation-delay: -1.1s;
   animation-delay: -1.1s;
 }

 .spinner .rect3 {
   -webkit-animation-delay: -1.0s;
   animation-delay: -1.0s;
 }

 .spinner .rect4 {
   -webkit-animation-delay: -0.9s;
   animation-delay: -0.9s;
 }

 .spinner .rect5 {
   -webkit-animation-delay: -0.8s;
   animation-delay: -0.8s;
 }

 @-webkit-keyframes stretchdelay {
   0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
   20% { -webkit-transform: scaleY(1.0) }
 }

 @keyframes stretchdelay {
   0%, 40%, 100% {
     transform: scaleY(0.4);
     -webkit-transform: scaleY(0.4);
   } 20% {
     transform: scaleY(1.0);
     -webkit-transform: scaleY(1.0);
   }

/*************************************/

.b4e_input input[type="text"] {
   height: 7px;
   font-size: 7px;
   line-height: 7px;
}

/* tamanho do popup paginas estaticas*/
.modal-admin {
    //new custom width
    min-width: 1200px;
    //must be half of the width, minus scrollbar on the left (30px)
    margin: -345px 0 0 -375px;
}

/* tamanho do popup paginas estaticas*/
.modal-admin-exportador {
    left: 25%;
    min-width: 1200px;
    margin: 0 auto;
}



