/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles. 
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */

.disp{
    display: none !important;
}
ul#form-nav {
    display: inline-block!important;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em!important;
    white-space: nowrap;
}
ul#form-nav li {
    display: inline-block!important;
    vertical-align: top!important;
    float: inherit;
}
ul#form-nav::-webkit-scrollbar {
    height: 14px;
}
/*.slim-scroll ul {
	display: inline-block!important;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em!important;
    white-space: nowrap;
}
.slim-scroll ul li {
    display: inline-block!important;
    vertical-align: top!important;
    float: inherit;
}*/
.slim-scroll ul::-webkit-scrollbar {
    height: 14px;
}