/*
	CORES
	Pri: #ffa800 -> #d28a00 - orange
	Seg: #0063d2 -> #00499c - azul
*/
div[class^="col-"]{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-core-ui .brc_encomenda_btn{
	margin:5px 10px 5px 0;
	padding: 6px 8px 2px 8px;
	background: #0063d2;
	border-color: #00499c;
	color: #fff;
	line-height:1;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-core-ui button.brc_encomenda_btn{
	padding: 4px 8px 2px 8px;
}
.wp-core-ui .brc_encomenda_btn:hover{
	background: #00499c;
	color: #fff;
}
.wp-core-ui .brc_encomenda_btn span{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}
.wp-core-ui .brc_encomenda_btn span:before{
	display: block;
	margin: 0;
	line-height: 1;
}
.wp-core-ui .brc_encomenda_btn.btn_red{
	background: #e21c18;
	border-color: #b01613;
}
.wp-core-ui .brc_encomenda_btn.btn_red:hover{
	background: #b01613;
}
.wp-core-ui .brc_encomenda_btn.btn_alter{
	background: #ffa800;
	border-color: #d28a00;
}
.wp-core-ui .brc_encomenda_btn.btn_alter:hover{
	background: #d28a00;
}
.wp-core-ui .brc_encomenda_btn.fullWidth{
	width:100%;
	margin-left:0;
	margin-right:0;
	text-align:center;
}

.wp-core-ui .brc_encomenda_btn.btn_grid{
	display:block;
	width:100%;
	text-align:center;
	margin: 0;
	padding: 6px 8px 0px 8px;
}
.wp-core-ui .brc_encomenda_bullet{
	display: inline-block;
	line-height: 1.2;
	height: auto;
	margin: 0 0 5px 0;
	font-size: inherit;
	font-weight:600;
	padding: 3px 8px 6px;
	background:#0063d2;
	color:#ffffff;
	border-radius:5px;
	font-weight:600;
}
.wp-core-ui .brc_encomenda_bullet span{
	display: block;
	margin:0;
}
.wp-core-ui .brc_encomenda_bullet.bullet-primary{
	background:#ffa800;
}
.wp-core-ui .brc_encomenda_bullet-sm{
	padding: 2px 5px 3px;
	border-radius:3px;
	font-size: 10px;
	line-height: 1.2;
}

.brc-encomenda-btn{
	margin: 5px;
	padding:8px;
	background: #0063d2;
	border-color: #00499c;
	color: #fff;
	line-height:1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
}
.brc-encomenda-btn:hover,
.brc-encomenda-btn:focus{
	color:#ffffff;
	background: #00499c;
}
.brc-encomenda-btn.btn-sm{
	margin: 2px;
	padding: 5px 6px 6px;
	font-size:10px;
}
.brc-encomenda-btn.btn-vermelho{
	color:#ffffff;
	background: #c00000;
	border-color: #990000;
}
.brc-encomenda-btn.btn-vermelho:hover,
.brc-encomenda-btn.btn-vermelho:focus{
	background: #990000;
}
.brc-encomenda-btn.btn-verde{
	color:#ffffff;
	background: #00c012;
	border-color: #00a610;
}
.brc-encomenda-btn.btn-verde:hover,
.brc-encomenda-btn.btn-verde:focus{
	background: #00a610;
}

.brc_encomenda_admin_loading{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:500000;
	background:url(../img/loading.gif) no-repeat center center rgba(0,0,0,0.85);
	display:none;
}

/*
 * BRC_ENCOMENDA_FORM_GRID
 */
.brc_encomenda_form_grid{
	padding: 5px 10px;
}
.brc_encomenda_notices{
	display:none;
	padding:15px 20px;
	border-radius:10px;
	line-height: 1.2;
	background-color: #fed2d1;
	border: 2px solid #ca1916;
	margin-bottom:20px;
	color:#ca1916;
	font-weight:500;
}
.brc_encomenda_notices.on{
	display:block;
}
.brc_encomenda_notices .lin{
	display:block;
	font-weight:600;
	font-size:14px;
}
.brc_encomenda_notices .lin:last-child{
	margin-bottom:0;
}
.brc_encomenda_form_grid h3{
	margin:0 0 20px 0;
}
.brc_encomenda_form_grid .row{
	margin-left:-10px;
	margin-right:-10px;
}
.brc_encomenda_form_grid .col{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin:0;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brc_encomenda_form_grid label{
	display:block;
	font-weight:600;
	margin-bottom:5px;
	color:#282828;
}
.brc_encomenda_form_grid input,
.brc_encomenda_form_grid textarea,
.brc_encomenda_form_grid select{
	width:100%;
	display:block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brc_encomenda_form_grid input{}
.brc_encomenda_form_grid input[type="checkbox"],
.brc_encomenda_form_grid input[type="radio"]{
	width: unset;
	display: inline-block;
	vertical-align: middle;
}
.brc_encomenda_form_grid textarea{
	height:125px;
}
.brc_encomenda_form_grid select{}
.brc_encomenda_form_grid select .oDisabled{
	background:#f1f1f1;
	color:#333333;
}
.brc_encomenda_form_grid .data-hora{}
.brc_encomenda_form_grid .data-hora select,
.brc_encomenda_form_grid .data-hora input{
	width: calc(50% - 8px);
	display: inline-block;
	margin:0;
	text-align:center;
}
.brc_encomenda_form_grid .data-hora select:last-child,
.brc_encomenda_form_grid .data-hora input:last-child{
	margin-left:10px;
}


/*
 * POST TYPE encomenda
 */

body.post-type-encomenda{}
body.post-type-encomenda #post-body-content,
body.post-type-encomenda .edit-form-section{
	margin-bottom:0;
}
@media(min-width:1024px){
	body.post-type-encomenda #poststuff #post-body.columns-2{
		margin-right:450px;
	}
	body.post-type-encomenda #post-body.columns-2 #postbox-container-1{
		float: right;
		margin-right: -450px;
		width: 430px;
	}
	body.post-type-encomenda #poststuff #post-body.columns-2 #side-sortables{
		width: 430px;
	}
}
@media(max-width:992px){
	body.post-type-encomenda #post-body{
		display:flex;
		flex-wrap:wrap;
		flex-direction: column-reverse;
	}
	body.post-type-encomenda #postbox-container-1,
	body.post-type-encomenda #postbox-container-2{
		float:none !important;
	}
	body.post-type-encomenda #postbox-container-1{}
	body.post-type-encomenda #postbox-container-2{}
}

body.post-type-encomenda #titlediv{
	display:none;
}
body.post-type-encomenda .postbox{
	border-color:#999999;
	border-width:1px;
}
body.post-type-encomenda .postbox .toggle-indicator,
body.post-type-encomenda .postbox > .hndle{
	background:#ececec;
}
body.post-type-encomenda .postbox > .hndle{
	border-bottom:solid 1px #cccccc;
}

body.post-type-encomenda{}
body.post-type-encomenda #set-post-thumbnail{
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	min-height: 150px;
	border: dashed 2px #999999;
	border-radius: 10px;
	padding: 25px;
}
body.post-type-encomenda #set-post-thumbnail:hover{
	border-color:#0063d2;
}
body.post-type-encomenda #set-post-thumbnail img{
	position: relative;
	z-index: 50;
}
body.post-type-encomenda #set-post-thumbnail:before{
	content: "\f030";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	color: #999999;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100px;
	background: #e5e5e5;
	font-size: 28px;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	z-index: 10;
}
body.post-type-encomenda #set-post-thumbnail:hover:before{
	color:#0063d2;
}

#brc_encomenda_etiqueta .etiqueta-hash{
	background:#0063d2;
	display:flex;
	align-items:center;
	border-radius:5px;
	padding:2px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#brc_encomenda_etiqueta .etiqueta-hash *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#brc_encomenda_etiqueta .etiqueta-hash .left{
	flex:0 0 40%;
	text-align:left;
	color:#ffffff;
	font-size:14px;
	padding:0 10px;
}
#brc_encomenda_etiqueta .etiqueta-hash .right{
	flex:0 0 60%;
	color:#282828;
	background:#cccccc;
	border-radius:5px;
	padding:5px 10px;
	font-size:18px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
}
#brc_encomenda_etiqueta .etiqueta-hash .right span{}

#brc_encomenda_etiqueta .etiqueta-resumo{
	margin: 15px 0;
	padding: 10px;
	background: #f1f1f1;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
#brc_encomenda_etiqueta .etiqueta-resumo h3{
	margin-bottom: 7px;
}
#brc_encomenda_etiqueta .etiqueta-resumo table{
	width: 100%;
}
#brc_encomenda_etiqueta .etiqueta-resumo table th{
	text-align: left;
	border-bottom: solid 1px #cccccc;
	width: 50%;
	padding: 5px 0;
}
#brc_encomenda_etiqueta .etiqueta-resumo table td{
	text-align: right;
	border-bottom: solid 1px #cccccc;
}
#brc_encomenda_etiqueta .etiqueta-resumo table tr:last-child th,
#brc_encomenda_etiqueta .etiqueta-resumo table tr:last-child td{
	border-bottom:0;
}
#brc_encomenda_etiqueta .etiqueta-resumo #encomenda_subtotal{}
#brc_encomenda_etiqueta .etiqueta-resumo #encomenda_desconto{}
#brc_encomenda_etiqueta .etiqueta-resumo #encomenda_total{
	font-weight:600;
	color:#b01613;
}

#brc_encomenda_concluir{
	border: 0;
	background: none;
}
#brc_encomenda_concluir .handlediv{
	display: none;
}
#brc_encomenda_concluir .inside{
	padding: 0;
}
#brc_encomenda_concluir h2{
	display: none;
}
#brc_encomenda_concluir .brc_encomenda_btn{
	font-size: 20px;
	padding: 15px 10px;
}
#brc_encomenda_concluir .brc_encomenda_btn span{
	font-size: 20px;
	margin-right: 6px;
	margin-left: -6px;
}

body.post-type-encomenda #submitdiv{
	border: 0;
	background: none;
}
body.post-type-encomenda #submitdiv .inside{
	padding: 0;
}
body.post-type-encomenda #submitdiv #minor-publishing,
body.post-type-encomenda #submitdiv #delete-action,
body.post-type-encomenda #submitdiv .handlediv,
body.post-type-encomenda #submitdiv h2{
	display: none;
}
body.post-type-encomenda #submitdiv #major-publishing-actions{
    padding: 0;
    clear: both;
    border-top: 0;
    background: none;
}
body.post-type-encomenda #submitdiv #publishing-action{
	text-align:center;
	float:none;
	width:100%;
}
body.post-type-encomenda #submitdiv #publish{
	font-size: 20px;
	padding: 15px 10px;
	line-height: 1;
	width: 100%;
}
body.post-type-encomenda #submitdiv #publish span{
	font-size: 20px;
	margin-right: 6px;
	margin-left: -6px;
}

/* LISTAGEM */

/*
1 => 'Em trânsito',
2 => 'Entreque',
3 => 'Retorno',
4 => 'Cancelado',
5 => 'Em loja',
6 => 'Na garagem'
*/

.status-class-1{}
.status-class-2{background: #00c012 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}
.status-class-3{background: #707070 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}
.status-class-4{background: #c00000 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}
.status-class-5{background: #ff5500 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}
.status-class-6{background: #fff021 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}
.status-class-7{background: #0083c0 !important;color: #ffffff !important; padding: 3px; border-radius: 5px; font-weight:bold;}


body.post-type-encomenda{}
body.post-type-encomenda .wp-list-table{}
body.post-type-encomenda #the-list .column-destino{}
body.post-type-encomenda #the-list .column-destino span.saida{
	color:#4c4b4c;
}
body.post-type-encomenda #the-list .column-destino span.entrega{
	color:#828182;
}
body.post-type-encomenda #the-list .column-destino span.data{}

body.post-type-encomenda #the-list tr:hover .column-destino span.saida{
	color:#d28a00;
}
body.post-type-encomenda #the-list tr:hover .column-destino span.entrega{
	color:#0063d2;
}

body.post-type-encomenda th#cb{}
body.post-type-encomenda th#etiqueta{}
body.post-type-encomenda th#cliente{

}
body.post-type-encomenda th#destino{
	width:25%;
}
body.post-type-encomenda th#encomenda{}
body.post-type-encomenda th#pgto{}
body.post-type-encomenda th#total{}
body.post-type-encomenda th#status{}
body.post-type-encomenda th#actions{}
body.post-type-encomenda td.column-total{
	font-size: 18px;
	font-weight: 600;
	color: #ffa800;
}
body.post-type-encomenda th.check-column,
body.post-type-encomenda td.column-etiqueta,
body.post-type-encomenda td.column-cliente,
body.post-type-encomenda td.column-destino,
body.post-type-encomenda td.column-encomenda,
body.post-type-encomenda td.column-pgto,
body.post-type-encomenda td.column-total,
body.post-type-encomenda td.column-status,
body.post-type-encomenda td.column-actions{
	vertical-align:middle;
}
body.post-type-encomenda td.column-actions{
	text-align:right;
}
body.post-type-encomenda .mob-cliente{
	display:none;
}
table.lista-encomenda {
	margin: 15px;
	width: 90%;
	border-collapse: collapse;
	background-color: #f9f9f9;
	font-family: Arial, sans-serif;
}

table.lista-encomenda thead {
	background-color: #333;
	color: #fff;
}

table.lista-encomenda th, 
table.lista-encomenda td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

table.lista-encomenda tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

table.lista-encomenda tbody tr:hover {
	background-color: #e0f7fa;
	cursor: pointer;
}

.remove-pacote {
	color: #e53935;
	text-decoration: none;
	font-weight: bold;
}

.remove-pacote:hover {
	text-decoration: underline;
}
.qr-block{
	display: flex !important;
	justify-content: center !important;
}
.qr-id{
	display:flex;justify-content:center;
}

@media(max-width:782px){
	body.post-type-encomenda .column-cliente,
	body.post-type-encomenda .column-encomenda,
	body.post-type-encomenda .column-pgto,
	body.post-type-encomenda .column-total,
	body.post-type-encomenda .column-actions{
		display:none;
	}
	body.post-type-encomenda th#etiqueta{
		width:100%;
	}
	

	body.post-type-encomenda td.column-etiqueta:before,
td.column-agente:before,
td.column-status:before,
td.column-destino:before,
td.column-tipo_pagamento:before,
td.column-baixada:before{
		visibility:hidden;
	}

	body.post-type-encomenda .mob-cliente{
		display:block;
	}
}



/*
 * TAXONOMY EXTRA FIELDS
 */
body.taxonomy-cliente-encomenda{}
body.taxonomy-cliente-encomenda .wrap{
	padding-left:75px;
}
body.taxonomy-cliente-encomenda #edittag{
	max-width:80%;
	display:block;
	padding-top:15px;
	margin-top:15px;
	border-top:solid 1px #cccccc;
}
@media(max-width:650px){
	body.taxonomy-cliente-encomenda .wrap{
	padding-left:0;
}
}

body.taxonomy-cliente-encomenda .term-name-wrap{}
body.taxonomy-cliente-encomenda .term-name-wrap > th,
body.taxonomy-cliente-encomenda .term-name-wrap > td{
	display:block;
	padding:0;
	max-width:50%;
}
body.taxonomy-cliente-encomenda .term-name-wrap > th{}
body.taxonomy-cliente-encomenda .term-name-wrap > th label{
	display:block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:600;
}
body.taxonomy-cliente-encomenda .term-name-wrap > td{}

body.taxonomy-cliente-encomenda .term-slug-wrap,
body.taxonomy-cliente-encomenda .term-description-wrap{
	display:none !important;
}

body.taxonomy-tipo-encomenda{}
body.taxonomy-local-encomenda{}
body.taxonomy-tipo-encomenda .term-slug-wrap,
body.taxonomy-local-encomenda .term-slug-wrap{
	display:none;
}

.brc-taxgrid{}
.brc-taxgrid.add{
	width:95%;
}
.brc-taxgrid > td{
	padding:0;
}
.brc-taxgrid .row{
	margin-left:-10px;
	margin-right:-10px;
}
.brc-taxgrid .col{
	padding-left:10px;
	padding-right:10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brc-taxgrid .form-group{
	padding-top:10px;
	padding-bottom:10px;
}
.brc-taxgrid label{
	display:block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:600;
}
.brc-taxgrid input.form-input,
.brc-taxgrid select.form-input,
.brc-taxgrid textarea.form-input,
.brc-taxgrid .form-input{
	display:block;
	width:100%;
}


/*
 * BRC Encomendas: Busca Código
 * BRCEncomenda_busca_codigo
 */
/*
	CORES
	Pri: #ffa800 -> #d28a00 - orange
	Seg: #0063d2 -> #00499c - azul
*/
.busca-codigo{}
.busca-codigo .brc_vc_wrapper{}
.busca-codigo .brc_vc_inner_wrapper{}
.busca-codigo .form-wrapper{}
.busca-codigo .form-group{
	padding-top:10px;
	padding-bottom:10px;
}
.busca-codigo .form-field{
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border-radius: 5px;
	font-size:18px;
	border: solid 1px #0063d2;
	transition: all 0.25s cubic-bezier(0.700, 0.000, 0.325, 1.000);

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.busca-codigo .form-field:focus,
.busca-codigo .form-field:hover{
	border: solid 1px #ffa800;
}
.busca-codigo .form-submit{
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border-radius: 5px;
	background:#0063d2;
	border: solid 1px #00499c;
	border-top-width:0;
	border-bottom-width:3px;
	color:#ffa800;
	cursor:pointer;
	font-weight:600;
	font-size:18px;
	transition: all 0.25s cubic-bezier(0.700, 0.000, 0.325, 1.000);

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.busca-codigo .form-submit:hover{
	background:#00499c;
}
.busca-codigo .result-wrapper{
	padding-top:50px;
	margin-top:50px;
	border-top:solid 1px #e5e5e5;
}
.busca-codigo .result-wrapper h2{
	font-size:24px;
	margin-bottom:10px;
}
.busca-codigo .result-wrapper h2 small{
	display: inline-block;
	height: auto;
	margin: 0 0 5px 0;
	font-weight:600;
	background:#0063d2;
	color:#ffffff;
	font-weight:600;
	padding: 2px 5px 3px;
	border-radius:3px;
	font-size: 14px;
	line-height: 1.2;
	vertical-align:middle;
	margin-left:10px;
}
.busca-codigo .result-wrapper .vc_row{
	border: solid 1px #ccc;
	margin: 0;
	border-radius: 10px;
}
.busca-codigo .result-wrapper .col-group{
	padding-top:15px;
	padding-bottom:15px;
}
.busca-codigo .result-wrapper .col-group .label{
	display:block;
	font-size:14px;
	font-weight:600;
	margin-bottom:4px;
	color:#0063d2;
}
.busca-codigo .result-wrapper .col-group .value{
	display:block;
	font-size:16px;
	line-height:1.2;
}
.busca-codigo .result-wrapper .col-group .value strong{
	font-size:14px;
}
.busca-codigo .result-wrapper .col-group .img-link{
	display:inline-block;
	color:#ffffff;
	background:#00499c;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100px;
	transition: all 0.25s cubic-bezier(0.700, 0.000, 0.325, 1.000);
}
.busca-codigo .result-wrapper .col-group .img-link:hover{
	background:#282828;
}
.busca-codigo .result-wrapper .col-group .img-link span{
	display:inline-block;
}


/*
 * BRC Encomendas: Relatórios
 * BRCEncomendaRelatorios
 */
/*
	CORES
	Pri: #ffa800 -> #d28a00 - orange
	Seg: #0063d2 -> #00499c - azul
*/
.brc-encomendas-relatorio-form-wrapper{
	border: 1px solid #999999;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	margin-top:25px;
	margin-bottom:50px;
}
.brc-encomendas-relatorio-form-wrapper .header-bar{
	border-bottom: solid 1px #cccccc;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	color: #23282d;
	background: #ececec;
}
.brc-encomendas-relatorio-form-wrapper form{}

.brc-encomendas-relatorio-form-wrapper .form-submit,
.brc-encomendas-relatorio-table-wrapper .form-submit{
	width: 100%;
	height: 45px;
	padding: 0 15px;
	border-radius: 5px;
	background:#0063d2;
	border: solid 1px #00499c;
	border-top-width:0;
	border-bottom-width:3px;
	color:#ffa800;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	transition: all 0.25s cubic-bezier(0.700, 0.000, 0.325, 1.000);

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brc-encomendas-relatorio-form-wrapper .form-submit:hover{
	background:#00499c;
}

.brc-encomendas-relatorio-resumo{
	margin-bottom:50px;
}
.brc-encomendas-relatorio-resumo .valor-total{
	display:block;
	font-size:30px;
	font-weight:bold;
}

.brc-encomendas-relatorio-table-wrapper{
	margin-top:25px;
}
.brc-encomendas-relatorio-table-wrapper .title-holder{}
.brc-encomendas-relatorio-table-wrapper .title-holder h2{
	display:inline-block;
	margin:0 0 25px 0;
}
.brc-encomendas-relatorio-table-wrapper .title-holder .count{
	float:right;
}
.brc-encomendas-relatorio-table-wrapper .column-rel-id{
	width:50px;
}
.brc-encomendas-relatorio-table-wrapper td{
	font-size:11px;
}
.brc-encomendas-relatorio-table-wrapper td.column-rel-etiqueta{
	font-weight:bold;
}

.brc-encomendas-relatorio-table-wrapper td.column-res-label{}
.brc-encomendas-relatorio-table-wrapper th.column-res-quantidade,
.brc-encomendas-relatorio-table-wrapper td.column-res-quantidade{
	text-align:center;
}
.brc-encomendas-relatorio-table-wrapper th.column-res-valor,
.brc-encomendas-relatorio-table-wrapper td.column-res-valor{
	text-align:center;
}
.brc-encomendas-relatorio-table-wrapper th.column-res-total-label,
.brc-encomendas-relatorio-table-wrapper td.column-res-total-label{
	text-align:right;
	font-weight:bold;
}
.brc-encomendas-relatorio-table-wrapper th.column-res-total-total,
.brc-encomendas-relatorio-table-wrapper td.column-res-total-total{
	text-align:center;
	font-weight:bold;
}

.brc-encomendas-relatorio-pagination-wrapper{
	text-align:right;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers{
	display:inline-block;
	list-style:none;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li{
	display:inline-block;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li span,
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li a{
	display:block;
	border-radius:4px;
	background: #ffffff;
	color: #0071a1;
	min-width: 30px;
	min-height: 30px;
	vertical-align: baseline;
	border:solid 1px #0071a1;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li span{
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li a{}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li a:hover{
	background:#0063d2;
	color:#ffffff;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li .current{
	background:#00499c;
	color:#ffffff;
}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li .page-numbers{}
.brc-encomendas-relatorio-pagination-wrapper .page-numbers li .next{}
