	/* 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;

	}

	.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;
		height: 22px;
		border-bottom: 1px solid #53A4F5;
		font-size: 16px;
		color: #fff;
	}

	.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: absolute;
		width: 100%;
		color: #fff;
	}

	#barra_topo {

		position: fixed;
		height: 75px;
		z-index: 999;
		width: 100%;

	}

	.barra_pesquisa {

		position: relative;
		top: 50px;

	}

	.container_listagem {

		position: absolute;
		color: #666;
		top: 124px;
		font-size: 18px;
		width: 100%;

	}

	.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;
		height: 22px;
		border-bottom: 1px solid #53A4F5;
		font-size: 16px;
		color: #fff;
	}

	.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;
		}
	}