/* Description: Description of the file
Create: 2022-12-18
Update: 2023-01-11 10:39:26
Workspace: AntSoftWSPHP
Relative path: vendor\css\headers.css
Autor(s): William Costa Rodrigues
Copyright(c) 2022, William Costa Rodrigues
Dependency: Informe the dependencies
*/

.dropdown-menu .nav-item {
    width: 350px;
    font-size: 0.95em;
    /*font-family: 'Open Sans', sans-serif;*/
}

.dropdown-menu .nav-item .nav-link {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0.5em;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: bolder;
}

.dropdown-toggle {
    font-weight: bold;
    font-size: .95em;
}

.bg-menu {
    background-color: orange !important;
    /*#61e05c !important*/
}

.dropdown-header {
    font-weight: bold;
    font-size: .95em;
    margin: 0 !important;
    padding: 0.5em !important;
    color: #6c757d !important;
    border-bottom: 3px solid #6c757d !important;
    display: inline-block !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: " \f0da";
    float: right;
    border: none;
    font-family: 'Font Awesome 5 Free';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.TitleBG {
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block
}

.title-h {
    font-size: 5rem;
    text-shadow: 2px 2px 2px #333;
}

a:hover.dropdown-item {
    border-left: 3px #fd7e14 solid !important;
    color: #fd7e14 !important;
    background-color: #ffffff;
}

a:active.dropdown-item {
    border-left: 3px #fd7e14 solid !important;
    color: #fd7e14 !important;
    background-color: #ffffff;
}

.nav-link {
    font-weight: bolder !important;
}