
.icon {
  font-size:200px
}

img {   
    border:0;
}

.link {
  cursor: pointer;
}

.hidden {
    display: none !important;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0;
}

span.dialog-close-button {
  padding-top:9px; padding-bottom:11px;
}

.admin-box {
    width: 125px; 
    text-align: center; 
    height: 125px;
    white-space: normal !important;
    margin-right: 20px;
}


/*--------------------------------------------------------
 Form elements (input, textarea, select, ...)
--------------------------------------------------------*/
label.form {
    float: left;
    line-height: 20px;
    margin-bottom: 5px;
    width: 200px;
    font-size: 1.0625em;
}
label.form.dialog {
    width: 150px;
}
label.error, span.error {
    color: #b91c10;
    /*color: #941309;*/
    font-weight:bold;
    display: block;
}
@media (min-width:601px) {
  label.error, span.error {
    /*padding-left: 200px;*/
  }
}
label.spinner {
  line-height: 20px;
  float:left; 
  width:60px;
  margin-top: 10px;
}

input.error, textarea.error, select.error {
    border: 1px solid #941309 !important;
}
.w3-input.text {
  width: 325px;
  margin-bottom:2px;
}
.w3-input.ui-spinner {
  width: 75px;
  padding: 5px;
}
.forgot-password-button, .checkbox-box {
  width: 325px;
  display: block;
  padding-top: 8px;
  float:left;
}
input.city {
    width: 265px !important;
    display: inline-block !important;
}
input.postal_code {
    width: 55px !important;
    display: inline-block !important;
}

span.required {
    color: #941309;
}
textarea {
    width: 300px;
    height: 120px;
}
div.textarea {
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 267px;
}

.ui-spinner-input {
    margin: 1px;
    width: 65px;
}



div.form_extension_box {
    float:left; 
    width: 500px; 
    min-height:100px; 
    margin-bottom:10px; 
    padding:2px;
    max-height: 400px;
    overflow: auto;
    background: #f4f0ec url("../images/jquery/ui-bg_inset-soft_100_f4f0ec_1x100.png") 50% bottom repeat-x;
}
div.form_extension_error_box {
    float:left; 
    width: 200px; 
    min-height:100px; 
    margin-bottom:10px; 
    padding:2px;
    max-height: 400px;
    overflow: auto;
}
div.form_extension_error_box label.error {
    padding-left: 0px;
}

div.form_extension_box div.template-row, div.form_extension_box div.row, div.form_extension_box div.header-row {
    height: 30px;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    background: none;
}
div.header-row span {
    float: left;
    margin-bottom: 1px;
    width: 200px;
    font-weight: bold;
    padding-left: 5px;
    font-size: 0.9375em;
    text-align: center;
}
div.row input.row-cell, div.row select.row-cell, div.row span.row-cell, div.template-row input.row-cell, div.template-row select.row-cell, div.template-row span.row-cell {
    float: left;
    margin-bottom: 1px;
    width: 200px;
}
div.form_extension_box div span.button-delete-row {
    cursor: pointer;
}