/* ### MODULI GENERATI DA PROCEDURE IN SweetFox ### */

#FormS {}

.compulsorySign {
    padding-right: 9px;
    padding-bottom: 3px;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    text-align: right;
}

#Form2rec {}


/*	SUB FORM GROUP */

.subFormGroup {
    margin-bottom: 12px;
    border: 3px solid #CCCCCC;
    border-spacing: 0px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    /* firefox */
    -webkit-border-radius: 12px;
    /* safari, chrome */
    background-color: #CCCCCC;
}

.subFormGroup .pad {
    padding: 0px;
}

.subFormGroup .titleCont {
    padding: 6px;
    border-bottom: 1px solid #CCCCCC;
    background-color: transparent;
}

.subFormGroup .titleCont .title {}

.subFormGroup .subtitleCont {}

.subFormGroup .subtitleCont .subtitle {}

.subFormGroup .formsCont {
    padding: 6px;
}


/*	SUB FORM */

.subForm {
    margin-bottom: 12px;
    border: 6px solid #EEEEEE;
    border-spacing: 0px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    /* firefox */
    -webkit-border-radius: 12px;
    /* safari, chrome */
    background-color: #FFFFFF;
}

.subForm .head {}

.subForm .head .titleCont {
    border-spacing: 0px;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    /* firefox */
    -webkit-border-top-left-radius: 6px;
    /* safari, chrome */
    border-top-right-radius: 6px;
    -moz-border-top-righ-radius: 6px;
    /* firefox */
    -webkit-border-top-right-radius: 6px;
    /* safari, chrome */
    padding: 6px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EEEEEE;
}

.subForm .head .titleCont div {}

.subForm .head .titleCont span {}

.subForm .head .titleCont .title {
    padding: 0px;
    font-weight: bold;
    font-size: 13px;
}

.subForm .head .titleCont .showHide {
    font-size: 11px;
}

.subForm .head .titleCont .showHide input {
    cursor: pointer;
}

.subForm .head .titleCont .showHide span {
    padding-left: 6px;
    color: #FF0000;
}

.subForm .head .subtitleCont {
    margin: 0px;
    padding: 6px;
    padding-bottom: 0px;
}

.subForm .head .subtitle {}

/* SUB FORM TABLE */

table.DetailFormContainer {
    width: 100%;
}

table.DetailForm {
    width: 100%;
    margin-bottom: 2%;
    /* 
    border: 1px solid #FFCC00;
 */
    font-size: 13px;
}

table.DetailForm td {
    padding-top: 3px;
}

td.TdFormNomi {
    width: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: right;
}

td.TdFormNomiTextArea {
    width: 23%;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: right;
}

td.TdFormAsterisco {
    width: 3%;
    padding-top: 1px;
    padding-bottom: 1px;
}

td.TdSpacer {
    display: none;
}

strong.compulsory {
    color: #FF0000;
}

strong.optional {
    color: #FFFFFF;
}

td.TdFormValori {
    padding-top: 1px;
    padding-bottom: 3px;
    text-align: left;
/*    color: #FFCC00;*/
}

td.TdFormValori fieldset {
    border: 0px;
}

td.TdFormValori label {
    float: left;
    width: 20%;
    text-align: right;
    margin-right: 1em;
}

td.TdFormValori input {
    width: 60%;
    padding-left: 1%;
    font-size: 15px;
}

td.TdFormValori input.file {}

td.TdFormValori select {
    font-size: 15px;
    width: 60%;
    padding-left: 1%;
}

td.TdFormValori textarea {
    font-size: 15px;
    width: 60%;
    padding-left: 1%;
}

tr.TrSpacer {
    display: none;
}

.dateField {}

.dateField td {
    padding-right: 3px;
}

.dateField select {}

.enter {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 6px solid #ED962C;
    border-spacing: 0px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    /* firefox */
    -webkit-border-radius: 12px;
    /* safari, chrome */
    background-color: #FFFFFF;
    background-image: url('../immagini/bianco70.png');
    text-decoration: none;
    color: #ED962C;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.reset {}

.invisibile {}

.disabled {
    background-color: transparent;
    border: 1px solid #EEEEEE;
    color: #666666;
}

.DivFormArea {
    padding-top: 12px;
    padding-bottom: 12px;
}

.DivFormPulsanti {
    text-align: center;
}

.DivFormPulsanti span {
    display: none;
}

.DivFormPulsanti .ArSubmit {
    display: block;
    margin: 0 auto;
    margin-top: 18px;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 6px solid #009900;
    border-spacing: 0px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    /* firefox */
    -webkit-border-radius: 12px;
    /* safari, chrome */
    background-color: #009900;
    background-image: url('../immagini/bianco70.png');
    text-decoration: none;
    color: #006600;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.DivFormPulsantiAlto {}

.DivFormPulsantiAlto .ArSubmit {}

ul.UlTabellaSelect {
    list-style-type: none;
}

li.LiTabellaSelect {}

li.LiTabellaSelectImg {}

.BoolChoice {}

.BoolChoice td {}


/* ### CAPTCHA ### */

.captcha {
    width: 442px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}

.captcha .code {}

.captcha .info {
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

.captcha .explanation {
    display: none;
    padding: 6px;
    background-color: #EEEEEE;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.captchaError {
    margin: 24px;
    text-align: center;
}


/* ### PRIVACY ### */

#Privacy {
    margin: 6px;
    position: relative;
    z-index: 100;
}

#IntroPrivacy {
    padding-top: 24px;
}

#PrivacyInfoCompleteView {
    text-align: right;
}

#PrivacyInfoCompleteHide {
    text-align: right;
}

#PrivacyViewComplete:link,
#PrivacyViewComplete:active,
#PrivacyViewComplete:visited {
    color: #333333;
    font-size: 10px;
    font-style: italic;
}

#PrivacyViewComplete:hover {}

#PrivacyInfoComplete {
    display: none;
    margin: 12px;
    background-color: #EEEEEE;
}

#PrivacyInfoCompleteContent {
    display: none;
    padding: 7px;
}

#PrivacyConfirm {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: center;
}

#PrivacyConfirmList {
    padding: 0px;
    margin: 0px;
    border: 0px;
    list-style: none;
}

#PrivacyConfirmElements {
    display: inline;
    border: 0px;
}


/* ### MESSAGGI DI ESITO DELLE OPERAZIONI ### */

.DivMsg {}

.DivMsgOK {
    display: none;
    position: absolute;
    z-index: 90;
    margin: 0px;
    border: 2px solid #FFFFFF;
    background-color: #00CC00;
    padding: 0px 24px 36px 24px;
    text-align: center;
    color: #009900;
    font-size: 10px;
    line-height: 24px;
}

.DivMsgKO {
    display: none;
    position: absolute;
    z-index: 90;
    margin: 0px;
    border: 2px solid #FFFFFF;
    background-color: #EE0000;
    padding: 0px 24px 36px 24px;
    text-align: center;
    color: #990000;
    font-size: 10px;
    line-height: 24px;
}

.TdMsg {
    padding: 24px;
    text-align: left;
    font-weight: bold;
}

.TdMsgGen {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.TdMsg ul {
    padding: 24px;
    padding-left: 60px;
    text-align: left;
}

.TdMsg li {}

.TdMsgOK {
    font-size: 13px;
    color: #FFFFFF;
}

.TdMsgKO {
    font-size: 13px;
    color: #FFFFFF;
}

.MsgOK {
    font-size: 13px;
    color: #FFFFFF;
}

.MsgKO {
    font-size: 13px;
    color: #FFFFFF;
}

.DivFormCompulsory {
    padding-left: 6px;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
}

/* READONLY */

.readOnly {}

.readOnly ul {
    list-style-type: none;
}


/* A container to position LABELS */
.compactForm fieldset {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #d93e43;
    background-color: #EEEEEE;
}

.compactForm input[type="text"],
.compactForm input[type="password"],
.compactForm textarea {
    width: 99%;
    height: 1.6em;
    margin: 0 auto;
    padding: 0.5em;
    padding-left: 1%;
    padding-right: 0;
    border: 0px;
    font-size: 1.2em;
    /* 
	background-color:#1267FF;
 */
}

/* we put label on top of the input*/
.compactForm label {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: .5em;
    z-index: 1;
    height: 1em;
    line-height: 2.4em;
    color: #333;
    white-space: nowrap;
    cursor: text;
    font-size: 1.2em;
}

.compactForm .resizedLabel {
    font-size: 0.8em;
    font-weight: bold;
    left: 0.8em;
    top: -0.7em;
    transition: all .1s ease;
    color: #d93e43;
}
