/**** [ forms@DiF2 | DIGITALIS | NOV2020 | v.02 ] ****/
/* [ form elements ] */
/*ELZA - revisão 26/10/2021*/
form {
    /*font-size: 11px;*/
    font-size-adjust: none;}

form.largeForm tr.formRowformRowEven td.formRowLabelTD {
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;}

fieldset {
    margin: 0 !important;
    border: none;
    /*padding: 15px !important;
    border: 1px solid #ddd;*/}

fieldset legend {
    color: #000;
    font-weight: bold;}

fieldset label {
    vertical-align: top !important;
    margin: 10px 10px 0 0 !important;}

fieldset p {
    padding: 0 !important;
    margin: 0;}

fieldset img {vertical-align: middle !important;}
#fieldone {display: inline !important;}
#fieldtwo {display: inline !important;}
.memoField {margin-bottom: 10px;}
div.x-boxselect {margin-bottom: 10px;}
.x-boxselect.x-form-text {overflow-x: hidden;}
.radioItem {display: inline;}

.fieldDesc {
    padding-top: 5px;
    padding-bottom: 10px;}

input:not(.x-form-checkbox):not(.x-form-radio):not(.x-boxselect-input-field), .inputreadonly {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border: 1px solid #ddd;}

.iti input, .iti input[type=text], .iti {margin-bottom: 10px;}
td.x-form-item-body > input:not(.x-form-checkbox):not(.x-form-radio):not(.x-boxselect-input-field) {margin-bottom: 0;}
.radioResponsiveDesc {display: none;}
.x-tbar-page-number input.x-form-text {margin-bottom: 0 !important;}
/*.x-field input{margin-bottom: 0px !important;}*/
.x-toolbar-item input.x-form-text {margin-bottom: 0 !important;}
table.x-form-trigger-wrap > tbody tr td:nth-child(2) {vertical-align: top;}
/*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas novo?*/

.x-grid-cell-inner input {margin: 0 !important;}
input:not(.x-form-checkbox):not(.x-form-radio) {height: 22px;}

.tablelayoutform p.radioDescription, .radioDescription {
    /*font-size: 90%;*/
    color: #666;
    margin-bottom: 10px !important;}

textarea {
    padding: 1px 3px;
    margin: 0 0 10px 0 !important;
    border: 1px solid #ddd !important;
    /*background-color: #fff !important;*/}

select {
    height: 22px;
    border: 1px solid #ddd !important;
    /*background-color: #fff !important;*/}

.x-border-box .x-form-text { /*background-color: #fff !important;*/}
.x-border-box .x-form-text:not(.x-boxselect) {height: 22px;}
.x-form-field:not(.x-form-checkbox):not(.x-form-radio) { /*background-color: #fff !important;*/}
.x-form-field:not(.x-form-checkbox):not(.x-form-radio):not(.x-boxselect) {height: 22px;}

.x-form-trigger-input-cell .x-form-text {border: 1px solid #ddd !important;}

.x-form-trigger-input-cell .x-form-text[autocomplete=off] {cursor: text; background-color: #fff !important;}
.x-form-trigger-input-cell .x-form-text[autocomplete=off]:read-only, .pickerFakeField {cursor: default;}

input[type=radio], input[type=check] {
    margin-right: 5px !important;
    margin-bottom: 0 !important;}

input[type="radio"] {
    padding: 0 !important;
    margin: 0 3px 0 0;
    border: none !important;
    background: none !important;}

input[type="checkbox"] {
    width: 13px !important;
    border: none !important;
    background: transparent !important;}

input[type="submit"], input[type="reset"], input[type="button"]:not(.x-form-checkbox):not(.x-form-radio), #actions input[type="button"],
#actionsbuttons input[type="button"]:not(.x-form-checkbox):not(.x-form-radio) {
    color: #fff;
    /*font-size: 120%;*/
    border: none;
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
    box-sizing: content-box;
    /*background: none;*/}

input[type="text"], input[type="textarea"], input[type="password"], input[type="email"], .inputreadonly {padding: 1px 3px;}

input[readonly], input[type="readonly"], .inputreadonly {background-color: #f2f2f2 !important;}

.inputreadonly {
    /*padding-left: 5px !important;
    border-color: #fff !important;
    background-color: #f2f2f2 !important;*/}

/* [ form layout_mode02 div's ] */
.labeldiv {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    float: left !important;
    width: 30%;}

.inputdiv {
    margin: 0 !important;
    padding: 0 !important;
    display: block;}

/* [ error's boxes_layers/info layers ] */
.error-underline {background: transparent url(../img/invalid_line.gif) repeat-x scroll center bottom;}

.input-error { /*ELZA - revisão 29/11/2021 - rever com viegas*/
    display: inline;
    width: 16px;
    height: 18px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../img/icongeral_alert.png) !important;
    /*background: transparent url(../img/exclamation.gif) no-repeat scroll 0 2px;*/}

input.error-underline {background-color: #fff;}
.error {background-color: #cea197 !important;}

.fieldhint {
    font-size: 85%;
    color: #000 !important;
    margin: 0 0 10px 0;
    padding: 0;
    cursor: default;}

#captchaValueTip.fieldhint {margin: 0 0 10px 0 !important;}

.fieldhelp {
    color: #000;
    /*font-size: 85%;*/
    padding: 10px;
    margin-left: 2px;
    min-width: 150px;
    float: left;
    cursor: default;
    border: 1px dotted #ccc;
    background-color: #ddd;}

.fieldhelp ul {
    margin: 5px 10px;
    padding: 0;}

.fieldhelp li {list-style: none;}

.fielderror { /*ELZA - revisão 29/11/2021 - rever com viegas*/
    color: #900;
    /*font-size: 85%;*/
    padding: 7px 10px 7px 30px !important;
    margin-left: 2px;
    min-width: 150px;
    float: left;
    border: 1px dotted #ccc;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../img/icongeral_alert.png) !important;
    /*background: #cea197 url(../img/exclamation.gif) no-repeat 7px 7px;*/}

.break {clear: both;}

/* [ Required fields ] */
.messagemust {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    display: block;}

.messagemust p {
    margin: 0;
    padding: 0 15px 0 0 !important;
    font-weight: bold;}

/* [ *text ] */
.must {
    color: #900;
    font-size: 100%;
    font-weight: bold;}

/* [ fields for numbers with or without a question ] */
.inputnumber {
    width: 17px !important;
    height: 17px !important;
    border-top: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    /*background-color: #fff !important;*/}

.inputspecialnumber {
    width: 15px !important;
    height: 16px !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f2f2f2 !important;}

.inputyear {
    width: 40px !important;
    height: 16px !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    /*background-color: #fff !important;*/}

.plabeltype {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-weight: bold;}

/* [ free text field with the "width" in the input tag ] */
/*.inputnormaltext { background-color: #fff !important;}*/

/* REVER:ELZA:30/11/2021 Start */
/* [ free text field with the "width" in the input tag ] */
.inputnormaltext, input[readonly].inputnormaltext {
    background-color: #fff !important;
}
/* REVER:ELZA:30/11/2021 End */


.inputnormaltextarea {
    border-top: none !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 5px !important;
    /*background-color: #fff !important;*/}

/* [ FORMStable ] */
.tablelayoutform {margin: 0 !important;}

.tablelayoutform td { /*css ComQuest+@DOC*/
    vertical-align: top;
    line-height: 25px;}

.tablelayoutform p {
    margin: 0;
    padding: 0 !important;}

.tablelayoutform sup {
    vertical-align: super;
    font-size: 70%;}

.tablelayoutform .CodeMirror {
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    border: 1px solid #ddd;
    margin: 0;
    font-size: 11px;
    display: inline-block;}

.tablelayoutform td label { /*line-height: 18px; padding-top: 5px;*//*css ComQuest+@DOC*/}

.x-window .tablelayoutform td label, .x-panel .tablelayoutform td label { /*css ComQuest+@DOC*/
    /*font-size: 14px;*/
    height: 28px !important;
    vertical-align: top;}

/* [ Responsive FieldSet's ] */
.resp-fs-form {position: relative;}

.resp-fs-form:before,
.resp-fs-form:after {
    content: " ";
    display: table;}

.resp-fs-form:after {clear: both;}
.resp-fs-column {float: left;padding: 10px;}

div.cke {margin-bottom: 5px;}

.cke_combo_button {border: 1px solid #ddd !important;}

@media screen and (max-width: 1024px) {
    .resp-fs-column {
        width: 100%;
    }
}

input[readonly], .inputreadonly, .x-form-field.inputreadonly, .x-form-trigger-input-cell .x-form-text.inputreadonly {
    padding-left: 5px;
    border-color: #fff !important;
    /*background-color: #fff !important;*/}

input[readonly].x-form-field:not(.x-form-checkbox):not(.x-form-radio):not(.x-boxselect):not(.x-form-text) {
    padding-left: 5px;
    border-color: #fff !important;
    /*background-color: #fff !important;*/}

.CodeMirror pre {line-height: normal;}

/**EXT**/
.x-boundlist-item {font-size: 11px;}

.x-form-item, .x-border-box .x-form-field, .x-form-item-label {
    /*font-size: inherit !important;
    font-family: inherit !important;*/
    font-family: montserratregular, Arial, Helvetica, sans-serif !important;}

.x-form-item-label, .x-field label { /*font-weight: normal;*//*css ComQuest*/}


/* combo list values*/

div.checkBoxContainer {
    display: inline;
    line-height: 22px;
    padding: 0 10px 0 0;}

table.tablelayoutform div.checkBoxContainer {display: block;}

.inputWithSuffix {
    display: table; /* will work on IE9 */
    display: -ms-inline-flexbox; /* will work on IE10 */
    display: inline-flex; /* is new syntax, will not work on IE10 */
    /*border-radius: 5px;*/
    margin-bottom: 10px;
    border: 1px solid #ddd;}

.inputWithSuffix input {
    display: table-cell;
    width: 100%;
    border: none !important;
    margin-bottom: 0 !important;}

.inputWithSuffix span.inputSuffix {
    display: table-cell;
    width: auto;
    /*border-radius: 2px;*/
    padding: 0 5px;
    white-space: nowrap;
    border-left: 1px solid #ddd;
    background-color: #e6edf4;}


input[readonly].pickerFakeField { /*background-color: #fff !important;*/}
/*ELZA - revisão 25/10/2021 - rever com viegas - v.elza*/
input[readonly].pickerFakeField { background-color: #fff !important;}
/*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
.inputWithSuffix span.pickerFieldSuffix {padding: 3px 1px 0 1px;}
.pickerFieldSuffix a img {width: 16px;}

/*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas novas classes?*/
.inputWidthTime {width: 80px;}
.inputWidthTime input[readonly] {border-radius: 0px !important;}
.inputWidthTime input {padding-right: 7px;}
.inputWidthTime span {
    font-weight: bold;
    padding: 1px;
}

.inputWidthTime span.clock {
    padding: 1px 11px 1px 11px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #e6edf4;
    background-image: url("../img/icon-clock.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    border-right: none;
}
/**/

/* REVER:ELZA:30/11/2021 Start */
input[readonly].pickerFakeField:not(.inputreadonly) { background-color: white !important;}
/* REVER:ELZA:30/11/2021 End */

form tr.liveFilterHideFieldLine td.formRowLabelTD {
    color: #999;
    /*font-size: 80%;*/
    line-height: 10px;}

form tr.liveFilterHideFieldLine td.formRowInputTD {display: none;}
/* REVER:ELZA:28/01/2022 */
.formSubtitle { padding-top: 10px !important; padding-left: 0px !important;}
.formSubtitle label {color: #000;font-size: 80%;font-weight: bold;}

/*ELZA - revisão 25/10/2021 - rever com viegas - v.viegas*/
input[type=checkbox] {
    width: 15px !important;
    height: 18px !important;
    border: none !important;
    background-repeat: no-repeat !important;
    background-position: center 3px !important;
    background-size: contain !important;
    margin-bottom: 3px !important;
    -webkit-appearance: none !important;
    outline: 0;}

.x-grid-cell-inner [type=checkbox] {
    background-position-y: 0 !important;
    margin: 0 !important;
}

input[type="text"]:not(.x-form-checkbox):not(.x-form-radio):not(.x-boxselect-input-field).captchaValue {
    vertical-align: middle;
    text-align: center;
    font-size: 20px !important;
    font-weight: bold;
    height: auto !important;
}

input[type=checkbox]:hover {opacity: 50%;}
input[type=checkbox]:checked {background-image: url("../img/checkBoxON.png") !important;}
input[type=checkbox]:not(:checked) {background-image: url("../img/checkBoxOFF.png") !important;}
.extDateField .x-form-field.x-form-text {text-align: right;}
/**/