body {
	padding-top: 0px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	/* background: url(../images/back_topo_body.jpg) repeat-x; */
}

.container-fluid {
	min-height: 650px;
}

.navbar-default {
	background-color: rgb(3, 3, 62);
	border-color: #e7e7e7;
}


.navbar-brand {
	float: left;
	height: 0px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 0px;
}

.navbar-nav>li>a {
	line-height: 17px;
	padding-top: 11px;
	padding-bottom: 10px;
}

.navbar {
	min-height: 0px;
	border: 0px;
	margin-bottom: 20px;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
	{
	color: #F1AC00;
	background-color: transparent;
}

.slide-image {
	width: 100%;
}

.navbar-form {
	margin-top: 4px;
	margin-bottom: 5px;
}

.btn {
	padding: 4px 12px;
}

.form-control {
	height: 30px;
}

h3 {
	margin-top: 10px;
}

.caption {
	height: 130px;
	overflow: hidden;
}

.caption h4 {
	white-space: nowrap;
}

.thumbnail img {
	width: 100%;
}

.ratings {
	padding-right: 10px;
	padding-left: 10px;
	color: #d17581;
}

.thumbnail {
	padding: 0;
}

.panel-footer {
	padding: 5px 20px;
}

.thumbnail .caption-full {
	padding: 9px;
	color: #333;
}

.rodape {
	background-color: #FFFFFF;
	color: white;
}

.rodape a {
	color: #A2A2A2;
}

/* tela login */
.form-signin {
	max-width: 350px;
	padding: 19px 29px 29px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-weight: lighter;
}

.form-signin2 {
	max-width: 550px;
	padding: 19px 29px 29px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-weight: lighter;
}

.form-perguntas {
	max-width: 950px;
	padding: 19px 29px 29px;
	margin: 0 auto;
	margin-top: 50px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-weight: lighter;
}
.totem{
	font-size: 16px;
}

.ficone{
	font-size: 14px;
}

.form-signin label.error {
	color: red;
}

.form-signin .form-signin-heading {
	color: #465753;
}

.form-signin input[type="text"], .form-signin input[type="password"],
	.form-signin input[type="email"] {
	font-size: 16px;
	height: 45px;
	padding: 7px 9px;
}

.signin-form, .body-container { 
	border: solid red 1px;
	margin-top: 110px;
}

.navbar-brand {
	font-family: "Lucida Handwriting";
}

#btn-submit {
	height: 45px;
}

.teaser .thumbnail+.teaser-content {
	margin-left: 130px;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.actionMessage li {
	list-style: none;
}

span.errorMessage {
	top: 48px;
	margin-top: -20px;
	color: red;
	position: absolute;
	font-size: 12px;
}

/* material-switch  */
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 75px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 35px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 17px;
}

/* fim material-switch */


#corPardal{
	background-color: #58585A;	
	color: #ffffff;	
}

#corPardalBack{
	background-color: #F5F8DF;	
}

.badge-success {
  background-color: #56a758;
}

/* LOADING */
.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
  z-index:1000;  
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid red;
  border-color: #616269 transparent #616269 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* FIM LOADING */
