/* ========================================================
   RESET
   ===================================================== */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, a, a:link   
  {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration:none;   
}
a, a:hover, button:hover, input:hover {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

body {
	font-family: 'Archivo Narrow', sans-serif;
}

.box { float: left; }
#root {
	width: 100%;
	height:100%;
	margin: 0px auto;
	background-color: #EFEEEA;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQAKrVq36zwjjgzhhYWGMYAEYB8RmROaABADeOQ8CXl/xfgAAAABJRU5ErkJggg==) repeat;
	font-family: Archivo Narrow, arial  17px  #000;
	/* position:fixed; */
	overflow: auto;
	padding:0;
	margin:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
#box0 {
 
    z-index: 1000;
    width: 70%;
    max-width: 400px;
    max-height: 700px;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
	webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);

}
	#box0 .logo_container{
		width:100%;
		height: 100px;
		background-image: url(../img/logo_sthil_white.png);
	    background-repeat: no-repeat;
	    background-position: center!important; 
		background-position: 2% 50%;
	}
	#box0 .error {
		padding:0.5em;
		background: #fff;
		color:#000;
	}
	#box0 .login {    
		background-color: #5C75AE;
		border-bottom: 1px solid #133783;
		color:#fff;
		padding:1em 1em 1em 1em;
	}
	#box0 .login input {
		width:90%;
		height: 40px;
		max-height: 40px;
		border:2px solid #d8d8d8;
 
	}
	#box0 .login .inputs_container {

   	 	border:none!important;
	}
	#box0 h1 {
		
		text-align: center;
		font-size:2.4em;    
		padding: 0.25em;
	}
	#box0 form {

	}
#box1 { 
	border-bottom: 1px solid #133783;
	background-color: #5C75AE;

	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}
#box2 {
margin-bottom: 5em; 
}
#box3 {
	position: relative;  
	margin-bottom: 5em; 
}
#box3 section {
    margin-bottom: 5em;
    display: none;
    background-color: #fff;
    background-color: none;
    position: absolute;
 
    width: 95%;
    height: auto;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
}
#box3 article .resultados{
	display:none;
	min-height: 80%;
	margin: 0px auto;
	margin-bottom:3em;
	float:left;
	background-color: white;
}
#box3 article .resultados h1, .popup-box .sthil_form h1{
	border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    float:left;
    width: 90%;
    background: #f2f2f2;
    /* font-family: arial; */
    /* text-transform: capitalize; */
    text-transform: uppercase;
    font-weight: lighter;
    margin: 0px;
    padding-left: 18px;
    line-height: 36px;
}
#box3 article .barra{
	width:100%;
	height: 40px;
	margin: 0px auto ;
	padding: 0 ;
	float:left;  
	color:#fff;
	background: -moz-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #DADADA));
	background: -webkit-linear-gradient(top, #8DA2D2 0%, #5B74AD 100%);
	background: -o-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: -ms-linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	background: linear-gradient(top, #EEEEEE 0%, #DADADA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
	border: 1px solid #5F77B0; 
	border-bottom: none;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgb(193, 207, 239);
}
#box3 article .barra .articleButton, .panelButton, .prev{
	background-color:transparent;
	border:none;
	height: 100%;
	width: 150px;
	margin: 0px auto ;
	padding: 0 ;
	text-align: center;
	float:left;
	font-family: 'Archivo Narrow',  Arial;
	cursor:pointer;
	font-size: 15px;
	text-decoration: none;
	float: left;
}
#box3 article .barra .prev{
	min-width:auto !important;
	width:50px !important;
}
#box3 article .barra .articleButton:hover, .panelButton:hover{
	background-color:#8FA5C7;
	color: #555555;
	cursor: pointer;
	background-color: none;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
#box3 article .barra .articleButton .active{
	background-color:#fff !important;
	color:#3D378F;
}
#box3 article h2{
	text-transform: uppercase;
	font-size:36px;
	font-weight:200;
	float:left;
	padding:10px;

}
#box3 article .active {
    background-color: #fff !important;
    border-left:1px solid #fff!important;
    color: #3D378F;
}
#box3 .resultados {
    width: 100%;
    /* padding: 2% 2%; */
}

/* Size */

#box1 {
	
width: 100%;
	
height: 50px;
	
position: fixed;
	
top: 0;
	
z-index: 10;
}

#box2 { 

  position: fixed;
  top: 0;
  left: 0;

  width: 15%;    
  max-width: 220px;
  height: 100%; 

}

#box3 
{
	width: 85%;
    height: 100%;
    margin-top: 79px;
    margin-left: 2%;
}
#box4 {
    font-family: 'Archivo Narrow', sans-serif!important;

    float: right;
    border-left: 2px solid rgba(29, 49, 91, .3);

    width: 13%;
    height: 100%;
    height: 100%;
    background-color: rgba(68, 74, 78, 0.882353);
    border-left: 1px solid #444A4E;
    border-width: 0.3em;
    border-style: solid;
    border-color: rgb(68, 74, 78);
    margin-top: 50px;
    position: fixed;
    top: 0;
    right: 0;
    width: 15%;
    max-width: 220px;
    height: 100%;
    overflow-y: scroll;
}
#box4 .title 
{
	display: block;
	padding: 3px 15px;
	font-size: 10px!important;
	line-height: 20px;
	color: #007CB9;
	font-family:arial, sans-serif!important;
	text-transform: uppercase;
	color: #5C75AE;
    font-weight: 600;
    color: #B4D2E8;
    text-shadow: 0 1px 0 rgb(27, 36, 41)
}
#box4 button {
     
    padding: 3px 15px;
    font-size: 10px!important;
    line-height: 20px;
    text-transform: uppercase;
    background-color: rgb(242, 242, 242);position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
}
#box4 span {
	font-family: 'Archivo Narrow', sans-serif!important;
    padding-left: 5px;
    font-size: 14px!important;
    font-weight: lighter;    
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
#box5 { 
	width: 100%;
	height:3%;
	position:fixed;
	bottom:0;    
	z-index: 9100;
    border-top: 1px solid #133783;
    background-color: #5C75AE;
    -webkit-box-shadow: 5px 2px 2px 2px rgba(0, 0, 0, .75);
}
#box5 span {
	float:right;
    display: block;
    margin: auto;
    padding-right: 1em;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
        text-shadow: 0 1px 0 rgb(36, 42, 56);
    text-transform: uppercase;

}
#box5 button {
    height: 100%;
    font-size: 2em;
    padding:1em;
    border-left:1px solid resultados;
    background: none;
    border: none;
    color: white;
}
#box5 button  {
	color: #556DA2;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	margin: 0px auto;
	padding: .2em;
	float: left;
	color: #fff;
	/* border: 1px solid #5F77B0; */
	/* border-bottom: none; */
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	/* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1); */
	/* box-shadow: inset 0 1px 0 rgb(193, 207, 239); */
	text-shadow: 0 1px 1px #000;
}

/* Phone Landscape (480px)  */



/* 
/* Laptop/Tablet (1024px)  
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
	#box1 { 
		height: 50px;
		width: 100%; 
	}
	#box2 { 
		width: 20%;    
		margin-bottom: 5em; 
	}
	#box3 { 
		width: 80%;
		margin-bottom: 5em;  
	}
	#box3 section {
		position: absolute;
	    margin: .7em .7em 0em 1.5em;
		width: auto;
		min-width: 95%;
		height: auto;

	}
	#box4 {
		 display:none;
	}
	#box5 { 
		width: 100%; 
		height:5%;
	}
 
}

/* Tablet Portrait (768px)  
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	#box1 { 	
		height: 40px;
		width: 100%; 
	}
	#box2 { 
		height: auto; display:none;	
		width: 100%;     
		margin-bottom: 1em;
	}
	#box3 { 
		width: 100%; 
	}
	#box3 section {
		  margin: .7em .7em .7em .7em;
	}
	#box4 {
		 display:none;
	}
	#box5 { 
		width: 100%; 
			height:5%;
	}
 
}
*/
/* Phone Landscape (480px)  
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	#box1 { width: 100%;height: 40px; }
	#box2 { width: 100%; display:none;}
	#box3 { width: 100%; display:none;}
	#box5 { width: 100%; height:5%;}
 
}

/* Phone Portrait (320px)  
@media only screen and (max-width: 320px) {
	#box1 { width: 100%;height: 40px; }
	#box2 { width: 100%; display:none;}
	#box3 { width: 100%; }
	#box5 { width: 100%;height:5%;display:none; }
 
}

*/