* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body,html {
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	height:100%;
	font-size:14px;
	overflow-x: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance:textfield;
}

button {
	cursor: pointer;
}

nav {
	background-color: #FFF;
	padding:0 20px;
}

nav .brand-logo img {
	margin-top:8px;
}

.modal-trigger {
	cursor: pointer;
}

.card-content {
	transition: all .2s ease-in;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.card-content:hover {
	background: #f4d1d4;
}

.select-wrapper + label, .input-field.col label {
	font-size: 13px;
}

.input-field > label:not(.label-icon).active {
	transform: scale(.95) !important;
	top: -5px;
}

.question-container {
    margin-bottom: 10px; /* Adjust this value as needed to control the spacing */
	background-color:none;
}

main {
	width: 100%;
	margin:0 auto;
	padding: 0 20px;
}

main header h1 {
	font-size:20px;
	font-weight: bold;
	line-height:25px;
}

main header h1 span {
	font-size:32px;
	font-weight: 300;
	letter-spacing: 2px;
}

main header h1 small {
	font-weight: 300;
	font-size:16px;
}

main#Inicio .card {
	transition: all .2s ease-in;
}

main#Inicio .card .card-image {
	cursor: pointer;
}

main#Inicio .card:hover {
	transform: scale(1.06);
}

main#Inicio .card h3 {
	font-size:15px;
	font-weight: bold;
	color: #333;
	margin-bottom:0;
	text-transform: capitalize;
	margin: 0;
}

main#Atendimento header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom:15px;
	border-bottom:1px solid rgba(0,0,0,.1);
}

main#Atendimento header aside {
	font-size:20px;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main#Atendimento header aside button {
	margin-left:15px;
}

main#Atendimento header #atendimentos_anteriores {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

main#Atendimento header #atendimentos_anteriores h2 {
	display: flex;
	font-size:20px;
	font-weight: bold;
}

main#Atendimento header #outros {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

button.atendimento_button {
	border:none;
	background: transparent url('/assets/images/atendimento_button.jpg') center top no-repeat;
	width: 55px;
	height: 55px;
}

main#Atendimento .container {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

main#Atendimento .btn_cilios {
	width: 100%; 
	padding:10px 0;
	display: flex;
	align-items: center;
	border-radius: 4px;
	margin-top:15px;
	color: #FFF;
	border:1px solid rgba(0,0,0,.1);
	justify-content: center;
	transition: all .2s ease-in;
	box-shadow: 0 0 0px rgba(0,0,0,.3);
}

main#Atendimento .btn_cilios:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

main#Atendimento .container aside {
	padding:20px;
	display: flex;
	flex-direction: column;
}

main#Atendimento .container aside .row {
	width: 100%;
	margin-bottom: 0;
}

main#Atendimento .container content {
	padding:20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

main#Atendimento .container aside h2 {
	font-size:28px;
	font-weight: 300;
}

main#Atendimento .container content #lashes_image {
	padding:100px 0 40px;
}

#sig-canvas {
	background: url('../images/sign.png') center bottom no-repeat;
	background-size: 80%;
	width: 100%;
	height: 160px;
	border:1px solid rgba(0,0,0,.1);
}

.card .card-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

main .qtd_line {
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	right: 10px;
	border-radius: 4px;
	background: #eee;
	min-width: 30px;
	text-align: center;
	top: 9px;
}

#observacoes {
	display: none;
	position: fixed;
	top: 280px;
	width: 100%;
	height: calc(100% - 280px);
	background: #efefef;
	z-index:9;
	flex-direction: column;
}

#observacoes.active {
	display: flex;
}

#observacoes textarea {
	height: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 10px;
	font-size: 15px;
}

#observacoes button {
	height: 60px;
	font-weight: bold;
	background: #222;
	border: 1px solid #000;
	color: #FFF;
	font-size: 20px;
	text-shadow: 0 0 5px rgba(0,0,1);
}

.show-on-med-and-down {
	display: none;
}
.show-on-large-only {
	display: block;
}
#header-atendimento { 
	display: block;
}

#usuarios table tbody tr i {
	display: none;
}

#usuarios table tbody tr:not(.deleted) i.active {
	display: block;
}

#usuarios table tbody tr.deleted i.deleted {
	display: block;
}

#usuarios table tbody tr td:last-child {
	display: flex;
}

#usuarios table tbody tr.deleted {
	background: #ddd;
	border:1px solid #ddd;
}



#produtos table tbody tr i {
	display: none;
}

#produtos table tbody tr:not(.deleted) i.active {
	display: block;
}

#produtos table tbody tr.deleted i.deleted {
	display: block;
}

#produtos table tbody tr td:last-child {
	display: flex;
}

#produtos table tbody tr.deleted {
	background: #ddd;
	border:1px solid #ddd;
}

#produtos table tbody tr.new {
	background: #fff;
	border:1px dashed #0f0;
}

@media(max-width: 1200px) {
	.show-on-med-and-down {
		display: block;
	}
	.show-on-large-only {
		display: none;
	}
	#observacoes {
		display: none;
		position: fixed;
		top: 60px;
		width: 100%;
		height: calc(100% - 60px);
		background: #efefef;
		z-index:9;
		flex-direction: column;
	}
	
	#observacoes.active {
		display: flex;
	}
	
	#observacoes textarea {
		height: 100%;
		border: 1px solid #ccc;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
		padding: 10px;
	}
	
	#observacoes button {
		height: 60px;
		font-weight: bold;
		background: #222;
		border: 1px solid #000;
		color: #FFF;
		font-size: 20px;
		text-shadow: 0 0 5px rgba(0,0,1);
	}
	#header-atendimento { 
		display: flex;
		align-items: center;
	}
}

@media(max-width:800px){
	#header-atendimento { 
		display: block;
		align-items: center;
	}

	.modal.bottom-sheet {
		max-height: 80% !important;
	}

	main#Atendimento header #atendimentos_anteriores h2 {
		margin-top: 5px;
		align-items: center;
	}
	main#Atendimento .container aside {
		padding: 0;
		align-items: center;
	}
	main#Atendimento .container content {
		padding: 0;
	}

	main#Atendimento .cilios_select_field {
		margin: 15px 0;
		padding:10px;
	}

	main#Atendimento .collapsible .collapsible-body span:first-child .cilios_select_field {
		margin-top: 0;
	}

	main#Atendimento .collapsible .collapsible-body span:last-child .cilios_select_field {
		margin-bottom: 0;
	}

	main#Atendimento #lashes_image {
		margin: 25px 0;
	}
	
	main#Atendimento .row {
		margin-bottom: 0 !important;
	}
}