body {
    margin-top: 93px;
    font-family: 'Montserrat', sans-serif;
    color: #00325a;
    background-color: #ffffff;
}

body header {
    /*height: 115px;*/
    height: 83px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #002a55 !important;
    border-bottom: 1px solid #002a55 !important;
    color: #ffffff;
}

body header .navbar-brand {
    height: 106px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

footer {
    position: absolute;
    width: 100%;
    font-size: 1.4rem;
    background-color: #002a55;
    color: #ffffff;
}

.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;
}

body main {
    border-color: #00325a;
    background-color: #ffffff;
}

body main .alert {
    color: #00325a;
    background-color: #b4dbf1;
    border-color: #00325a;
}

body header a, body header a:hover, body header a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

body select, body select option {
    color: #00325a !important;
    text-decoration: none !important;
}

/*body header {*/
/*    !*background-image: url("images/categorie/logo/header_logo_50epiu.png");*!*/
/*    background-color: #b4dbf1 !important;*/
/*    border-bottom: 1px solid #00325a !important;*/
/*}*/


/*  ital */

/*body.ital header {*/
/*    background-image: url("images/categorie/header/header_ital.png");*/
/*}*/

body header .navbar-brand {
    background-image: url("images/categorie/logo/header_logo_50epiu.png");
    height: 74px;
}

/*body.ital footer {*/
/*    background-color: #b4dbf1;;*/
/*}*/




/* CAF */

/*body.caf {*/
/*    background-color: #ffffff;*/
/*    color: #006643*/
/*}*/

/*body.caf main {*/
/*    border-color: #006643;*/
/*    background-color: #ffffff;*/
/*}*/

/*body.caf main .alert {*/
/*    color: #006643;*/
/*    background-color: #dcede6;*/
/*    border-color: #006643;*/
/*}*/

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

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

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

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

/*body.caf 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;
}

#cookie_policy {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ead774;
    box-shadow: 0 20px 50px #000;
}