/*================================================================================
	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;*/
}

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

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

.tableLayout {
	table-layout: fixed;
}


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

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



.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-color: transparent;
    background-clip: padding-box;
    /*border: 1px solid #d4d8dd;*/
    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;
}

.dark-style .selection {
	border: 1px solid #546990;
}

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


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

.menu .app-brand.admin a img {
    max-width: 160px;
    height: auto !important;
}

.menu .app-brand.admin a.navbar-brand .app-brand-logo img {
    height: 51px !important;
    margin-top: 7px;
}

.app-brand-text {
	margin-top: -6px;
	display: block;
}

.light-style .menu .app-brand.admin a:first-child span.app-brand-text {
	margin-top: 22px;
	display: block;
}

.logo-fornecedor {
	height: 100px;
	width: 100%;
	border: 1px solid #d4d8dd;
	margin-bottom: 20px;
}

.logo-fornecedor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@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;
	}
}

.breadcrumb-pastas {
	float: left;
	font-size: 17px;
}

.contentTreinamento {

}

.contentTreinamento .dsc_treinamento {
	white-space: break-spaces;
    overflow: hidden;
    height: 70px;
    display: block;
    word-break: normal;
}

.contentTreinamento .dsc_treinamento:hover {
	height: auto;
}

/* EDIÇÂO SUMMERNOTE  */

.note-modal-footer {
	height: 60px;
}

@media only screen and (min-width: 768px) {
	.note-modal-content {
		margin: 110px auto 30px auto;
	}
}

/* FIM - EDIÇÂO SUMMERNOTE  */

@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;
	}

}

@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;
	}
}