﻿body {
    background: repeat-x url(../img/login_bg.jpg);
    background-size: 100% 820px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.green{
    color: #249342;
}

.jumbotron {
	text-align: center;
	width: 320px;
    height: 530px;
	border-radius: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	background-color: #dedede !important;
	padding: 20px;
    border: 1px solid #B8B8B8;
}

.ulSistema{
    list-style: none;
}

.ulSistema li{
    position: relative;
    display: block;
    text-align: left;
}

.ulSistema li a{
    color: initial;
}

.ulSistema li a:hover, .ulSistema li a:focus{
    color: #249342;
    text-decoration: none;
}

.mainLogo{
    width: 70% !important;
	margin: 30px auto;
    border: 1px solid #B8B8B8;
    border-width: 2px;
}

input, select {
	width: 100%;
	margin-bottom: 14px;
	padding: 10px;
	background-color: #ffffff;
	border: none;
}

select{
    cursor: pointer;
}

h2 h4 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #808080;
}
.btn .glyphicon {
	font-size: 30px;
	color: #fff;
}
.full-width {
	background-color: #8eb5e2;
	width: 100%;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.box {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.imgRodape{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 675px;
}

.btn.inactive{
    box-shadow: none;
    opacity: .30;
}

.btn.inactive:hover{
    box-shadow: inherit;
    opacity: 1;
}

.btn-default.inactive {
    background-color: #fff;
  border-color: #ccc;
}

.btn-primary.inactive {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success.inactive {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info.inactive {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning.inactive {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger.inactive {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-menu{
    margin: 3px; 
    width: 125px;
    height:82px;
    white-space: pre-wrap;
}