/*!
 * Sul Vistos Admin v1.0.0
 *
 * Copyright 2013 Sul Vistos Ltda
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


/*****************************************

    CONFIGURAÇÕES DE ESTRUTURA DE PÁGINA
    
******************************************/
html,
body {
    width: 98%;
    background-color: white;
    font-size: 12px;
    margin-top: 35px;
}

.menu-active{
    border-bottom: solid 1px activeborder;
    color: activeborder;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.navbar-default {
  background-color: #f4f4f4;
  border-color: #e5e5e5;
  
}

.wrapper {
	width: 920px;
	padding: 20px 40px 150px 40px;
	margin: 0 auto;
	
	background: #FFF;
	
	border: 1px solid #DDD\9;
	border-bottom: none;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.logo-form{
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    height:180px;
    background-image: url("http://www.mgnconsultoria.com.br/voluntarioestudarvaleapena/assets/img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
}

.form-wrapper{
    width: 820px;
    margin: 25px auto 0px auto;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}


/**********************************************

    HELPERS PARA LAYOUT (DIVIDERS, MARGINS...)
    
***********************************************/

.alert {
  display: none;
}

.divider {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;	
}

.divspace {
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-divider {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}

#dvLoading
{
   background-color: whitesmoke;
   display: none;
   opacity:0.4;
   filter:alpha(opacity=40); /* For IE8 and earlier */   
   
   height: 90%;
   width: 90%;
   position: fixed;
   z-index: 1000;
   left: 0%;
   top: 0%;
   margin: 0 auto 0 auto;
}

.loading{
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -100px;
	text-align: center;
}

ul {
    list-style: none;
}

.hidden
{
    visibility: hidden;
}

caption {
    color: #2a6496;
    text-align: left;
    padding: 25px 0px 5px 0px;
    font-size: 22px;
    font-weight: bold;
}
/**********************************************

    TIPOGRAFIA
    
***********************************************/

.text-justify {
    text-align: justify;
}

#formulario label.error {
  color: #F00;
}