.page-header {
	background-color: #005B79;
}

.nano-content {
	background: #005B79;
}

ul.nav-main > li > a:hover, ul.nav-main > li > a:focus {
	background-color: #21262d;
	color: #FFF;
}

ul.nav-main li a{
    font-size: 13px;
    font-size: 1.3rem;
    color: #FFF;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-left .sidebar-header .sidebar-title {
	color: #fff;
}

a, .btn-link {
	color: #0088cc;
}

li.active {
	background-color: transparent !important;
}

.pricing-table .plan-ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: -webkit-linear-gradient(top, #FF8000, #FFD24D);
	background-image: linear-gradient(to bottom, #FF8000, #FFD24D);
	background-color: #FFD24D;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #333;
	font-weight: bold;
	font-size: 14px;
	left: -5px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	top: 15px;
	width: 120px;
}

.pricing-table .plan-ribbon:before {
	left: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
}

.pricing-table .plan-ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
	right: 0;
}


.pricing-table h3 {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 20px -20px;
    padding: 20px;
}

.pricing-table .foto-empreendimento {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 20px -20px;
    padding: 0px;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
body .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1d2127;
	border-color: #1d2127;
}

body .btn-secondary:hover {
	border-color: #131a24 !important;
	background-color: #131a24;
	color: #ffffff;
}

body .btn-secondary:active,
body .btn-secondary:focus {
	border-color: #131a24 !important;
	background-color: #131a24;
}

body .btn-secondary[disabled] {
	border-color: #131a24 !important;
	background-color: #131a24;
}

body .btn-secondary.dropdown-toggle {
	border-left-color: #131a24;
}
/* Buttons */
body .btn-secondary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #131a24;
	border-color: #131a24;
}

body .btn-secondary:hover {
	border-color: #131a24 !important;
	background-color: #131a24;
}

body .btn-secondary:active,
body .btn-secondary:focus {
	border-color: #131a24 !important;
	background-color: #131a24;
}

body .btn-secondary[disabled] {
	border-color: #1d2127 !important;
	background-color: #1d2127;
}

body .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

body .btn-success:hover {
	border-color: #51b451 !important;
	background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
	border-color: #3f923f !important;
	background-color: #3f923f;
}

body .btn-success[disabled] {
	border-color: #86cb86 !important;
	background-color: #86cb86;
}

body .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

body .btn-warning:hover {
	border-color: #efa740 !important;
	background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
	border-color: #e89113 !important;
	background-color: #e89113;
}

body .btn-warning[disabled] {
	border-color: #f5c786 !important;
	background-color: #f5c786;
}

body .btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

body .btn-danger:hover {
	border-color: #d64742 !important;
	background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
	border-color: #bd2d29 !important;
	background-color: #bd2d29;
}

body .btn-danger[disabled] {
	border-color: #e48481 !important;
	background-color: #e48481;
}

body .btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

body .btn-info:hover {
	border-color: #70c8e2 !important;
	background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
	border-color: #46b8da !important;
	background-color: #46b8da;
}

body .btn-info[disabled] {
	border-color: #b0e1ef !important;
	background-color: #b0e1ef;
}

body .btn-dark {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

body .btn-dark:hover {
	border-color: #242424 !important;
	background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
	border-color: #0a0a0a !important;
	background-color: #0a0a0a;
}

body .btn-dark[disabled] {
	border-color: #4a4a4a !important;
	background-color: #4a4a4a;
}

.bg-quartenary {
    background: #734ba9;
    color: white;
}

.link-compartilhamento{
	width: 100%;
	height: 50px;
	background-color: transparent;
}


.link-compartilhamento .texto-compartilhamento{
	width: 30%;
    text-align: center;
    line-height: 20px;
    padding: 5px;
    font-size: 14px;
    color: #0085B2;
    height: 48px;
    margin-top: 1px;
    float: left;
    background-color: transparent;
}

.link-compartilhamento .box-url-oferta{
	width: 60%;
	float: left;
}

.link-compartilhamento .box-url-oferta .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0px;
}

.link-compartilhamento .url-oferta{
	height: 50px;
	background-color: #FFF;
	border: 1px solid #eee;
	float: left;
}

.link-compartilhamento .icone-copy{
	width: 10%;
	text-align: center;
	float: left;
}

.link-compartilhamento .icone-copy button{
	width: 100%;
    height: 48px;
    /* margin: -10px 0 0 0; */
    /* position: absolute; */
    /* left: 0; */
    position: relative;
    top: -3px;
    border-radius: 0%;
}


.btn-oferta-add{
	width: 100%;
    height: 48px;
    /* margin: -10px 0 0 0; */
    /* position: absolute; */
    /* left: 0; */
    position: relative;
    border-radius: 0%;
}

.al-rigth{
	float: right;
}

/* Tabela Online */
.btn-tabela-add{
	width: 100%;
    height: 48px;
    margin: 30px 0 0 0;
    /* position: absolute; */
    /* left: 0; */
    position: relative;
    border-radius: 0%;
}

.nome-empreendimento{
	text-align: left !important;
	padding-top: 20px !important;
}

.botoes-acao-tabela{
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.botoes-acao-tabela .btn-verTabela{
	width: 48%;
	float: left;
	margin-right: 1%;
}

.botoes-acao-tabela .btn-editarTabela{
	width: 40%;
	float: right;
}
.botoes-acao-tabela .btn-excluirTabela{
	width: 40%;
	float: right;
	margin-right: 10px;
}

i.baloes{
	color: #005B79;
	font-size: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.nome-tabela{
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	color: #005B79;
	height: 30px;
	width: 100%;
	font-weight: bold;
}

.itens-tabela{
	margin-top: 10px !important;
}

.itens-tabela li{
	height: 40px !important;
	font-size: 16px !important;
}

.linha-balao-info{
	font-size: 14px;
}

.itens-tabela li span.item{
	text-align: left;
	float: left;
	width: 60%;
	font-weight: bold;
	font-size: 14px;
}

.itens-tabela li span.item-desconto{
	color: #FF8000;
	text-align: left;
	float: left;
	font-weight: bold;
	font-size: 14px;
	width: 60%;
}

.itens-tabela li span.valor{
	text-align: right;
	width: 40%;
	float: right;
}

.dados-empreendimento-tabela{
	width: 100%;
	height: 100px;
	background-color: #0085B2;
}

.titulo-parcela-balao{
	text-align: center;
    font-size: 16px;
    BACKGROUND-COLOR: #005B79;
    color: #FFF;
    line-height: 47px;
    margin-top: 30px;
    border-radius: 5px;
    font-weight: bold;
}

.box-info-balao{
	text-align: left;
	color: #0088cc;
	font-size: 20px;
	line-height: 50px;
	margin-top: 30px;
}


label .gerenciar-tipos{
	position: absolute;
    right: 15px;
    top: 0px;
	color: #0099e6;
}

label .gerenciar-tipos:hover{
	color: #0077b3;
	cursor: pointer;
}

input.percentual-valor{
	color: #ed9c28;
	font-size: 20px;
	font-weight: bold;
}

input.percentual-remanascente{
	color: #46b8da;
	font-size: 22px;
	font-weight: bold;
}

input.percentual-desconto{
	color: #258f66;
	font-size: 20px;
	font-weight: bold;
}

input.renda-minima-tabela{
	color: #106c91;
	font-size: 20px;
	font-weight: bold;
}

#form-tipoTabela .form-group{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

form .gravar-tabela{
	float: right;
    height: 60px;
    background-color: #0077b3 !important;
    margin-right: 12px;
    padding: 10px 30px 10px 30px;
    margin-bottom: 200px;
    font-size: 16px;
}

