/*	CSS Document - Personalized CSS for Project */

body {
	background: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 80%;
	padding-top: 65px;
}

footer {
	background: #efefef;
	margin-top: 75px;
	padding: 50px 0;
}

label {
	font-weight: bold;
}





.box-shadow {
	box-shadow: 3px 3px 5px #dedede;
}
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}


@media (max-width: 992px) {
    .dropdown-menu{
        width: 90%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}



@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}