html{
    color: #2d3746;
    font-family: calibri;
}

body{
    margin:0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*background-image: url('https://static.vecteezy.com/system/resources/previews/001/984/892/large_2x/banner-design-geometric-hexagon-colorful-overlapping-with-background-free-vector.jpg');*/
}

#top-menuBar{
    height: 40px;
    background: #5c5c5c;
}

#footer-menuBar{
    height: 200px;
    background: #5c5c5c;
    margin-top: auto;
}

#menu-user{
    display: block;
    width: fit-content;
    float: right;
    padding: 10px;
    margin: 4px;
    color: #FFFFFF;
}

#main-menu{
    display: flow-root;
    padding-left: 0;
    position: relative;
    max-width: 1500px;
    /*min-width: 850px;*/
    margin: auto;
    z-index: 100;
}

#main-menuBar{
    height: 50px;
    background: #4857a9;
}

.menu-but{
    display: block;
    width: fit-content;
    float: left;
    padding: 13px 30px;
    background-color: #1d2d81;
    cursor: pointer;
    border-left: darkgrey 1px solid;
    border-right: darkgrey 1px solid;
    color: aliceblue;
    font-weight: bold;
    position: relative;
}

#filters-list{
    list-style: none;
    padding: 0;
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#filters-list li{
    float: left;
    width: 175px;
}

.dropdown-menu{
    padding: 10px 10px;
    border-radius: unset;
}

.btn{
    width: fit-content;
    margin: 2px;
    cursor: pointer;
    background-color: #1d2d81;
    color: aliceblue;
    font-weight: bold;
    padding: 15px 20px;
    border: none;
    border-radius: unset;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #5666bb;
    border-color: var(--bs-btn-hover-border-color);
}

#selector{
    height: 5px;
    width: 30px;
    background: #ff9800;
    position: absolute;
    top: 49;
    z-index: 1;
}

#menu-but-logout{
    float: right;
}

#menu-but-cascade{
    display: none;
}
#menu-user-mobile{
    display: none;
}
#content{
    max-width: 1500px;
    /*min-width: 850px;*/
    margin: 0 auto;
    display: flow-root;
    /*padding-bottom: 50px;*/
    width: -webkit-fill-available;
}

#main-area{
    display: flow-root;
    margin-top: 20px;
    font-size: 18px;
}

table{
    font-size: 18px;
}

#logo{
    max-width: 1500px;
    /*min-width: 850px;*/
    margin: 20px auto;
    width: fit-content;
}

#logo img{
    margin-left: 30px;
}

button{
    width: fit-content;
    margin: 2px;
    cursor: pointer;
    background-color: #1d2d81;
    color: aliceblue;
    font-weight: bold;
    padding: 15px 30px;
    border:none;
}

button:hover{
    background-color: #5666bb;
}

#ResultLabel{
    margin-right: 10px;
    display: none;
}

.MsgAreaType1{
    background: #ff7f7f;
    color: #FFFFFF;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 30px;
}

.MsgAreaType2{
    /*display: block;*/
    background: mediumseagreen;
    color: #FFFFFF;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 30px;
    margin-top: 5px;
}

.MsgAreaType3{
    /*display: block;*/
    background: rgb(243, 162, 55);
    color: #FFFFFF;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    padding: 13px 30px;
    margin-top: 5px;
}

.form-input{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.form-select-lg{
    border: 1px solid #ced4da;
    width: 100%;
}

.form-select-cust{
    width: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    vertical-align: middle;
}

.form-select-options{
    width: -webkit-fill-available;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    vertical-align: middle;
}

.displayNone{
    display: none;
}

.disabledDiv{
    pointer-events: none;
    opacity: 0.4;
}

#top-menu{
    display: block;
    padding-left: 0;
    position: relative;
    max-width: 1500px;
    min-width: 850px;
    margin: auto;
    width: -webkit-fill-available;
}

#top-menu img{
    margin-top: 5px;
}

.topMenu-but{
    display: block;
    float: right;
    padding: 10px 30px;
    cursor: pointer;
    color: aliceblue;
}

#topmenu-but-cascade{
    display: none;
}


#monitorAssistenzaArea,
#EnableMailNotificheArea,
#alertTrasmissioniArea,
#scadVerificheArea{
    background: aliceblue;
    padding: 10px;        
    margin: 10px 30px 40px 20px;
}

#customizeMailArea{
    background: aliceblue;    
    margin: 10px 30px 40px 20px;
    display: flow-root;
}

.trDivider{
    padding-bottom: 15px;
}