body {
	/*background-color: #f2f6fe;*/
	width: 99.8%;
}

#content-error {
	background-color: #f2f6fe;
	height: 100%;
}

#modalDialog {
    background-color: #FFFFFF;
    border: 2px solid rgb(245, 130, 32);
	border-radius: 30px;
	min-height: 10px !important;
}

input[type=text], textarea {
	border-radius: 4px;	
}

input[type=submit], input[type=button] {
	background-color: rgb(245, 130, 32);
    min-height: 35px;
    min-width: 130px;
	margin-top: 15px;
    margin-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
	cursor: pointer;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
}

input[type=submit].side-submit {
	background-color: rgb(245, 130, 32) !important;
	background-size: 50% !important;
	height: 15px;
	width: 25px;
	min-height: 20px;
	min-width: 20px;
	margin: 0;
	cursor: pointer;
	border: none;	
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: rgb(265, 150, 52);
}

input[type=submit].side-submit.wait-spinner {
    background: transparent url("../../../imagens/boombooks/spinner.gif") no-repeat 50%;
	background-color: transparent !important;	
	background-size: 20px 20px !important;
    color: transparent !important;
    border-color: transparent !important;
}

table.form-data {
	border-radius: 15px;
    border: solid 2px rgb(245, 130, 32);
}

.texto-preco {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-style: solid;
	font-weight: bold;
	color: rgb(245, 130, 32) !important;
	text-decoration: none;
}

.texto-preco.small, .texto-padrao.small {
	font-size: 11px !important;
}

.json-post .wait-spinner, .json-post .wait-spinner:hover, .json-post .wait-spinner:active, 
.custom-post .wait-spinner, .custom-post .wait-spinner:hover, .custom-post .wait-spinner:active, 
.form-post .wait-spinner, .form-post .wait-spinner:hover, .form-post .wait-spinner:active, 
.full-post .wait-spinner {
    background: transparent url("../../../imagens/boombooks/spinner.gif") no-repeat 50% 0px !important;
    color: transparent !important;
    border-color: transparent !important;
    background-size: 35px 35px !important;
}

.loading-dialog  {
	background: url('../../../imagens/boombooks/spinner.gif') center no-repeat;
	background-size: 54px;
}

.wait-spinner {
    background: transparent url("../../../imagens/boombooks/spinner.gif") no-repeat 50% 5px;
    height: 35px;
    width: 35px;
	background-color: transparent !important;
}

.autoload {
	/*
    background: transparent url("../../../imagens/boombooks/spinner.gif") no-repeat 50% 50%;
	background-size: 20%;
	*/
}

.autoload.double {
	background-size: 10%;
}

.active-link {
	color: rgb(0, 100, 255) !important;
	cursor: pointer;
}

/* CSS for tree menu */
.tree-menu {
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px solid #f58220;
	border-radius: 10px;
	box-shadow: 4px 4px 9px #888888;
}

.color-a {
	background-color: #f58220;
}

.color-a td a, td.color-a a {
	color: #FFFFFF;
}

.color-b {
	background-color: #ffcc97;
}

.text-color-b {
	color: #FFFFFF;
}

.color-gray {
	background-color: #EEEEEE;
}

.color-dark-gray {
	background-color: #CCCCCC;
}

#error_logo {
	width: 155px;
}

#content-error .error-description {
	height: 300px;
	width: 500px;
	background-color: rgba(245, 130, 32, 0.7); 
	border-radius: 15px;
	box-shadow: 0px 1px 6px #CCCCCC;		
}

.accordion-custom-padding {
	padding: 0 !important;
}

.ui-dialog-close-button {
	cursor: pointer;
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../../../imagens/boombooks/close.png') center no-repeat;
	background-size: 21px;
	top: 10px;
	right: 10px;
	
}

#content {
	background-color: #f2f6fe;
}

.mobile-placeholder {
	background: url('../../../imagens/boombooks/logo_header_small.png') left no-repeat;
	background-position: 50px;
}
.system-header {
	height: 70px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: rgba(245, 130, 32, 0.85) url('../../../imagens/boombooks/logo_header.png') center no-repeat;
}

.autocomplete-bubble {
	border: 2px solid #FAF0AD;
}

.menu-container, .home-container {
	background: url('../../../imagens/boombooks/menu.png') repeat-x;
}

/* Table sorter */
table.table-sorter thead tr th a, table.table-sorter tfoot tr th a {
	color: #FFFFFF;
}

table.table-sorter tbody td {
	padding: 4px;
	vertical-align: middle;
}

table.table-sorter tbody tr.odd td {
	background-color: #EEEEEE;	
}

table.table-sorter thead tr .header-sort-down, table.table-sorter thead tr .header-sort-up {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;	
	padding: 4px;	
}

table.table-sorter thead tr td {
	border: 1px solid #FFFFFF;		
	padding: 4px;		
}

table.table-sorter thead tr .header-sort-down a, table.table-sorter thead tr .header-sort-up a, table.table-sorter tfoot tr .header-sort-down a, table.table-sorter tfoot tr .header-sort-up a {
	color: #f58220;
}

table.table-sorter thead tr .header-sort-up {
	background-image: url(../../images/asc.gif) !important;
}

table.table-sorter thead tr .header-sort-down {
	background-image: url(../../images/desc.gif) !important;
}

table.table-sorter thead tr .header {
	background-image: url(../../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.nav ul {
	background-color: rgba(245, 130, 32, 0.85) !important;	
}

.nav li li:hover, .nav li li.sfhover {
	background: rgba(245, 130, 32, 1) !important;		
}

.header-row-mobile {
	background-color: rgba(245, 130, 32, 1);	
}

.header-row-mobile a {
	color: #FFFFFF !important;
}

.dl-menuwrapper button {
	background-color: rgba(245, 130, 32, 1) !important;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper ul {
	background: rgba(255, 204, 151, 1) !important;
}

.dl-menuwrapper button:after {
	background: #FFFFFF !important;
	box-shadow: 0 9px 0 #FFF, 0 18px 0 #FFF !important;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(245, 130, 32, 1) !important;
	color: #FFFFFF !important;
}

.dl-menuwrapper {
	top: 35px !important;
}

.dl-menuwrapper li a {
	color: #000000 !important;
}

.dl-menuwrapper li.dl-back > a {
	background: none !important;
}

.dl-menuwrapper li.dl-back:after {
	color: #000000 !important;
}

.dl-menuwrapper li a {
	font-size: 12px !important;
}

#table_login {
	background-color: rgba(255, 255, 255, 0.9);
}

.login-logo {
	content: url("../../../imagens/boombooks/login_logo.png");
	width: 330px;
}

.login-logo.small {
	width: 50px;
}

.login {
	background: #d2d6de;
	/*background: url('../../../imagens/boombooks/bg_login.jpg') center no-repeat;*/
}

.login-button {
    min-height: 35px;
    min-width: 130px;
	margin-top: 15px;
    margin-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
	cursor: pointer;
	border-radius: 5px;
	width: 85%;
	border: none !important;
	border-radius: 0 !important;
}

.login-button.wait-spinner, .login-button.wait-spinner:hover, .login-button.wait-spinner:active {
    background: transparent url("../../../imagens/spinner.gif") no-repeat 50% 0px !important;
    color: transparent !important;
    border-color: transparent !important;
    background-size: 35px 35px !important;
}

.b2b-button {
	background-color: #f58220 !important;
    min-height: 35px;
    min-width: 130px;
	margin-top: 15px;
    margin-bottom: 10px;
	padding-left: 15px;
    padding-right: 15px;
	cursor: pointer;
	border-radius: 5px;
	width: 85%;
	border: none !important;
	border-radius: 0 !important;
}

.b2b-button.wait-spinner, .b2b-button.wait-spinner:hover, .b2b-button.wait-spinner:active {
    background: transparent url("../../../imagens/spinner.gif") no-repeat 50% 0px !important;
    color: transparent !important;
    border-color: transparent !important;
    background-size: 35px 35px !important;
}

.empresa-login {
	color: #000000;
}

.hover-table tr.color-b:hover, .hover-table tr.color-white:hover {
	background-color: rgba(245, 130, 32, 0.2);
}

.main-footer-row {
	background-color: rgba(255, 255, 255, 0.9);		
}

.logout-link:hover, .login-link:hover {
	text-decoration: underline;
}

.inscricao-section-top {
	min-height: 85px;
	background-color: #F5F5F5;
	width: 100%;	
}

.inscricao-header {
	background-color: #FFFFFF;
	min-height: 65px;
	box-shadow: 0px 1px 6px #CCCCCC;	
	width: 100%;
}

.logo-inscricao-header {
	float: left;
	padding-top: 8px;
	width: 10%;
	text-align: center;	
}

.links-header {
	float: left;	
	text-align: center;	
	padding-top: 25px;
	width: 60%;
}

.links-header a {
	margin-left: 5px;
	margin-right: 5px;	
}

.links-header a:hover {
	text-decoration: underline;
}

.hover-element:hover {
	text-decoration: underline;
}

.button-header {
	float: left;	
	height: 100%;	
	text-align: center;
	width: 30%;	
	margin-top: 5px;
}

.button-header input[type=button], .button-header-slider input[type=button] {
	margin-top: 0;
	border-radius: 30px;
	padding: 10px;
	font-size: 12px;
}

.inscricao-banner {
	height: 382px;
	background: url('../../../imagens/banner_inscricao.jpg');
}

.inscricao-steps {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.inscricao-steps .img-steps {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

.inscricao-menu-slider {
	width: 99.7%;
	background-color: #FFFFFF;
	padding-top: 21px;
	position: absolute;
	box-shadow: 0px -1px 6px #CCCCCC;	
}

.inscricao-menu-slider .link-option {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.links-header-slider, .button-header-slider {	
	width: 100%;
	text-align: center;
}

.links-header-slider a:hover {
	text-decoration: underline;
}
	
.control-header {
	float: right;
	padding-top: 15px;
	padding-right: 10px;	
	width: 10%;
}	
	
.control-header button {
	padding: 10px;
	padding-top: 5px;	
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #DDDDDD;
	cursor: pointer;
}	

.control-header button:hover {
	background-color: #DDDDDD;	
}
	
.control-header .icon-bar {
	background-color: #888888;
	height: 1px;
	width: 22px;
	display: block;
	margin-top: 5px;
}	
	
.inscricao-menu-slider, .control-header {
	display: none;
}

.inscricao-titulo {
	width: 100%;
}

.inscricao-titulo .cadastro {
	text-align: center;
	background: rgb(245, 130, 32);
	width: 200px;
	padding: 10px 20px;
	font-size: 27px !important;
	color: #FFFFFF;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 20px;
}

.inscricao-titulo .texto-cadastro {
	text-align: center;
	font-size: 25px !important;
	padding: 10px;
	color: #333333;
}

.inscricao-welcome, .inscricao-instructions, .pagamento-instructions {
	margin: 20px;
	padding: 20px;	
	background-color: #FFFFFF;
	border-radius: 10px;
}

.inscricao-welcome .texto-welcome-titulo {
	text-align: left;
	font-size: 20px !important;
	padding: 17px;
	color: #333333;
}

.inscricao-welcome .texto-welcome {
	text-align: left;
	font-size: 14px !important;
	padding: 17px;
	color: #333333;
}

.texto-instructions {
	text-align: left;
	font-size: 14px !important;
	padding: 17px;
	color: #333333;
}

.escolha-nome, .escolha-kit {
	margin: 20px;
	padding: 20px;	
	background-color: #BBBBBB;
	border-radius: 10px;	
}

input[type=radio].escolha-kit {
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

.escolha-kit .texto-escolha-kit {
	text-align: center;
	font-size: 20px !important;
	padding: 17px;
	color: #333333;
}

.orange-highlight {
	color: rgb(245, 130, 32);
	font-style: italic;
}

.div-form {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.form-kit {
	width: 100%;
}

.kit-container {
	margin: 20px;
	padding: 20px;	
	border-radius: 10px;
	box-shadow: 4px 4px 9px #888888;	
	display: table;
	text-align: justify;
}

.kit-card {
	border-radius: 15px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 2.5%;
	min-width: 250px;
	width: 30%;
	padding: auto;
	margin-bottom: 15px;
	text-align: center;
}

.pagamento-ofertas {
	width: 60% !important;
}

.user-card {
	border-radius: 15px;	
	float: left;
	margin-left: 2.5%;	
	min-width: 250px;
	width: 60%;
	padding: auto;
	margin-bottom: 15px;
}

.user-card .row-user-card {
	width: 100%;	
	margin-bottom: 10px;
}

.user-card .info-user-card {
	background: #FFFFFF;
	padding: 5px;
	width: 100%;
	border-radius: 5px;	
}

.user-card .container-user-card {
	background: #FFFFFF;
	padding: 5px;
	width: 100%;
	min-height: 250px;
	border-radius: 15px;
}

.kit-card .kit-card-title {
	width: 100%;
	vertical-align: top;
	text-align: center;
	min-height: 50px;
	padding-top: 20px;	
}

.kit-card .kit-card-image {
	height: 300px;
	overflow: hidden;
}

.kit-card .kit-card-image img {
	max-width: 90%;
	vertical-align: middle;
	border: 0;
}

.kit-card .kit-card-description {
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 20px;
	height: 100px;
}

.kit-card .kit-card-price {
	width: 100%;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}

.kit-card .kit-card-frete {
	width: 100%;
	vertical-align: middle;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 5px;	
}

.preco-de {
	position: relative;
	margin-right: 5px;	
	font-size: 14px;	
	font-weight: bold;
	font-style: italic;
	color: #AAAAAA;	
	text-decoration: line-through;
}

.preco-por {
	position: relative;
	top: -2px;
	margin-left: 2px;
	margin-right: 5px;	
	font-size: 20px;
	font-style: italic;
	color: rgb(245, 130, 32);
	font-weight: bold;	
}

.preco-normal {
	position: relative;
	top: -2px;
	margin-left: 2px;
	margin-right: 5px;	
	font-size: 20px;
	font-style: italic;
	color: #333333;
	font-weight: bold;	
}

.container-user-card .kit-card-price {
	float: right;
}

.dados-inscricao, .dados-pagamento {
	margin: 20px;
	padding: 20px;	
}

.titulo-inscricao, .titulo-pagamento, .titulo-finalizacao {
	text-align: left;
	font-size: 20px !important;
	padding: 17px;
	color: #333333;
}

.titulo-finalizacao {
	background-color: #FFFFFF;
	text-align: center;	
	margin-left: 20px;
	margin-right: 20px;	
	border-radius: 10px;
}

.div-finalizacao .kit-card-price {
	text-align: center;
}

.titulo-finalizacao .texto-finalizacao {
	text-align: center;
	font-size: 20px !important;
	padding: 17px;
	color: #333333;
}

.titulo-pagamento {
	display: inline-block;
	width: 95%;
}

.campos-inscricao, .campos-pagamento, .campos-entrega {
	text-align: left;
	font-size: 14px !important;
	padding-left: 17px;
	padding-right: 17px;	
	color: #333333;
}

.campos-pagamento {
	width: 100%;
}

.row-inscricao, .row-pagamento, .row-entrega {
	padding-bottom: 10px;
}

.row-pagamento {
	display: inline-block;
}

.row-pagamento.floater {
	padding-right: 25px;
	float: left;
}

.bandeiras-cartoes {
	background: url('../../../imagens/bandeiras_cartoes.png') center no-repeat;
	width: 120px;
	height: 15px;
	float: right;
	background-size: 70%;
}


.escolha-nome .texto-escolha {
	text-align: left;
	font-size: 14px !important;
	padding: 17px;
	color: #333333;
}

#escolha_livraria {
	width: 40%;
	min-width: 150px;
}

.inscricao-submit {
	margin: 20px;
	padding: 20px;	
	text-align: left;
}

.flag-campos-entrega {
	padding: 17px;
	padding-top: 0;
}

.invisible {
	visibility: hidden;
}

@media (max-width: 665px) {
	.kit-card, .user-card, .pagamento-ofertas {
		width: 95% !important;
	}
}

@media (min-width: 666px) and (max-width: 940px) {
	.kit-card, .user-card, .pagamento-ofertas {
		width: 45% !important;
	}
}

@media (max-width: 768px) {
	.links-header, .button-header {
		display: none;
	}
	.control-header {
		display: block;		
	}
}

.banner-home {
	height: 198px;
	background: url('../../../imagens/banner_home.jpg') center no-repeat;
}

.banner-home p {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-style: solid;
	color: #FFFFFF;
	margin-left: 13%;
	padding-top: 3.5em;
	
}

.totalizadores-home {
	width: 100%;
	min-height: 120px;
	margin-top: 10px;
	display: inline-block;
}

.totalizadores {
	height: 100px;
	background-position: 10px 20px !important;	
	float: left;	
	margin-bottom: 5px;
	border-radius: 5px;
}

@media (min-width: 961px) {
	.totalizadores {
		margin-left: 2%;
		margin-right: 2%;
		width: 21%;
	}
}

@media (min-width: 451px) and (max-width: 960px) {
	.totalizadores {
		margin-left: 5%;
		margin-right: 5%;
		width: 40%;
	}
}

@media (max-width: 450px) {
	.totalizadores {	
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
}

.totalizadores p {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-style: solid;
	color: #FFFFFF;
	padding-left: 85px;
}

.totalizadores-extrato-container {
	width: 95%;
	display: inline-block;
	margin-top: 10px;
}

.totalizadores-extrato {
	float: right;
	display: inline-block;
	margin-top: 10px;
	margin-left: 5px;
}

.filtro-extrato {
	margin-left: 15px;	
	float: left;
}

.ultimos-pedidos-home, .grafico-semanal-home {
	margin: 22px;
	min-height: 100px;
	float: left;
}

.ultimos-pedidos-home table, .grafico-semanal-home table {
	height: 230px;
}

.clique-para-ampliar {
	border-radius: 5px;
    box-shadow: 2px 2px 10px -1px;
    margin-right: 7px;	
	cursor: pointer;
}

@media (max-width: 960px) {
	.ultimos-pedidos-home, .grafico-semanal-home {
		margin-left: 5%;
		margin-right: 5%;		
		width: 90%;
	}
}

@media (min-width: 961px) {
	.ultimos-pedidos-home {
		width: 64%;
		margin-left: 4%;
		margin-right: 2%;
	}
	.ultimos-pedidos-home.full {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.grafico-semanal-home {
		width: 24%;
		margin-left: 2%;
		margin-right: 4%;
	}
}

table.spaced-row tr {
	height: 30px;
}

@media (max-width: 450px) {
	.hide-column {
		display: none;
	}
}

.banner-full-home img {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.banner-small-home-container {
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

.banner-small-home, .logo-editoras-home {
	max-width: 250px;
	margin: auto;
	display: inline-block;
}

@media (max-width: 450px) {
	.banner-small-home {	
		max-width: 95%;	
	}
}

@media (min-width: 451px) and (max-width: 799px) {
	.banner-small-home {	
		max-width: 48%;	
	}
}

@media (min-width: 800px) {
	.banner-small-home {	
		max-width: 32%;	
	}
}

.banner-small-home img, .logo-editoras-home img {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}

.logo-editoras-home img {
	max-width: 150px;
	margin: auto;
}

.block-interesse {
	float: left;
	width: 220px;
}

.card-vitrine {
	float: left;
	height: 170px;
}	

.card-vitrine-lista {
	width: 650px;
	margin: auto;
}	

@media (max-width: 599px) {
	.card-vitrine {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}	
	.card-vitrine-lista {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}	
}
@media (min-width: 600px) and (max-width: 899px) {
	.card-vitrine {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}	
	.card-vitrine-lista {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}	
}
@media (min-width: 900px) and (max-width: 1199px) {
	.card-vitrine {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
	}	
	.card-vitrine-lista {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}	
}
@media (min-width: 1200px) {
	.card-vitrine {
		width: 23%;
		margin-left: 1%;
		margin-right: 1%;
	}	
	.card-vitrine-lista {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}	
}

.simpleset-carousel {
	display: grid;
}

.carousel-capa {
    /*box-shadow: 2px 2px 10px -1px;*/
}

.carousel-capa-container {
	height: 200px;
}

@media (max-width: 799px) {
	.carousel-capa-container {
	}
}

@media (min-width: 800px) {
	.carousel-capa-container {
		
	}
}
	
#trigger_panel {
	background-color: rgba(245, 130, 32, 1);
}	

#slider_panel a {
	border-bottom: 1px solid rgba(245, 130, 32, 1);
	color: rgba(245, 130, 32, 1);
}

.dd-search-bar {
	width: 80%; 
	margin: auto; 
	margin-top: 10px; 
	background-color: rgba(245, 130, 32, 1); 
	text-align: center;
}

.slick-prev:before, .slick-next:before {
	color: rgba(245, 130, 32, 1);
}

.carrossel-button {
	min-width: unset !important;	
	width: 90%;
}

.table-detalhes-produto {
	margin-top: 100px !important;	
	padding: 20px !important;	
}	

@media (max-width: 599px) {
	.table-detalhes-produto {
	}	
}
@media (min-width: 600px) and (max-width: 899px) {
	.table-detalhes-produto {
	}	
}
@media (min-width: 900px) and (max-width: 1199px) {
	.table-detalhes-produto {
		height: 600px;
		width: 800px;
	}	
}
@media (min-width: 1200px) {
	.table-detalhes-produto {
		height: 600px;
		width: 800px;
	}	
}

.botao-add-carrinho {
	cursor: pointer;
}

.detalhes-comprar {
	background-color: #f58220;
	border-radius: 10px;
	width: 125px;
	padding-left: 10px;
	box-shadow: 2px 2px 10px -1px;
}

.detalhes-comprar:hover {
	background-color: #ef292f;
}

.detalhes-comprar > a {
	color: #FFFFFF;
}

@media (max-width: 599px) {
	.busca-avancada {
		display: none;
	}	
}

.tox-notification, .tox-statusbar__branding { 
	display: none !important 
}

.table-informacoes {
	background-color: rgba(245, 130, 32, 1);
	margin-bottom: 5px;
	min-height: 100px;
}

.table-informacoes div {
	width: 220px; 
	float: left; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #FFFFFF;
}

.table-informacoes a.texto-padrao:hover {
	text-decoration: underline;
	color: #FFFFFF !important;	
}

.table-informacoes a.texto-padrao.header {
	color: #FFFFFF !important;		
}

.table-informacoes a.texto-padrao.header:hover {
	text-decoration: none;
	color: #FFFFFF !important;	
}

@media (max-width: 800px) {
	.block-finalizacao-pedido {
		width: 100% !important;
		text-align: center !important;
		margin-top: 15px !important;
	}
	
	.responsive-hidden {
		display: none !important;
	}
	
	.responsive-central-cliente {
		float: left;
		width: 98%;
	}
}

@media (min-width: 801px) {
	.responsive-central-cliente {
		float: left;
		width: 49%;
	}
}

@media (min-width: 401px) and (max-width: 600px) {
	.responsive-central-cliente-venda-mensal {
		width: 400px;
		overflow: auto;
	}	
}

@media (min-width: 601px) and (max-width: 800px) {
	.responsive-central-cliente-venda-mensal {
		width: 600px;
		overflow: auto;
	}	
}

@media (min-width: 801px) {
	.responsive-central-cliente-venda-mensal {
		width: 100%;
	}	
}

.tabela-venda-mensal {
	min-width: 800px;
}	

.arquivo-adicional-container  {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;	
}

.arquivo-adicional-container:hover .remove-arquivo-adicional {
	display: block;
}

.arquivo-adicional-container:not(.view-mode):hover img {
	opacity: 0.5;
}
