@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body {
    background-color: #FFF !important;
	background-image: url(../img/slide_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 100% auto;
    font-family: 'Open Sans', sans-serif!important;
    font-size:11px;
}
.pontos{
	background-image: url(/img/bg.png);
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.header{
	padding:10px 0;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
	position: relative;
	z-index: 2;
}
.header img{
	max-height: 50px;
}
.login-box{
	padding: 0;
	border-radius: 4px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 2;
}
.login-box .tab-content{
	padding: 20px 40px 40px 40px;
}
.group-login{
	margin-bottom: 0;
    padding: 10px 0;
}
.group-reset button, .group-reset input{
	height: 48px;
	}
.login-box ul li{
	background: #D2D8D8;
    line-height: 72px;
    text-decoration: none;
    color: #809191;
	width: 50%;
	text-transform: uppercase;
}
.login-box .nav-tabs{
	border: 0;
}
.login-box ul li a{
    text-align: center;
    background: #5bafed;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 0;
    margin: 0;
}
.login-box ul li a:hover{
    background: #61a3d4;
	border-color: #61a3d4;
}
.well{
    background-color:#fff!important;
    border-radius:0!important;
    border:0;
}

.well.login-box {
    margin:0 auto;
    margin-top: 60px;
	position: relative;
}
.well.login-box legend {
  font-size:26px;
  text-align:center;
  font-weight:300;
}
.well.login-box label {
  font-weight:600;
  font-size:13px;
  
}
.well.login-box input[type="text"], .well.login-box input[type="password"] {
  box-shadow:none;
  border-color:#c2c2c2;
  border-radius:3px;
  padding: 10px;
  height: auto;
}

.well.welcome-text{
    font-size:21px;
}
.btn-voltar{
	text-align: center;
    color: #333;
    width: 100%;
    float: left;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 600;
	position: relative;
	z-index: 2;
}
/* Notifications */

.notification{
    position:fixed;
    top: 20px;
    right:0;
    background-color:#FF4136;
    padding: 20px;
    color: #fff;
    font-size:21px;
    display:none;
}
.notification-success{
  background-color:#3D9970;
}

.notification-show{
    display:block!important;
}
.sub-title{
	color: #888;
	margin: 20px 0;
	font-size: 1.1em;
	text-transform: uppercase;
	border-left: 4px solid #5bafed;
	padding: 10px 0 10px 10px;
}
/*Loged in*/
.btn-default {
    color: #FFF;
	font-weight: 600;
    background-color: #5bafed;
    border-color: #5bafed;
	padding: 12px 15px;
    border: 2px solid;
    text-align: center;
    cursor: pointer;
	font-size: 1.3em;
    -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
}
.btn-default:hover, .btn-default:active, .btn-default:focus{
	background-color: #61a3d4;
    border-color: #61a3d4;
	color: #FFF;
}
.carregando, .carregando span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.3);
	
}
.carregando{
	display: none;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 9;
}
.carregando span{
	background-image: url('/img/preloader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.alert{
	border-radius: 0;
	font-size: 1.1em;
	text-align: center;
}
label.error{
	color: #f05050 !important;
	text-transform: uppercase;
	font-size: 0.9em !important;
}
input.error{
	border-color: #f05050 !important;
}
/* =============
   Checkbox and Radios
============= */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}
.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before {
  background-color: #5bafed;
  border-color: #5bafed;
}
.checkbox-custom input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #5d9cec;
  border-color: #5d9cec;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f05050;
  border-color: #f05050;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #34d3eb;
  border-color: #34d3eb;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffbd4a;
  border-color: #ffbd4a;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #81c868;
  border-color: #81c868;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #7266ba;
  border-color: #7266ba;
}
.checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #fb6d9d;
  border-color: #fb6d9d;
}
.checkbox-pink input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}
.checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}
.checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}