/**
 * Backend Stylesheet
 * Styling the backend of contao individually.
 *
 * @author MEMO 2018
 **/

#tl_navigation .tl_level_1_group a.group-mod_catalog {
    background: url(icons/layers.svg) 3px 2px no-repeat;
}
.tl_formbody_submit {
    position: sticky;
    bottom: 0px;
    z-index: 9;
}

#left ul.tl_level_1 {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

#left ul.tl_level_1::-webkit-scrollbar{
	display: none;
}

#left .version {
    margin-top: 0;
    -webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.75);
}

.split-button {
    display: flex;
    margin-left: 5px;
}

.tl_submit_container {
    display: flex;
}



#left #tl_navigation a.group-tl_team_member_archive {
    background: url(icons/user.svg) 3px 2px no-repeat;
    background-size: 13px;
}

#left #tl_navigation a.group-tl_partner_archive {
    background: url(icons/briefcase.svg) 3px 2px no-repeat;
    background-size: 13px;
}


#left #tl_navigation a.group-tl_product_archive {
    background: url(icons/box.svg) 3px 2px no-repeat;
    background-size: 13px;
}


#left #tl_navigation a.group-tl_quote_archive {
    background: url(icons/type.svg) 3px 2px no-repeat;
    background-size: 13px;
}


#left #tl_navigation a.group-tl_reference_archive {
    background: url(icons/user-check.svg) 3px 2px no-repeat;
    background-size: 13px;
}
