﻿<!--

/* https://www.sanwebe.com/2014/08/css-html-forms-designs  */ -->
/* https://www.bestcssbuttongenerator.com/#/28 */
.form-style-1 {
    margin: 10px auto;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        font-weight: bold;
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=password],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    textarea,
    select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        outline: none;
        width: 100%;
        /*background: rgba(255,255,255,.1);
        border: none;
        border-radius: 4px;
        font-size: 15px;
        margin: 0;
        outline: 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-color: #e8eeef;
        color: #8a97a0;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
        margin-bottom: 30px;*/
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=password]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            -moz-box-shadow: 0 0 8px #88D5E9;
            -webkit-box-shadow: 0 0 8px #88D5E9;
            box-shadow: 0 0 8px #88D5E9;
            border: 1px solid #88D5E9;
            background-color: #EAFFFF;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
    }





    .form-style-1 .field-textarea {
        height: 100px;
    }
    /*
    .form-style-1 input[type=submit],
    .form-style-1 input[type=button] {
        background: #4B99AD;
        padding: 8px 15px 8px 15px;
        border: none;
        color: #fff;
    }

        .form-style-1 input[type=submit]:hover,
        .form-style-1 input[type=button]:hover {
            background: #4691A4;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

    */

    .form-style-1 input[type="button"],
    .form-style-1 input[type="submit"],
    #popup_ok,
    #popup_cancel {
        box-shadow: 0px 0px 0px 2px #9fb4f2;
        background: linear-gradient(to bottom, #a6bde6 5%, #5489c9 100%);
        background-color: #a6bde6;
        border-radius: 21px;
        border: 1px solid #4e6096;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 19px;
        padding: 12px 37px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #283966;
    }

    .form-style-1 input[type=submit]:hover,
    .form-style-1 input[type=button]:hover {
        background: linear-gradient(to bottom, #5489c9 5%, #a6bde6 100%);
        background-color: #5489c9;
    }

    .form-style-1 input[type=submit]:active,
    .form-style-1 input[type=button]:active {
        position: relative;
        top: 1px;
    }



    .form-style-1 .required {
        color: red;
    }

    /* table */
    .form-style-1 .tr_header {
    text-align: center;
    background-color: #3BAAE3;
    color: white;
    font-weight: bold;
    height: 30px;
}

    .form-style-1 .odd {
        background-color: #FFFFFF;
        border-left: #3C8DBC 1px solid;
        border-right: #3C8DBC 1px solid;
    }

        .form-style-1 .odd:hover {
            background-color: #ddd;
        }

    .form-style-1 .even {
        background-color: #FFFFC1;
    }

        .form-style-1 .even:hover {
            background-color: #ddd;
        }




/* Login Page start */

#body_container_login {
    background-color: #FFF;
    background-image: url(img/banner-05.jpg );
    background-size: cover;
    opacity: 80;
}

#div_container_login {
    padding-top: 80px;
}

#username, #password {
    width: 380px;
}

#div_message {
    font-family: Calibri;
    font-size: 24px;
    color: #FFFF00;
    font-weight: bold;
    font-style: italic;
}

#div_title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Calibri;
}
/* Login Page end */


/*  */

#body_container_008_ricerca {
    background-color: #FFF;
    background-image: url(img/banner-05.jpg);
    background-size: cover;
}



/* check box slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../img/hzk6C.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#divChange {
    color: #FF0000;
    font-size: 22px;
}

#divDataScadenza {
    color: #804040;
    font-weight: bold;
}
