.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.dk-select::before {
    position: absolute;
    top: 0;
    right: 38px;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #b19949;
    z-index: 2;
}

.dk-selected {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #b19949;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #0e2636;
  height: 50px;
  padding: 13px 0 0 13px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.dk-selected:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 10px;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #b19949;    
        margin-top: -4px;
}

.dk-selected:after {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 0; 
        height: 0; 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #fff;
        content: "";    
        margin-top: -2px;
}

.has-error .dk-select::before {
    background-color: red;
}

.has-error .dk-selected {
    border-color: red;
}

#dk0-select-1 .dk-selected {
    width: 150px;
}

#dk4-select-2 .dk-selected {
    width: 180px;
}

#dk11-country-1 .dk-selected,
#dk18-country-2 .dk-selected {
    width: 300px;
}

.day-1 .dk-selected,
.day-2 .dk-selected,
.day-3 .dk-selected,
.day-4 .dk-selected,
.day-5 .dk-selected {
    width: 100px;
}

.month-1 .dk-selected,
.month-2 .dk-selected,
.month-3 .dk-selected,
.month-4 .dk-selected,
.month-5 .dk-selected {
    width: 200px;
}

.year-1 .dk-selected,
.year-2 .dk-selected,
.year-3 .dk-selected,
.year-4 .dk-selected,
.year-5 .dk-selected {
    width: 120px;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
        position: absolute;
        top: 50%;
        right: 14px;
        width: 0; 
        height: 0; 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #fff;
        border-top: 0;
        content: "";    
        margin-top: -1px;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 10px;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #b19949;    
        border-top: 0;
        margin-top: -4px;
}

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #b19949; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #b19949; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #b19949; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }
