﻿html, body {
    height: 100%;
    /*width: auto;*/
    background-color: #FFFFFF;

}
.login_testata {
    /*border-style: groove;*/
    height: 80px;
    width: 60%;
    background: linear-gradient(to bottom, rgba(30, 90, 169,1) 0%,rgba(30, 90, 169,0.9) 5%,rgba(30, 90, 169,0.7) 50%,rgba(30, 90, 169,1) 100%);
    border-radius: 10px 10px 10px 10px;
    /*box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.27);*/
    border-color: rgba(91, 172, 246,1);
}
.login_logo {
/*    margin-left: 200px;
*/    margin-top:15px;
}

.home_header {
    height: 45px;
    width: 30%;
    background: linear-gradient(to bottom, rgba(30, 90, 169,1) 0%,rgba(30, 90, 169,0.9) 5%,rgba(30, 90, 169,0.7) 50%,rgba(30, 90, 169,1) 100%);
    /*background: linear-gradient(to bottom, rgba(91, 172, 246,0.9) 0%,rgba(91, 172, 246,0.5) 5%,rgba(91, 172, 246,0.3) 50%,rgba(91, 172, 246,1) 100%);*/
    border-radius: 10px 10px 10px 10px;
    border-color: rgba(91, 172, 246,1);
}

.login_piede {
    height: 80px;
    width: 60%;
    border-radius: 10px 10px 10px 10px;
    background-color: #FC9A2F;
    text-align: center;
}

.login_label {
    font-family: Calibri, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
/*    margin-left: 200px;*/
    margin-top: 15px;
}
/*contenitore in cima dove c'è scritto "Login"*/
.pre_contenitore {
    width: 320px;
    margin: auto;
    height: 20px;
    border: 1px solid black;
    border-radius: 40px 40px 0px 0px;
    background-color: rgba(0,0,0,0.9);
    box-shadow: 20px 20px 20px #000000;
    padding: 20px;
}

    .pre_contenitore p {
        color: white;
        text-align: center;
        font-size: 1.9em;
        font-family: arial;
        line-height: 2px;
    }

/*contenitore contenete il form */

.contenitore {
    font-family: arial;
    border: 1px solid black;
    margin: auto;
    width: 320px;
    height: 330px;
    border-radius: 40px 40px 40px 40px;
    padding: 20px;
    background-color: rgba(30, 90, 169,1);
    box-shadow: 20px 20px 20px #000000;
    color: white;
}

    .contenitore input {
        width: 100%;
        margin-bottom: 20px;
        border: none;
        border: 1px solid black;
        height: 30px;
        font-family: Arial;
    }

    .contenitore passlogin /* i css si riferiscono solo alla barra ditesto */ {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }
        /*.contenitore input[type="text"], input[type="password"]*/ /* i css si riferiscono solo alla barra ditesto */ /*{
            border: none;
            border-bottom: 1px solid #fff;
            background: transparent;
            outline: none;
            height: 40px;
            color: #fff;
            font-size: 16px;
        }*/

    .contenitore p {
    }
    .contenitore input[type="submit"] {
        border-radius: 14px;
        height: 40px;
        font-family: Arial;
        background-color: #E1E1E1;
        color: rgba(30, 90, 169,1);
        font-size: 16px;
        font-weight: bold;
    }

        .contenitore input[type="submit"]:hover {
            background: #FC9A2F;
        }

.master_contenitore {
    height: 100%;
    width: 100%;
}

.master_form {
    width: 60%;
    width: max-content;
    /*height: 600px;*/
    margin: 10px auto;
    margin-top: 10px;
}



.master_testata {
    /*height: 70px;
    width: auto;
    background: linear-gradient(to bottom, rgba(30, 90, 169,1) 0%,rgba(30, 90, 169,0.9) 5%,rgba(30, 90, 169,0.7) 50%,rgba(30, 90, 169,1) 100%);*/
    /*background: linear-gradient(to bottom, rgba(91, 172, 246,0.9) 0%,rgba(91, 172, 246,0.5) 5%,rgba(91, 172, 246,0.3) 50%,rgba(91, 172, 246,1) 100%);*/
    /*border-radius: 10px 10px 10px 10px;
    border-color: rgba(91, 172, 246,1);*/
    height: auto;
    width: 100%;
    background: linear-gradient(to bottom, rgba(30, 90, 169,1) 0%,rgba(30, 90, 169,0.9) 5%,rgba(30, 90, 169,0.7) 50%,rgba(30, 90, 169,1) 100%);
    border-color: rgba(91, 172, 246,1);
}

.label_testata {
    font-family: Calibri, Arial;
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}


.master_latoSX {
    border: 1px solid;
    width: 200px;
    height: 100%;
    float: left;
    box-shadow: 3px 0px #888888;
}

.master_corpo {
    height: 100%;
    width: 100%;
    /*overflow-x: scroll;*/
}

.master_piede {
    height: 30px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.27);
    border-color: rgba(91, 172, 246,1);
    background: linear-gradient(to bottom, rgba(91, 172, 246,0.9) 0%,rgba(91, 172, 246,0.5) 5%,rgba(91, 172, 246,0.3) 50%,rgba(91, 172, 246,1) 100%);
}

.textbox_ {
    font-family: Calibri, Arial;
    font-size: 15px;
    font-weight: bold;
    /*color: rgba(30, 90, 169, 1);*/
    color: rgba(150, 150, 150, 1);
    border: 1px solid rgba(150, 150, 150, 1);
    border-radius: 5px;
    height: 20px;
}

    .textbox_:focus, input:focus {
        border-color: rgb(252, 154, 47);
    }

.label_ {
    font-family: Calibri, Arial;
    font-size: 18px;
    font-weight: bold;
    color: rgba(120, 120, 120, 1);
}

.label_msg {
    font-weight: bold;
    font-size: larger;
}

.label_master {
    height: 30px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.button_ {
    font-family: Calibri, Arial;
    font-size: 18px;
    font-weight: bold;
    color: rgba(150, 150, 150, 1);
    border: 1.3px solid grey;
    border-radius: 5px;
    background-color: transparent;
    Width: 120px;
    text-align: right;
}

    .button_:hover {
        /*border-color: rgb(195, 195, 195);*/
        border-color: rgba(30, 90, 169, 1);
        border-width: 1.4px;
        /*background-color: rgba(225, 225, 225, 1)*/
    }


    .labelDir {
        Color: #000066;
        font-weight: bold;
    }

    .download {
        /*border: 1px solid #333;*/
        padding: 8px;
        background: #777;
        color: #fff;
    }

    .dgdItemStyle {
        padding-right: 8px;
        padding-left: 8px;
    }

    .dgdValItemStyle {
        padding-right: 20px;
        padding-left: 20px;
        text-align:left

    }

    .dgdHeaderStyle {
        height:30px;
        font-weight: bold;
        padding: 5px;
    }

    .ddldiv {
        text-align: right;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;
    }

.bordo_table_new {
    border: solid rgba(91, 172, 246,1) 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 98%;
}

.inner-addon {
    position: relative;
}

    /*impaginazione icone*/
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/*impaginazione icone*/
.left-addon .glyphicon {
    left: 0px;
}
/*impaginazione icone*/
.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}
/*icona a sinistra*/
.left-addon textarea {
    padding-left: 30px;
}
/*icona a sinistra nella textarea*/
.right-addon input {
    padding-right: 30px;
}
.my_img {
    position: absolute;
/*    top: 5px;
    left: 55px;
*/}
.label_titolo {
    font-family: Calibri, Arial;
    font-size: 20px;
    font-weight: bold;
    color: rgba(30, 90, 169,1);
    text-transform: uppercase;
}

.div_titolo {
    border-color: #003399; 
    border-width: 2px; 
    width: 98%; 
    height: 30px; 
    margin-left: 10px; 
    margin-bottom: 5px; 
    margin-top: 5px; 
    line-height: 30px; 
    border-bottom-style: ridge; 
    border-left-style: ridge; 
    background-color: #FFFFFF;
}
.div_testata {
    border-width: 2px;
    width: 98%;
    height: 60px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 30px;
    background-color: #FFFFFF;
}