﻿
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#sfondo_img_abb_au {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
}

#sfondo_img_abb_bo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
}

.banner_abb {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: #8B4513;
    font-size: 24px;
    box-shadow: 0 0 10x rgba(0,0,0,0.3);
}

.box {
    flex: 1;
    /*padding: 20px;*/
    background-color: #C0C0C0;
    border-bottom-style: dotted;
}

.box_clicked {
    flex: 1;
    /*padding: 20px;*/
    background-color: #C0C0FF;
}

.container {
    display: flex;
    gap: 10px;
}

.d_logo {
    flex: 1;
    padding: 1px;
    background-color: #FFFFFF;
}

.i_logo {
    height: 50px;
}


.testo_g {
    font-size: 1.2em;
}

table.anag {
    width: 80%;
}

th.anag {
    font-weight: bold;
}


div.rs {
    position: relative;
    left: 10px;
    width: 500px;
    border: 1px solid;
    background-color: #c0c0c0;
}

.eti_des {
    position: relative;
    color: #f03000;
    left: 5px;
    font-size: large;
}

.eti_fie {
    position: relative;
    left: 20px;
    height: 40px;
    font-size: large;
}

.eti_row {
    position: relative;
    left: 0px;
    height: 45px;
    width: 100%;
}


div.d_row {
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin-left: 10px;
}

div.d_tit {
    overflow: hidden;
    font-size: 14px;
    background-color: #707070;
    font-weight: bold;
}

.bg_1 {
    background-color: #E0E0E0;
}

.bg_2 {
    background-color: #C0C0C0;
}

.cont {
    overflow: hidden;
    float: left;
    display: block;
    border-right-style: dotted;
}

.s_ind {
    width: 5%;
}
.s_nom {
    width: 30%;
}
.s_cog {
    width: 30%;
}
.s_ema {
    width: 30%;
}
.s_nck {
    width: 20%;
}
.s_pwd {
    width: 20%;
}
.s_not {
    width: 10%;
}

.s_con5 {
    width: 5%;
}
.s_con10 {
    width: 10%;
}
.s_con15 {
    width: 15%;
}
.s_con20 {
    width: 20%;
}
.s_con25 {
    width: 25%;
}
.s_con30 {
    width: 30%;
}






.d_h {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    height: 0px;
    visibility: hidden;
    margin: auto;
}

.imgIcon {
    height: 15px;
}

div.rs {
    width: 550px;
    height: 550px;
}

div.pnl {
    position: absolute;
    left: 5px;
    /* top: 150px;*/
    width: 540px;
    border: 1px solid;
    background-color: #b0b0b0;
    visibility: hidden;
}

.f {
    position: relative;
    height: 35px;
    font-size: large;
    width: 210px;
}

.row {
    margin-top: 2px;
    margin-right: 0px; /* sovrascrive bootstrap -15px */
    margin-left: 10px; /* sovrascrive bootstrap -15px */
}

/* tabella del calendario, dentro un tag div.calendar-container e una table class=calendar */

div.calendar-container {
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow-x: auto;
}

.calendar {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.calendar th, .calendar td {
    border: 1px solid #000999;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.calendar th {
    font-weight: bold;
    background-color: #f0f0f0;
}

    .calendar td.holiday {
        color: #ff0000;
        /*background-color: #ffd6d6;*/
        font-weight: bold;
    }

.calendar td.empty {
    background-color: #f0f0f0;
    pointer-events: none;
}

.calendar td.pren_a {
    background-color: #cce5ff;
}

    .calendar td.pren_b {
        background-color: #99a5cf;
    }

    .calendar td.pren_p {
        background-color: #d4edda;
    }

    .calendar td.locked {
        /*background-color: #c0c0c0;*/
        background-color: #fff3cd;
    }

.lit {
    font-size: 8px;
    pointer-events: none;
}

.btn-responsive-menu {
    padding: 5px;
    cursor: pointer;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 40px;
    float: right;
    margin: 5px;
}

.icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#mainmenu {
  
}

.show {
    visibility:visible;
}