/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */

* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}


fieldset {
  border: none;
}
.dk_container {

    height: 30px;
    /* outline: 0px; */
   	border: 1px solid;
    width: 195px;
    /* border: none; */
    color: #a2a2a2;
    font-size: 13px;
   	/* background: url("http://www.jusjobs.at/fileadmin/system/assets/img/relaunch/input_bg.png") top left no-repeat; */
   	background: white;
}
  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }
  
  .dk_container a span{
  
    color: #a2a2a2;
    }

.input_wrapper_big .dk_container {

    height: 28px;
    outline: 0px;
    width: 295px;
    border: none;
    color: #a2a2a2;
    font-size: 13px;
    background: #cecece;
    background: -moz-linear-gradient(top, #cecece 0%, #f8f8f8 6%, #f8f8f8 19%, #f8f8f8 40%, #eee 100%);
    background: -webkit-linear-gradient(top, #cecece 0%,#f8f8f8 6%,#f8f8f8 19%,#f8f8f8 40%,#eee 100%);
    background: linear-gradient(to bottom, #cecece 0%,#f8f8f8 6%,#f8f8f8 19%,#f8f8f8 40%,#eee 100%);
    border: 1px solid #777;
}
.input_wrapper_big .dk_container:focus {
    outline: 0;
  }
.input_wrapper_big .dk_container a {
    cursor: pointer;
    text-decoration: none;
  }
  
.input_wrapper_big .dk_container a span{
  
    color: #a2a2a2;
    }

.input_wrapper_big .dk_toggle {
  width: 280px !important;
  background-position: 273px 4px !important;
  position:absolute;
  z-index:999;
}
/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-repeat: no-repeat;
  background-position: 171px 4px;
  padding: 7px 5px 7px 10px;
  background-image: url('http://www.jusjobs.at/fileadmin/system/assets/img/relaunch/select_list_btn.png');
}

/* Applied whenever the dropdown is open */
.dk_open {
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}

/* The outer container of the options */
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    padding: 3px 10px;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover{
    /*background-color: #479790;*/
    /* background-color: #2e67a2;*/
    /* border-bottom-color: #004c72; */
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 270px;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {
  display: none;
  float: left;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_label{
    overflow: hidden;
}

.dk_options {
  display: none;
  position: absolute;
  left: 0;
  min-width: 196px;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  background-color: #ffffff;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}
.page_160 .dk_container {
	display:block;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/
