﻿

div.RegistrazioneLeft {
    width:49%;
    float:left;
    text-align:left;
}
div.RegistrazioneRight {
    width:48%;
    float:right;
    text-align:left;
}
div.FormSeparator {
    width:2%;
    float:left;
    background-position:top center;
    background-repeat:repeat-y;
    height:275px;
}
.accetta{
    float:left;
    padding-top:15px;
    }

div.FormHeaderSeparator {
    height:10px;
}
div.RegistrazioneWrapper h3.TipoRegistrante {
    display:block;
    position:absolute;
    left:33%;
    top:38px;
}
span.LabelLog {
    display:block;
    position:relative;
    margin-top:20px;
}
div.RegistrazioneWrapper {
    width:100%;
    color:black;
    position:relative;
    margin:0px auto;
    float: left;
}
    div.RegistrazioneWrapper h1 {
        font-size:24px;
        font-weight:normal;
        margin:0px;
        padding:0px;
    }

select.DD_SelezioneTipoCliente {
    background-color:#1A78AB;
    display:block;
    color:black;
    margin-bottom:20px;
    width:140px;
    padding: 2px 10px 2px 10px;
    border:none;
}
    div.RegistrazioneWrapper a.LinkInformativa {
        color:black;
        padding-left:93px;
        font-size:10px;
    }
input[type='text'].TB_Informazioni {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: #dadddf;
    color: #848e92;
    border-radius: 4px;
    font-size: 14px;
    transition: all .2s ease-out;
    height: 40px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: rgb(17, 17, 17);
    height: 50px;
    border-color: initial;
    border-radius: 4px;
    border-color: rgb(204, 204, 204);
}
    input[type='text'].TB_Informazioni:focus{
        background-color:#f5f5f5;
    }


input[type='text'].TB_InformazioniConf{
    width:100%;
    display:block;
    padding: 10px 10px;
    border: solid 1px silver;
    color:#274b63;
    background-color: #f5f5f5;
    font-size:13px;
    border-radius:2px;
    -webkit-border-radius:2px;
    box-sizing:border-box;
    margin-top:5px;
}
    input[type='text'].TB_InformazioniConf:focus{
        background-color:#f5f5f5;
    }


.TB_InformazioniMesConf {
        width:100%;
    display:block;
    padding: 10px 10px;
    border: solid 1px silver;
    color:#274b63;
    background-color: #f5f5f5;
    font-size:13px;
    border-radius:2px;
    -webkit-border-radius:2px;
    box-sizing:border-box;
    margin-top:5px;
    height: 78px;
}

.fileUpload {
    display: block;
    margin-top: 10px;
}


textarea.TB_Messaggio {
    width: 100%;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    height: 115px;
    /* margin-bottom: 15px; */
    resize: none;
    background-color: #f5f5f5;
    color: #000;
    font-size: 13px;
    transition: background-color 0.5s;
    font-family: Arial;
    border: solid 1px silver;
    outline: none;
    /* border-radius: 2px; */
    /* -webkit-border-radius: 2px; */
}
    textarea.TB_Messaggio:focus{
        background-color:#f5f5f5;
    }
input[type='submit'].BottoneRichiediInformazioni {
    border: none;
    color: white;
    background-color: #5f6b77;
    padding: 10px 30px 10px 30px;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
    text-transform: uppercase;
    /* font-weight: bold; */
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3), -20px 0 20px -20px rgba(0, 0, 0, .5), 20px 0 20px -20px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2) inset;
}
input[type='submit'].BottoneLogin {
    border: 1px solid #333;
    font-size: 14px;
    color: White;
    font-family: Arial;
    background-color: #f67800;
    padding: 4px 14px 4px 14px;
    display:block;
    margin-top:25px;
    text-transform:uppercase;
    font-weight:bold;
}
input[type='submit'].BottoneRecuperaPWD {
    border: 1px solid #333;
    font-size: 14px;
    color: White;
    font-family: Arial;
    background-color: #f67800;
    padding: 4px 14px 4px 14px;
    display:block;
    margin-top:24px;
    text-transform:uppercase;
    font-weight:bold;
}
span.CB_FormHoLetto input[type='checkbox'] {
    margin:0px;
    display:inline-block;
    float:left;
}
span.CB_FormHoLetto label {
    display:inline-block;
    float:left;
    margin-left:3px;
}
    span.Errore label {
        /* COMMENTATO PERCHè ALTRIMENTI LO SFONDO è APPLICATO 2 VOLTE
           VA IN SOVRAPPOSIZIONE E NON SI VEDE BENE
        */
        /*background-color: rgb(250,50,50) !important;
        background-color: rgba(250, 50, 50, 0.5) !important;*/
    }
a.Errore {
    background-color: rgb(250,50,50) !important;
    background-color: rgba(250, 50, 50, 0.5) !important;
}

input[type='text'].TB_InformazioniErrore,
textarea.TB_InformazioniErrore {
    border-bottom: 1px solid red !important;
    color: red;
}


.TB_Informazioni_contenitoreTextBox {
    position: relative;
    margin-bottom: 20px;
}
.TB_Informazioni_contenitoreTextBox > input + span {
    position:absolute; z-index:1; 
    pointer-events:none; 
    font-size:26px; 
    color:black; 
    margin-top: 6.5px;
    margin-left: 13px;
    display:inline-block; /* codice per non mostrare il glyphicon se il textbox ha visible=false */
}

    .TB_Informazioni_contenitoreTextBox a{
        color:white;
        text-decoration:underline;
    }

    .DropDownListAttivita {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.1em;
        padding: 10px;
        font-family: "Montserrat", sans-serif;
        color: #222;
        border: 1px solid rgb(169, 169, 169);
    }


.RegistrazioneWrapperCenter {
    width: 100%;
    max-width: 600px;
    color: black;
    position: relative;
    box-sizing: border-box;
    padding: 0px 0px;
    margin: auto;
    text-align: left;
}


.TB_Informazioni_contenitoreTextBox > span {
    display: none; /* codice per non mostrare il glyphicon se il textbox ha visible=false */
}

input[type='text'].NOMINATIVO {
    /*background-image:url('/design/form/firstName.png');*/
}
input[type='text'].EMAIL{
    /*background-image:url('/design/form/email.png');*/
}
input[type='text'].TELEFONO {
    /*background-image:url('/design/form/phone.png');*/
}
input[type='text'].ADDRESS {
    /*background-image:url('/design/form/company.png');*/
}
input[type='text'].NOMINATIVO {
}
/*
glyphicon glyphicon-user
glyphicon glyphicon-envelope

glyphicon glyphicon-home
glyphicon glyphicon-road
glyphicon glyphicon-flag
glyphicon glyphicon-screenshot
glyphicon glyphicon-globe

glyphicon glyphicon-phone-alt*/

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.modalcenter
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.modalcenter img
{
    height: 128px;
    width: 128px;
}

/* Customize the label (the container) */
.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: black;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark2 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark2:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* CSS RESPONSIVO */
@media screen and (max-width:767px) {
    div .RegistrazioneWrapper {
        width: 100%;
    }

    div.RegistrazioneLeft {
        position: relative;
        width: 95%;
        float: none;
        padding-left:10px;
    }

    div.RegistrazioneRight {
        position: relative;
        width: 95%;
        float: none;
        padding-left:10px;
    }

    input[type='text'].TB_Informazioni {
        display: block;
    }

    div.FormSeparator {
        display: none;
    }
    .accetta{
    padding-left:15px;
    }

    
}