@import "uni-form-generic.css";
/* Keep in mind that wherever you see 'Required property' it means that the property must exist */

/* ------------------------------------------------------------------------------ */

/* Generals */
.uniForm .form_block {
    padding-top: .5em;
}

.uniForm .form_block input {
    border:1px solid;
    font-size: 100%;
    margin-right: .5em;
}

.uniForm .form_block input:hover {
    color: #FF2B0A;
}

.uniForm fieldset{}

.uniForm fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }

/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder{ padding: 7px; border-bottom: 1px solid #dfdfdf; }

.uniForm .ctrlHolder ul {
    overflow: auto;
    padding: 0px;
    margin: 0px;
}

.uniForm .ctrlHolder ul li {
    display: inline;
    list-style-type: none;
}

.uniForm .ctrlHolder ul li label {
    text-align: left;
}

.uniForm .buttonHolder{ text-align: right; }
.uniForm .resetButton{ float: left; }
.uniForm .primaryAction{ font-weight: bold; }

/* This class gets added to div.ctrlHolder to highlight the row */
.uniForm .focused{ background: #fffcdf; }

/* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
.uniForm .inlineLabel input,
.uniForm .inlineLabels .inlineLabel input,
.uniForm .blockLabels .inlineLabel input{ float: left; margin: 0 .4em 0 0; }
.uniForm .inlineLabel span{ float: left; width: 90%; }

/* ------------------------------------------------------------------------------ */

/* .blockLabels (default style, will be applied even if you don't class the parent element) */
.uniForm .blockLabels .ctrlHolder{
    margin: 2px 0;
    overflow: hidden;
}

.uniForm label,
.uniForm .blockLabels label,
.uniForm .blockLabels .label {
    float:left;
    margin: .3em 2% 0 0; /* <- Required property */
    text-align:right;

}

.uniForm .textInput,
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{ }

.uniForm .selectInput,
.uniForm select,
.uniForm .blockLabels .selectInput,

.uniForm .blockLabels select{ min-width:5% /* <- Required property */ }
.uniForm textarea,
.uniForm .blockLabels textarea{  height: 12em; }


.uniForm .formHint,
.uniForm .blockLabels .formHint{  font-size: .9em; color: #777; position: relative; top: -.5em; }

.uniForm .multiField,
.uniForm .blockLabels .multiField{  }
.uniForm .multiField .inlineLabel,
.uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
.uniForm .multiField .blockLabel,
.uniForm .blockLabels .multiField .blockLabel{  margin: 0 10px 0 0; }
.uniForm .multiField .blockLabel .textInput,
.uniForm .multiField .blockLabel .selectInput,
.uniForm .multiField .blockLabel select,
.uniForm .blockLabels .multiField .blockLabel .textInput,
.uniForm .blockLabels .multiField .blockLabel .selectInput,
.uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* ------------------------------------------------------------------------------ */

/* .inlineLabels */
.uniForm .inlineLabels .ctrlHolder{
    margin: 2px 0;
    overflow: hidden;
}

.uniForm .inlineLabels .ctrlHolder label {
    float:left;
    text-align:right;
}

.uniForm .inlineLabels .ctrlHolder input {
    font-size:100%;
}

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
    margin: .3em 2% 0 0; /* <- Required property */
    /*        font-size: 160%; */
    text-align:left;
}

.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload{ }

.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select{
    font-size:100%;
}



.uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }

.uniForm .inlineLabels .multiField{ margin: 0 0 .3em 0; }
.uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
.uniForm .inlineLabels .multiField .blockLabel{ float: left; margin: 0 3% 0 0; }
.uniForm .inlineLabels .multiField .blockLabel .textInput,
.uniForm .inlineLabels .multiField .blockLabel .selectInput,
.uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.uniForm .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm div.focused .formHint{ color: #333; }

/* Columns (they are floated left by default) */
.uniForm .col{  margin: 0 2% 20px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{  float: left; clear: none; }
.uniForm .col.last{  float: right; clear: none; margin-right: 0; }

/* Messages */
.uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }

.uniForm #errorMsg dt, .uniForm #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
.uniForm #errorMsg dd{ margin: 0; padding: 0; }
.uniForm #errorMsg ol{ margin: 0; padding: 0; }
.uniForm #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
.uniForm .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }

.uniForm #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm #OKMsg p{ margin: 0; }

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

/* ------------------------------------------------------------------------------ */

.uniForm .certification_list { padding: 7px; border-bottom: 1px solid #dfdfdf; }

.uniForm .certification_list ul {
    overflow: auto;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.uniForm .certification_list ul li {
    display: inline;
    list-style-type: none;
}

.uniForm .certification_list ul li label {
    text-align: left;
}














/* ------------------------------------------------------------------------------ 


                    Big Form
             Use this class biguniForm with uniForm for your form html tag if you have 
             big textareas
    

----------------------------------------------------------------------------------
*/


/* Generals */
.big .form_block {
    padding-left: 17%;
    padding-top: .5em;
}



.big label,
.big .blockLabels label,
.big .blockLabels .label {    
    width: 10%; /* <- Required property */    
}

.big .textInput,
.big .blockLabels .textInput,
.big .blockLabels .fileUpload{ width: 73%; /* <- Required property */ }

.big textarea,
.big .blockLabels textarea{ max-width: 73%; /* <- Required property */ height: 32em; }

.big .formHint,
.big .blockLabels .formHint{ width: 65%; top: 0.5em; margin-left: 17% !important;}

.big .multiField,
.big .blockLabels .multiField{ width: 73%; }
.big .multiField .blockLabel,
.big .blockLabels .multiField .blockLabel{ width: 10%; margin: 0 10px 0 0; }

.big .selectInput,
.big select,
.big .blockLabels .selectInput { min-width:73% ; }

.big .blockLabels select{ min-width:65% ; }

/* ------------------------------------------------------------------------------ */

.big .inlineLabels label,
.big .inlineLabels .label{
    width: 15%; /* <- Required property */
}

.big .inlineLabels .textInput,
.big .inlineLabels .fileUpload{ width: 65%; /* <- Required property */ }


.big .inlineLabels .multiField{ width: 65%; /* <- Required property */ }
.big .inlineLabels .multiField .blockLabel{ width: 6%;}


/* Columns (they are floated left by default) */
.big .col{ width: 67.9%; /* <- Required property */  }
/* Use .first and .last classes to control the layout/spacing of your columns */
.big .col.first{ width: 69%; /* <- Required property */ }
.big .col.last{ width: 69%; /* <- Required property */  }



/* ------------------------------------------------------------------------------ 


                    Big Form
             Use this class biguniForm with uniForm for your form html tag if you have 
             big textareas
    

----------------------------------------------------------------------------------
*/


/* Generals */
.small .form_block {
    padding-left: 37%;
    padding-top: .5em;
}



.small label,
.small .blockLabels label,
.small .blockLabels .label {    
    width: 30%; /* <- Required property */    
}

.small .textInput,
.small .blockLabels .textInput,
.small .blockLabels .fileUpload{ width: 53%; /* <- Required property */ }

.small textarea,
.small .blockLabels textarea{ max-width: 55%; /* <- Required property */ height: 32em; }

.small .formHint,
.small .blockLabels .formHint{ width: 45%; top: 0.5em; margin-left: 37% !important;}

.small .multiField,
.small .blockLabels .multiField{ width: 53%; }
.small .multiField .blockLabel,
.small .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }

.small .selectInput,
.small select,
.small .blockLabels .selectInput { min-width:73% ; }

.small .blockLabels select{ min-width:65% ; }


/* ------------------------------------------------------------------------------ */

.small .inlineLabels label,
.small .inlineLabels .label{
    width: 35%; /* <- Required property */
}

.small .inlineLabels .textInput,
.small .inlineLabels .fileUpload{ width: 45%; /* <- Required property */ }


.small .inlineLabels .multiField{ width: 45%; /* <- Required property */ }
.small .inlineLabels .multiField .blockLabel{ width: 26%;}


/* Columns (they are floated left by default) */
.small .col{ width: 47.9%; /* <- Required property */  }
/* Use .first and .last classes to control the layout/spacing of your columns */
.small .col.first{ width: 49%; /* <- Required property */ }
.small .col.last{ width: 49%; /* <- Required property */  }


