/* custom css */
.main-menu .navbar-header{
    height: 6.45rem;
}
.main-menu .navbar-header .navbar-brand .brand-logo img{
    max-width: 75px;
}
.parsley-required, .parsley-errors-list .parsley-type{
    list-style: none;
    font-size: 10px;
    color: red;
    font-weight: bold;
}
.parsley-errors-list{
    padding:0 !important;
}
.card-img-eq {
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.fs-small.feather {
	height: 0.5rem;
	width: 0.5rem;
}
.fs-md.feather {
	height: 1.25rem;
	width: 1.25rem;
}
.unit-properties span:last-child .bar {
	display: none;
}
.size-2.feather {
	height: 2rem;
	width: 2rem;
}
.new-btn-support {
	bottom: 15%;
	right: 30px;
}
/* Print */

@media print {
    .main-menu, footer.footer, .header-navbar, .no-print{
        display:none;
    }
    .card{
        box-shadow: none;
    }
 }

/* RTE */ 
.note-toolbar.card-header {
    justify-content: normal;
}
.note-btn-group .note-btn {
    background-color: #f8f9fa;
    border-color: #00000032 !important;
    line-height: 1.5;
}
.note-btn-group .dropdown-toggle::after {
    left: auto !important;
}