@font-face{ 
	font-family: 'font_alegreyasans';
	src: url('../fonts/alegreyasans-regular-webfont.eot');
    src: url('../fonts/alegreyasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/alegreyasans-regular-webfont.svg#manksans-mediumregular') format('svg'),
        url('../fonts/alegreyasans-regular-webfont.woff') format('woff'),
        url('../fonts/alegreyasans-regular-webfont.ttf') format('truetype');			
	font-weight: normal; 
	font-style:normal;
}


html,body{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #4D4D4D;
    overflow: hidden;
    background-color: #F0F0F0;
	font-family: font_alegreyasans;
	font-size: 16px;
}

button:focus {
	outline: none;
}

#inicio_logo_mob{
	background-image: url(../img/inicio_logo.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}

.section{
    width: 100%;
    min-height: 100%;
}

.adjust_screen {
	padding: 0 !important;
	right: 0 !important;
	margin: 0 !important;
	left: 0 !important;
}

.conteudo_caixa{
	min-height: 100%;
}

#inicio_logo{
	background-color: #FFFFFF;
}

.conteudo_caixa_logo{
	min-height: 100%;
}

#wrap2{
	width: 100%;
	position: relative;
}

.modal-header{
	background-color:#333333;
	font-weight: normal;
	color:#FFF;
	border-bottom:1px solid #EC5B25;
}

.modal-header .close {
    color: white;
    margin-top: -8px;
    font-size: 32px;
}

.modal-body #aviso {
	color: red;
    padding: 10px;
    font-weight: bolder;
}

#wrap{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;	
    overflow-y: scroll;
}

.margin_top_10{
	margin-top:10px;
}
	
.input_text_login{
	background-color: #F1F1F1;
	border: 1px solid #B2B2B2;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding-left: 10px;
	font-family: font_alegreyasans;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	max-width: 245px;
	height:30px;
}

.input_btn_login{
	background-color: #F05A29;
	color:#FFF;
	border: none;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	font-family: font_alegreyasans;
	font-size: 15px;
	line-height:10px;
	height:30px;
}

.form_login{
	margin: 0 auto;
	width:245px;
}

.cursor_pointer{
	cursor: pointer;
}

.input_text{
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    width: 100%;
}

.btn_simples_cor {
    background-color: #F29E60;
    border: none;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
}

.fontLogin{
	font-size:14px;
}

.fontLogin .row{
	padding-top:10px;
}

@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){
	.row {
		display: table;
		width:100%;
	}
	[class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align:  middle;
	}
	.form_login{
		margin: inherit;
		width: 100%;
		padding-left: 50px;
	}
			
}
@media(min-width:1200px){}
