/* 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/ . */


#content.bootstrap .panel.col-lg-12{
    min-width: 100% !important;
    margin-top: 2rem;
    width: auto !important;
}

#mceu_18-body, #mceu_40-body {
    overflow: scroll;
}

#mceu_40{
    width: 99% !important;
}

@media screen and (max-width: 767px) {
    #valid_form_float {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    #valid_form_float {
        padding: 1rem;
        background-color: #3ea7df;
        color: #ffffff !important;
        font-weight: bold;
        position: fixed;
        right: 1rem;
        top: 12rem;
        cursor: pointer;
    }
}