	/* MOBILE FIRST */
	/* OS CSS PARA DESKTOP ESTAVAO NA QUERY MEDIA > 768px

    /* GLOBAIS */
	html,
	body {
		background-color: #e9e9e9;
		color: #666666;
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		margin: 0;
		margin-top: 0;
		min-height: 350px;
	}

	/* NAVBAR FIXO */
	.navbar {
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}

	.navbar-brand {
		font-weight: bold;
	}

	/* PAGINAÇÃO CUSTOMIZADA */
	.pagination-nav {
		display: flex;
		justify-content: center;
		margin: 1rem 0;
	}

	.pagination-info {
		margin: 1rem 0;
		padding: 0.75rem 0;
		border-top: 1px solid #dee2e6;
	}

	.pagination-text {
		font-size: 0.875rem;
	}

	.pagination {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		border-radius: 6px;
		overflow: hidden;
		flex-wrap: wrap;
		gap: 2px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	}

	.page-item {
		margin: 0;
	}

	.page-link {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px 12px;
		text-decoration: none;
		color: #1777D9;
		background-color: #fff;
		border: 1px solid #dee2e6;
		border-radius: 4px;
		transition: all 0.2s ease;
		min-width: 40px;
		min-height: 40px;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
	}

	.page-link:hover {
		color: #0056b3;
		background-color: #e9ecef;
		border-color: #adb5bd;
		text-decoration: none;
		transform: translateY(-1px);
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	}

	.page-item.active .page-link {
		color: #fff;
		background-color: #1777D9;
		border-color: #1777D9;
		box-shadow: 0 2px 4px rgba(23, 119, 217, 0.3);
		font-weight: 600;
	}

	.page-item.disabled .page-link {
		color: #6c757d;
		background-color: #f8f9fa;
		border-color: #dee2e6;
		cursor: not-allowed;
		opacity: 0.6;
	}

	.page-item.disabled .page-link:hover {
		transform: none;
		box-shadow: none;
	}

	/* Responsividade da paginação */
	@media (max-width: 768px) {
		.pagination-info {
			flex-direction: column;
			gap: 0.5rem;
			text-align: center;
		}
		
		.pagination-text {
			order: 2;
		}
		
		.pagination-links {
			order: 1;
		}
	}

	@media (max-width: 576px) {
		.pagination {
			justify-content: center;
			gap: 1px;
		}
		
		.page-link {
			padding: 6px 8px;
			font-size: 12px;
			min-width: 32px;
			min-height: 32px;
		}
		
		/* Esconde alguns elementos em mobile para economizar espaço */
		.pagination .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)) {
			display: none;
		}
		
		.pagination-text {
			font-size: 0.75rem;
		}
	}

	.card-tamanho {

		border: 1px solid #ccc;
		border-radius: 4px;
		border-bottom: 3px solid #ccc;
		font-family: 'Abel', sans-serif;
		margin-bottom: 15px;

	}

	.card-header {

border-radius: 4px 4px 0px 0px;
background-color: #1777D9;
min-height: 50px;
padding: 0.75rem 1.25rem;
border-bottom: 1px solid #53A4F5;
font-size: 16px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.card-header .card-title {
margin-bottom: 0;
font-size: 1.25rem;
font-weight: 500;
color: #fff;
width: 100%;
}


	.card-content {

		height: 50px;
		padding: 2px;

	}

	.card-footer {

		height: 20px;
		background-color: #ddd;
		border-radius: 0px 0px 3px 3px;

	}

	a {

		text-decoration: none;

	}

	.uppercase {

		text-transform: uppercase;

	}


	.links_icones {

		color: #fff;
		text-decoration: none;

	}

	.links_icones:hover {

		color: #fff;
		text-decoration: none;


	}

	.links_icones:visited {

		color: #fff;
		text-decoration: none;

	}

	.full-height {

		height: 100vh;
	}

	.flex-center {

		align-items: center;
		display: flex;
		justify-content: center;

	}

	.btn_menu {

		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 99993;
		color: #fff;

	}

	.btn_help {

		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 99993;
		color: #fff;

	}

	.center_obj {

		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.container_painel {
		position: relative;
		width: 100%;
		color: #fff;
	}

	.barra_pesquisa {
		position: relative;
		margin-bottom: 20px;
	}

	.container_listagem {
		position: relative;
		color: #666;
		font-size: 18px;
		width: 100%;
		margin-top: 20px;
	}

	.form-group-style {

		background-color: #ddd;
		border: 1px solid #ccc;
		padding: 10px;
		border-bottom: 3px solid #ccc;

	}


	.listagem {

		font-size: 18px;

	}


	.top_bar {

		position: absolute;
		height: 50px;
		width: 100%;
		background-color: #1777D9;
		border-color: #53A4F5;
		border-width: 0px 0px 3px;
		border-style: solid;
		color: #fff;

	}


	h2 {

		position: relative;
		top: -5px;

	}

	.inputs_form {

		height: 50px;
		font-size: 18px;

	}

	.inputs_texto {

		width: 450px;

	}

	.texto_comum {

		font-size: 12px;

	}

	.container_botoes {

		width: 300px;
		height: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -150px;
		z-index: 9999;
		text-align: center;



	}

	.btn_painel {

		position: relative;
		display: inline-block;
		width: 100px;
		height: 100px;
		border: 1px solid #000;
		margin: 10px;
		color: #fff;
		background-color: #1777D9;
		border-color: #53A4F5;
		border-width: 0px 0px 3px;
		border-style: solid;
		border-radius: 5px;
		font-size: 16px;

	}


	.btn_painel i {

		position: relative;
		top: 15px;
	}

	.btn_painel p {

		position: relative;
		top: 20px;
	}



	.botton_bar {

		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 40px;
		background-color: #1777D9;
		border-color: #53A4F5;
		border-width: 3px 0px 0px;
		border-style: solid;
		color: #fff;

	}


	.titulo-gbox {

		font-size: 18px;
		font-weight: bold;

	}


	.invisivel {

		display: none;

	}

	.btn_acao {

		width: 40px;
		border-radius: 0px;
		 !important;
		margin: 0px;
		 !important;

	}

	.btn_additem {

		position: fixed;
		background-color: #1777D9;
		border-radius: 50px;
		float: right;
		bottom: 20px;
		right: 20px;
		width: 70px;
		height: 70px;
		z-index: 275;
		text-align: center;
		color: #fff;
		box-shadow: 2px 2px 5px 0px #53A4F5
	}

	.plus {
		position: relative;
		font-size: 44px;
		align-items: center;

	}

	#submit_form_item {

		cursor: pointer;
	}


	.pace {

		-webkit-pointer-events: none;
		pointer-events: none;

		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;

	}

	.pace .pace-activity {
		display: block;
		position: fixed;
		z-index: 99999;
		top: 0;
		right: 0;
		width: 300px;
		height: 300px;
		background: #29d;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
		transform: translateX(100%) translateY(-100%) rotate(45deg);
		pointer-events: none;
	}

	.pace.pace-active .pace-activity {
		-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
		transform: translateX(50%) translateY(-50%) rotate(45deg);
	}

	.pace .pace-activity::before,
	.pace .pace-activity::after {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		bottom: 30px;
		left: 50%;
		display: block;
		border: 5px solid #fff;
		border-radius: 50%;
		content: '';
	}

	.pace .pace-activity::before {
		margin-left: -40px;
		width: 80px;
		height: 80px;
		border-right-color: rgba(0, 0, 0, .2);
		border-left-color: rgba(0, 0, 0, .2);
		-webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
		animation: pace-theme-corner-indicator-spin 3s linear infinite;
	}

	.pace .pace-activity::after {
		bottom: 50px;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		border-top-color: rgba(0, 0, 0, .2);
		border-bottom-color: rgba(0, 0, 0, .2);
		-webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
		animation: pace-theme-corner-indicator-spin 1s linear infinite;
	}

	@-webkit-keyframes pace-theme-corner-indicator-spin {
		0% {
			-webkit-transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(359deg);
		}
	}

	@keyframes pace-theme-corner-indicator-spin {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(359deg);
		}
	}




	/* Hide HTML5 Up and Down arrows. */
	input[type="number"]::-webkit-outer-spin-button,
	input[type="number"]::-webkit-inner-spin-button {

		-webkit-appearance: none;
		margin: 0;

	}

	input[type="number"] {

		-moz-appearance: textfield;

	}


	.modal-header {

		background-color: #1777D9;
		border-bottom: 1px solid #53A4F5;
		color: #fff;

	}


	/* CARD DAS GRADE NA INCLUSAO DE ITEM DO PEDIDO */

	.card-tamanho {

		border: 1px solid #ccc;
		border-radius: 4px;
		border-bottom: 3px solid #ccc;
		font-family: 'Abel', sans-serif;
		margin-bottom: 15px;

	}

	.card-header {

border-radius: 4px 4px 0px 0px;
background-color: #1777D9;
min-height: 50px;
padding: 0.75rem 1.25rem;
border-bottom: 1px solid #53A4F5;
font-size: 16px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.card-header .card-title {
margin-bottom: 0;
font-size: 1.25rem;
font-weight: 500;
color: #fff;
width: 100%;
}


	.card-content {

		height: 50px;
		padding: 2px;

	}

	.card-footer {

		height: 20px;
		background-color: #ddd;
		border-radius: 0px 0px 3px 3px;

	}

	.campo-tamanho {

		font-size: 25px;
		padding: 2px !important;

	}

	.card-preco {

		position: relative;
		float: right;
		color: #666;

	}

	.icone-preco {
		position: relative;
		top: 3px;
		left: 5px;
	}

	/* INICIO ALTERAÇÃO 17/05/2017 */
	tbody {
		overflow: scroll;
		height: limit;
		vertical-align: center;
	}

	.table_itens {
		overflow: scroll;
		height: limit;
		max-width: 100%;
		vertical-align: center;
	}

	tr {
		overflow: scroll;
		height: limit;
		vertical-align: center;
	}
	

	/* FIM    ALTERAÇÃO 17/05/2017 */

	/* END OF CARD */




	/* DESKTOP */
	/* PARA devices MAIORES QUE 768*/
	@media all and (min-width: 768px) {

		.listagem {
			/* font-size: 16px; */
		}

		.form-group-style {

			background-color: #ddd;
			border: 1px solid #ccc;
			border-radius: 5px;
			padding: 10px;
			margin: 0px 10px 10px 10px;
			border-bottom: 3px solid #ccc;
		}



	}


	#MolduraIframe {
		/* Defina as resoluções para adaptar o tamanho conforme cada caso */

		width: 100%;
		height: 400;
		/*frameborder : 0;*/
		border: 0;
		/*@media (max-width:100px) {
        width: 100%;// Defina o tamanho que o objeto terá com tal resolução
      }*/
	}

	@media (max-width: 575px) {

		.hidden-xs-down,
		.hidden-sm-down,
		.hidden-md-down,
		.hidden-lg-down,
		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-unless-sm,
		.hidden-unless-md,
		.hidden-unless-lg,
		.hidden-unless-xl {
			display: none !important;
		}

	}

	@media (max-width: 575px) {

		.hidden-xs-down,
		.hidden-sm-down,
		.hidden-md-down,
		.hidden-lg-down,
		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-unless-sm,
		.hidden-unless-md,
		.hidden-unless-lg,
		.hidden-unless-xl {
			display: none !important;
		}

	}

	/* Breakpoint SM */
	@media (min-width: 576px) and (max-width: 767px) {

		.hidden-sm-down,
		.hidden-md-down,
		.hidden-lg-down,
		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-sm-up,
		.hidden-unless-xs,
		.hidden-unless-md,
		.hidden-unless-lg,
		.hidden-unless-xl {
			display: none !important;
		}
	}

	/* Breakpoint MD */
	@media (min-width: 768px) and (max-width: 991px) {

		.hidden-md-down,
		.hidden-lg-down,
		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-sm-up,
		.hidden-md-up,
		.hidden-unless-xs,
		.hidden-unless-sm,
		.hidden-unless-lg,
		.hidden-unless-xl {
			display: none !important;
		}
	}

	/* Breakpoint LG */
	@media (min-width: 992px) and (max-width: 1199px) {

		.hidden-lg-down,
		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-sm-up,
		.hidden-md-up,
		.hidden-lg-up,
		.hidden-unless-xs,
		.hidden-unless-sm,
		.hidden-unless-md,
		.hidden-unless-xl {
			display: none !important;
		}
	}

	/* Breakpoint XL */
	@media (min-width: 1200px) {

		.hidden-xl-down,
		.hidden-xs-up,
		.hidden-sm-up,
		.hidden-md-up,
		.hidden-lg-up,
		.hidden-xl-up,
		.hidden-unless-xs,
		.hidden-unless-sm,
		.hidden-unless-md,
		.hidden-unless-lg {
			display: none !important;
		}
	}
