@media only screen and (max-width: 992px) {
	.top-toolbar-area + div {
		margin-top: 30px;
	}	

	.white-popup.mfp-content {
		margin-left: 0px;
	}

	.dashboard-container {
		height: 100vh !important;
	}

	.tabs-header-rounded ul li {
		max-width: 33.33%;
		min-width: 80px !important;
	}

	.expansible-filter .filter-header .filter-header-title .submit-field {
		flex: 1 1 100%;
		border-top: 1px solid #DDDDDD;
		margin-top: 8px;
		padding-top: 16px;
	}

	.expansible-filter.filter-expanded .filter-header {
		flex-wrap: wrap;
	}

	.dashboard-sidebar.nav-collapsed + .dashboard-content-container .dashboard-content-inner .top-toolbar {
		left: 0px !important;
	}
}

@media only screen and (min-width: 993px) {
	.white-popup.mfp-content {
		margin-left: 50px;
	}
}

@media only screen and (max-width: 575px) {

	.table .iframe-header button {
		font-size: 12px;
	}

	.table-fullscreen .table .iframe-area {
		height: calc(100% - 60px) !important;
	}

	.page-login .page-scroll .left-side {
	    justify-content: flex-start !important;
	}

	.dashboard-content-inner {
		margin-top: 60px !important;
	}

	ul.dashboard-box-list.job-listing-list {
		gap: 0 !important;
	}

	ul.dashboard-box-list.job-listing-list > li {
		flex: 1 1 100% !important;
		max-width: 100% !important;
	}

	ul.dashboard-box-list.job-listing-list > li .job-listing {
		border-radius: 0 !important;
	}

	ul.dashboard-box-list.job-listing-list > li:first-child .job-listing {
		border-radius: 8px 8px 0 0 !important;
	}

	ul.dashboard-box-list.job-listing-list > li:last-child .job-listing {
		border-radius: 0 0 8px 8px !important;
	}

	ul.dashboard-box-list.job-listing-list > li:not(:first-child) .job-listing {
		margin-top: -1px;
	}

	ul.dashboard-box-list.job-listing-list > li h3 small {
		float: right;
		display: inline-block;
	}


	ul.dashboard-box-list.job-listing-list > li p {
		margin: 0px !important;
	}

}

@media only screen and (max-width: 1099px) {

	

	.table-responsive tr {
		background: transparent !important;
	}

	.table-responsive tr td:first-child {
	    border-top-left-radius: 6px;
	    border-top-right-radius: 6px;
	}

	.table-responsive tr td:last-child {
	    border-bottom-left-radius: 6px;
	    border-bottom-right-radius: 6px;
	}

	.table-responsive thead {
		display: none !important;
	}

	.table-responsive td:before {
		content: attr(data-label);
		display: block;
		font-size: 12px;
		color: #666;
		margin-bottom: 5px;
		font-weight: 400;
		text-align: left;
	}

	.table-responsive td:first-child {
		border-top: 1px solid #ddd;
		border-left: 2px solid #ddd;
		border-width: 2px !important;
		background: #f7f7f7 !important;

	    padding-top: 0px;
	    padding-bottom: 3px;		
	}
	.table-responsive td:not(:last-child):not(:first-child) {
		border-left: 2px solid #ddd;
		border-bottom: none;
		border-width: 2px !important;
		padding-bottom: 0px;
	}

	.table-responsive td:not(:last-child):not(:first-child) {
		border-left: 2px solid #ddd;
		border-bottom: none;
		border-width: 2px !important;
		padding-bottom: 5px;
		border-bottom: 1px solid #f7f7f7;
		padding-top: 5px;
	}
	
	.table-responsive td:not(:first-child) {
		background: #fff;
	}

	.table-responsive {
		border-radius: 6px !important;
		border-left: 0px !important;
		border-top: 0px !important;
		background: transparent !important;
		margin-bottom: -15px;
	}

	.table-responsive td:last-child {
		border-left: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		border-width: 2px !important;
		margin-bottom: 15px;
		/*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .12);*/
	}

	.table-responsive tbody {
		border-radius: 6px !important;
	}

	.table-responsive td {
		display: block;
	}

	.table-responsive td a.dashboard-status-button {
	    padding: 10px 15px;
	    font-weight: 500;
	    font-size: 14px;
	}

	.table-scroll-responsive .table-responsive tr {
		display: flex;
        flex-wrap: wrap;
		flex-direction: row;
	}

	.table-scroll-responsive .table-responsive td {
		width: 100%;
		flex: 1 1 auto;
	}

	.table-scroll-responsive .table-responsive th {
		padding: 5px;
	}

	.table-scroll-responsive td.half-row-mobile {
		flex: 1 1 50%;
		width: 50%;
	}

	.table-scroll-responsive td.half-row-mobile + td.half-row-mobile {
	}

	.table-scroll-responsive td.half-row-mobile + td.half-row-mobile {
		border-left: 0px !important;
	}

	ul.dashboard-box-list.job-listing-list > li {
	    flex: 1 1 calc(100% / 3 - 10px);
		max-width: calc(100% / 3 - 10px);
	}

	ul.dashboard-box-list.job-listing-list > li .dashboard-status-button {
		margin-right: 10px;
	}

	ul.dashboard-box-list.job-listing-list > li .job-listing-details {
		padding: 10px 20px 10px 10px !important;
	}

	.lista-agendamentos ul.dashboard-box-list.job-listing-list > li .dashboard-status-button {
		margin-right: 0px;
	}

	.lista-agendamentos ul.dashboard-box-list.job-listing-list > li .job-listing-details {
		padding: 10px !important;
	}

	.lista-agendamentos ul.dashboard-box-list.job-listing-list > li .job-listing-details .job-listing-title {
		font-size: 15px;
		line-height: 18px;
	}

	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 0px;
		padding-left: 8px;
		padding-right: 8px;
		border-bottom: none;
		margin-bottom: 0;
	}

	li:last-child .job-listing.card2 {
    	margin-bottom: 15px;
    }

	.notification-list {
		margin: 30px 0 60px !important;
	}

	.notification-list ul {
		max-height: calc(90vh - 120px) !important;
	}

	/*app*/
	*:not(input):not(select):not(textarea):not(.trumbowyg *) {
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	  -webkit-touch-callout: none !important;
	  -webkit-user-select: none !important;
	}
	
/*	* {
		box-shadow: none !important;
	}
*/
	::-webkit-scrollbar { 
	    display: none; 
	}

	html {
	    overflow-y: hidden !important;
	    top: 0px !important;

	}

	body {
	    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	    background-color:#FFFFFF;
	    /*height:100vh;*/
	    padding: 0px;
	    margin:0px;
	    width:100%;
	    overflow-x: hidden !important;
	    overflow-y: hidden !important;
	}	

	.simplebar-scrollbar {
		opacity: 0 !important;
	}

	.dashboard-content-inner {
		overflow-x: hidden !important;
/*		overflow-y: scroll !important;*/
		min-height: 1% !important;
		-webkit-overflow-scrolling: touch;
	}
	.dashboard-content-inner:not(.no-scroll) {
		overflow-y: scroll !important;
	}

	.dashboard-content-inner {
/*		height: 100vh;*/
	}

	.page-cadastro, .page-login, .page-completarcadastro {
		height: 100vh;
		overflow-y: scroll !important;
	}

	/*fim app*/


	.modal-contato .tingle-modal-box {
		max-width: 100% !important;
		width: 100% !important;
	}

	.modal-agendamento .tingle-modal-box {
		max-width: 100% !important;
		width: 100% !important;
	}	

	.intro-banner {
		padding: 20px !important;
	}
	.intro-banner:before, .intro-banner:after {
		background: transparent !important;
	}

	.intro-banner-search-form .intro-search-field.with-label:first-child {
		margin-top: 50px !important;
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 80px;
	}

	.section-headline h3 {
		font-size: 20px !important;
	}

	.banner-headline {
		max-width: 100%
	}
	.banner-headline h1,
	.banner-headline h2,
	.banner-headline h4 {
		font-size: 24px;
		line-height: 38px
	}
	.banner-headline h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.photo-box.small {
		height: 100px;
	}

	.swiper-slide .photo-box {
		border-radius: 0px !important;
		height: 17vh;
	}

	.swiper-slide .photo-box-dark:before {	
		border-radius: 0px !important;
	}

	#header-container {
		position: fixed;
	}	

	.photo-box:not(.photo-box-dark):before {
		/*background: #efefef !important;*/
		border: 1px solid #ddd;
	}

	.no-shadow {
		box-shadow: none !important;
	}

	.toolbar {
		z-index: 999;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 60px;
		background: #373435;
	}

	.toolbar i {
		display: block;
		color: #fff;
		margin-top: 7px;
		font-size: 30px;
	    margin-bottom: -4px;		
	}
	.toolbar span {
		display: block;
		color: #fff;
		font-size: 12px;
	}

	.toolbar .col-3 {
		text-align: center;
		border-top: 1px solid #444;
		border-right: 1px solid #444;
	}	

	.toolbar .col-3.active {
		background: #333 !important;
		color: #efefef !important;
	}

	.dashboard-headline {
		margin-bottom: 15px;
	}

	.dashboard-headline h3 {
		font-size: 20px;
	}

	.page-title {
		font-size: 20px;
	}
	
	.page-subtitle {
		font-size: 14px;
	}

	.compact-list-layout .job-listing {
		padding: 10px;
	}

	.compact-list-layout .job-listing h3 {	
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.compact-list-layout .job-listing .job-listing-company-logo {	
		margin-right: 15px;
		max-width: 112px;
	}

	.valor {
		font-size: 18px;
		/*position: absolute;*/
		top: 42%;
	}

	.datahora {
		font-size: 12px;
		position: absolute;
		bottom: -2px;
		/*width: 100%;*/
	}

	.datahora i {
		font-size: 12px !important;
	}

	.job-listing:not(.card):not(:last-child) {
		border-bottom: 1px solid #ddd;
	}

	.job-listing:not(.card) {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		/*padding-bottom: 30px !important;*/
	}

	.job-listing-company-logo .img {
		background-size: cover;
		width: 112px;
		height: 112px;
		border: 1px solid #ddd;
		border-radius: 6px;
		margin-left: 0px !important;
	}

	.job-listing .job-listing-description {
		padding-top: 0px;
	}
	.filtro input {
		padding: 0px 10px;
		border: 1px solid #ddd !important;
	}
	.filtro select {
		text-indent: 10px !important;
		border: 1px solid #ddd !important;
	}
	.filtro .col-12 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	/*.filtro .col-6 {
		padding-left: 8px !important;
		padding-right: px !important;
	}*/
/*
	.filtro .col-6 {
		padding-left: 5px !important;
		padding-right: 8px !important;
	}	*/

	.filtro .input-icon {
		font-size: 14px;
		float: right;
		margin-right: 5px;
		/*position: absolute;*/
		/*right: 12px;*/
		/*top: 12px;*/
	}

	.filtro #autocomplete-input {
		margin-bottom: 10px;
	}

	.single-page-header.full .header-image {
		text-align: center;
		width: 100% !important;
		height: 100% !important;
	}

	/*.header-image {*/
		/*margin-top: 0px !important;*/
	/*}*/

	.header-image.full .img {
		margin: 0 auto;
		width: 100%;
		height: 35vh;
	}

	.single-page-header {
		padding: 0px;
	}

	.single-page-header .container {
		/*padding: 5px !important;*/
	}

	.dashboard-content-container {
		background: #fff;
	}

	.dashboard-box {
		border: none;
		box-shadow: none;
		margin-top: 0px;
		background: transparent !important;
	}

	.avatar-wrapper {
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.dashboard-box .content.with-padding {
		padding: 5px;
	}

	.dashboard-box .headline {
		padding: 10px;
		margin-bottom: 15px;
		display: none;
	}

/*	.button.big {
		padding: 13px 60px;
	}
*/
	.section .img {
		height: 40vh;
		background-position: center;
		background-size: 100%;
		background-color: #ddd;
		width: 100%;
	}

	.detalhes h1 {
		margin: 20px;
	}

	.detalhes h4 {
		margin: 20px;
	}

	.detalhes h3 {
		margin: 20px;
	}

	.detalhes h6 {
		color: #666;
		margin: 20px;
		/*margin-top: 20px;*/
	}	

	.detalhes hr {
	    border-color: #fff;
	    opacity: 0.5;	
	    margin: 0px;	
	}

	.detalhes p {
		margin: 20px;
		font-size: 14px;
		letter-spacing: 0px;
	}

	.detalhes table td {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}

	.job-overview .job-overview-headline {
		font-size: 16px;
		padding: 10px;
	}
	.job-overview .job-overview-inner {
		padding: 10px;
	}

	.table-options td {
		border: none !important;
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
		text-align: left !important;
	}
	.table-options tr {
		border-bottom: 1px solid #ddd;
	}

	.table-options thead {
		display: none;
	}

	.job-overview-inner a.button {
		float: initial !important;
	}

	.single-page-section {
		margin-bottom: 0px
	}

	.sidebar-container {
		padding: 0px;
	}

	.sidebar-widget {
		margin-bottom: 0px;
	}

	.job-overview-headline i {
		font-size: 20px;
	    margin-right: 9px;
	    top: 4px;
	    position: relative;
	}

	.tingle-modal__closeLabel {
		font-size: 16px !important;
		color: #333 !important;
	}

	.tingle-modal__closeIcon {
		color: #333;
	}
/*
	.tingle-modal__close {
		background: transparent !important;
	}*/

	.tingle-modal-box__content {
		padding: 15px !important;
	}

/*	.tingle-modal-box {
		height: 100%;
	}
*/
	.tingle-modal-box__footer {
		background: #fff !important;
	}

	#titlebar {
		padding: 10px 0px !important;
		margin-bottom: 0px !important;
	}

	#titlebar h2 {
		font-size: 20px;
		font-weight: bold;
	}

	.tabs-carrinho li.disabled {
		/*display: none !important;*/
	}

	.tabs-carrinho .tabs-header ul {
		flex-direction: row;
	}

	.tabs-carrinho .tabs-header li {
		display: inline-block;
		/*width: 30%;*/
	}

	.tabs-carrinho .tabs-header a {
		padding: 5px 10px !important;
		/*border-bottom: 1px solid #ddd;*/
		font-size: 10px;
	}

	.boxed-widget-headline {
		padding: 5px 10px !important;
		border-bottom: 1px solid #ddd;
		/*padding: 10px;*/
	} 
	.boxed-widget-headline h3 {
		font-size: 14px;
		font-weight: bold;
	} 

	.tabs-carrinho {
		margin-bottom: 10px;
	}

	.tabs-carrinho .basic-table {
		border-collapse: collapse;
	}

	.tabs-carrinho .basic-table tr {
		border-bottom: 1px solid #ddd;
	}

	.tabs-carrinho .basic-table td {
		padding: 10px !important;
		display: block;
		width: 96vw;
		text-align: left !important;
		border-bottom: none !important;
		line-height: 20px !important;
	}

	.tabs-carrinho .basic-table td .button {
		padding: 5px;
	}
	.tabs-carrinho .basic-table td .button i {
		margin: 0px !important;
	}

	.tabs-carrinho .tabs-content .tab {
		padding: 15px;
	}

	.boxed-widget-inner {
		padding: 10px;
	}

	.payment-tab {
	    max-height: 56px;
	}

	.payment-tab{
		border-bottom: 1px solid #ddd;
	}

	.payment-tab:last-of-type{
		border-bottom: none !important;
	}	

	.order-confirmation-page p {
	    font-size: 16px;
	    line-height: 20px;
	    padding-left: 20px;
	    padding-right: 20px;
	}

	body p {
		font-size: 14px;
		line-height: 22px;
	}	

	.login-register-page.login {
		margin-top: 15vh;
		padding: 10px;
	}

	.login-register-page.cadastro {
		margin-top: 20px;
		padding: 10px;
	}	

	.tabs-content h3 {
		font-size: 18px;
		/*font-size: 14px;*/
		font-weight: bold;
	}

	.submit-field {
		margin-bottom: 0px;
	}

	.empty:not(.include):not(.) {
		background: transparent !important;
		margin-top: 20vh;
	}

	#header {
		border-bottom: 1px solid #555;
	}

	.intro-search-field input {
		border: 1px solid #ddd !important;
	}

	.intro-search-field {
		border: none !important;
	}

	.mm-menu {
		background: #efefef;
		color: #333;
		z-index: 1000 !important;
		border-right: 1px solid #ddd;
	}

	.mm-panels li {
		border-bottom: 1px solid #ddd;
	}

	.mm-panels li:not(.title):not(.small) a {
		font-size: 16px;
	}

	.mm-panels li.small a {
		font-size: 14px;
	}	

	.mm-panels li.title {
		padding-top: 30px;
		pointer-events: none !important;
	    font-size: 12px;
	    font-weight: 600;
	    letter-spacing: 0.5px;	
	}

	.mm-panels li i {
		font-size: 18px;
    	position: relative;
    	top: 3px;
    	margin-right: 4px;
	    color: #009187;
	}

	.mm-navbar {
		display: none !important;
	}

	.mm-panels li img {
		width: 200px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.mm-panels>.mm-panel.mm-hasnavbar {
		padding-top: 0px;
	}

	#limpar-filtro {
		font-size: 14px;
		float: right;
	}
	
	#limpar-filtro i {
		font-size: 14px;
	}

	.button {
		text-align: center !important;
	}

	.blog-post-content {
		padding: 5px;
		margin-top: -10px !important;
	}

	.photo-box-dark:before {
		background: transparent !important;
	}

	#not-found {
		margin-top: 20vh !important;
	}

	#not-found p {
		font-size: 18px;
	    line-height: 32px;
	    padding-left: 20px;
	    padding-right: 20px;		
	}

	.dashboard-box-list {
		/*border-top: 2px solid #ddd;*/
	}

	ul.dashboard-box-list>li {
		padding: 0px;
	}

	.job-listing h3.job-listing-title {
	    font-size: 17px;
	    color: #555;
	    line-height: 30px;
	    font-weight: 500;
	}

	.input-with-icon-left input[type="date"] {
		/*padding-top: 11px;*/
	}

	#invoice {
		padding: 10px !important;
		margin-bottom: 0px;
	}

	.print-button-container .print-button {
		margin: 10px auto !important;
		display: block;
	}

	#invoice h2 {
		font-size: 20px;
		padding-top: 15px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	#invoice .badge {
	    right: 22px;
	    margin-top: -8px;
	}

	#invoice #footer li {
		padding: 10px 10px;
		display: block;
		border-right: 0px;
	}

	#invoice .details {
		padding-bottom: 20px;
	}

	#invoice table {
		padding: 0px !important;
		border-top: 1px solid #ddd;
		border-spacing: 0px !important;
		border-bottom: 0px !important;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	#invoice table:not(.scroll) td {
		text-align: left !important;
		border-left: 0px !important;
		border-right: 0px !important;
	}

	#invoice table.scroll {
		border-left: 0px !important;
	}

	#invoice td.title-separator {
		background: #eee;
		font-size: 14px;
		font-weight: bold;
	}
	
	#invoice td .title {
		font-size: 12px;
		font-weight: bold;
		color: #333;
	}

/*	#invoice .dashboard-status-button {
		padding: 5px;
		font-size: 12px;
		background: #efefef;
		color: #333;
		border-radius: 3px;
	}
*/
	.categorias .row {
		padding: 10px;
	}

/*	.button.comprar {
		display: block;
		width: 100%;
	}*/

	.job-overview-inner:not(.cart):not(.message-content) {
		/*background: #fff !important;*/
	}

/*	.block-mobile {
		display: block !important;
		width: 100%;
	}*/
	.table-no-padding td {
		padding: 0px !important;
	}

	.table-no-padding .button {
		margin-top: 0px !important;
		padding: 10px 5px;
	}

	.modal-image-preview {
		padding: 0px !important;
	}

	.modal-image-preview .tingle-modal-box {
		background: transparent !important;
	}

	#tab-forma-entrega label {
		padding-right: 15px;
	}

	#tab-forma-entrega .payment-tab {
		max-height: initial !important;
	}

	.destaque.dashboard-status-button {
		margin-left: 5px;
		background: red;
	}

	.usuarios .job-listing {
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.dashboard-container div:not(.table-scroll) {
		/*overflow-x: hidden !important;*/
	}


	/*novos*/
	#logo {
	    position: absolute;
    	left: 0px;
    	padding-right: 0px;
    	width: 100%;
	}
	.mmenu-trigger {
		z-index: 2;
	}	

	.modal-image-preview .tingle-modal-box {
		display: flex;
	  	justify-content: center;
	  	align-items: center;   		
	}

	.modal-contato .tingle-modal-box {
		overflow-x: hidden !important;
		overflow-y: scroll !important;
		height: 100%;
	}	

	select {
/*		text-indent: 10px;*/
		/*padding: 15px 18px;*/
		/*cursor: pointer*/
	}	

	.left-button {
		position: absolute;
		z-index: 3;
	}	

	.left-button a {
		height: 50px;
		display: inline-block;
		margin-left: -3px;
	}

	.left-button i {
		margin-top: 15px;
	    font-size: 30px;
	    color: #333;
	}	

	input#data {
		font-size: 20px;
		padding-right: 0px;
		/*text-align: center;*/
	}

	select[name="petCod"] {
		font-size: 20px;
	}

	select#hora {
		/*padding-left: 10px;*/
		font-size: 20px;
		/*padding-right: 0px;*/
		/*text-align: center;*/
		/*text-indent: 41%;*/
	}

	.center select {
		/*text-align-last: center;*/
	}

	.small .job-listing-company-logo .img {
	    width: 80px !important;
	    height: 80px !important;
	    border: 1px solid #ddd;
	    border-radius: 6px;
	}
	.small .job-listing-company-logo {
		flex: none !important;
		max-width: auto !important;
	}	

	.center-mobile {
		text-align: center;
	}



	.compact-list-layout {
		border-radius: 6px;
	    /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
	}	

	.page-login .page-scroll .left-side {
		width: 100% !important;
		min-width: 100% !important;

	}

	.overflow-login {
		grid-template-columns: repeat(1, minmax(150px, 1fr)) !important;
		gap: 15px !important;
	}

	.chat-container {
		max-height: calc(100vh - 65px);	
	}

	.tabs-default .tabs-header ul {
		border-radius: 0px !important;
	}

	.flex-list .list-header {
		display: none !important;
	}

	.flex-list .list-body {
		flex-direction: column !important;
	}

	.flex-list .list-item {
		flex-wrap: wrap !important;
		align-items: flex-start !important;
	}

	.flex-list .list-body .list-item {
		padding: 6px;
	}

	.flex-list .list-item .list-col {
		order: 1;
		flex-wrap: wrap;
		align-items: center;
		flex-grow: 1 !important;
		border-right: 0px !important;
		justify-content: flex-start !important;
	}

	.flex-list .list-item .list-col.list-col-nome {
		order: 0 !important;
		min-width: calc(100% - 90px) !important;
	}

	.flex-list .list-item .list-col.list-col-codigo {
		text-align: right !important;
		flex-direction: row-reverse;
	}

	.flex-list .list-item .list-col.list-col-codigo:before {
		text-align: right !important;
	}

	.flex-list .list-item .list-col.list-col-auto {
		flex: 1 1 100%;
	}

	.flex-list .list-item .list-col[data-label]:before {
		width: 100%;
		text-align: left;
		margin-bottom: 6px;
		content: attr(data-label);
		font-size: 14px;
		font-weight: 600;
		color: #000000;
	}

	.patient-info .info-grid > .row {
		flex: 0 1 auto;
		align-items: center;
		gap: 5px;
		flex-wrap: wrap;
	}

	.dashboard-pattern-bg {
		background-size: auto 100vh;
	}

	.expansible-filter .filter-header .filter-header-title .filter-header-buttons {
		padding: 0 8px 0;
	}

	.expansible-filter .filter-header .filter-header-buttons {
		max-width: 100% !important;
		padding-left: 0px;
	}

	.expansible-filter .filter-header .filter-header-title {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.expansible-filter .filter-header .filter-header-title h4 {
		flex: 1 1 auto;
		line-height: 40px;
	}
}

@media only screen and (max-width: 540px) {

	.button.button-xs {
		font-size: 11px;
	}

	.tabs-rounded {
		margin-top: 80px !important;
	}

	.dashboard-account-card .user-profile h2 {
		font-size: 18px;
		line-height: 22px;
	}

	textarea {
		min-height: 300px;
	}

	.dashboard-content-inner {
		height: calc(100vh - 60px) !important;
		padding-top: 30px !important;
	}

	.dashboard-content-inner > *:last-child {
		margin-bottom: 50px !important;
	}

/*	table {
		border: 0
	}
	table th {
		display: none
	}
	table tr {
		display: block;
		margin-bottom: 0
	}
	table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 14px;
		text-align: right
	}
	table td:before {
		content: attr(data-label);
		float: left;
		font-weight: 600
	}
	table td:last-child {
		border-bottom: 0
	}*/

	.tabs-header-rounded ul li a {
		font-size: 11px !important;
		letter-spacing: 0;
	}

	.tabs-rounded .tabs-header a i {
		font-size: 28px !important;
	}

	.tabs-rounded {
		border-radius: 0px !important;
	}

	.submit-field .bootstrap-select.btn-group button {
        height: 39px !important;
    }		

    .submit-field .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    	font-size: 16px;
    }

	

	.table-scroll {
		/*width: 100%;*/
		overflow-x: auto !important;
		overflow-y: hidden !important;
		border-color: transparent !important;
		/*display: block !important;*/
	}
		
	.hidden-xs {
		display: none !important;
	}

	.block-mobile {
		display: block !important;
		width: 100%;
	}
	.intro-banner-search-form .intro-search-field.with-label:first-child {
		/*margin-top: 30px !important;*/
		margin-top: 40px !important;
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 50px;
	}

	.tingle-modal__close {
		background: #ddd !important;
	}

	.loading {
		top: 60px;
	}

	.uploadButton {
		overflow: hidden !important;
		display: block;
	}

	.button.comprar {
		display: block;
		width: 100%;
	}	

	.tingle-modal-box {
		height: 100%;
	}

	.submit-field h5 {
		/*margin-bottom: 0px;*/
	}
	.dashboard-content-inner:not(.with-top-tabs) {
	    padding: 20px !important;
	    padding-top: 80px;
	    padding-bottom: 40px !important;
	    /*padding-top: 30px !important;*/
	}

	.dashboard-content-inner.with-top-tabs {
	    padding: 20px !important;
	    padding-top: 60px !important;
	    padding-bottom: 40px !important;
	    /*padding-top: 30px !important;*/
	}

	.tingle-modal-box {
    	overflow: scroll;
    }	


	.layer {
  		height: 28vh !important;
  		/*height: 31vh !important;*/
  		background: linear-gradient(0deg, #fff 6%, rgba(255,255,255,0) 100%) !important;
	}	

	.photo-box {
		background-position: top !important;
	}

	.job-listing.card {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: rgba(0,0,0,0.02) !important;
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 1px solid #f7f7f7;
		border-radius: 6px;
		padding-left: 14px;
		padding-right: 14px;
		margin-bottom: 15px;
	}

	.job-listing.card .header-image {
		height: 200px;
	}

	.job-listing.card h3 i {
		font-size: 18px !important;
	}

	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		/*box-shadow: 4px 4px rgba(0,0,0,0.02);*/
		border: 1px solid #ddd;
		border-radius: 0px;
		padding-left: 14px;
		padding-right: 14px;
		border-bottom: none;
		margin-bottom: 0;
	}

	.job-listing.card2 h3 i {
		font-size: 18px !important;
	}

	li:first-child .job-listing.card2 {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	li:last-child .job-listing.card2 {
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.cards li {
		border-bottom: 0px !important;
  		/*box-shadow: 2px 2px rgba(0,0,0,0.05) !important;*/
	}

	.button.small {
		padding-left: 12px;
		padding-right: 12px;
	}


	#wrapper {
		/*padding-top: 60px;*/
		padding-bottom: 0px;
	}


	.tingle-modal.modal-assinatura {
		padding: 0px !important;
	} 

	.modal-assinatura canvas {
		min-height: 250px !important;
	}	

	.height-auto-mobile {
		height: auto !important;
		min-height: auto !important;
	}		
}

@media only screen and (min-width: 541px) and (max-width: 575px) {
	.dashboard-container {
/*		margin-top: 80px;*/
	}
}

@media only screen and (min-width: 540px) and (max-width: 992px) {
	.tabs-rounded {
		margin-top: 60px !important;
	}
}

@media only screen and (min-width: 540px) and (max-width: 824px) {
	.dashboard-content-inner {
/*		padding-top: 0px !important;*/
	}
}

@media only screen and (max-width: 768px) {

	.tabs-header-rounded {
		position: fixed;
		z-index: 100;
		top: 60px;
		left: 0;
		right: 0;
	}

	.tabs-header-rounded ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        min-width: 100%;
        width: auto;
        height: 90px;
	}

	.tabs-header-rounded ul li {
		border-radius: 0px !important;
	}

	.tabs-header-rounded ul li {
		flex: 1 1 22.5% !important;
		min-width: 22.5%;
	}

	.inserted-html-form {
		max-width: calc(100% - 120px) !important;
		max-width: calc(100vw - 120px) !important;
	}

	.page-login .page-scroll .left-side {
		padding-bottom: 60px !important;
	}

	.responsive-buttons {
		margin-top: -6px;
		position: relative;
  		flex-direction: row !important;
  		flex-wrap: wrap !important;
	}

	.responsive-buttons div {
		max-width: calc(50% - 10px) !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	.responsive-buttons div a {
		font-size: 13px !important;
		font-weight: bold !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.responsive-buttons div a i {
		font-size: 16px;
	}

	.responsive-buttons div:nth-child(even):before {
		content: "";
		position: absolute;
		left: calc(50% - 2px);
		right: calc(50% - 2px);
		display: block;
		width: 2px;
		height: auto;
		background: #dddddd;
		top: -10px;
		bottom: -10px;
	}

	ul.dashboard-box-list.job-listing-list > li {
		flex: 1 1 calc(100% / 2 - 10px);
		max-width: calc(100% / 2 - 10px);
	}

	.checkboxs {
		overflow: hidden;
		flex-wrap: wrap !important;
		margin-bottom: 15px;
        border-bottom: 0px;
		gap: 0px;
	}

	.checkboxs .checkbox-item {
	    flex: 1 1 50% !important;
	    max-width: 50% !important;
	    box-shadow: inset 0px 0px 0px 0.5px #707070;
	}

	.checkboxs .checkbox-item:after {
		content: none !important;
	}

	.alergia-icon:hover .alergia-popup {
		display: none !important;
		max-width: calc(100vw - 60px) !important;
	}

	.alergia-icon.open:focus .alergia-icon-close {
		position: fixed;
		z-index: 1;
		background: rgba(0, 0, 0, 0.15);
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: auto;
		height: auto;
	}

	.alergia-icon.open:focus .alergia-popup {
		display: block !important;
        position: fixed !important;
        background: #EFEFEF !important;
        padding: 16px !important;
        border-radius: 12px !important;
        width: calc(100vw - 60px) !important;
        left: 25px !important;
        right: 25px !important;
        top: 100px;
        text-align: left !important;
        z-index: 99 !important;
        margin: auto !important;
	}

	.expansible-filter .filter-header {
		padding-top: 0px !important;
	}

	.filter-steps-cards {
		padding: 8px 8px 0px 12px !important;
		margin-bottom: 16px;
	}

	.filter-steps-cards .step-card {
		gap: 12px !important;
	}

	.filter-steps-cards .step-card + .step-card:before {
		left: -10px !important;
		right: -10px !important;
	}

	.filter-steps-cards .step-card .row > div[class^="col-"],
	.filter-steps-cards .step-card .row > div[class*=" col-"] {
		padding-left: 4px;
		padding-right: 4px;
	}

	.filter-steps-cards .step-card .step-card-button {
    	display: flex;
    	padding-bottom: 8px;
		align-items: flex-end;
	}

	.filter-steps-cards .step-card input,
	.filter-steps-cards .step-card select {
		margin-bottom: 8px;
	}

	.filter-steps-cards .step-card .step-card-button button {
		  width: 40px;
	}

	.alergia-icon {
		padding: 8px !important;
        border: 1px solid #DDDDDD !important;
        margin-left: 10px !important;
        border-radius: 4px !important;
	}

	.alergia-icon i {
        margin-left: 0px !important;
	}

	.alergia-icon:hover .alergia-popup {
		margin-left: -100px;
	}

	.col-button-beira-leito .row {
		gap: 0px;
	}

	.col-button-beira-leito .row > div[class*='col-'] {
		padding: 4px;
	}

	.dashboard-content-inner {
		height: calc(100vh - 60px);
	}

	.top-toolbar + .dashboard-headline {
		margin-top: 0px !important;
	}

	.dashboard-content-inner {
		padding: 50px;
		margin-bottom: 30px;
	}

	.tabs-header-rounded ul li {
		flex: 1 1 20%;
	}

	.button.button-horizontal {
		height: auto !important;
		min-height: 140px !important;
		margin-bottom: 0px !important;
	}

	.patient-info .info-grid .button-expand {
		padding-left: 0px !important;
	}

	.flex-list .list-item .list-col {
		flex-grow: 0 !important;
	}

	.list-col.list-col-acoes {
		flex: 1 1 100% !important;
	    order: 3 !important;
	}

	.patient-header .button {
/*		margin-top: 12px;*/
	}

	.patient-resume {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		gap: 10px;
	}
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
	.dashboard-content-inner {
		padding: 20px !important;
	}

	.dashboard-content-inner > *:last-child {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 824px) {
	.dashboard-content-inner {
		padding-top: 60px !important;
	}
}

@media only screen and (min-width: 825px) and (max-width: 911px) {
	.dashboard-content-inner {
		
	}
}

/* tablets */

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (orientation : portrait) and (max-width: 1024px) {

	.swiper-slide .photo-box {
		height: 20vh;
	}

	.banner-headline h3 {
		font-size: 26px;
	    line-height: 42px;		
	}

	.intro-banner-search-form .intro-search-field.with-label:first-child {
		/*margin-top: 50px;*/
	}

	.intro-search-field {
		padding-left: 0px;
	}

	.intro-search-button button {
		/*margin-top: 77px !important;*/
	}

	.intro-banner-search-form .intro-search-field.with-label {
		margin-top: 80px;
	}	

	#wrapper {
	    padding-bottom: 0px;
	}	

	.modal-image-preview .tingle-modal__closeIcon {
		color: #fff;
	}	

	#titlebar h2 {
		margin-top: 50px;
	}

	.header-image .img {	
		height: 150px;
		width: 150px;
	}

	.single-page-header .salary-box {
		float: initial !important;
	}

	.single-page-section {
		padding-bottom: 20px;
	}

	.header-image.full .img {
		width: 100%;
		height: 50vh;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.single-page-header {
		margin-bottom: 20px;
	}

	.job-overview .job-overview-headline {	
		padding: 20px 20px !important;
	}	

	.single-page-header .single-page-header-inner {
	    min-height: 22vh;
	    padding-bottom: 20px;
	}

	.single-page-header.full .left-side {
		display: block;
		width: 100%;
		padding: 0px;
	}

	.single-page-header.full .right-side {
		display: block;
		width: 100%;
	}

	.single-page-header.full .single-page-header-inner {				
		display: block !important;
	}

	.modal-add-cart .tingle-modal__closeIcon {
		color: #fff;
	}

	.header-image .img {
		background-size: auto 100%;
	}	

	/* ARRUMAR PRA IPAD PRO LG */
	/*#wrapper {
		padding-top: 60px;
	}*/
	
	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}
}

@media only screen and (min-width : 768px) and (orientation : landscape) and (max-width: 1024px) {

	.dashboard-content-inner {
		overflow-y: scroll !important;
		min-height: 1% !important;
		height: 100vh !important;
	}

	.intro-search-field {
		padding-left: 0px;
	}

	.swiper-slide .photo-box {
		height: 35vh;
	}

	#wrapper {
	    padding-bottom: 0px;
	}	

	.banner-headline h3 {
		font-size: 26px;
	    line-height: 42px;		
	}

	.modal-image-preview .tingle-modal__closeIcon {
		color: #fff;
	}

	#titlebar h2 {
		margin-top: 50px;
	}	

	.single-page-section {
		padding-bottom: 30px;
	}

	.single-page-header:not(.full) .single-page-header-inner {
	    min-height: 30vh;
	}		

	.job-overview .job-overview-headline {	
		padding: 20px 20px !important;
	}
	.modal-add-cart .tingle-modal__closeIcon {
		color: #fff;
	}	

	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}
	/*.modal-assinatura canvas {
		min-height: 400px !important;
	}*/
	/**/
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	

}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

	#wrapper {
		padding-top: 0px;
		padding-bottom: 0px;
	}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

	/**/
	.modal-assinatura .tingle-modal-box {
		width: 100% !important;
		height: 100%;
		margin: 0px;
		display: flex;
	  	justify-content: center;
	  	align-items: center;  
	  	overflow-x: hidden !important;
	}
	.modal-assinatura .tingle-modal-box__content {
		width: 100% !important;
	}
	.modal-assinatura {
		padding: 0px !important;
	}
	.modal-assinatura canvas {
		min-height: 400px !important;
	}
	/**/

}

/*@media (min-width: 1024px) and (max-width: 1600px){*/
@media (min-width: 1024px) {

	.col-button-beira-leito {
		max-width: 1000px !important;
	}

	.logins .dashboard-status-button {
/*		max-width: 66.66%*/
	}

	.attachment-box {
		flex: 1 1 auto;
	}

	.modal-agendar .page-text {
	    font-size: 20px !important;
	    text-align: left !important;
	}

	.modal-agendar .header-image {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

/*	.modal-agendar button.green {
		padding: 30px;
		font-size: 26px;
	}

	.modal-agendar button.green i {
		font-size: 26px;
	}
*/
	.header-image-gradient {
	    background-image: url(static/images/img3.jpg);
	    margin-top: -50px !important;
	    margin-left: -50px !important;
	    margin-right: -50px !important;		
	}

	.page-profissionais .header-image {
		height: 30vh !important;
	}

	.dashboard-box-list {
		display: flex;
		flex-direction: column;
	}

	.layer-gradient {
		background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,1)) !important;
	}

	.job-listing {
	    /*padding-left: 0px !important;*/
	    /*padding-right: 0px;		*/
	}

	.tingle-modal {
		width: 100% !important;
	    padding-top: 4vh !important;
	    padding-bottom: 4vh !important;		
	}

	.tingle-modal .header-image {
		background-size: auto 100% !important;
		padding: 20px;
		background-color: #ddd;
		background-repeat: no-repeat;
	}

	.job-listing.card {
		margin-right: 5px;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: rgba(0,0,0,0.02) !important;
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 8px;
		padding-left: 14px;
		padding-right: 14px;
		margin-bottom: 15px !important;
	}

	.job-listing.card h3 i {
		font-size: 18px !important;
	}

	.dashboard-box.cards .job-listing {
		/*height: 100%;*/
	}

	ul.dashboard-box-list>li {
		border-bottom: 0px !important;
	}

	.page-profissionais .job-listing.card {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.page-agendamentos ul.dashboard-box-list>li {
		padding: 0px;
	}

	.logo-inicio {
		position: absolute;
		right: 30px;
		top: 30px;
		width: 200px !important;
	}


	.job-listing.card2 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background: #FFF !important;
		/*background: #f7f7f7 !important;*/
		/*background: rgba(0,0,0,0.02) !important;*/
		box-shadow: 4px 4px rgba(0,0,0,0.02);
		border: 2px solid #ddd;
		border-radius: 0px;
		padding-left: 14px;
		padding-right: 14px;
		border-bottom: none;
		margin-bottom: 0;
	}

	.job-listing.card2 h3 i {
		font-size: 18px !important;
	}

	li:first-child .job-listing.card2 {
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

	li:last-child .job-listing.card2 {
		margin-bottom: 15px;
		border-bottom: 2px solid #ddd;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.cards li {
		border-bottom: 0px !important;
		padding: 0px !important;
  		/*box-shadow: 2px 2px rgba(0,0,0,0.05) !important;*/
	}

	.page-dashboard ul.dashboard-box-list>li {
		padding: 0px !important;
	}	

	.current-page-cadastro {
		background-size: cover !important;
	}


	.page-cadastro .dashboard-box {
		background: #fff !important;
		border-radius: 6px;
		border: 1px solid #ddd;
	} 

	.page-paciente h4 {
		/*font-size: 30px;*/
		font-size: 1.5em;
	}

	h5.block-title {	
		font-size: 16px !important;
		margin-top: 20px;
	}

	.menu-dropdown {
		margin-top: 15px;
	}

	.agendamentos .dashboard-box-list {
	    flex-direction: row;
	    flex-wrap: wrap;		
	}
	.agendamentos .dashboard-box-list>li .job-listing {
		height: 100% !important;
	}

	ul.dashboard-box-list.job-listing-list > li {
	    flex: 1 1 calc(100% / 4 - 10px);
		max-width: calc(100% / 4 - 10px);
	}

	.page-posts .dashboard-box.cards .job-listing {
	    flex-direction: column;
	    width: 39%;
	}

	.page-posts .dashboard-box-list {
	    align-content: stretch;
	    flex-direction: row;
	    width: 100%;
	    flex-wrap: wrap;	
	}	

	.page-dashboard h5.block-title {
		margin-top: 0px !important;
	}

	.chart {
		width: 100% !important;
	}
}