/*******************************************
Global Styles
*******************************************/
.hide {
	display: none;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/*******************************************
Global Styles [Input Elements]
*******************************************/
#content .btn-back {
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
}
#content input[type='text'],
#content input[type='password'],
#content input[type='email'],
#content input[type='number'],
#content input[type='tel'],
#content textarea,
#content select {
	font-size: 13px;
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
}
#content textarea {
	white-space: pre-line;
}
#content input[type='text']:focus,
#content input[type='password']:focus,
#content input[type='email']:focus,
#content input[type='number']:focus,
#content input[type='tel']:focus,
#content textarea:focus,
#content select:focus {
	border-color:#B0B0B0;
}
#content textarea {
	height:auto;
	min-height:50px;
	resize:vertical;
}

#content input[type='text'][disabled],
#content input[type='password'][disabled],
#content input[type='email'][disabled],
#content input[type='number'][disabled],
#content input[type='tel'][disabled],
#content textarea[disabled],
#content select[disabled] {
	background: #F3F3F3;
	border-color: #DDDDDD;
	color: #666;
}

/*******************************************
Global Styles [Form fields]
*******************************************/
#content .form .field {
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
}
#content .form fieldset.block-row {
	border: none;
	border-top: 1px solid #AAA;
	padding: 20px 0 20px 0;
}
#content .form fieldset.block-row > legend {
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0 20px 0 0;
	color:#222222;
}
#content .form div.block-row + fieldset.block-row {
	margin-top: 35px;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px solid #AAA;
}

fieldset > legend {
	float:left;
	width:100%;
}

#content .form .field input,
#content .form .field select,
#content .form .field textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .form .field label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#content .form .field label[title] {
	padding-left: 20px;
	background: url('/temas/default/img/info16.png') no-repeat center left;
}

#content .form .field input[type='checkbox'],
#content .form .field input[type='radio'] {
	visibility:hidden;
	display:none;
}
#content .form .field input[type='checkbox'] + label,
#content .form .field input[type='radio'] + label {
	display: inline-block;
	margin: 6px 0 0 0;
	padding: 0px 10px 0 30px;
	cursor: pointer;
	background: transparent url('/temas/default/img/checkbox-dark-gray-off.png') no-repeat left center;
	min-height: 21px;
	min-width: 21px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
}
#content .form .field input[type='radio'] + label {
	background-image: url('/temas/default/img/radio-dark-gray-off.png');
}
#content .form .field input[type='checkbox']:checked + label {
	background-image: url('/temas/default/img/checkbox-dark-gray-on.png');
	border-color:#999999;
}
#content .form .field input[type='radio']:checked + label {
	background-image:url('/temas/default/img/radio-dark-gray-on.png');
	border-color:#999999;
}
/* required */
#content .form .field .required:before {
	content: '*';
}
#content .form .field label > .required,
#content .form .field input + .required,
#content .form .field select + .required,
#content .form .field textarea + .required {
	color: red;
	font-weight: bold;
	line-height: 100%;
}
#content .form .field input + .required,
#content .form .field select + .required,
#content .form .field textarea + .required {
	position: absolute;
	bottom: 15px;
	right: 8px;
}
#content .form .field select + .required {
	right: 26px;
}
#content .form .field textarea + .required {
	bottom: auto;
	top: 5px;
}

/*******************************************
Global Styles [Block Elements]
*******************************************/
.block-row { clear:both; font-size:0; }
.block-row .field { font-size:14px; vertical-align:top; }

body *[class*='perc-'] { box-sizing:border-box; display:inline-block; position:relative; }

body .perc-5 { width:5%; }
body .perc-10 { width:10%; }
body .perc-15 { width:15%; }
body .perc-20 { width:20%; }
body .perc-25 { width:25%; }
body .perc-30 { width:30%; }
body .perc-33 { width:33.33%; }
body .perc-35 { width:35%; }
body .perc-40 { width:40%; }
body .perc-45 { width:45%; }
body .perc-50 { width:50%; }
body .perc-55 { width:55%; }
body .perc-60 { width:60%; }
body .perc-65 { width:65%; }
body .perc-66 { width:66.66%; }
body .perc-67 { width:67%; }
body .perc-70 { width:70%; }
body .perc-75 { width:75%; }
body .perc-80 { width:80%; }
body .perc-85 { width:85%; }
body .perc-90 { width:90%; }
body .perc-95 { width:95%; }
body .perc-100 { width:100%; }

body *[class*='perc-'] + *[class*='perc-'] { padding-left:48px; }
body .perc-100 + *[class*='perc-'] { padding-left:0; }

/*******************************************
Global Styles [Tables]
*******************************************/
#content table.table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-spacing: 0px;
}

/* striped */
#content table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
/* bordered */
#content table.table-bordered {
	border-collapse: collapse;
}
#content table.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd!important
}
#content table.table > tbody > tr > td,
#content table.table > thead > tr > th {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}
#content table.table > thead > tr > th {
	text-align: left;
	padding: 20px 20px 20px 10px;
	color: #555555;
	background: #F6F6F6;
}
#content table.table > tbody > tr > td {
	padding: 10px;
	border-top: 1px solid #E5E5E5;
	margin: 0;
	color: #555555;
}
#content table.table  tr:hover td {
	color: #000000;
}
#content table.table  .cell-title {
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
}

/*******************************************
Global Styles [Buttons]
*******************************************/
#content .btn {
	cursor: pointer;
	display: inline-block;
	min-width: 0;
	width: auto;
	color: #FFF;
	background-color: #999999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
}
#content .btn:hover {
	color: #F0F0F0;
	background-color: #7E7E7E;
}
/* status */
#content .btn.btn-disabled {
	cursor: not-allowed;
	background-color: #EAEAEA;
	color: #CACACA;
}
#content .btn.btn-highlight {
	background-color: #E14641;
	color: #FFF;
}
#content .btn.btn-highlight:hover {
	background-color: #9F1D1A;
}
/* sizes */
#content .btn.btn-small {
	padding: 3px 8px 3px 8px;
	font-size: 13px;
}
#content .btn.btn-medium {
	padding: 6px 12px 6px 12px;
	font-size: 15px;
}
#content .btn.btn-large {
	padding: 9px 15px 9px 15px;
	font-size: 17px;
}

/*******************************************
Cookie Policy
*******************************************/
/*******************************************
Cookie Policy
*******************************************/
#cookiePolicy {
	display: block;
	margin: 0;
	padding: 10px 75px 10px 60px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index:10000;
	border: 4px solid #F8E9BE;
	background: #F8E9BE url('/temas/default/img/info.png') no-repeat left 15px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookiePolicy span {
	font-weight: bold;
}
#cookiePolicy p {
	margin: 0;
	width: 90%;
	font-size: 12px;
}
#cookiePolicy p > a {
	color: #000;
	text-decoration: underline;
}
#cookiePolicy span.dismiss {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	background-color: #5C5B5B;
	border: none;
	color: #FFFFFF;
	padding: 5px 7px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
}

/*******************************************
Breadcrumbs
*******************************************/
#breadcrumbs {
	background: #fafafa;
	margin: 0 0 20px 0;
	padding: 13px 18px;
	list-style: none;
	width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumbs > li {
	display:inline-block;
}
#breadcrumbs > li a {
	margin: 0;
	color: #666;
}
#breadcrumbs > li.sep > span:after {
	display: block;
	margin: 0 5px 0 5px;
	content: '/';
}
/*******************************************
Pagination
*******************************************/
.navbar {
	float: right;
	height: 30px;
	width: 100%;
	clear: both;
	margin: 10px 0 10px 0;
}
.navbar > ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar > ul > li {
	float: left;
}
.navbar > ul > li > a,
.navbar > ul > li > span {
	background-color: #FAFAFA;
	color: #333;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 19px;
	margin: 0 0 0 1px;
	text-align: center;
	padding: 3px;
}
.navbar > ul > li > a:hover,
.navbar > ul > li.active > span {
	background-color: #999999;
	color: #FFFFFF !important;
	text-decoration: none;
}
.navbar > ul > li.setas > a {
	background-color: #CCC;
	color: #FFF;
	line-height: 18px;
	font-weight: bold;
}
.navbar > ul > li.setas > a:hover {
	background-color: #999999;
}
/*******************************************
Captcha
*******************************************/
.captchaWrap span {
	float: left;
	margin: 5px 0 10px 0;
}
.captchaWrap img {
	display: inline-block;
	margin-right: 10px;
}
.captchaWrap input#security_code {
	display: inline-block;
	width: 180px !important;
	font-weight: bold;
	font-size: 12px;
	margin: 12px 0 0 0;
}
/*******************************************
Search
*******************************************/
.search_results .highlight {
	background-color: yellow;
}
/*******************************************
System Message
*******************************************/
.sysMessage {
	width: 70%;
	max-width: 600px;
	margin: 200px auto 200px auto;
	font-family: Arial, Helvetica;
	text-align:center;
	background: #F0F0F0;
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sysMessage > a {
	display: block;
	margin-top: 10px;
	margin: 10px 0 20px 0;
}
.sysMessage > .title {
	display: block;
	color: #666;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 100%;
}
.sysMessage > .title > span {
	display:block;
	color: #000;
	font-size: 40px;
	line-height: 100%;
}
.sysMessage > .msg {
	display: block;
	margin: 20px 0 0 0;
	font-size: 16px;
	color: #333;
}
.sysMessage > .msg > code {
	font-size: 13px;
	vertical-align: middle;
}
/*******************************************
GCA
*******************************************/
.gca-document {
	display: block;
	width: 100%;
}
.gca-document > .gca-block {
	clear: both;
	margin: 0 0 10px 0;
}
/* pos: left */
.gca-document > .gca-block.left > .content > .image {
	float: left;
	padding: 0 15px 15px 0;
	max-width:100%;
}
/* pos: left2 */
.gca-document > .gca-block.left2 > .content > .image {
	display: table-cell;
	float: left;
	vertical-align: top;
	padding: 0 15px 15px 0;
}
.gca-document > .gca-block.left2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* pos: center | default */
.gca-document > .gca-block.center > .content > .image,
.gca-document > .gca-block.default > .content > .image {
	text-align: center;
	padding-bottom: 15px;
}
/* pos: right */
.gca-document > .gca-block.right > .content > .image {
	float: right;
	padding: 0 0 15px 15px;
}
/* pos: right2 */
.gca-document > .gca-block.right2 > .content > .image {
	display: table-cell;
	float: right;
	vertical-align: top;
	padding: 0 0 15px 15px;
}
.gca-document > .gca-block.right2 > .content > .htmleditor {
	display: table-cell;
	vertical-align: top;
}
/* file | link */
.gca-document > .gca-block > .content > .file > span,
.gca-document > .gca-block > .content > .link > span {
	font-weight: bold;
	display: inline-block;
	margin-right:5px;
}
/*******************************************
Glossario
*******************************************/
.glossario {
	display: block;
	padding: 10px 10px 10px 0;
}
.glossario .topo {
	display: block;
	width: 100%;
	text-align: right;
}
.glossario .letras, .glossario .letras li  {
	list-style: outside none !important;
	padding: 0;
	margin: 0;
}
.glossario .letras {
	display: block;
	width: 100%;
	margin: 0 auto 15px auto;
	text-align: center;
}
.glossario .letras li {
	display: inline-block;
}
.glossario .letras li a, .glossario .letras li span  {
	font-size: 10px;
	display: block;
	padding: 2px 4px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #333333;
}
.glossario .letras li a {
	font-weight: bold;
	color: #000000;
}
.glossario .letras li a:hover, .glossario .letras li.selected a, .glossario .letras li.selected span   {
	border: 1px solid #FFFFFF;
	background: #333333;
	color: #FFFFFF;
}
.glossario .iniciais {
	display: block;
	width: 100%;
	border: 1px solid #FFFFFF;
	background: #777777;
	color: #FFFFFF;
	padding: 5px 0;
	text-indent: 5px;
	margin: 5px 0;
}
.glossario .lista dt {
	font-weight: bold;
	font-size: 16px;
}
.glossario .lista dd {
	display: block;
	margin: 10px 0 !important;
	font-size: 13px;
	font-weight: normal;
}
.glossario .vazio {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}
/*******************************************
Loja
*******************************************/
.tab-carrinho .qtd {
	width: 20px;
	text-align: center;
	font-size: 11px;
	margin: 3px 0 0 0;
}
.table.mbpayment {
	width: 300px !important;
	margin: 0 auto !important;
	border-collapse: collapse;
}
.table.mbpayment,
.table.mbpayment td {
	border-color: transparent;
}

.margem_global select::-ms-expand {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Good browsers :) */
	/* opacity:0; */
	display: none;
  }
.margem	select::-ms-expand {
  /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Good browsers :) */
	/* opacity:0; */
	display: none;
}

.lingua {
	z-index: 9999;
}

.lingua .submenu a {
	display: block;
	width: 100%;
}

#carrinho.save-draft #tab_grupos .linha-produto .product .img-wrap img {
	width: 60px;
}