/**
 * 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! ******/

.dk_label{
	height: 41px;
	display: block;
	margin: 12px 0px;
	font-family: 'novecento_sans_widemedium';
	overflow:hidden;
}

/* One container to bind them... */
.dk_container {
  background: #474546 url("http://www.tecnicasdevendas.com.br/themes/site_themes/default_site/media/image/botao_agenda.png") no-repeat 0px 0px;
  font-family: 'novecento_sans_widemedium';
  text-transform:uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-top:10px;
  margin-bottom: 9px;
  width:260px;
  height:68px;
}

  .dk_container:focus {
    outline: 0;
  }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
	color:#d2d0d1;
  }

/* 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
   */
  color: #2e85c8;
  padding: 0px 18px 0px 13px;
  font-size:14px;
  text-align:left;
  font-weight:normal;
  display:block;
  height:65px;
  line-height:40px;
}
  .dk_toggle:hover {
    color:#FFF;
  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    color:#d2d0d1;
  }
  .dk_focus .dk_toggle {
	color:#d2d0d1;
  }

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

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

}
  .dk_options a {
    background-color: #fafafa;
	color:#474546;
    
    font-weight: bold;
    padding: 8px 10px;
	font-family: 'novecento_sans_widemedium';
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  .dk_options a:hover,
  .dk_option_current a {
    background-color: #474546;
    color: #d2d0d1;
    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-top-width: 0px;
  color: #333;
  margin:3px 0px 0px 0px;
  padding:0px;
  width:245px;
}

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

/******  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;
  max-width:300px !important;
}

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

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .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 {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

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