body {
    margin-top: 93px;
    background-color: rgb(240, 240, 240);
    font-family: 'Montserrat', sans-serif;
}

body header {
    /*height: 115px;*/
    height: 83px;
    background-repeat: no-repeat;
    background-size: cover;
}

body header .navbar-brand {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main.container {
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #f6ffe6;
}

footer {
    position: absolute;
    width: 100%;
    font-size: 1.4rem;
}

.waitpage {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 100002;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-color: #000000;
    opacity: 0.46;
}

.waitpage i {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    font-size: 100px;
    z-index: 100003;
}

.ui-datepicker {
    z-index: 100000 !important;
}

header i {
    font-size: 30px;
}

header a, header a:hover, header a:visited {
    color: #000000;
    text-decoration: none;
}

/* ADICONSUM */

body.adiconsum {
    background-color: #ffffff;
    color: #006643
}

body.adiconsum main {
    border-color: #006643;
    background-color: #ffffff;
}

body.adiconsum main .alert {
    color: #006643;
    background-color: #dcede6;
    border-color: #006643;
}

body.adiconsum header a, body.adiconsum header a:hover, body.adiconsum header a:visited, body.adiconsum select, body.adiconsum select option {
    color: #006643 !important;
    text-decoration: none !important;
}

body.adiconsum header {
    /*background-image: url("images/categorie/header/header_adiconsum.png");*/
    background-color: #dcede6 !important;
    border-bottom: 1px solid #006643 !important;
}

body.adiconsum header .navbar-brand {
    background-image: url("images/categorie/logo/header_logo_adiconsum.png");
}

body.adiconsum footer {
    background-color: #dcede6;
}

#collapse-menu.show, #collapse-menu.collapsing {
    background-color: #fff;
    width: 100%;
    border: 1px solid #000;
}

body main .alert.alert-error {
    color: #ffffff;
    background-color: #ff4a4a;
    border-color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
}

.locale_it {
    width: 40px;
    height: 30px;
    background-image: url("images/flag_it.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.locale_de {
    width: 40px;
    height: 30px;
    background-image: url("images/flag_de.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sel_locale_it {
    width: 20px;
    height: 15px;
    background-image: url("images/flag_it.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sel_locale_de {
    width: 20px;
    height: 15px;
    background-image: url("images/flag_de.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}