﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.p-eim {
    color: white;
    /*font: Montserrat regular;*/
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

text {
    color: white;
}

label {
    font-family: Calibri;
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.btn-giallo {
    background: #D99302;
    background: rgba(217, 147, 2, 1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: Calibri;
    font-size: 21px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #002c3e;
    background-image: url('../images/background.jpg');
    /*background-image: -webkit-linear-gradient(top right, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)),-webkit-linear-gradient(top left, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), url('../images/5.png');
    background-image: -moz-linear-gradient(top right, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)),-moz-linear-gradient(top left, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), url('../images/5.png');
    background-image: -ms-linear-gradient(top right, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)),-ms-linear-gradient(top left, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), url('../images/5.png');
    background-image: -o-linear-gradient(top right, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)),-o-linear-gradient(top left, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), url('../images/5.png');
    background-image: linear-gradient(top right, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), linear-gradient(top left, rgba(165,34,34, 0.1), rgba(80, 107, 183, 1)), url('../images/5.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;*/
}


.footer {
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
}



/*inizio css*/
.nav-eim {
    font-family: Calibri;
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}
.border-bottom {
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
}

.ckbox {
    left: 494px;
    top: 262px;
    width: 30px;
    height: 30px;
    background-color: #eee;
}

.CampoObbligatorio:after {
    content: "*";
}

#titleRegistazione {
    text-align: center;
}



#rowreg2 {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 128%;
}

#rowreg3 {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 42%;
    padding-right: 42%;
}

#rowreg {
    text-align: center;
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 15%;
    padding-right: 27%;
    padding-left: 234px;
}

#rowreg4 {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 15%;
    padding-right: 15%;
}

#rowreg1 {
    padding-top: 1%;
    padding-bottom: 3%;
    padding-left: 0%;
    padding-right: 0%;
    left: 0 auto;
    text-align: center
}

#basic-slide1 {
    display: inline-block;
    width: 125px;
    font-weight: 300;
    color: white;
    font-family: Bodoni 11 Bold;
    font-size: 30px;
    border: 0;
    border-radius: 3px;
    outline: 0;
    left: 3px;

}

#basic-slide2 {
    display: none;
    width: 125px;
    font-weight: 300;
    color: white;
    background: #002c3e;
    border: 0;
    border-radius: 3px;
    outline: 0;
    left: 3px;
}

#form-control1 {
    display: block;
    width: 100%;
    padding: 10px 0 8px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: red;
    font-family: Bodoni 11 Bold;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
    text-align: center;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0 8px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #191919;
    font-family: Bodoni 11 Bold;
    color: #191919;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}


.form-control6 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0 8px 9px;
    color: #191919;
    font-family: Bodoni 11 Bold;
    font-size: 14px;
    line-height: 1.42857143;
    color: #191919;
    background-color: #bab2af;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

.form-control7 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0 8px 9px;
    color: #191919;
    font: Bodoni 11 Bold;
    font-size: 14px;
    line-height: 1.42857143;
    color: #191919;
    background-color: #bab2af;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

.form-control8 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 0 8px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #191919;
    background-color: #bab2af;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

#form-control2 {
    display: block;
    width: 257%;
    height: 50px;
    padding: 10px 0 8px 9px;
    font-size: 16px;
    line-height: 1.42857143;
    color: white;
    background-color: blue;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
/* fine css*/
/*inizio css pagina edit report*/
.xco {
    height: 30px;
}

.x1 {
    width: 25%;
    height: auto;
    float: left;
}

.x2 {
    width: 25%;
    height: auto;
    float: left;
    padding-left: 1%
}

.x3 {
    width: 25%;
    padding-top: 2px;
    height: auto;
    float: left;
    padding-left: 1%
}

.x4 {
    width: 25%;
    padding-top: 2px;
    height: auto;
    float: left;
    padding-left: 1%
}


.xcontainer {
}

.xone {
    width: 70%;
    height: auto;
    float: left;
}

.xtwo {
    width: 15%;
    height: auto;
    float: left;
    text-align: center;
}

.xthree {
    width: 15%;
    height: auto;
    float: left;
    text-align: right;
}

.conteiner1 {
    height: 60px;
    text-align: center;
}


/*fine css pagina edit report*/


.field-validation-error {
    color: white;
}

.white {
    color: white;
}


