.sucesso {
    padding: 10px 20px;
    background: #0a0;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 15px;
}
.falha {
    padding: 10px 20px;
    background: #B00;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 15px;
}
.fechar_message {
    float: right;
}


body {
	background: url(../img/bg2.jpg) !important;
}
.footer-inner {
	padding-top:5px;
}
.page-header {
	border: none;
	padding-bottom: 0px !important;
}
.page-header h1, .page-header h1 small {
	color: white;
}
.page-header h1 {
	margin: 0 !important;
	padding: 0 !important;
}
table {
	background: white;
}
.navbar-nav>li>a {
	color: #A9ABAE;
	font-weight: bold;
	border-left: 1px solid #eee;
}
.navbar-nav  li  a:hover {
	background-color: #00B69E !important;
	color: white !important;
}
.footer {
	background: rgba(0,0,0,0.3) !important;
}
.footer-inner {
	color: white;
}
.horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
    background: #A8CF45 !important;
    color: white !important;
}

/* ESPECÍFICO DO SISTEMA */
.box_home {
	padding: 30px 20px;
	text-align: right;
	background: black;
	color: white;
	border-radius: 5px;
	margin-bottom: 20px;
}
.box_home .box_home_icone {
	float: left;
	font-size: 30px;
}
.box_home .box_home_titulo {
	font-size: 20px;
	font-weight: bold;
}
.box_home .box_home_subtitulo {
	font-size: 10px;
}


.caixa, .caixa_ok {
    font-size: 30px;
    text-align: center;
}
.caixa {
	color: #888;
}
.caixa_ok {
	color: #080;
}
.actions {
    text-align: right !important;
}






.passo_pedido {
	text-align: center;
	padding: 10px 0;
}
.passo_pedido_numero {
    background-color: #FFFFFF;
    border: 5px solid #CED1D6;
    border-radius: 100% 100% 100% 100%;
    color: #546474;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 2;
    color: #ccc;
    font-weight: bold;
}
.passo_pedido_descricao {
	color: #999;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
.passo_atual .passo_pedido_numero {
	background-color: #72d7ff;
	border-color: #50aace;
	color: #50aace;
}
.passo_atual .passo_pedido_descricao {
	color: #50aace;
}
.ok {
	border-radius: 100% 100% 100% 100%;
	position: absolute;
	right: 20px;
	background: green;
	padding: 5px 8px;
	color: white;
	z-index: 3;
}



#tela {
	border-radius: 10px;
	border: 1px solid #eee;
	padding: 20px;
}
#tela h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 20px;
	
}
#rodape_tela {
	border-top: 1px solid #eee;
	padding-top: 20px;
}


.item_selecao {
	text-align: center;
	font-size: 10px;
	border: 1px solid #eee;
	padding: 10px;
}