@charset "UTF-8";
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen { clip: rect(0 0 0 0) !important; width: 1px !important; height: 1px !important; border: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; position: absolute !important; outline: 0 !important; left: auto !important; top: auto !important; }

.multiselect_100 { width: 100%; }
.ms-parent { display: inline-block; position: relative; vertical-align: middle; width: 100%; text-align: left; }
.ms-choice { display: block; width: 100%; height: 40px; line-height: 40px; padding: 0; margin: 0; overflow: hidden; cursor: pointer; text-align: left; white-space: nowrap; text-decoration: none; font-size: 12px; transition-duration: 0.2s; font-weight: 700; position: relative; border-radius: 5px; font-family: "Lato", sans-serif, Arial, Tahoma, Helvetica, "Lucida Sans Unicode"; }
.ms-choice > span { position: absolute; top: 0; left: 0; right: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; padding-left: 10px; }
.ms-choice > div.icon-close { position: absolute; top: 0px; right: 16px; height: 100%; width: 16px; }
.ms-choice > div.icon-close:before { content: '×'; color: #888; font-weight: bold; position: absolute; top: 50%; margin-top: -14px; }
.ms-choice > div.icon-close:hover:before { color: #333; }
.ms-choice > div.icon-caret { position: absolute; width: 20px; height: 100%; top: 0px; right: 0px; margin: 0px; background-image: url('../gfx/select_dol.png'); background-repeat: no-repeat; background-position: right 10px center; }
.ms-choice > div.icon-caret.open { background-image: url('../gfx/select_gora.png'); }

.ms-choice.disabled { background-color: #f4f4f4; background-image: none; border: 1px solid #ddd; cursor: default; }
.ms-choice > span.placeholder { color: rgba(0,0,0,0.6); font-weight: 400; }
.ms-search { display: inline-block; margin: 0; min-height: 40px; padding: 4px; position: relative; white-space: nowrap; width: 100%; z-index: 10000; box-sizing: border-box; }
.ms-search input { width: 100%; height: auto !important; min-height: 40px; padding: 0 20px 0 5px; margin: 0; outline: 0; font-family: sans-serif; font-size: 1em; border: none; border-radius: 0; box-shadow: none; background: #fff; border: 1px solid #eaeaea; }
.ms-drop { width: auto; min-width: 100%; overflow: hidden; display: none; padding: 0; position: absolute; z-index: 1000; color: #000; border: none; line-height: 40px; border-radius: 4px; }

.ms-drop label span { font-size: 12px; transition-duration: 0.1s; display: block; padding: 1px 10px; }
.ms-drop label:hover { color: #fff; background: #73ae36; }
.ms-drop label input:checked + span { color: #fff; background: #73ae36; }
  
.ms-drop.bottom { top: calc(100% + 3px); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); }
.ms-drop.top { bottom: calc(100% + 3px); box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); }
.ms-drop ul { overflow: auto; margin: 0; padding: 0; }
.ms-drop ul > li { list-style: none; display: list-item; background-image: none; position: static; }
.ms-drop ul > li .disabled { font-weight: normal !important; opacity: .35; filter: Alpha(Opacity=35); cursor: default; }
.ms-drop ul > li.multiple { display: block; float: left; }
.ms-drop ul > li.group { clear: both; }
.ms-drop ul > li.multiple label { width: 100%; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ms-drop ul > li label { position: relative; margin-bottom: 0; font-weight: normal; display: block; white-space: nowrap; cursor: pointer; font-size: 12px; }
.ms-drop ul > li label.optgroup { font-weight: bold; }
.ms-drop ul > li.hide-radio { padding: 0; }
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover { background-color: #efefef; }
.ms-drop ul > li.hide-radio.selected { color: #fff; background-color: #73ae36; }
.ms-drop ul > li.hide-radio label { margin-bottom: 0; padding: 0px; }
.ms-drop ul > li.hide-radio input { display: none; }
.ms-drop ul > li.option-level-1 label { padding-left: 0px; }
.ms-drop input[type=radio], .ms-drop input[type=checkbox] { display: none; }
.ms-drop .ms-no-results { display: none; text-align: center; }

.ms-drop .wlaczony { color: #7db439!important; }
.ms-drop .wylaczony { color: #cd1c29!important; }