/* NON USATI
COLORI:
arancio:  f7941d .... meglio questo? -->ff991e
arancio chiaro:  ffbc6b
arancio scuro:  d57f19

azzurro :  008dae
azzurro scuro:  00728d
azzurro chiaro :  00c0ed
blu: 0D47A1;

rosso:  #FB382C;
*/

a {
    text-decoration: none;
}
body {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 11px;*/
    font-size: 13px;
    background-color: #fff;
    margin: 0;
    width: 100%;
    position: relative;
    min-height: 100vh;
    font-weight: 300;
    font-style: normal;
}
input, textarea, select{
  font-family: 'LatoWeb';
}
nav{
    margin: 15px;
}
a, #base-table i{
  color: #0D47A1;
}
.error {
/*    color: #FB382C;*/
    color: #EF6C00;
}

.clear {
    clear: both;
}
.benvenuti{
    margin-top: 0.83em;
}
.lingua input,
table.lingua td {
    width: 40px;
    height: 25px;
}
table.lingua input{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    border: none;
}

h1,h2,h3,h4,h5 {
    /*text-align: center;*/
}

h1 {
    /*color: #ff991e;*/
    color: #EF6C00;
}

h2 {
    color: #0D47A1;
    margin-left: 190px;
}

h3 {
    color: #0D47A1;
    font-size: 20px;
}

.lingua {
    position: absolute;
    top: 55px;
    left: 250px;
}

#content {
    padding-bottom: 2.5rem;
    margin-right: 10px;
    margin-left: 25px;
    float: left; /*PROVA*/
}

.chi_siamo {
    margin-top: 0.83em;
}

footer {
  background-color: #ED6C0A;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;            /* Footer height */
}

footer > p {
    margin: 0.5em 0px 0px 0px;
}

#footer_internal {
    margin-left: 25px;
}

.menutabs {
    margin-left: 5px;
    margin-top: 0;
}

.menutabs ul {
    padding: 0;
    display: none;
}

.menutabs li {
    list-style: none;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.menutabs li:hover{
    background-color: #BBB;
}
.menutabs li a{
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.menutabs>div {
    float: left;
    width: 190px;
    height: 45px;
}

.evo-button:hover + ul, .menutabs>div ul:hover{
    display: block;
    background-color: #EEE;
    width: 180px;
    margin-left: 5px;
    position: relative;
    z-index: 10;
}
.menutabs div:hover .evo-button.blue{
    background-color: #90CAF9;
    color: #000;
    position: relative;
    z-index: 11;
}

.flag{
  color: #eee0;
  cursor: pointer;
  height: 25px;
  width: 40px;
  border-radius: 5px;
  line-height: 25px;
  margin: 5px;
  border: none;
}

*.italy{
   background: url(/static/legodigit/img/fl_it.png);  
   background-size: 40px 25px;
}

*.uk{
   background: url(/static/legodigit/img/fl_en.png);  
   background-size: 40px 25px;
}

*.france{
   background: url(/static/legodigit/img/fl_fr.png);  
   background-size: 40px 25px;
}

*.germany{
   background: url(/static/legodigit/img/fl_de.png);  
   background-size: 40px 25px;
}


/* ---- PROVA ----- */
button:not(.evo-button):not(.flag), select:not(.evo-button), input:not(.evo-button):not([type="radio"]):not([type="checkbox"]):not(.select2-search__field):not([type="submit"]) {
    background-color: #eee;
    border: 1px solid #EDEDED;
    /* border: 1px solid rgb(169, 169, 169); */
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    margin: 1px;
}
input{
    font-size: 14px;
}
/* -----  -----*/

#sdwleftbar {
    width: 100%
}

@media only screen and (max-width:  1199px) {
    #sdwheader {
        margin: 10px 10px;
        max-width: 1000px;
        /*width: auto;*/
    }

    #content {
        max-width: 1000px;
        /*width: auto;*/
    }
}

@media only screen and (max-width: 999px) {
    #sdwheader {
        max-width: 700px;
        /*width: auto;*/
    }

    #content {
        width: auto;
        /*margin: 0 auto*/
    }

    .sdwboxfloat {
        max-width: 570px;
        float: none;
        padding-left: 10px;
        margin: auto
    }

    .sdwlabel {
        width: 230px
    }

    .sdwinput {
        width: 320px
    }

    select.sdwinput {
        width: 320px
    }

    .sdwborderleft {
        border-left: 0
    }
}

@media (max-width: 499px) {
    footer{
        height: 35px;
    }
    footer>span{
        display: block;
        height: 10px
    }
    h2{
        margin-left: 0px;
    }
    #content{
        margin-bottom: 20px;
    }
}
.messaggio_welcome{
    color: #0D47A1;
}

.page-item.active .page-link{
  background-color: #0D47A1 !important;
  border-color: #0D47A1 !important;
  color: #fff !important;
}

.page-link {
  color: #0D47A1 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
