/* custom stuff for the superfish menu */
.menu-container {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: url('../imagens/menu.png') repeat-x;
}

.home-container {
	background: url('../imagens/menu.png') repeat-x;
}

.menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6px !important;
	z-index: 100000;
	position: relative;
}

.menu-item a, .menu-item img {
	float: left;
}

.menu-item img {
	margin-top: 3px;
}

.nav li#sair {
	float: right;
	padding-right: 15px;
}

/* custom stuff for the ui modal dialog */
.ui-dialog {
	background-color: transparent;
	position: fixed;
	top: 10% !important;
}

.ui-widget-content {
	border: none;
	border-radius: 30px;	
	background: none;
}

div.ui-widget-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=20);
    position: fixed;
	background: #aaaaaa;
}
 
.modal-dialog .ui-dialog-titlebar-close, .modal-dialog .ui-dialog-titlebar {
	display: none;
}

/* Custom Stuff for the ui datepicker */
#ui-datepicker-div {
    background: #fff;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 5px;
    font-size: 11px;
}
#ui-datepicker-div .ui-datepicker-header a {
    color: #333;
    font-size: 11px;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
    color: #000;    
}
#ui-datepicker-div .ui-datepicker-header select {
    border: 1px solid #ccc;
    margin-right: 2px;
}
#ui-datepicker-div .ui-datepicker-next {
    margin-right: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar a {
    background: #efefef;
    text-align: center;
    color:#333;
    font-weight: bold;
    border:1px solid #999;
    border-radius: 2px;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active {
    background: #666;
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar a:hover {
    background: #333;
    color: #fff;
}

/* UI accordion */
.ui-accordion {
	width: 95%;
	padding-left: 10px;
	padding-top: 10px;
}

.ui-accordion-header {
	font-size: 12px;
	font-weight: bold;
}

.ui-accordion-content {
	padding: 0;
}

/* UI tabs */
.ui-tabs .ui-tabs-nav li a {
	font-size: 13px !important;
	font-weight: bold;
}

/* Slick carousel */
.slider {
	width: 90%;
	margin: 50px auto;
}

.slick-slide {
	margin: 0px 20px;
}

img.carousel-capa {
	width: 100%;
	max-width: 130px;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

/* Slider panel */
#slider_panel {
    background-color: rgba(255, 255, 255, 1);
    color: #fff;
    z-index: 1002;
}

#slider_panel a {
    border-bottom: 1px solid rgba(255, 87, 18, 1);
    padding: 3px;
    display: block;
    color: rgba(255, 87, 18, 1);
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
}

#slider_panel a:hover {
    text-decoration: underline;	
}

#trigger_panel {
    background-color: rgba(255, 87, 18, 1);
    left: -109px;
    padding: 10px;
    position: absolute;
    top: 71px;
    width: 85px;
    cursor: pointer;
    /* margin-top: -20px; */
	border-radius: 10px 0px 0px 10px;
	box-shadow: -4px 4px 7px #888888;
}

.slider-shadow {
	box-shadow: 10px 0 15px 10px #585858;	
}

.slider-icon {
    position: relative;
    top: 1px;
    display: inline-block;
	height: 15px;
	width: 20px;
}

.slider-icon.chevron-left {
	background: url('../imagens/chevron-left.png') center no-repeat;
	background-size: 100%;
}

.slider-icon.chevron-right {
	background: url('../imagens/chevron-right.png') center no-repeat;    
	background-size: 100%;	
}

/* CSS do Sistema */
#content {
    width: 100%;
	height: 100%;
}

.toggle-block:not(input) {
    cursor: pointer;
}

.validation-error {
    color: #FF0000;
}

input[type=submit].slim, input[type=button].slim {
    min-height: 10px;
	margin-top: 0px;
    margin-bottom: 0px;
	cursor: pointer;
}

input[type=submit].side-submit.lupa {
	background: url('../imagens/lupa.png') center no-repeat;
}

input[type=submit].side-submit.tick {
	background: url('../imagens/tick.png') center no-repeat;
}

input[type=button].pencil {
	background: url('../imagens/pencil.png') center no-repeat;
	border-radius: 15px;
	background-size: 50% !important;
	height: 15px;
	width: 25px;
	min-height: 20px;
	min-width: 20px;
	margin: 0;
	cursor: pointer;
}

input[type=button].botao-sim {
	background: url('../imagens/tick.png') 10% no-repeat;
	border-radius: 15px;
	border-color: #00FF00;
	background-color: #CCFFCC;
	background-size: 20% !important;
    min-height: 35px;
    min-width: 100px;
	margin: 0;
	cursor: pointer;
}

input[type=button].botao-nao {
	background: url('../imagens/no.png') 10% no-repeat;
	border-radius: 15px;
	border-color: #FF0000;
	background-color: #FFCCCC;
	background-size: 20% !important;
    min-height: 35px;
    min-width: 100px;
	margin: 0;
	cursor: pointer;
}

table.form-data td {
	border-radius: 15px;
	padding-left: 10px;
}

input[type=submit]#busca, input[type=button]#busca {
	min-height: 2px;
	min-width: 20px;
	margin: 2px;
	padding: 2px;
	cursor: pointer;
}

input[type=button].small-button {
    min-height: 25px;
	padding-left: 5px;
    padding-right: 5px;
	cursor: pointer;
}

.error-container {
	background-color: #FFCCCC;
    margin-top: 5px;
    min-height: 1px;
}

.success-container {
	background-color: #CCFFCC;
    margin-top: 5px;
    min-height: 1px;
}

.hidden {
	display: none;
}

.hidden-node {
	display: none !important;
}

.footer-row {
	color: rgb(79, 195, 241);
	width: 100%;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.rodape.white {
	color : #FFFFFF;
}

.rodape.red {
	color : #FF0000;
}

.rodape.cool {
	color : #AAAAFF;
}

.rodape.light {
	font-weight : normal;
}

.texto-padrao {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.texto-padrao.bold {
	font-weight: bold;
}

.texto-padrao.white {
	color : #FFFFFF;
}

.texto-padrao.red {
	color : #FF0000;
}

.texto-padrao.green {
	color : #00FF00;
}

.texto-padrao.gray {
	color : #888888;
}

.texto-light {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.texto-light.white {
	color : #FFFFFF;
}

.texto-grande {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-style: solid;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	position: relative;
}

.texto-grande.white {
	color: #FFFFFF;
}

.texto-preco {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-style: solid;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

input[type=text].numeric {
	text-align: right;
}

.text-red {
	color: #FF0000;
}

.text-green {
	color: #008300;
}

.text-orange {
	color: #FF9900;
}

.invisible {
	visibility: hidden;
}

.stamp {
	padding: 2px;
}

.success-message {
	font-weight: bold;
	background-color: #CCFFCC;
	border: solid 1px #00FF00;
}

.success-message.stamp {
	background-color: #00CC00;	
	border: solid 1px #00CC00;	
	color: #FFFFFF;
	border-radius: 5px;
}

.error-message {
	font-weight: bold;
	background-color: #FFCCCC;
	border: solid 1px #FF0000;
}

.error-message.stamp {
	background-color: #FF0000;	
	color: #FFFFFF;
	border-radius: 5px;	
}

.warning-message {
	font-weight: bold;
	background-color: #FFCC33;
	border: solid 1px #FF9900;
}

.warning-message.stamp {
	background-color: #FF9900;	
	color: #000000;
	border-radius: 5px;	
}

.info-message {
	font-weight: bold;
	background-color: #BBEEFF;
	border: solid 1px #33EEFF;
}

.info-message.stamp {
	background-color: #BBEEFF;	
	color: #000000;
	border-radius: 5px;	
}

.warning-row, .warning-row td {
	background-color: #FFE0E0;
}

.select-all,
.deselect-all {
	cursor: pointer;
}

.spacer {
	width: 10px;
	height: 5px;
	float: left;
}

.percentage-number {
	float: left;
}

.percentage-row {
	height: 25px;
}

.percentage-id {
	visibility: hidden;
	position: relative;
	z-index: 1000;
}

.percentage-bar {
	height: 5px;
	width: 0px;
	background-color: #FF0000;
	box-shadow: 2px 2px 4px #888888;
	margin-top: 3px;
	float: left;
}

.img-container {
	margin-left: 10px;
	float: left;
	z-index: 0;
	width: 80px;
	height: 22px;
	top: -8px;
	position: relative;
}

.pager-link  {
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	cursor: pointer;
}

.mostra-expansor {
	cursor: pointer;
}

.loading-dialog h3 {
	margin-top: 0;
	margin-bottom: 0;	
	padding-top: 15px;
	padding-bottom: 15px;
	text-shadow: 2px 2px #FFFFFF;
}

.lista-negativo {
	cursor: pointer;
}

.red-highlight {
	color: #CC0000 !important;
}

.green-highlight {
	color: #00AA00 !important;
}

.blue-highlight {
	color: #0000FF !important;
}

.purple-highlight {
	color: #B800BD !important;
}

.legenda {
	float: left;
	width: 80px;
	text-align: left;
}

.active-link:hover {
	color: #FF0000 !important;
}

.hover-link {
	color: inherit;
}

.hover-link:hover {
	color: #FF0000 !important;
	cursor: pointer;		
}

.cancela-operacao:hover, 
.cancela-expansor:hover {
	color: #FF0000 !important;
	cursor: pointer;	
}

.tree-menu .tree-widget {
	background: url('../imagens/expand.png') no-repeat 0px 4px #FFF;
	padding-left: 20px;
	padding-bottom: 2px;
	height: 15px;
}

.tree-menu .tree-widget.active {
	background: url('../imagens/collapse.png') no-repeat 0px 4px #FFF;
}

.tree-menu .tree-content {
	padding-left: 20px;
}

table.shadow-table {
	box-shadow: 4px 4px 9px #888888;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #FFFFFF;
}

table.shadow-table.first {
	margin-top: 20px;
}

.shadow-div {
	box-shadow: 4px 4px 9px #888888;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #FFFFFF;
}

.card-consulta {
	background-color: #FFFFFF;
}

.color-white {
	background-color: #FFFFFF;
}

.color-orange {
	background-color: #FFCC33;
	border-bottom: 1px solid #FFFFFF;	
}

.color-mustard {
	background-color: #FFEE88;
	border-bottom: 1px solid #FFFFFF;
}

.color-gray {
	background-color: #F9F9F9;
	border-bottom: 1px solid #FFFFFF;
}

.show-consulta, .sub-qtd, .add-qtd {
	min-width: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;	
}

.error-header {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 32px !important;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;	
	width: 100%;
}

.error-text {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 15px !important;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;	
	width: 95%;
	text-align: left;
}

.error-text  p {
	text-align: justify;
}

.widget-table {
	width: 350px;
	height: 180px;
	background-color: #FFFFFF;
}

.widget-table.double {
	width: 750px;
	height: 300px;	
}

.fixed-element {
	position: fixed; 
	top: 0;
}

.widget-container {
	float: left;
	margin: auto;
	width: 50%;		
	height: 180px;		
	margin-top: 20px;
}

.hd  .widget-container {
	width: 33%;
}

.full-hd  .widget-container {
	width: 25%;
}

.widget-container.double {
	float: left;
	margin: auto;
	width: 100%;
	height: 300px;	
	margin-top: 20px;	
}

.full-hd .widget-container.double {
	width: 50%;
}

.marker {
	background: #FCFF90;
	color: #000000;
}

.texto-percentual {
	font-size: 30px !important;
}

.error-highlight {
	border: 2px solid #FF3333 !important;
	background-color: #FFBBBB !important;
}

.login #form_login {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

.ee1 {
	background: url('../imagens/ee1.jpg') center no-repeat !important;
}
.ee2 {
	background: url('../imagens/ee2.jpg') center no-repeat !important;
}
.ee3 {
	background: url('../imagens/ee3.jpg') center no-repeat !important;
}
.ee4 {
	background: url('../imagens/ee4.jpg') center no-repeat !important;
}
.ee5 {
	background: url('../imagens/ee5.jpg') center no-repeat !important;
}

input[type=text].texto-grande, input[type=password].texto-grande, select.texto-grande {
	width: 85%;
	height: 30px;
	border-radius: 2px;
	border: solid #C0C0C0 1px;
}

input[type=text].texto-grande, input[type=password].texto-grande {
	padding-left: 6px;
}

.icon {
	position: absolute;
	top: 5px;
	right: 40px;
	width: 20px;	
}

.icon-user {
	content: url("../imagens/person.png");
}

.icon-password {
	content: url("../imagens/cadeado.png");
}

.numeric {
	text-align: right;
}

.div-avatar {
	height: 68px; 
	width: 68px; 
}

.div-avatar-wrapper {
	height: 100%; 
	overflow: hidden; 
	border-radius: 50px;
}

.img-avatar {
	width: 100%;
}

.widget-ranking, .widget-valor-minimo {
	border: solid 1px #FF9900;
	min-height: 80px;
	text-align: center;
	margin: auto;
	background: url('../imagens/medal.png') no-repeat 8% 1px #FAF0AD;
	background-size: 70px;
}

.widget-ranking p, .widget-valor-minimo p { 
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: bold;
	color: rgba(255, 87, 18, 1);
	text-align: justify;
	padding-left: 30%;
	padding-right: 20px;
	position: relative;
	top: -10px;
}

.widget-ranking a, .widget-valor-minimo a { 
	font-size: 11px !important;
}

.pager-container {
	border-top: solid 1px #C0C0C0;
}

.img-ampliar {
	max-width: 600px;
}
@media (max-width: 599px) {
	.img-ampliar  {
		max-width: 95%;
	}	
}

.pagina-informacoes {
	margin: 20px;
	padding: 20px;
}

img.cartoes {
	width: 65px;
}

.descricao-container {
	overflow: hidden;
	height: 35px;
}

.autor-container {
	overflow: hidden;
	height: 20px;
}

.editora-container {
	overflow: hidden;
	height: 20px;
}

.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}

.container-img-vendedor {
	width: 125px;
	height: 125px;
	margin-top: 12px;
	overflow: hidden;
	float: left;
}

.img-vendedor {
	border-radius: 75px;
	width: 100%;
	margin: auto;
	float: left;
}

.info-vendedor {
	margin-left: 15px;	
	margin-top: 10px;
	min-width: 50%;	
	float: left;
}

.whatsapp-card {
	float: left;
	position: absolute;
	margin: auto;
	bottom: 15px;
	right: 75px;
}

.card-vendedor {
	width: 320px; 
	height: 150px; 
	margin-left: 1%; 
	float: left; 
	position: relative;
}

.header-vendedor {
	margin: auto; 
	margin-top: 15px; 
	margin-bottom: 10px; 
	width: 96%; 
	text-align: center;
	border-radius: 6px;
}

@media (max-width: 599px) {
	.card-vendedor {
		width: 95%;
		text-align: center;		
		margin: auto;
		margin-top: 10px;		
	}	
	.info-vendedor {
		min-width: 50%;
	}
	.whatsapp-card {
		bottom: 15px;
		right: 15px;
	}
}

#privacy_disclaimer {
	width: 100%;
	height: 90px;
	display: none;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
	background-color: #EFEFEF;
}

#privacy_disclaimer .disclaimer-text {
	padding-left: 25px;	
	padding-top: 35px;	
	float: left;
}

#privacy_disclaimer .disagree {
	border-radius: 20px;	
	background-color: #FFF;
	color: #000;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}

#privacy_disclaimer .agree {
	border-radius: 20px;	
	float: right;	
	margin-right: 20px;	
	margin-top: 25px;	
}

@media (max-width: 850px) {
	#privacy_disclaimer {
		height: 150px;
	}
	#privacy_disclaimer .disclaimer-text {
		width: 95%;
	}
}