input,
button,
select {
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: inherit;
  font-family: inherit;
  outline: 0;    
  padding: 7px 12px 8px 12px;
  margin:0 0 11px 0;
    transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
}

textarea {
  background: #fff;
  border: 1px solid #e4e4e4;
  color:inherit;
    font-size: 16px;
    font-family: inherit;
  height:100px;
  outline: 0;    
  padding: 7px 12px 8px 12px;
  margin:0 0 11px 0;
  width: 96%;
}

select {
    background:#275ea7;
    border-radius:8px;
    color:#fff;
    height: 42px;
    padding: 6px 6px 7px 6px;
    width: 100%;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
    border: 1px solid #e4e4e4;
    background: #e8e8e8;
    margin:0 0 11px 0;
    outline: 0;
}

select:hover {border:1px solid #275ea7;background:#275ea7;color:#fff;margin:0 0 11px 0;outline:0;}

input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox],
button {
    width: auto;
}

input[type=radio] {
    float: left;
    margin: 8px 10px 3px 4px;
}

input[type=checkbox] {
    float: left;
    margin: 6px 15px 4px 0;
    border: 1px solid #e4e4e4;
    transform: scale(1.2);
    -webkit-transform: scale(1);
}

input[type=text] {
  line-height: 17px;
  width:96%;
}

button,
input[type=button],
input[type=text],
select,
textarea,
file,
input[type=reset] {
    padding: 15px 0 15px 0;
    margin:0 0 11px 0;
    line-height: 17px;
    text-decoration: none;
    cursor: pointer;
    transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
}

input[type=submit]{
    border-radius:8px;
    background-color:#e29f2f;
    color:#fff;
    width:auto;
    float:left;
    font-family:inherit;
    font-size:inherit;
    padding: 10px;
    margin:10px 0 11px 0;
    line-height: 17px;
    text-decoration: none;
    cursor: pointer;
    transition: all ease .2s;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    width:25%;
}

button[disabled=disabled],
input[disabled=disabled] {
    opacity: 0.6;
    cursor: default;
}

button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background: #e29f2f;
}

button[disabled=disabled]:hover,
input[disabled=disabled]:hover {
    background: #f5f5f5;
}

input[type=reset] {
  visibility:hidden;
}

legend {
    display:none;
}

fieldset {
   padding: 0;
    margin: 0 0 20px 0;
    border: none;
}

div#contactFormFieldId_89.contactFormGroup > label.noCaption{width:95%;}
.contactFormClass_multi_file{background:#e29f2f; border-radius:8px;color:#fff;font-size:16px;}


/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR FORMS IN MODULES     */
/***************************************************/
form p,
form > fieldset > div {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

/* Start old contact form structure */
form p {
  border-top:1px dashed #000;
  padding:5px 0 5px 20px;
  width: 520px;
}

form p label {
    /*margin: 0 0 0 -250px;*/
}

form p label.description {
   /* visibility:hidden; */
}
/* END old contact form structure */

form label {
  float: left;
  margin:0;
  width:90%;
  font-size:21px;
}

form p.hidden {
  visibility:hidden;
}

form label.description {
 /* visibility:hidden; */
}

form .is_required {
    padding: 0 0 0 5px;
    color: #FF0000;
}

form .contactFormGroup {
    float: left;
    width: 100%;
}

form .contactFormGroup input[type=checkbox] {
    clear: left;
}

form #uploadFormField_uploadWidget {
    padding: 0 0 0 250px;
}


form .contactFormUpload,
form .formUploadedFiles,
form .contactFormUpload div,
form .formUploadedFiles div {
    float: left;
    width: 200px;
}


form .contactFormUpload ul,
form .formUploadedFiles ul {
    float: left;
    width: 250px;
    padding: 0 0 5px 0;
}

form .contactFormUpload li,
form .formUploadedFiles li {
    float: left;
    width: 306px;
    padding: 0 0 5px 20px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #DDDDDD;
}

form .contactFormUpload span,
form .formUploadedFiles span {
    float: left;
    width: 280px;
    padding: 0 10px 0 0;
}

form .contactFormUpload .deleteIcon,
form .formUploadedFiles .deleteIcon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 0 0 0;
    overflow: hidden;
    text-indent: 16px;
    background: url('../../cadmin/images/icons/delete.gif') no-repeat;
}



.contactFormClass_file{width:246px;}

/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR TABLES IN MODULES    */
/***************************************************/
table {
    float: left;
    width: 100%;
}

table th {
    border-bottom: 1px dotted #000;
    padding: 0 0 10px 0;
/* color: #000; */
    text-align: left;
    font-weight: bold;
    
}

table th a {
    color: #ffffff;
}

table tr.row1,
table tr.marketRow2 {
    background-color: #ffffff;
border-bottom: 1px dotted #4c5357;
}

table tr.row2,
table tr.marketRow3 {
    background-color: #f4f4f4;
border-bottom: 1px dotted #4c5357;
}

table tr.row3,
table tr.marketRow1 {
    background-color: #ffee9f;
}

table td {
    padding: 0;
    vertical-align:top;
}

table td.none {
    border: 0;
}

/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR LAYER RWO CLASS     */
/***************************************************/
div.row_1,
div.row1 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ECEDF3;
}
div.row_2,
div.row2 {
    background-color: #ffffff;
    border-bottom: 1px solid #ECEDF3;
}
/***************************************************/
/* CSS GLOBAL DEFINITIONS FOR CAPTCHA              */
/***************************************************/
#captcha {
    float: left !important;
    width: auto !important;
    clear: none !important;
    margin: 0;
    padding: 0;
}
#captcha #coreCaptchaLabel {
    float: left;
    width: auto;
    clear: both;
    margin: 2px 0 2px 0;
    /* white-space: nowrap; */
    font-size:70%;
    
}
#captcha #coreCaptchaCode {
    float: left;
    width: 79px !important;
    height: 17px;
    clear: both;
    margin: 0 7px 0 0;
}
#captcha #coreCaptchaImage {
    float: left;
    width: 96px;
    height: auto;
}

/***************************************************/
/* CSS DEFINITIONS FOR CONTACT MODULE              */
/***************************************************/
#contactForm {
    float: left;
    width: 100%;
    padding: 35px 0 0 0;
}

#contactFormError {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0 15px 0;
    color: #ff0000;
    font-size:18px;
    line-height:16px;
}
#contactFormError_bottom {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    color: #ff0000;
    font-size:18px;
    line-height:16px;
}

.contact.row:last-child label {
    display: none;
}
