/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/*.table thead th {
	font-size: initial;
}*/

body {
	/*font-size: 0.8rem;*/
}

.cancelado, .cancelado i, .cancelado a {
    text-decoration: line-through;
    color: red !important;
}

.form-control {
	font-size: 0.9rem;
}

.logo {
	margin-left: 50%;
    left: -50px;
    position: relative;
}

.tableLayout {
	table-layout: fixed;
}

.table > :not(caption) > * > * {
	padding: 0.625rem 0.5rem;
}

/*.row > * {
	padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
}*/

.offcanvas-backdrop.fade.show {
	pointer-events:none 
}
.ps__rail-y:hover > .ps__thumb-y, .bg-menu-theme .ps__thumb-y {
    background-color: #e00209 !important;
}
.bootstrap-select .dropdown-menu {
    max-height: 250px;
}

.app-brand-logo {
	margin: 0;
    padding: 0;
    height: 62px;
    display: flex;
}

.app-brand-logo img {
	height: 84%;
}

.app-brand-logo.demo {
	opacity: 1;
	position: relative;
	height: 100px;
}

.bootstrap-select .dropdown-menu.inner {
	min-width: 100% !important;
}

.formMarginTop {
	margin-top: 19px;
}

hr {
	margin-top: 5px;
    margin-bottom: 15px;
}

.paddingCor {
	padding: 2px;
}

.btn-custom {
	/*padding: 0.467rem 1rem;*/
	padding-left: 2px;
    padding-right: 2px;
}

html body.navbar-sticky .app-content .content-wrapper {
	padding: 1.8rem 2rem 1.8rem 1.6rem;
}

.menu-item svg {
	width: 30px;
}

.light-style .menu .app-brand.admin {
    height: 64px;
}

.light-style .menu .app-brand.admin a:first-child {
	height: 100%
}

.light-style .menu .app-brand.admin a img {
	height: 100%
}

.selection {
	display: block;
    width: 100%;
    padding: 3px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4;
    color: #677788;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d8dd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: none !important;
}



@media only screen and (max-width: 1400px){
	.agendaResolucao {
		display: block;
		width: 100%;
		font-size: 10px;
	}

	.quebra_texto {
		white-space: initial;
	}
}

@media only screen and (min-width: 600px){
	.row.custom-header-search {
	    margin-right: -5px;
	    margin-left: -5px;
	}

	.row.custom-header-search div {
	    padding-right: 2px;
	    padding-left: 2px;
	}
}

@media only screen and (max-width: 600px) {
	.custom-btn-mobile {
		padding: 0.467rem 1.2rem;
	    font-size: 0.8rem;
	    line-height: 1.4;
	    border-radius: 0.267rem;
	}
	html body.navbar-sticky .app-content .content-wrapper {
		padding: 1.8rem 1rem 0;
	}
	.card-header {
		padding: 1.4rem 1rem;
	}
	.card-body {
		padding: 1.7rem 1em;
	}

	

	.table td {
    	padding: 0.4rem 1rem;
	}

	.table td.sizeFont {
		font-size: 82%;
	}

	.table thead th {
		padding: 0.4rem 1rem;
	}

	.formMarginTop {
		margin-top: 0px;
	}

	.btn-custom {
		font-size: 0.9rem;
		padding: 0.467rem 0;
	}

}

.app-brand-logo {
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 15px;
}

@media only screen and (min-width: 1200px) {
	.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo {
		opacity: 1;
	}
}