﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}



.validationError {
    border: 1px solid red;
}

.contenitoreEsterno {
    width: 100%;
    text-align: center !important;
}

.canvascss {
    /*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
    height: 250px;
}

.logoThekom {
    max-width: 60px;
}

.logoBannerCliente {
    max-width: 160px;
}

.hrSeparator {
    margin-bottom: 25px;
    border-color: #ffd800 !important;
}

.formInserimentoDati {
    margin-bottom: 12px;
    background-color: lightgrey;
    border: solid 1px lightgrey;
    border-radius: 30px;
    padding: 30px;
}

.labelCampoRichiesto {
    font-weight: bolder;
    padding: 13px;
}

.inputCampoRichiesto {
    margin-bottom: 30px;
    border-radius: 40px;
}

.messaggioErroreCampo {
    color: red;
    font-size: smaller;
    margin: 0;
    padding: 10px
}

.formPrivacy {
    text-align: left;
    margin-bottom: 12px;
    border: solid 1px lightgrey;
    border-radius: 30px;
    padding: 30px;
}

.tastoCanvas {
    border: solid 1px #ffd800;
    font-weight: bolder;
    height: 30px;
    font-size: 12px;
    width: 100px;
    color: black;
    background-color: white;
    border-radius: 12px;
}

.TastoAction {
    border: none;
    font-weight: bolder;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    height: 60px;
    background-color: #ffd800;
    border-radius: 12px;
}


.riquadroSelezioneLingua {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.tableApprovazioni {
    width: 100%;
    text-align: center;
    font-size: large;
}

.erroreRiepilogo {
    border: solid red 1px;
    background-color: antiquewhite;
    color: brown;
    font-weight: bolder;
}
