@charset "utf-8";
/*
Azul - color: #339BEB;
Orange - color: #ef6938;
*/
html,
body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
/* Logo 
----------------------------------------------------------*/
#indexnavbar {
  border-bottom:1px solid #0CF;
  padding: 7px 15px;
  margin:0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
	 -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
		  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.29);
		  
}
#indexnavbar .navbar-brand {
  float: left;
  padding: 4px  15px 0 15px;
  margin:-13px 0 0 0;
}
#indexnavbar.navbar-brand:hover,
#indexnavbar .navbar-brand:focus {
  text-decoration: none;
}
#indexnavbar .navbar-brand > img {
  display: block;
}

/* Navbar  Mobile
----------------------------------------------------------*/
#collapsenavbar{
	width:100%;
	margin:0;
	background-color: #fafafa;
}


/* Formulário Sandbox Demos Templates 
----------------------------------------------------------*/

#sandbox_navform{
  margin:0;
  padding: 12px 0 0 0;
}

#sandbox_navform select{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 3px;
  	border:1px #339BEB solid;
	height:30px;
}

#sandbox_navform select: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);
}

/* Formulário Modal Sandbox Templates 
----------------------------------------------------------*/

#sandbox_form{
  width:100%;
  min-height: 20px;
  padding: 0px;
  margin-bottom: 0px;
}

#sandbox_form{
  width:100%;
  min-height: 20px;
  padding: 0px;
  margin-bottom: 0px;
}

#sandbox_form input{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 5px;
  	border:1px #339BEB solid;
}

#sandbox_form input: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);
}

#sandbox_form .inputfull{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
  	border:1px #339BEB solid;
	width:100%;
}

input .input-group-lg{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 7px;
  	border:1px #339BEB solid;
	height:10px;
}

#sandbox_form textarea{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
  	border:1px #339BEB solid;
}

#sandbox_form  select{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
  	border:1px #339BEB solid;
}

