﻿@charset "utf-8";

html{
	color: #555555;
	position:relative; 
	height:100%;
}
body {	
	font-family:'FuturaBkBTBook';
	display:block;
	background-color:#fff;
	margin:0;
	padding:0;
	line-height:inherit; 
	color: #555555; 
	position:relative; 
	height:100%;
	-webkit-font-smoothing:antialiased; 
	-moz-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-shadow:0 0 1px rgba(0,0,0,0.01);
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
}
@font-face {
    font-family: 'FuturaBkBTBook';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/FuturaBkBTBook.eot');
    src: url('fonts/FuturaBkBTBook.ttf') format('truetype');
}
div {
	display:block;
}
input, textarea, select {
    z-index: 0 !important;
}
.parent-login{
	background-color:#f7f7f7;
	height: inherit;
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 

}
.box-login{
	width: 300px;
	margin-top: -250px;
    margin-left: -150px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: white;
    padding: 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
label {
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
	font-family:inherit;
}
.text-center {
    text-align: center;
}
.vspace-sm {
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 15px;
}

.parent-login .form-group label {
    display: none;
}
.parent-login .form-group .ls-login-bg-user {
    background-image: url(../images/forms/bg-user.jpg);
}
.parent-login .form-group .ls-login-bg-password {
    background-image: url(../images/forms/bg-password.jpg);
}
.parent-login .form-group .ls-login-bg-user, .parent-login .form-group .ls-login-bg-password {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
    font-size: 0.875rem;
}
.input-lg {
	width:250px !important;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	font-size:16px !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.parent-login .btn-lg {
    background-color: #831e22;
    border-color: #831e22;
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 30px;
}
.btn-primary {
    background-color: #777777;
    border-color: #777777;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: #25abd1;
    border-color: #25abd1;
    color: white;
}
/* Loading Ajax - Start */
#loadAjax {background:url(../images/general/fundo.png) repeat 0 0 fixed; display:none; height:100%; left:0; position:fixed; top:0; width:100%; z-index:100}
#loadIcon {background-color:#fff; border-radius:10px; height:60px; left:50%; margin:-75px 0 0 -50px; -moz-border-radius:10px; padding:20px; position:absolute; text-align:center; top:50%; -webkit-border-radius:10px; width:110px}
