.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: block;
    vertical-align: middle;
    line-height: 20px !important;
    width: 100%;
    cursor: pointer;
    padding: 0px !important;
    height: 50px !important;
  }

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px 26px 10px 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 100%;
    line-height: 30px;
    vertical-align: middle; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
     border-top: 2px solid #7c7c7c;
    border-right: 2px solid #7c7c7c;
    width: 11px;
    height: 11px;
    position: absolute;
    transform: rotate(135deg);
    right: 15px;
    top: 15px;}
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: none;
    margin: 0 1.5em 0 0; }

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

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

.dropSecondLine {
      color: #6f9715;
          pointer-events: none;
    cursor: none;
    font-size: 12px;
}
.dropSecondLine.dk-option-highlight {
   background-color: transparent !important;
      color: #6f9715;
}
.dk-option-disabled .dropSecondLine.dk-option-highlight, .dk-option-disabled .dropSecondLine {
  color:#BBB;
}
.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

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

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100; }
.dk-select-options li:first-child {
  background-color: #df5126;
      color: #fff;
}
.dropSecondLine.orangeStatus {
    color: #df5126;
}
.dk-option-selected {
      background-color: #df5126 !important;
    color: #fff !important; }
.dk-option-selected .dropSecondLine {
  color: #fff !important;
}
.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
        padding: 10px 15px;
    border-bottom: 1px solid #c5c5c599;
      line-height: 14px;
        font-weight: bold;}

.dk-select-options .dk-option-highlight {
  background-color: #dedede;
 }

.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-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.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: #df5126; }

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

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
 border-width: inherit;
    border-bottom-color: #df5126;
    transform: rotate(-45deg);
    border-right-color: #df5126;
    top: 20px;
    border-width: 2px; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #df5126 }

.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: #df5126;
      box-shadow: 0px 5px 11px rgba(0,0,0,0.6); }

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

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #df5126; }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #df5126;
        border-right-color: #df5126; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #df5126; }

.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; }
