

@media only screen and (max-width: 768px) {
	
	.pc {display:none!important;}
	
	.btnMobile {display:block;}
	
	
	/*----------------------------------------------------*/
	
	.modal_box {padding:0;}
	
	.modal_container {
		width:100% !important;
		height:100% !important;
		border-radius:0!important;
	}
	
	.delete_modal .modal_container {height:180px !important;}
	
	.close_my_modal {
		top: 5px;
		right: 5px;
	}
	
	.list-dropdown {
		width: calc(100% - 20px);
		left: 10px!important;
	}
	
	/*----------------------------------------------------*/
	
	.row_form_label {flex-direction:column;}
	
	.row_form_label .form_label {width:100%!important;}
	.row_form_label .form_label {margin-top: 3rem !important;}
	.row_form_label .form_label:first-child {margin-top: 0 !important;}
	
	.row_form_label .form_yesNo {width:100%!important;}
	
	.column_start .form-check input {
		width: 50px;
		height: 25px;
	}
	
	.column_start .form-check label {font-size: 20px;}
	
	/*----------------------------------------------------*/
	
	.rowOptMain {display:none;}
	
	.leftMenu {
		position: absolute;
		width:0 !important;
		top:0;
		left:0;
		z-index: 10;
	}
	
	.leftMenu.open {width: calc(100% - 50px) !important;}

	.pageBody::after {content: ' ';}
	.pageBody:has(.leftMenu.open)::after {
		content: ' ';
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.4);
	}
	
	.closeMenuMobile {display:block;}
	
	.closeMenuGroup svg { height: 35px;}
	
	.ptgroupLabel {font-size: 18px;}
	
	.menuGroup .option, .menuOpt {height: 50px;}
	
	.menuGroup .option .icon, .menuOpt .icon {height:24px;}
	/*.menuGroup .option .label, .menuOpt .label {font-size: 22px;}
	
	.menuGroup .menuOpt { height: 40px;}
	
	.menuGroup .menuOpt .label { font-size: 18px;}*/
	
	.menuGroup .option .arrow {opacity:1;}
	
	
	.page_container  {padding: 25px 0;}
	
	.box_container {
		border-radius:0;
		height: 100%;
	}
	
	.box_top button.btn {display:none;}
	
	.tr_result {height:50px;}
	
	.td.contato {width:35%!important;overflow:visible;}
	.tr_result .td:has(.openMinMenu) {width:auto!important;}
	
	.footer_result {
		position: absolute;
		bottom: 0;
	}
	
	
	.tr_result .td {
		flex-wrap: wrap;
	}
	
	.dayTag {
		margin:2px;
		font-size: 9px;
	}
	
	
	#locais .td,
	#procedimentos .td {width:100%!important;}
	
	
	.box_row {
		flex-direction: column-reverse;
		justify-content: start;
	}
	
	.box_row .left{
		padding: 0;
		padding-bottom: 30px;
	}
	
	.box_row .right{
		padding: 0;
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.bod_times {max-height:auto;}
	
	.paciente_formulario .btn-group {
		margin-left: -13px !important;
	}
	.paciente_formulario .btn-group label {
		font-size: 12px !important;
	}

	.time .td {
		font-size: 15px !important;
	}
	.time .td:has(.option) {
		width: auto !important;
	}
	.time .td:has(.symbol) {
		width: auto !important;
	}

	.symbol {
		width: 25px;
		height: 25px;
		margin: 0 10px;
		font-size: 16px;
	}

	.login_container {
		width: calc(100% - 60px);
		height: calc(100% - 40px);
	}


	.box_row_container {
		flex-direction: column;
		height: auto;
		padding: 0 10px;
	}

	.box_row_container .box_row_container {width: 100%;padding: 0;}

	.box_row_container .box_container.xl {width: 100%;}

}



@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
}