/**
 * 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... */
.dk_container {
  background-color: #000;
  font-size: 12px;
}

.dk_container:focus {
  outline: 0;
}

.dk_container a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/* 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: url("/szablony/motogen2/images/sprite-listy.png") no-repeat scroll 100% -342px transparent;
  color: #000;
  font-size: 11px;
  padding: 7px 45px 7px 10px;
  font-family: 'DINProBold';
}
  .dk_toggle:hover {}
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
  }
  .dk_focus .dk_toggle {}

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

/* The outer container of the options */
.dk_options {}

  .dk_options a {
    background-color: #000;
    font-weight: normal;
    padding: 8px 10px;
  }
  
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #ff7e00;
    color: #fff;
    text-decoration: none;
  }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  max-height: 250px;
}

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

/******  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 !important;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none !important;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 99;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .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.nowy-selekt {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

.dk_options_inner, .dk_options_inner li{
	margin: 0;
	padding: 0;
}

.dk_options_inner li{
	background: none;
}

.dk_options_inner li a{
	font-size: 11px;
}

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

/* ======== JASNE SELEKTY ======== */

.jasne-selekty .dk_container {
  background-color: #fff;
  font-size: 12px;
}

.jasne-selekty .dk_container a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-family: 'DINProRegular';
  text-transform: uppercase;
}

.jasne-selekty .dk_open .dk_toggle {
  background-color: #fff;
  color: #000;
}

.jasne-selekty .dk_options a{
    background-color: #fff;
}

.jasne-selekty .dk_option_current a, .jasne-selekty .dk_options a:hover{
    background-color: #ff7e00;
    color: #fff;
    text-decoration: none;
}

/* ======== SZARE SELEKTY ======== */

.szare-selekty .dk_toggle {
    background-position:  100% -418px;
}

.szare-selekty .dk_container {
  background-color: #ddd;
  font-size: 12px;
}

.szare-selekty .dk_container a {
  cursor: pointer;
  text-decoration: none;
  color: #666;
  font-family: 'DINProBold';
}

.szare-selekty .dk_open .dk_toggle {
  background-color: #ddd;
  color: #666;
}

.szare-selekty .dk_options a{
    background-color: #ddd;
}

.szare-selekty .dk_option_current a, .szare-selekty .dk_options a:hover {
    background-color: #ff7e00;
    color: #fff;
    text-decoration: none;
}

/* ======== SELEKTY ERROR ======== */

.szare-selekty.selekty-errorClass .dk_toggle,
.selekty-errorClass .dk_toggle {
    background-position:  100% -418px;
}

.szare-selekty.selekty-errorClass .dk_container,
.selekty-errorClass .dk_container {
  background-color: #ff7e00;
  font-size: 12px;
}

.szare-selekty.selekty-errorClass .dk_container a,
.selekty-errorClass .dk_container a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-family: 'DINProBold';
}

.szare-selekty.selekty-errorClass .dk_open .dk_toggle,
.selekty-errorClass .dk_open .dk_toggle {
  background-color: #ff7e00;
  color: #fff;
}

.szare-selekty.selekty-errorClass .dk_options a,
.selekty-errorClass .dk_options a{
    background-color: #ff7e00;
}

.szare-selekty.selekty-errorClass .dk_option_current a, 
.szare-selekty.selekty-errorClass .dk_options a:hover,
.selekty-errorClass .dk_option_current a,
.selekty-errorClass .dk_options a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.szare-selekty .errorClass.dk_container a{
    color: #fff;
}

.szare-selekty .errorClass.dk_options a {
    background-color: #000;
}

/* =============================================================================== */
/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */
/* =============================================================================== */

/* the input field */
.date {
    border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    text-align:center;
    width:194px;
    
    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;
    
    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;
    
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;  
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {  
    padding:2px 0;
    height:22px;
} 

#caltitle {
    font-size:14px;
    color:#ff7e00;  
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    background: url("/szablony/motogen2/images/sprite-png.png") no-repeat scroll -288px -467px transparent;
}

#calnext {
    background: url("/szablony/motogen2/images/sprite-png.png") no-repeat scroll -315px -467px transparent;
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;  
}

/* year/month selector */
#caltitle select {
    font-size:10px; 
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;      
} 

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;      
}

/* offmonth day */
a.caloff {
    color:#ccc;     
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);        
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc  !important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#ff7e00;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}