body{	
	height: 100%;
    background-size: cover;
    background-image: url("../imagens/fundo_layout.png");
	color: #00504c;
}

a{
	color: #00504c;
	text-decoration: none;
}

a.btn{
	color: #fff;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
	color: #00504c;
}

a.btn:hover, a.btn:visited, a.btn:link, a.btn:active{
	color: #fff;
}

a:hover{
	color: #00aaaa;
}	

.logo{
	float: right;
}

.breadcrumbs{	
	background-color: #00504c;	
	padding: 10px;
}

.breadcrumbs .item{	
	color: #fff;
	margin-right: 15px;
}

.menu .menu-item{
	float: left;
	text-align: center;
	margin-bottom: 25px;
}

.menu .menu-item .menu-item-image{	
	display: block;
	font-size: 70px;	
}

.menu .menu-item .menu-item-image.img{	
	margin: 0 auto;
}

.menu .menu-item .menu-item-text{	
	font-size: 20px;	
}

.main-container{	
	background-color: #fff;
	min-height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #ccc;
}

.main-container.login-page{
	background-color: transparent;
	border-bottom: none;
}

.header-pagina{
	margin-bottom: 25px;
}

.sub-header-pagina{
	margin-top: 25px;
	margin-bottom: 25px;
}

.footer{	
	color: #fff;
	padding-top: 15px;
}

.text-group.spaced{
	margin-bottom: 15px;
}

.text-group .control-label{	
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;	
}

/* Página de Login */
.form-login {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
	color: #fff;
}

.form-login .form-login-cabecalho {
    margin-bottom: 10px;
}

.form-login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-login .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.recuperar-password{
	font-size: 14px;
	margin-top: 15px;
}

.recuperar-password a{
	color: #fff !important;
}

.recuperar-password a:hover{
	color: #fff;
}

/*.progresso-requisicao{*/
	/*padding: 0px !important;*/
	/*border: none !important;*/
/*}*/

.termino-requisicao{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #337ab7;
}

.termino-requisicao.longe{
	background-color: #5cb85c;
}

.termino-requisicao.perto{
	background-color: yellow;
}

.termino-requisicao.passou{
	background-color: #d9534f;
}

.estado-requisicao{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #337ab7;
}

.estado-requisicao.estado-1{
	background-color: blue;
}

.estado-requisicao.estado-2{
	background-color: deeppink;
}

.estado-requisicao.estado-3{
	background-color: orange;
}

.estado-requisicao.estado-4{
	background-color: greenyellow;
}

.estado-requisicao.estado-5{
    background-color: #00cccc;
}