/* FONTES */
@font-face {
	font-family: 'Poppins-Light';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-Light'), url('../fonts/Poppins-Light.ttf')
		format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-Regular'), url('../fonts/Poppins-Regular.ttf')
		format('truetype');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local('Poppins-SemiBold'), url('../fonts/Poppins-SemiBold.ttf')
		format('truetype');
}

/* GERAL */
* {
	font-family: 'Poppins-Light';
}
body {
	font-size: 18px !important;
	color: #000;
}
h6 {
	margin-bottom: 0 !important;
}
.semibold {
	font-family: 'Poppins-SemiBold';
}
.fs-6 {
	font-size: 14px !important;
}
.fs-7 {
	font-size: 12px !important;
}
.msg-alerta {
	padding: 5px 10px;
	width: max-content;
	font-family: 'Poppins-SemiBold';
	background-color: RGB(255,172,51) !important;
}
.msg-finalizado {
	padding: 5px 10px;
	color: #fff;
	width: max-content;
	font-family: 'Poppins-SemiBold';
	background-color: rgb(56,74,54) !important;
}
.msg-confirmar {
	padding: 5px 10px;
	color: #fff;
	width: max-content;
	font-family: 'Poppins-SemiBold';
	background-color: rgb(138,46,54) !important;
}
.step.finish {
    background-color: #198754;
    opacity: 1;
}
.step.active {
    opacity: 1;
}
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.center-vertical {
	display: -webkit-flexbox;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}

.pulse-button {
	box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
	}
}
    

/* CARD REFEICAO */
.card-main {
	max-width: 670px;
  	padding: 25px;
  	margin: 8% auto;
  	background-color: rgb(235,222,181);
  	box-shadow: 1px 4px 16px #c9c9c9 !important;
}
.card-body {
	color: #000 !important;
}
.card-refeicao {
	background-color: #f5f5f5;
}
.card-nome {
	padding: 5px;
	width: max-content;
	font-family: 'Poppins-SemiBold';
}
.card-horario {
	background-color: rgb(138,46,54);
	padding: 5px 10px;
	border-radius: 5px;
	color: rgb(255,254,240);
}
.card-active {
	background-color: RGB(255,172,51) !important;
}
.btn-card-add {
	color: #198754;
	border-color: #198754;
	background-color: transparent;
	font-family: 'Poppins-SemiBold';
}
.btn-card-add:hover {
	color: #fff;
	border-color: #198754;
	background-color: #198754;
}
.btn-card-add-active {
	color: #fff;
	border-color: #198754;
	background-color: #198754;
}

@media (max-width: 771px) {
	.card-main {
		padding: 0;
	}
}

/* PAGE DATA */
.legend-cafe-colonial {
	width: 25px;
	height: 25px;
	display: -webkit-inline-box;
	background-color: rgb(42,50,32);
}
.legend-final-semana {
	width: 25px;
	height: 25px;
	display: -webkit-inline-box;
	background-color: rgb(138,46,54);
}
.legend-fechado {
	width: 25px;
	height: 25px;
	background-color: #ccc;
	display: -webkit-inline-box;
}

/* HORARIOS */
/* geral */
.btn-group-vertical > .btn:not(:first-child) {
	margin-top: initial;
}
.btn-horario-1 {
	padding: .375rem .75rem;
	font-size: 16px !important;
}
.btn-horario-2 {
	padding: .375rem .75rem;
	font-size: 16px !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family: 'Poppins-SemiBold';
}

/* lotado */
.btn-lotado {
	border-width: 2px;
	border-color: #6c757d;
}
.btn-lotado:hover {
	border-color: #6c757d;
}
.btn-lotado .btn-horario-1 {
	background-color: #6c757d;
	color: #fff;
}
.btn-lotado .btn-horario-2 {
	background-color: #fff;
	color: #6c757d;
}

/* horario */
.btn-horario {
	border-width: 2px;
	border-color: #198754;
}
.btn-horario:hover {
	border-color: #198754 !important;
}

.btn-check:not(:checked) + .btn-horario div:nth-child(1) {
	background-color: #198754;
	color: #fff;
}
.btn-check:not(:checked) + .btn-horario div:nth-child(2) {
	background-color: #fff;
	color: #198754;
}
.btn-check:checked + .btn-horario {
	border: 2px solid rgb(255,172,51) !important;
}
.btn-check:checked + .btn-horario div:nth-child(1) {
	background-color: rgb(255,172,51) !important;
	color: rgb(56,74,54);
	font-family: 'Poppins-SemiBold';
}
.btn-check:checked + .btn-horario div:nth-child(2) {
	background-color: #fff !important;
	color: rgb(56,74,54);
}
.btn-check:focus + .btn-horario {
  	box-shadow: none;
}

/***** SIMPLE AUTOCOMPLETE *****/
div.autocomplete {
	z-index: 1000;
	position: absolute;
	min-width: 429px;
	background-color: #eee;
	border: 2px solid #ccc;
	font-size: 14px;
	font-family: "calibri";
}
div.autocomplete ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
div.autocomplete ul li {
	padding: 8px 10px;
	cursor: pointer;
	color: #000;
}
div.autocomplete ul li.sel {
	background-color: #87cefa;
}

/* BOOTSTRAP */
.bg-primary {
	background-color: rgb(255,254,240) !important;
}
.bg-tertiary {
	background-color: rgb(217,107,69) !important;
}
.bg-quaternary {
	background-color: rgb(255,172,51) !important;
}
.text-primary {
	color: rgb(42,50,32) !important;
}
.text-secondary {
	color: rgb(56,74,54) !important;
}
.text-tertiary {
	color: rgb(217,107,69) !important;
}
.text-quaternary {
	color: rgb(138,46,54) !important;
}
.btn {
	font-size: 12px;
}
.btn-lg {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px !important;
}
.btn-success {
	background-color: rgb(56,74,54);
	border-color: rgb(56,74,54);
}
.btn-success:hover {
	background-color: rgb(56,74,54);
	border-color: rgb(56,74,54);
}
.btn-secondary {
	background-color: rgb(138,46,54);
	border-color: rgb(138,46,54);
}
.btn-secondary:hover {
	background-color: rgb(138,46,54);
	border-color: rgb(138,46,54);
}
.tooltip-inner {
    background-color: rgb(138,46,54);
    box-shadow: 0px 0px 4px black;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: rgb(138,46,54) !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: rgb(138,46,54) !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(138,46,54) !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgb(138,46,54) !important;
}


/***** LOADING *****/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
	opacity: 0.5;
}

/* CARD */
.card-hover {
	cursor: pointer;
}
.card-hover:hover {
	background-color: #e5e5e5;
}

/* flatpickr */
.flatpickr-calendar {
	width: auto !important;
	box-shadow: none !important;
	margin-top: 5px !important;
}

