body {
    margin: 0px;
}
.fancybox-lock .fancybox-overlay
{
	z-index:1050 !important;
}
.fa .fa-search fa-2x
{
display: block;
    width: 100%;
    text-align: right;
}
.NoSubMenu {
    color: #333 !important;
    text-decoration: none;
    padding-left: 0px !important;
}
 .AD_custom-menu {
        margin-left: 10px;
    }
#container
{
display:flow-root;

}
    .NoSubMenu:hover {
        color: #E16901 !important;
        font-weight: bold;
    }

.left-inner-addon i {
    position: absolute !important;
    right: -4px;
    top: -5px;
    pointer-events: none !important;
    color: #E16901;
}

.inputFullWidth {
    width: 100% !important;
}

.reduceWidth {
    width: 75% !important;
}

.left-inner-addon input {
    margin-bottom: 10px;
   
}

.left-inner-addon {
    padding-left: 0px !important;
	margin-right: 2px;
}

.AD_menu {
    top: 20px;
    bottom: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 100px;
    height: 100%;
    
}

.AD_menu-item {
    position: relative;
    min-height: 30px;
    line-height: 30px;
    color: #AAAAAA;
    
}

.menu--item__has_sub_menu .AD_menu-link:after {
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    line-height: 30px;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 27px;
    font-weight: normal;
   

}

.menu--subitens__opened ul {
    background-color: white !important;
}

.menu--subitens__opened .AD_menu-link, .menu--subitens__opened .AD_menu-label {
    color: #E16901 !important;
    font-weight: bold;
    background-color:white;
    border-bottom: 1px solid #aaa;

}
.AD_menu-item.menu--item__has_sub_menu.menu--subitens__opened
{
background-color:white;
}
.menu--subitens__opened .AD_sub_menu {
    display: block
}

.AD_menu-link {
    display:inline-block;
    width:100%;
    font-size: 14px !important;
    text-decoration: none;
    word-break: break-word;
    cursor: pointer;
    margin:0px;
    padding-left:10px;
}

    .AD_menu-link:hover,
    .AD_menu-link:hover .AD_menu-label {
        color: #E16901;
        font-weight: bold;

    }
.AD_menu-item:hover
{
background-color:white;
}

.menu-bold {
    font-weight: bold !important;
}
.nopadding
{
padding: 0px !important; 
}
.AD_menu-label {
    display: contents;
    min-height: 30px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    font-weight: normal;
}

.AD_menu-labelBox {
    display: block;
    height: 40px;
    line-height: 40px;
    color: rgb(247,255,255);
	cursor:default;
}

.AD_sub_menu {
    display: none;
    overflow: hidden;
    padding-left: 0;
    list-style: none
}

.AD_sub_menu-link {
    display: block;
    padding-left: 0px;
    font-size: 13px !important;
    /*color: #666;*/
    text-decoration: none;
    line-height: 1.5;
    padding: 3px 0px 3px 0px;
}

    .AD_sub_menu-link:hover {
        /*color: #000;*/
        background: #ddd
    }

.sub_menu--link__active {
    /*color: #000;*/
    font-weight: 500
}

.AD_sub_menu-item {
    border-bottom: 1px solid #aaa;
    padding: 3px 0px 3px 0px;
}



.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#AD_sidebar {
    min-width: 260px;
    max-width: 260px;
    /*background: #F2F2F2;*/
    /*color: #fff;*/
    position: absolute;
    
    background-color: #f2f2f2;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    line-height: normal;
    padding-bottom: 100px;
    display: block;
margin-left:-4px;
height:auto;

}



    #AD_sidebar.active {
        margin-left: -200px;
        overflow-y: visible !important;
        padding: 0px;
    }



        #AD_sidebar.active .AD_custom-menu {
            margin-right: 14px;
        }



    #AD_sidebar ul li > ul li {
        font-size: 14px;
    }

    #AD_sidebar ul li a {
        display: block;
        color: #333333;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px;
        padding-left: 20px;
    }


        #AD_sidebar ul li a:hover {
            color: #E16901;
            background: transparent;
        }


    #AD_sidebar ul li.active > a {
        background: #E16901;
        color: #333333;
    }

.rightclass {
    right: 0px;
}

@media (min-width:0px) and (max-width:767px) {
.menu--item__has_sub_menu .AD_menu-link:after {
right:0px;
}
.AD_menu {
padding-right:10px;
}
    .left-inner-addon i {
        width:100%;
		text-align:right;
    }

    .AD_menu-item {
        min-height: 30px;
        line-height: 30px;
        width: 80%;
    }

    .AD_menu-label {
        min-height: 30px;
        line-height: 30px;
    }


    #AD_sidebar {
        min-width: 98%;
    }

        #AD_sidebar .AD_custom-menu {
            top: -74px !important;
            z-index: 100000;
        }

    #AD_sidebar {
        background-color: #fff !important;
    }

    .SearchInput {
        width: 99%;
        height: 36px;
        border: 1px solid #aaaaaa;
        background-color: #ffffff;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        line-height: normal;
        outline: none;
        padding: 0px 0px 0px 10px;
    }

    #AD_sidebar.active {
        margin-left: -100% !important;
    }

        #AD_sidebar.active .AD_custom-menu {
            margin-right: -37px !important;
        }

    .AD_btn {
        outline: none !important;
        border: none !important;
        display: inline-block;
        font-weight: 400 !important;
        background-color: transparent !important;
        color: #aaaaaa !important;
        padding: 11px 15px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        font-size: 30px;
    }

    #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary {
        color: #AAAAAA !important;
    }

    #content {
        margin-left: 0px;
        display: block;
    }

        #content.active {
            display: none;
        }
.left-inner-addon {
  
	margin-right: 10px !important;
}
#AD_sidebarCollapse
{
display:none;
}

}



@media (min-width:768px) and (max-width:1280px) {
   

    #AD_sidebar {
        border-right: 1px solid #aaaaaa;
    }

    .fa-bars:before {
        font-size: 29px;
    }

    .mobile-menu {
        display: none;
    }

    .desktop-menu {
        display: block;
    }

    .SearchInput {
        width: 99%;
        height: 36px;
        border: 1px solid #aaaaaa;
        background-color: #ffffff;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        /*color: #7f7f7f;*/
        text-align: left;
        line-height: normal;
        outline: none;
        padding: 0px 0px 0px 5px;
    }

    .AD_menu {
        padding: 0;
        margin: 0;
        border: 0;
        padding-top: 60px;
    }

    .AD_btn {
        outline: none !important;
        border: none;
        display: inline-block;
        font-weight: 400;
        color: white;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #AAAAAA;
        border-radius: 7px;
    }

    #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary:hover,
    #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary:focus {
        background: #AAAAAA !important;
        border-color: #AAAAAA !important;
    }

    #content {
        margin-left: 60px;
    }
}



@media (min-width:1281px) {
   

    #AD_sidebar {
        border-right: 1px solid #aaaaaa;
    
    }

    .fa-bars:before {
        font-size: 29px;
    }

    .mobile-menu {
        display: none;
    }

    .desktop-menu {
        display: block;
    }

    .SearchInput {
        width: 99%;
        height: 36px;
        border: 1px solid #aaaaaa;
        background-color: #ffffff;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        /*color: #7f7f7f;*/
        text-align: left;
        line-height: normal;
        outline: none;
        padding: 0px 0px 0px 5px;
    }

    .AD_menu {
        padding: 0;
        margin: 0;
        border: 0;
        padding-top: 60px;
    }

    .AD_btn {
        outline: none !important;
        border: none;
        display: inline-block;
        font-weight: 400;
        color: white;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #AAAAAA;
        border-radius: 0.25rem;
    }

    #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary:hover,
    #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary:focus {
        background: #AAAAAA !important;
        border-color: #AAAAAA !important;
    }

    #content {
        margin-left: 60px;
    }
}

#AD_sidebar .AD_custom-menu {
    display: inline-block;
    position: absolute;
    top: 16px;
    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    #AD_sidebar .AD_custom-menu .AD_btn {
        width: 37px;
        height: 36px;
    }



        #AD_sidebar .AD_custom-menu .AD_btn.AD_btn-primary {
            background: #AAAAAA;
            border-color: #AAAAAA;
        }






.WithBoxBackground {
    background-color: #AAAAAA !important;
    color: rgb(247,255,255);
    text-align: center;
    margin-top: 20px;
}

    .WithBoxBackground a {
        color: #ffffff !important;
    }


.AD_menu .WithBoxBackground ~ .WithBoxBackground {
    margin-top: 10px;
}

#SiteHomeMenus > .HomeMenuStart {
    margin-top: 40px;
}

#SiteHomeMenus .HomeMenuStart ~ .HomeMenuStart {
    margin-top: 0px;
}

#content.active {
    margin-left: 260px;
}

#autocomplete {
    padding-left: 9px !important;
}

.ui-menu-item a:hover {
    background-color: #f6dbc1 !important;
    color: #000000 !important
}
.menu--subitens__opened .AD_menu-link:after {
 content: "\f106" !important;
}
