@import url("../images/icons/style.css");

@font-face {
			font-family: 'Approach';
      src: url('../fonts/Ap1000-Bd.woff2') format('woff2'),
           url('../fonts/Ap1000-Bd.woff') format('woff'),
           url('../fonts/Ap1000-Bd.ttf') format('truetype');
      font-style: normal;
      font-weight: bold;
      font-display: swap;
      text-rendering: optimizeLegibility;
}

@font-face {
			font-family: 'Approach';
      src: url('../fonts/Ap1000-RgIt.woff2') format('woff2'),
           url('../fonts/Ap1000-RgIt.woff') format('woff'),
           url('../fonts/Ap1000-RgIt.ttf') format('truetype');
      font-style: italic;
      font-weight: normal;
      font-display: swap;
      text-rendering: optimizeLegibility;
}


@font-face {
			font-family: 'Approach';
      src: url('../fonts/Ap1000-Md.woff2') format('woff2'),
           url('../fonts/Ap1000-Md.woff') format('woff'),
           url('../fonts/Ap1000-Md.ttf') format('truetype');
      font-style: normal;
      font-weight: 500;
      font-display: swap;
      text-rendering: optimizeLegibility;
}


@font-face {
			font-family: 'Approach';
      src: url('../fonts/Ap1000-Rg.woff2') format('woff2'),
           url('../fonts/Ap1000-Rg.woff') format('woff'),
           url('../fonts/Ap1000-Rg.ttf') format('truetype');
      font-style: normal;
      font-weight: normal;
      font-display: swap;
      text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'KFT-Icons';
    src: url('../fonts/KFTIcons.woff2?v=1') format('woff2'),
        url('../fonts/KFTIcons.woff?v=1') format('woff'),
        url('../fonts/KFTIcons.ttf?v=1') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.kft-icon,
.kft-icon *,
.kft-icon::after {
	font-family: 'KFT-Icons' !important;
	text-transform: none;
	line-height: 1;
}

.kft-icon-arrow-right::after {	content:'\E800'; }
.kft-icon-instagram::after {	content:'\E801'; }
.kft-icon-facebook::after {	content:'\E802'; }
.kft-icon-twitter::after {	content:'\E803'; }
.kft-icon-youtube::after {	content:'\E804'; }
.kft-icon-vimeo::after {	content:'\E805'; }
.kft-icon-close::after {	content:'\E806'; }



* {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  }
  
BODY {
  font: 13px/17px Approach, Arial, Helvetica, sans-serif;
  color: #666 !important;
  height: 100%;
  background-color: #F1F1F3;
  overflow-x: hidden;
  overflow-y: scroll;
  }
  
P {
  margin-bottom: 16px;
  }  
  
A {
  text-decoration: none;  
  }
  
P A {
  color: #fd0014;    
  }  
  
STRONG {
  color: #333;
  }  
  
ADDRESS {
  font-style: normal;
  }  
  
  
::selection {
  background: #1D1D1B; /* WebKit/Blink Browsers */
  color: #fff;
  }
  
::-moz-selection {
  background: #1D1D1B; /* Gecko Browsers */
  color: #fff;
  }  
  
/* LAYOUT
----------------------------------------------------------------------------- */  

#page {
  width: 490px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 3px 3px;
  min-height: 300px;
  z-index: 10;
  position: relative;
  }  

/* LOADING
----------------------------------------------------------------------------- */ 

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #F1F1F3 url('../images/loading-bar.gif') no-repeat center center;
  z-index: 1000;
  font-weight: bold;
  }
  
#loading .message {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  margin-top: 25px;
  color: #aaa;
  }

#loading #k {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37px;
  margin-top: -120px;
  }

/* LANGUAGE SWITCHER
----------------------------------------------------------------------------- */  

#language {
  position: fixed;
  left: 50%;
  top: 30px;
  margin-left: -380px;
  z-index: 100;
  width: 100px;
  }
  
#language LI {
  list-style-type: none;
  float: right;
  font-size: 11px;
  color: #999;
  }  
  
#language LI:after {
  content: "/";
  }  
  
#language LI:first-child:after {
  content: "";
  }    
  
#language A {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
  }  
  
#language A:hover {
  color: #333;
  }  
  
#language LI.active A {
  font-weight: bold;
  color: #333;
  }    

/* HEADLINES
----------------------------------------------------------------------------- */

H1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #333;
  -webkit-font-smoothing: antialiased; 
  font-smoothing: antialiased; 
  }
  
H1 SPAN {
  font-weight: 500;
  color: #999;
  }  
  
/* SIDEBAR
----------------------------------------------------------------------------- */  

#sidebar {
  width: auto;
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: 245px;
  padding: 0 40px;
  }
  
#sidebar #logo {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 0;
  width: 250px;
  height: auto;
  }
  
#sidebar .steps {
  z-index: 10;
  }  
  
#sidebar UL {
  list-style-type: none;
  margin-top: 50px;
  margin-right: 20px;
  }  
  
#sidebar UL LI {
  margin-bottom: 10px;
  }
  
#sidebar UL LI A {
  color: #999;
  font-size: 13px;
  text-align: right;
  display: block;
  transition: 0.2s;
  }  
  
#sidebar UL LI A .req {
  display: none;
  }  
  
#sidebar UL LI A:hover {
  color: #333;
  }  
  
#sidebar UL LI.active A {
  color: #333;
  font-weight: bold;
  }  
  
/* FORM ELEMENTS
----------------------------------------------------------------------------- */  

INPUT[type=submit]{
  position: absolute;
  left: -10000px;
}  

FIELDSET {
  border: none;
  padding: 20px 0;
  display: block;
  position: relative;
  background: url('../images/divider.png') repeat-x bottom right;
  clear: both;
  }
  
FIELDSET.noborder {
  background: none;
  padding-bottom: 0;
  }  
  
FIELDSET LEGEND,
H2 {
  font-size: 20px;
  color: #000;
  padding: 25px 0 7px 0;
  font-weight: 500;
  }  
  
LABEL {
  color: #777;
  display: block;
  padding-bottom: 5px;
  }
  
LABEL .grey {
  color: #bbb;
  }  
  
.req {
  color: #FB2618;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 1px;
  display: inline;
  line-height: 14px;
  margin-left: 1px;
  }  
  
LEGEND .req {
  top: -2px;
  font-size: 20px;
  }  
  
.section {
  clear: both;
  padding: 10px 0;
  }  

.field {
  overflow: hidden;
  margin-bottom: 10px;
  }  
  
.field.select {
  margin-bottom: 15px;
  }  
  
.field.select LABEL.error,
.field.input LABEL.error,
.field.textarea LABEL.error {
  display: none !important;
  }  
  
.field.margin {
  margin-top: 10px;
  }  
  
.field .field {
  margin-bottom: 0px;
  }  
  
.field.left {
  width: 47%;
  float: left;
  clear: both;
  }  
  
.field.right {
  width: 47%;
  float: right;
  }  
  
.field.right.small {
  }  
  
.field.fullwidth {
  width: 100%;
  clear: both;
  }   
  
INPUT, TEXTAREA, BUTTON {
  font: 13px Approach, Arial, Helvetica, sans-serif;
  }
  
INPUT[type=text], TEXTAREA {
  border-radius: 5px;  
  padding: 6px 7px 6px 7px;
  border: 2px solid #eee;
  width: 100%;
  transition: 0.25s;
  }
  
#minutes,
#seconds {
  display: inline-block;
  position: relative;
  }  
  
#minutes LABEL,
#seconds LABEL {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 5px 4px 5px;
  background: #eee;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  transition: 0.2s;
  }   
  
INPUT[type=text].tiny {
  width: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 3px 0px 20px 0px;
  } 
  
INPUT[type=text].tiny:active + LABEL,
INPUT[type=text].tiny:focus + LABEL {
  background: #ccc !important;
  color: #fff;
  }  
  
#seconds.error LABEL,
#minutes.error LABEL {
  background: #fd0014 !important;
  color: #fff;
  }   
  
#laenge {
  margin-bottom: 15px;
  }  
  
#laenge ~ .too-long {
  display: none;
  margin-top: 20px;
  clear: both;
  border-radius: 5px;
  padding: 12px 20px 13px 45px;
  background: #f5f5f5 url('../images/icon-alert-red.svg') no-repeat 16px 12px; 
  background-size: 16px auto;
  color: #000;
  font-size: 13px;
  }

INPUT.disabled {
  color: #bbb;
  }  
  
INPUT.error,
TEXTAREA.error {
  border-color: #fd0014 !important;
  }  
  
LABEL.error {
  color: #fd0014 !important;
  font-size: 12px;
  font-weight: 500;
  padding-top: 3px;
  padding-left: 1px;
  display: none;
  }  
  
TEXTAREA {
  resize: none;
  height: 110px;
  }  
  
.textarea LABEL.error {
  width: 100px;
  float: left;
  }  
  
INPUT:active,
INPUT:focus,
TEXTAREA:active,
TEXTAREA:focus {
  border-color: #ccc;
  }  
  

.accessibleCharCount-wrapperElem {
  text-align: right;
  font-size: 12px;
  padding: 3px 0;
  color: #ccc;
  transition: 0.2s;
  }
  
TEXTAREA:focus + .accessibleCharCount-wrapperElem {  
  color: #aaa;
  }
  
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ccc;
}  

.colon {
  width: 10px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  margin-left: 0px;
  color: #333;
  font-weight: bold;
  }
  
.words-count {
  color: #bbb;
  padding-top: 2px;
  text-align: right;
  font-size: 11px;
  float: right;
  width: 100px;
  }  
  
#laenge LABEL.error {
  display: none !important;
  } 
  
.fieldgroup {
  clear: both;
  }   
  
.fieldgroup .checkbox {
  margin-bottom: 5px;
  }  
  
.fieldgroup .checkbox:after {
  content: " ";
  display: table;
  clear: both;
  }  
  
.fieldgroup.multiple {
  overflow: visible;
  }  
  
.fieldgroup.multiple .item {
  border: 2px solid #EEEEEE;
  border-radius: 5px;
  padding: 15px 5px 10px 20px;
  clear: both;
  margin-bottom: 15px;
  overflow: visible;
  margin-right: 13px;
  position: relative;
  }
  
.icheckbox.error,
.field.checkbox {
  overflow: visible !important;
  }  
  
.fieldgroup.multiple LABEL.error {
  position: absolute;
  top: -30px;
  right: -158px;
  display: block !important;
  white-space: nowrap;
  max-width: 1000px;
  text-align: left;
  z-index: 1000;
  }  
  
.triple {
  overflow: hidden;
   }  
  
.triple .field.small {
  width: 115px;
  }    
  
.triple .field.big {
  width: 200px;
  }      
  
.triple .field.center {
  float: left;
  margin-left: 10px;
  }  
  
/* RADIO / CHECKBOXES
----------------------------------------------------------------------------- */   

.field-radio .radio {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  }

.iradio,
.icheckbox {
  float: left;
  border-radius: 2px;
  border: 2px solid #EEEEEE;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: 0.2s;
  background-position: center center;
  }
  
.iradio {
  border-radius: 40px;
  }  
  
.iradio:hover,
.icheckbox:hover,
.field.checkbox:hover .icheckbox,
.field.checkbox:hover .iradio {
  border-color: #ccc;
  }
  
.iradio.checked,
.icheckbox.checked {
  border-color: #333 !important;
  background-color: #333;
  background-image: url('../images/icon-check-white.svg');
  background-repeat: no-repeat;
  background-size: 12px auto;
  
  }    
  
.radio LABEL,
.checkbox LABEL {
  float: left;
  padding-left: 12px;
  padding-top: 2px;
  color: #333;
  cursor: pointer;
  max-width: 90%;
  line-height: 18px;
  }  
  
.checkbox.multiline .icheckbox {
  margin-top: 2px;
  }
  
.select-horizontal {
  border-radius: 120px;
  display: table;
  width: 100%;
  margin-top: 9px;
  }  
  
.select-horizontal LI {
  display: table-cell;
  text-align: center;
  padding: 6px 3px 6px 3px;
  border-left: 1px solid #fff;
  cursor: pointer;
  font-size: 11px;
  line-height: 13px;
  color: #333;
  background-color: #EEEEEE;
  width: 20%;
  white-space: nowrap;
  }  
  
.select-horizontal LI.active {
  background-color: #333;
  color: #fff;
  }  
  
.select-horizontal LI:first-child {
  padding-left: 5px;
  border: none;
  border-radius: 20px 0 0 20px;
  }  
  
.select-horizontal LI:last-child {
  padding-right: 5px;
  border-radius: 0 20px 20px 0;
  }
  
/* DATEPICKER
----------------------------------------------------------------------------- */     

#ui-datepicker-div {
  position: absolute;
  left: -10000px;
  z-index: 10000;
  }

INPUT.datepicker {
  background: url('../images/icon-calendar@2x.png') no-repeat right center;
  background-size: 24px 24px;
  width: 120px !important;
  }
  
INPUT.datepicker.fullwidth {
  width: 211px !important;
  }  
  
.ui-datepicker {
  width: 215px;
  z-index: 20 !important;
  background-color: #EEEEEE;
  padding: 5px 3px 3px 3px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-left: -2px;
  margin-right: -2px;
  box-shadow: 0 0 10px #fff;
  margin-top: 0px;
  }  
  
.ui-datepicker * {
  font-size: 13px;
  }  
  
.ui-datepicker-next,
.ui-datepicker-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  }
  
.ui-datepicker-next SPAN,
.ui-datepicker-prev SPAN {
  font-size: 20px;
  } 
  
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  color: #000;
  } 

.ui-datepicker-prev {
  float: left;
  }  
  
.ui-datepicker-next {
  float: right;
  }   
  
.ui-datepicker-title {
  text-align: center;
  color: #222;
  font-weight: bold;
  line-height: 21px;
  }  
  
.ui-datepicker TABLE {
  width: 100%;
  } 
  
.ui-datepicker TABLE TH {
  font-weight: normal;
  color: #444;
  }  
  
.ui-datepicker TABLE TD {
  text-align: center;
  } 
  
.ui-datepicker TABLE A {
  color: #666;
  display: block;
  padding: 2px 0 3px 0;
  border-radius: 3px;
  }    
  
.ui-datepicker TABLE A:hover {
  color: #333;
  background: #ddd;
  border-radius: 3px;
  font-weight: bold;
  }    
  
.ui-datepicker-unselectable {
  opacity: 0.5;
  }
  
.ui-datepicker-today A {
  background-color: #FB2618 !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 3px;
  }  
  
INPUT.time {
  background: url('../images/icon-clock@2x.png') no-repeat right 2px;
  background-size: 24px 24px;
  width: 85px !important;
  margin-left: 4px;
  margin-right: -1px;
  }  
  
/* CUSTOM SELECTS
----------------------------------------------------------------------------- */   
  
/* Dropdown control */
.selectBox-dropdown {
  position: relative;
  border: 2px solid #EEEEEE;
  padding-top: 3px;
  padding-bottom: 5px;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 17px;
  display: inline-block;
  cursor: default;
  cursor: pointer;
  min-width: 210px !important;
  max-width: 450px !important;
  }
  
.error .selectBox-dropdown {
  border-color: #FF2600;
  }


.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  }

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  }

.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url('../images/arrow-dropdown.svg') no-repeat center center;
  background-size: 26px auto;
  border-left: solid 2px #EEEEEE;
  background-color: transparent;
  }
  
.error .selectBox-dropdown .selectBox-arrow {
  border-color: #FF2600;
  } 

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #ccc; /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2px 2px 4px 4px !important;
  margin-left: 1px;
  box-sizing: content-box;
  margin-top: -1px !important;
  }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
  }

.selectBox-inline:focus {
  border-color: #666;
  }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  }

.selectBox-options.selectBox-options-top{
  border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  }
.selectBox-options.selectBox-options-bottom{
	border-top:none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  }

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
  }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
  }

.selectBox-options LI.selectBox-selected A {
  background-color: #eee !important;
  color: #333;
  }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
  }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
  }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
  }

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
  }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
  }

  
/* BUTTONS
----------------------------------------------------------------------------- */  

.form-buttons {
  margin-top: 20px;
  position: relative;
  }
  
.button {
  background-color: #333;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  font-size: 11px;
  line-height: 21px;
  padding: 1px 10px 1px 10px;
  margin-right: 2px;
  transition: 0.2s;
  border: none;
  font-weight: normal;
  font-size: 13px;
  }
  
.button-small:hover {
  background-color: #000;
  }  
  
.button-big {
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  border-radius: 5px;
  }  
  
.button-primary {
  font-size: 14px;
  font-weight: bold;
  background-color: #fd0014;
  color: #fff;  
  }  

.button-secondary {
  background-color: #ddd;
  color: #999;
  }  
  
.button-cancel {
  background: none;
  color: #aaa;
  font-size: 13px;
  margin-left: 5px;
  } 
  
.button-right {
  float: right;
  }
  
.button-white {
  background: none;
  color: #bbb;
  border: 2px solid #ddd;
  padding-top: 9px;
  padding-bottom: 10px;
  font-weight: bold;
  }    
  
.button-cancel:hover {
  color: #666;
  background: none;
  }   
  
.button-prev {
  margin-right: 7px;
  }  
  
.button:active {
  top: 1px;
  }
  
.button.disabled {
  background-color: #DDDDDD;
  cursor: default;
  }   
  
.button.disabled:active {
  top: 0;
  }     
  
.button.button-small {
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  }  
  
.button I {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../images/button-icons.png') no-repeat;
  float: left;
  margin: -1px 0px 0 -10px;
  }  
  
.button-big I {
  margin: 0;
  }  
  
.button I.edit {
  background: url('../images/icon-edit.svg') no-repeat center center;
  background-size: 14px;
  margin-left: -8px;
  }
  
.button I.continue,
.button I.next {
  background: url('../images/arrow-right-white.svg') no-repeat center center;
  background-size: 17px auto;
  width: 30px;
  position: relative;
  transition: 0.2s;
  right: 0;
  } 
  
.button I.next {
  float: right; 
  margin-left: 5px;
  margin-right: -7px; 
  margin-top: -2px;
  margin-bottom: -3px;
  }  
  
.button:hover I.next {
  right: -5px;
  }  

.button I.prev {
  background: url('../images/arrow-left-grey.svg') no-repeat center center;
  background-size: 17px auto;
  float: left; 
  margin-left: -8px;
  margin-right: 7px; 
  margin-top: -2px;
  margin-bottom: -3px;
  position: relative;
  transition: 0.2s;
  left: 0;
  } 
  
.button:hover I.prev {
  left: -5px;
  }       
  
.button I.delete {
  background: url('../images/icon-delete.svg') no-repeat center center;
  background-size: 14px auto;
  margin-left: -8px;
  } 
  
.button I.attach {
  background: url('../images/icon-attach.png') no-repeat center center;
  } 
  
.button I.print {
  background-position: 0 -120px;
  float: left; 
  margin-left: -7px;
  margin-right: 5px; 
  margin-top: -2px;
  }    
  
.button-submit:active {
  top: 0;
  }  
  
.button-submit I {
  width: 0;
  margin: 2px 3px -10px -5px;
  }  
  
.button.submitting I,
.button.error.submitting I {
  width: 24px;
  background-image: url('../images/loading-spin-white.svg') !important;  
  background-size: 18px auto;
  margin: 2px 5px -10px -7px;
  }  
  
.button.error I {
  width: 24px;
  background-image: url('../images/icon-alert-white.svg') !important;  
  background-size: 17px auto;
  margin: 2px 3px -10px -5px;
  }   
  
.button.success.submitting I {
  background-image: url('../images/loading-spin-white.svg') !important;  
  background-size: 18px auto; 
  }    
  
.button.success {
  background-color: #81a624;
  transition: background-color 0.2s linear;  
  }  
  
.button.success I {
  width: 24px;
  background-image: url('../images/icon-check-white.svg');
  background-position: left 2px; 
  background-size: 16px auto;
  }   
  
.form-buttons {
  overflow: hidden;
  padding-bottom: 2px;
  }  
  
.form-buttons .button {
  float: left;
  }   
  
.form-buttons .button.right {
  float: right;
  }     
  
.form-buttons .message {
  min-height: 42px;
  top: 20px;
  right: 0px;
  text-align: left;
  margin-left: 20px;
  display: none;
  }  
  
.form-buttons .message #message {
  height: 42px;
  min-height: 42px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  width: 100%;
  text-align: left;
  }  
  
.form-buttons .message STRONG {
  color: #222;
  padding-right: 2px;
  } 
  
/* INFO MESSAGE
----------------------------------------------------------------------------- */  

.info.message {
  background: #333;
  color: #fff;
  padding: 15px 20px 17px 80px;
  background: #333 url('../images/icon-info-white.svg') no-repeat 20px 18px;
  background-size: 42px auto;
  border-radius: 5px;
  margin-bottom: 1em;
  }
  
/* NAME / SPRACHE
----------------------------------------------------------------------------- */      

#link-name {
  font-weight: bold;
  color: #000;
  float: right;
  transition: 0.2s;
  cursor: pointer;
  }

#link-name:hover {
  color: #FB2618;
  }
  
#nationality {
  margin-top: -20px;
  float: left;
  width: 50%;
  }
  
#sex {
  overflow: visible;
  padding-bottom: 10px;
  }  
  
#sex LABEL.error {
  white-space: nowrap;
  margin-top: 6px;
  margin-left: 0;
  padding-left: 0;
  z-index: 10000;
  }  
  
#korrespondenzsprache {
  overflow: visible;
  }  
  
#korrespondenzsprache LABEL.error {
  margin-top: 6px;
  }  
  
/* AKKREDITIERUNG
----------------------------------------------------------------------------- */     

.rows {
  margin: 20px 0px;
  position: relative;
  }
  
.rows:after {
  content: " ";
  display: table;
  clear: both;
  }  
  
.rows .row.date {
  margin-bottom: 25px;
  }  
  
.mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.6;
  }  
  
.row {
  clear: both;
  float: left;
  width: 100%;
  }  
  
.row .field {
  margin-bottom: 10px;
  }
  
.row.odd {
  background-color: #f7f7f7;
  border-radius: 5px;  
  }  
  
.row .checkbox {
  float: left;
  }  
  
#accreditation .row.date {
  padding-bottom: 30px;
  }

#accreditation .row .field.select {
  float: right;
  padding: 1px;
  padding-top: 3px;
  margin-right: 0px;
  width: 205px;
  }
  
#accreditation .row .select * {
  border: none;
  }
  
#accreditation .row {
  padding: 2px 0;
  }  
  
#accreditation .field {
  margin: 0;
  }  
  
#accreditation .field.checkbox {
  margin-top: 5px;
  }  
  
#accreditation #accrediting-details .checkbox LABEL {
  max-width: 100%;
  }    
  
.row .select .selectBox-dropdown {
  background: none;
  color: #999;
  min-width: 200px;
  }
  
#accreditation #participation {
  clear: both;
  border-top: 1px solid #F1F1F3;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  } 

#accreditation #participation .field-radio:after {
  content: " ";
  display: table;
  clear: both;
  }  
  
#accreditation #participation:after {
  content: " ";
  display: table;
  clear: both;
  }  
  
#accreditation #participation .radio {
  width: 100%;
  margin-right: 0;
  }
  
#accreditation #covid {
  clear: both;
  border-top: 1px solid #F1F1F3;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  }    
  
#accreditation LABEL.error {
  position: absolute;
  top: -40px;
  left: -2px;
  width: auto !important;
  max-width: 450px !important;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fd0014;
  border-radius: 3px;
  color: #fff !important;
  white-space: nowrap;
  }  
  
#accreditation LABEL.error:after {
	top: 100%;
	left: 12px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(227, 6, 19, 0);
	border-top-color: #fd0014;
	border-width: 4px;
	margin-left: -4px;
}  
  
#accreditation .switch {
  border-bottom: 1px solid #F1F1F3;
  padding: 2px 0 12px 0;
  clear: both;
  }  
  
#accreditation .switch:last-child {
  border-bottom: none;
  }  
  
#accrediting-details {
  padding-bottom: 0px;
  border-bottom: 1px solid #F1F1F3; 
  margin-top: 20px;
  margin-bottom: 15px; 
  position: relative;
  } 
  
#accrediting-details:after {
  content: " ";
  display: table;
  clear: both;
  } 
  
#accrediting-details .rows {
  margin-top: 10px;
  }   
  
.branchentyp LABEL.error {
  position: absolute;
  width: 120px;
  max-width: 120px;
  left: 100px;
  line-height: 1.3;
  }  
  
#accreditation-category {
  margin-bottom: 0px;
  }
  
#accreditation-category .field.select.category {
  width: auto;
  }  
  
#accreditation-category .field.select.category .selectBox-dropdown {
  width: 100% !important;
  }
  
#accreditation-category .field.select.category .selectBox-dropdown .selectBox-label {  
  width: auto !important;
  }
  
#accreditation-category .item {
  padding: 0px 50px 25px 0;
  }
  
#accreditation-category .relation {
  padding: 10px 0 0 0;
  }  
  
#accreditation-category LABEL SMALL {
  display: inline-block;
  margin-left: 0;
  color: #aaa;
  line-height: 1.25;
  padding: 3px 0 5px 0;
  }
  
#accreditation-verband {
  margin-bottom: 20px;
  }

/* BIOGRAPHIE
----------------------------------------------------------------------------- */  

#bio {
  padding-bottom: 20px;
  }

#bio STRONG {
  display: block;
  color: #333;
  margin-bottom: 16px;
  }
  
#kanton {
  overflow: hidden;
  margin-bottom: 10px;
  }  
  
#schweizer {
  }  

/* PRIVATADRESSE
----------------------------------------------------------------------------- */  

#private {
/*  background: none;
  padding-bottom: 0;*/
  }

#zip {
  width: 30%;
  float: left;
  padding-right: 5px;
  }
  
#city {
  width: 70%;
  float: left;
  }  
  
.newsletter.field {
  padding-top: 15px;
  } 
  
.newsletter.industry.field {
  padding-top: 5px;
  overflow: hidden;
  } 
  
.newsletter.industry .help {
  position: relative;
  float: left;
  }  
  
.newsletter.industry .text {
  float: left;
  }    
  
.newsletter.industry .icon {
  opacity: 0.15;
  float: left;
  margin: -1px 0 0 7px;
  transition: 0.2s;
  position: relative;
  }  
  
.newsletter.industry .icon:hover {
  opacity: 1;
  }  
  
.newsletter.industry .icon IMG {
  width: 24px;
  height: auto;
  }  
  
.newsletter.industry.field:after {
  content: " ";
  display: table;
  clear: both;
  } 
  
.newsletter LABEL {
  padding-left: 10px !important;
  }    
  
.newsletter.industry .tooltip {
  background: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  width: 215px;
  padding: 12px 15px 15px 15px;
  border-radius: 3px;
  left: 0px;
  bottom: 25px;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  z-index: 0;
  }
  
.newsletter.industry .help I:hover + .tooltip {   
  opacity: 1;
  z-index: 20;
  bottom: 33px;
  visibility: visible;
  }
  
.newsletter.industry .tooltip:after {
	top: 100%;
	left: 19px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-left: -5px;
  }   
  
.newsletter.field LABEL {
  max-width: 80%;
  }  
  
.upload.field {
  width: 175px;
  height: 175px;
  float: right;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 1px;
  margin-top: -136px;
  position: relative;
  background: url('../images/icon-portrait.png') no-repeat;
  cursor: pointer;
  }
  
#private .upload.field {
  width: 160px;
  height: 160px;
  float: right;
  border-radius: 200px;
  cursor: pointer;
  margin-right: 25px;
  margin-top: -105px;
  position: relative;
  background: url('../images/icon-portrait-grey@2x.png') no-repeat center center;
  background-size: 160px 160px;
  cursor: pointer;  
  }  
  
.plupload_add {
  width: 100%;
  height: 100%;
  text-indent: -5000px;
  }  
  
.plupload_droptext {
  display: none !important;
  }  
  
.upload-picture {
  width: 150px;
  height: 150px;
  background: #333 url('../images/icon-user.png') no-repeat 0 0;
  }  
  
.upload-profile-picture {
  position: relative;
  z-index: 10;
  }  
  
.upload-picture:hover {
  background-position: center -150px;
  }  
  
.upload-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.2s;
  } 
  
.upload-picture .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7) url('../images/icon-upload-cloud.svg') no-repeat center center;  
  display: none;
  transition: 0.2s;
  }   
  
.upload-picture:hover .hover-icon {
  display: block;
  }  

.stills {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  }  
  
.still.uploader {
  border-radius: 3px;
  background-size: cover !important;
  background-position: center center !important;
  }  
  
.stills .upload-picture .hover-icon {  
  background: rgba(0,0,0,0.7) url('../images/icon-upload-cloud.svg') no-repeat center center;
  border-radius: 5px;
  box-sizing: content-box;
  }
  
.still:first-child .upload.field {  
  margin-left: 0;
  }

.still .upload.field {  
  margin-top: 0;
  width: 140px;
  height: 105px;
  margin-left: 12px;
  float: left;
  overflow: visible;
  }
  
.still .upload-picture {
  background: none;
  border-radius: 3px;
  overflow: hidden;
  background: url('../images/icon-still.png') no-repeat bottom left;  
  }  
  
.still .upload-preview {
  width: 140px;
  height: 105px;
  border-radius: 3px;
  overflow: hidden;
  }
  
.image .plupload_progress_container {
  width: 100%;
  height: 13px;
  padding: 2px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 10px;
  margin-top: 72px;
  } 
  
.still .plupload_progress_container {
  margin-top: 42px;
  }
  
.image .plupload_progress {
  clear: both;
  background: url('../images/overlay.png');
  padding: 0 20px;
  height: 100%;
  border-radius: 5px;
  margin: -2px;
  padding: 2px 30px;
  position: relative;
  top: -22px;
  box-sizing: content-box;
  display: none;
  z-index: 1000;
  }  
  
.still .plupload_progress {
  clear: both;
  background: url('../images/overlay.png');
  padding: 0 20px;
  height: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 1px 30px 0 30px;
  position: relative;
  top: -20px;
  box-sizing: border-box;
  display: none;
  z-index: 1000;
  }     
  
.image .uploading .plupload_progress {
  display: block;
  }
  
.image .plupload_progress_bar {
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
  min-width: 7px;
  }
  
.image .plupload_clearer {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0px;
  box-sizing: content-box;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.2s;
  border-radius: 3px;
  }   

.still.image .plupload_clearer {  
  width: 140px !important;
  height: 105px !important;
  box-sizing: border-box !important;  
  }
  
.upload.button {
  width: auto;
  height: auto;
  color: #fff;
  white-space: nowrap;
  margin: 0 !important;
  padding: 0;
  float: none;
  background: none;
  height: 28px;
  width: 100%;
  border-radius: 3px !important;
  }  
  
.upload.button .plupload_buttons {
  width: auto;
  background-color: #ff0000;
  float: left;
  padding-right: 2px;
  background-color: #333;  
  border-radius: 3px !important;
  }  

.upload.button .plupload_add {
  color: #fff;
  position: static;
  padding: 7px 10px 7px 10px;
  border-radius: 3px !important;
  background-color: #333;  
  line-height: 28px;
  background: #333 url('../images/icon-upload.png') no-repeat 8px center;
  padding-left: 32px;
  }  
  
.upload.button .plupload_file_action,
.upload.button .plupload_clearer {
  position: absolute;
  height: 0;
  }
  
.dialogliste_container {
  border: 1px solid #000 !important;
  }    
  
.upload.button .plupload_filelist_footer {
  width: 100% !important;
  height: 10px !important;
  }  
  
.upload.button .plupload_progress_container {
  width: 100%;
  height: 15px;
  padding: 2px;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  } 
  
.upload.button .plupload_progress {
  clear: both;
  }   
  
.upload.button .plupload_progress_bar {
  height: 7px;
  border-radius: 10px;
  background-color: #ddd;
  min-width: 7px;
  }  
  
/* GESCHÄFTSADRESSE(N)
----------------------------------------------------------------------------- */  

#business .address,
#adressen .address {
  margin: 15px 0 0 0;
  padding: 20px;
  background: #f1f1f3;
  border-radius: 3px;
  position: relative;
  }
  
#adressen .address,
#business .address {
  background: #f1f1f3 url('../images/icon-stamp@2x.png') no-repeat 365px 15px;  
  background-size: 64px 64px;
  }  
  
.address .functions {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 11px;
  }  
  
.address .functions A {  
  color: #999;
  }
  
#adressen .address .button,
#business .address .button {
  background-color: #ccc;
  margin-right: 3px;
  }
  
#adressen .address .button:hover,
#business .address .button:hover {
  background-color: #333;
  }  

#adressen .address .button-address-remove:hover,
#business .address .button-address-remove:hover {
  background-color: #fd0014;
  }    
  
.address .link-address-remove {
  color: #fd0014 !important;
  font-weight: bold;
  }  
  
.checking {
  background: url('../images/arrow-tooltip-green.png') no-repeat 11px 0px;
  padding-top: 5px;
  clear: both;
  margin-bottom: 15px;
  } 
  
.checking.hide {
  display: none;
  }  
  
.checking SPAN {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  padding: 6px 15px 8px 32px;
  background: #81A624 url('../images/icon-waiting.png') no-repeat 10px 8px;
  border-radius: 3px;
  }   
  
#business ADDRESS {
  font-weight: bold;
  color: #111;  
  margin-bottom: 10px;
  }
  
#business .address .field {
  margin: 0 0 3px 0;
  } 
  
#business .address .field .label {
  color: #999;
  width: 130px;
  display: inline-block;
  }   
  
#business .address .field .value {
  color: #333;
  }  

#business FORM {
  padding-top: 10px;
  }

#business-adressen-count-error {
  font-size: 11px;
  }
  
/* UPLOADER
---------------------------------------------------------------------------------------- */   

.uploader {
  color: #fff;
  width: 100%;
  height: 100% !important;
  position: relative;
  }
  
.plupload_header {
  display: none;  
  }
  
.plupload_filelist_header {
  display: none;  
  }
  
.plupload_filelist {
  margin: 0px;
  width: 100%;
  float: none;
  padding: 0 !important;
  }

.plupload_filelist LI {
  border-bottom: 1px solid #eae9e8;  
  padding: 3px 0 4px 0;
  display: block;
  position: relative;
  }
  
.plupload_filelist .plupload_droptext {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  text-align: right;
  border-bottom: none !important;
  display: table-cell;
  vertical-align: middle;
  }  
  
.plupload_filelist .plupload_droptext SPAN {  
  position: absolute;
  top: 50%;
  right: 42%;
  margin-top: -15px;
  text-align: right;
  padding-left: 60px;
  width: auto;
  white-space: nowrap;
  font-size: 16px;
  }  
  
.plupload_filelist LI:last-child {
  border-bottom: none !important;
  }  
  
.plupload_filelist LI DIV {
  float: left;
  line-height: 19px;
  }
  
.plupload_file_name.uploading {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: 30px;
  font-size: 16px;
  opacity: 0.7;
  }

.plupload_file_size {
  display: none;
  }  
  
.plupload_file_status {
  clear: both;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 115px;
  font-weight: 900;
  }
  
.plupload_file_status.processing {
  background-color: #ff0000;
  text-indent: 5000px;
  }
  
.plupload_file_action {
  width: 20px;
  height: 20px;
  float: right !important;
  position: relative;
  z-index: 100000000;
  }
  
.plupload_file_action A {
  width: 20px;
  height: 20px;  
  display: block;
  background: url('../images/2012/uploadCancel.png') no-repeat;
  cursor: pointer;
  }
  
.plupload_add {
  position: absolute;  
  cursor: pointer;
  z-index: 100;
  }
  
.uploader.flash .plupload_add,
.uploader.html4 .plupload_add {
  left: 50%;
  margin-left: -65px;
  }  
  
.plupload_file_progress_percent {  
  float: left;
  width: 40px;
  text-align: right;
  }
  
.plupload_file_progress_bar {
  width: 190px;
  height: 10px;
  background-color: #e8e8e8;
  border-radius: 3px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  }  
  
.plupload_file_progress {
  height: 10px;
  background: url('../images/2012/bgProgress.png') repeat-x;
  border-radius: 3px;
  }  
  
.plupload_file_done {
  float: right !important;
  background: url('../images/2012/iconDone.png') no-repeat right center;
  padding-right: 30px;
  display: none;
  position: absolute;
  right: 0px;
  top: 9px;
  }
  
.plupload_file_done A {
  color: #FC5810 !important;
  text-decoration: underline;
  float: left !important;
  margin-left: 5px;
  }  
  
.plupload_start,
.plupload_filelist_footer .plupload_file_status,
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_upload_status,
.plupload_upload_status {
  display: none;  
  }
  
.plupload_upload_status {
  display: none !important;
  }  
  
.plupload_done .plupload_file_done {
  display: block;  
  }
  
.plupload_done .plupload_file_status,
.plupload_done .plupload_file_action,
.plupload_done .plupload_file_progress_bar {
  display: none;  
  }  
  
.uploader.html4 .plupload_file_progress_bar {
  display: none;
  }  
  
.uploader.html4 .plupload_file_status {
  display: none;
  }
  
.uploader .plupload_uploading {
  display: none !important;
  }  
  
.uploader.html4 .plupload_uploading .plupload_clearer {
  width: 50px; 
  height: 20px;
  background-color: #ff0000;
  float: right;
  }
  
#upload-profile-picture_browse {
  text-indent: -5000px;
  color: #222 !important;
  }

#upload-profile-picture {
  width: 100%;
  background: none;
  background-size: cover;
  background-position: center center;
  color: #fff;
  }    
  
#upload-profile-picture.uploader .plupload_add {
  width: 100%;
  height: 100%;
  color: #000;
  }
  
#upload-profile-picture .plupload_droptext {
  left: 0px;
  display: block;
  }  
  
#upload-profile-picture .plupload_filelist SPAN {
  display: none;
  } 
  
#profile-picture-uploaded-error {
  position: absolute;
  top: 115px;
  width: 100%;
  text-align: center;
  background-color: #fd0014;
  color: #fff !important;
  padding: 7px 20px 40px 20px;
  line-height: 1.1em;
  font-weight: bold;
  font-size: 11px;
  }
  
/* DIALOG
----------------------------------------------------------------------------- */     

.dialog {
  display: none;
  }

.ui-widget-overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0.75;
  }
  
.ui-widget-overlay + .ui-widget-overlay {
  display: none;
  }  

.ui-dialog {
  background-color: #fff;
  padding: 20px;
  position: fixed;
  z-index: 200;
  width: 490px !important;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -200px;
  display: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  border-radius: 2px;
  }
  
.ui-dialog-titlebar {
/*  text-transform: uppercase;*/
  color: #000;
  font-size: 20px;
  letter-spacing: 0px;
  margin-bottom: 25px;
  padding-top: 5px;
  }  
  
.ui-dialog-titlebar-close {
  width: 32px;
  height: 32px;
  background: url('../images/icon-close.svg') no-repeat center center;
  background-size: 24px auto;
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  text-indent: -10000px;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.15;
  transition: 0.2s;
  } 
  
.ui-dialog-titlebar-close:hover {
  opacity: 1;
  }  

.ui-dialog-buttonpane {
  padding-top: 15px;
  clear: both;
  }
  
.ui-dialog-buttonpane .button {
  margin-right: 4px;
  outline: none !important;
  }  
  
#dialog-address {
  display: none;
  }   
  
.ui-dialog .address {
  position: relative;
  width: 100%;
  padding-top: 5px;
  }  
  
.ui-dialog .address .button {
  position: absolute;
  bottom: 17px;
  right: 0;
  }  
  
.ui-dialog .address .button:active {
  top: auto;
  bottom: 16px !important;
  }  
  
.ui-dialog .newsletter.field {
  padding-top: 15px;
  margin-bottom: 4px !important;
  }  
  
.ui-dialog .newsletter.industry.field {  
  padding-top: 0px;
  }
  
.ui-dialog .message {
  margin-bottom: 10px;
  }  
  
.ui-dialog INPUT.search {
  background: #fd0014 url('../images/icon-search.png') no-repeat center center;
  border: none; 
  height: 33px;
  width: 33px;
  margin-top: 20px;
  border-radius: 30px;
  cursor: pointer;
  }  
  
#dialog-company-search FORM {
  margin-top: 20px;
  }

#dialog-company-search .field {
  float: left;
  margin-right: 0;
  padding-right: 10px;
  width: 39%;
  }  
  
#dialog-company-search .button-search {
  height: 32px;
  padding: 0;
  width: 22%;
  margin-top: 22px;
  margin-right: 0;
  text-align: center;
  }  
  
#dialog-company-search .button-search I {
  background: url('../images/icon-search-small.png') no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  float: none;
  margin: 8px 5px 0 0;
  } 
  
#dialog-company-search .button-search SPAN {
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: -4px;
  }  
  
#dialog-company-search INPUT.submit {
  position: absolute;
  left: -10000px;
  }  
  
#dialog-company-search H3 {
  font-weight: normal;
  color: #999 !important;
  font-size: 18px;
  padding: 20px 0 0px 0;
  margin: 0;
  clear: both;
  }   
  
#dialog-company-search .nada {
  padding: 0px 0 30px 0;
  }  
  
#companies {
  clear: both;
  padding: 10px 0 15px 0;
  }  
  
#companies .company {
  overflow: hidden;
  padding: 5px 0px;
  border-radius: 5px;
  border-bottom: 1px solid #eee;
  }
  
#companies .company ADDRESS {
  display: none;
  }  
  
#companies .company:last-child {  
  border-bottom: 1px solid #fff;
  }  
  
#companies .company:hover {
  background-color: #eee;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: -7px;
  margin-right: -7px;
  border-bottom: 1px solid #fff;
  }  
  
#companies .company-info {
  float: left;
  }  
  
#companies .company-name {
  font-weight: bold;
  color: #444;
  }

#companies .button {
  float: right;
  margin-top: 5px;
  padding-left: 12px;
  }     

.ui-dialog .address {
  font-weight: bold;
  color: #333;
  }  
  
.ui-dialog H2 {
  padding-top: 0;
  }  
  

  
/* MISC
----------------------------------------------------------------------------- */  

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
  


  
    