/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  background-color: #fff;   width:153px;
 color:#064158;font:11px/14px 'Roboto', sans-serif; font-weight:400; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer; color:#064158;
    text-decoration: none; }

.dk_toggle {
  border: 1px solid #c5d5d9;
  color: #333; color:#064158;
   width:153px !important;
  padding: 5px 45px 5px 10px;
  
  position: relative; }
  .dk_toggle:hover, .dk_toggle:focus { border-radius:0px; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px; color:#064158;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #006da9; }

.dk_focus .dk_toggle { border:1px solid #c5d5d9; width:153px;}

.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
  }

.dk_open_top .dk_toggle {
}
.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
 }

.dk_options {
 }
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #c5d5d9;
    padding: 5px 10px; }
  .dk_options a:hover, .dk_options:focus,
  .dk_options .dk_option_current a {
    background-color: #FFF;
    border-bottom-color: #c5d5d9;
    color: #b30000;
    text-decoration: none;}
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a
    .dk_options .disabled:focus, .dk_options .disabled:focus a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #c5d5d9;
      text-shadow: none; }

.dk_options_inner {
  max-height: 250px;
  border: 1px solid #c5d5d9;
  border-bottom-width: 2px;
  border-bottom-color: #c5d5d9;
  color: #333;
 }

.dk_container {
  display: none;
  float: left; }
  .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_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;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
