/*!
 * # Semantic UI 1.12.2 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */


/*******************************
            Dropdown
*******************************/
.se-dropdown { font-size:13px; font-size:1.3rem; vertical-align:middle; cursor: pointer; position: relative; display: inline-block; *display: inline; *zoom:1; line-height: 1em; tap-highlight-color: rgba(0, 0, 0, 0); outline: none;  text-align: left;  -webkit-transition: border-radius 0.1s ease, width 0.2s ease;  		 transition: border-radius 0.1s ease, width 0.2s ease; }
.se-dropdown.border { border:1px solid #c3c3c3; padding:6px 10px 6px; background-color:#ffffff;}
.se-dropdown.icon { margin-right:6px; }


/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.se-dropdown .dropdown-menu { cursor: auto; position: absolute; display: none; outline: none; top: 100%; margin: 0em; padding: 0em 0em; background: #ffffff; min-width: 100%; white-space: nowrap; text-shadow: none; text-align: left; box-shadow: 0px 1px 4px 0px rgba(39, 41, 43, 0.15); border: 1px solid rgba(39, 41, 43, 0.15); border-radius: 0em 0em 0.2857rem 0.2857rem; -webkit-transition: opacity 0.2s ease;         transition: opacity 0.2s ease; z-index: 11; will-change: transform, opacity; }
.se-dropdown.box .dropdown-menu { padding:30px 20px; width:240px; text-align:center; margin:0 auto; }

/*--------------
  Hidden Input
---------------*/
.se-dropdown > input:not(.search):first-child,
.se-dropdown > select { display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.se-dropdown > .icon { width: auto; margin: 0em 0em 0em 1em; /*vertical-align:middle; carrie0804註解掉，若是打開請先檢查景點沒組的參數設定dropdown箭頭位置*/}
.se-dropdown .dropdown-menu > .dropdown-item .icon { width: auto; float: right; margin: 0em 0em 0em 1em; }
.se-dropdown .dropdown-menu > .dropdown-item .icon + .dropdown-text { margin-right: 1em; }
.se-dropdown.dropdown-label > .icon { width: auto; margin-left: 0em; }

/*--------------
      Text
---------------*/
.se-dropdown > .dropdown-text { display: inline-block; *display: inline; *zoom:1; vertical-align:top; -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
.dropdown-text > i { margin-right:3px; }

/*--------------
    Menu Item
---------------*/
.se-dropdown .dropdown-menu > .dropdown-item { position: relative; cursor: pointer; display: block; border: none; height: auto; border-top: none; line-height: 1em; color: rgba(0, 0, 0, 0.8); padding: 0.71428571em 1.14285714em !important; text-transform: none; font-weight: normal; box-shadow: none; -webkit-touch-callout: none; }
.se-dropdown .dropdown-menu > .dropdown-item:first-child { border-top-width: 0px; }
.dropdown-item > i { margin-right:3px; }

/*--------------
  Floated Content
---------------*/
.se-dropdown > .dropdown-text > [class*="right floated"],
.se-dropdown .dropdown-menu .dropdown-item > [class*="right floated"] { float: right !important; margin-right: 0em !important; margin-left: 1em !important; }
.se-dropdown > .dropdown-text > [class*="left floated"],
.se-dropdown .dropdown-menu .dropdown-item > [class*="left floated"] { float: left !important; margin-left: 0em !important; margin-right: 1em !important; }
.se-dropdown .dropdown-menu .dropdown-item > .icon.floated,
.se-dropdown .dropdown-menu .dropdown-item > .flag.floated,
.se-dropdown .dropdown-menu .dropdown-item > .image.floated,
.se-dropdown .dropdown-menu .dropdown-item > img.floated { margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.se-dropdown .dropdown-menu > .dropdown-header { margin: 1rem 0rem 0.75rem; padding: 0em 1.14285714em; color: rgba(0, 0, 0, 0.85); font-weight: bold; text-transform: uppercase; }
.se-dropdown .dropdown-menu > .divider { border-top: 1px solid rgba(0, 0, 0, 0.05); height: 0em; margin: 0.5em 0em; }
.se-dropdown .dropdown-menu > .input { /*margin: 0.75rem 1.14285714em; min-width: 200px;*/margin:10px 13px; position:relative; }
.se-dropdown .dropdown-menu > .dropdown-header + .input { margin-top: 0em; }
.se-dropdown .dropdown-menu > .input:not(.transparent) input { width:80%; padding:5px 10% 5%; }
.se-dropdown .dropdown-menu > .input:not(.transparent) .button,
.se-dropdown .dropdown-menu > .input:not(.transparent) .icon,
.se-dropdown .dropdown-menu > .input:not(.transparent) .label { padding-top: 0.5em; padding-bottom: 0.5em; }
.se-dropdown .dropdown-menu > .search.input:not(.transparent) .icon.fa-search { position:absolute; right:5px; top:2px; }

/*-----------------
  Item Description
-------------------*/
.se-dropdown > .dropdown-text > .description,
.se-dropdown .dropdown-menu > .dropdown-item > .description { margin: 0em 0em 0em 1em; color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/

.se-dropdown .dropdown-menu .dropdown-menu { top: 0% !important; left: 100% !important; right: auto !important; margin: 0em 0em 0em -0.5em !important; border-radius: 0em 0.2857rem 0.2857rem 0em !important; z-index: 21 !important; }

/* Hide Arrow */
.se-dropdown .dropdown-menu .dropdown-menu:after { display: none; }


/*******************************
            Coupling
*******************************/
/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.se-dropdown > .dropdown-text > .icon, .se-dropdown > .dropdown-text > .label, .se-dropdown > .dropdown-text > .flag, .se-dropdown > .dropdown-text > img, .se-dropdown > .dropdown-text > .image { margin-top: 0em; }
.se-dropdown .dropdown-menu > .dropdown-item > .icon, .se-dropdown .dropdown-menu > .dropdown-item > .label, .se-dropdown .dropdown-menu > .dropdown-item > .flag, .se-dropdown .dropdown-menu > .dropdown-item > .image, .se-dropdown .dropdown-menu > .dropdown-item > img { margin-top: 0em; }

/*--------------
     Image
---------------*/
.se-dropdown > .dropdown-text > img, .se-dropdown > .dropdown-text > .image, .se-dropdown .dropdown-menu > .dropdown-item > .image, .se-dropdown .dropdown-menu > .dropdown-item > img { display: inline-block; *display: inline; *zoom:1; vertical-align: middle; width: auto; max-width: 20px; max-height: 20px; margin-right:2px;  border-radius:100%; }
.se-dropdown.img > .dropdown-text > img, .se-dropdown.img > .dropdown-text > .image, .se-dropdown.img .dropdown-menu > .dropdown-item > .image, .se-dropdown.img .dropdown-menu > .dropdown-item > img { max-width: 100px; max-height: 50px; border-radius:0; }

/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.se-dropdown .dropdown-menu > .dropdown-item:before, .dropdown-menu .se-dropdown .dropdown-menu > .dropdown-item:before { display: none; }

/* Prevent Menu Item Border */
.dropdown-menu .se-dropdown .dropdown-menu .active.dropdown-item { border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.dropdown-menu .right.dropdown-menu .se-dropdown:last-child .dropdown-menu, .dropdown-menu .right.se-dropdown.dropdown-item .dropdown-menu, .buttons > .se-dropdown:last-child .dropdown-menu { left: auto; right: 0em; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.icon.button > .icon { margin: 0em; }
.se-dropdown.button:not(.pointing):not(.floating).active, .se-dropdown.button:not(.pointing):not(.floating).visible { border-bottom-left-radius: 0em; border-bottom-right-radius: 0em; }


/*******************************
              Types
*******************************/


/*--------------
    Selection
---------------*/
/* Displays like a select box */
.selection.se-dropdown { cursor: pointer; word-wrap: break-word; white-space: normal; outline: 0; -webkit-transform: rotateZ(0deg);         transform: rotateZ(0deg); min-width: 180px; background: #ffffff; display: inline-block; *display: inline; *zoom:1; padding: 0.8em 1.1em; color: rgba(0, 0, 0, 0.8); box-shadow: none; border: 1px solid rgba(39, 41, 43, 0.15); /*border-radius: 0.2857rem; 目前下拉好像都沒有圓角 先取消 Gabby 20151120 */
  -webkit-transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;         transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; }
.selection.se-dropdown.visible,
.selection.se-dropdown.active { z-index: 10; }
select.se-dropdown { height: 38px; padding: 0.5em; border: 1px solid rgba(39, 41, 43, 0.15); visibility: visible; }
.selection.se-dropdown > .dropdown-text { margin-right: 2em; }
.selection.se-dropdown > .search.icon,
.selection.se-dropdown > .delete.icon,
.selection.se-dropdown > .icon {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: auto;
  width: auto;
  margin: -0.8em;
  padding: 0.8em;
  right: 1.1em;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/* Compact */
.compact.selection.se-dropdown { min-width: 0px; }

/*  Selection Menu */
.selection.se-dropdown .dropdown-menu { overflow-x: hidden; overflow-y: auto; -webkit-backface-visibility: hidden;         backface-visibility: hidden; -webkit-overflow-scrolling: touch; border-top-width: 0px !important; width: auto; margin: 0px -1px; min-width: -webkit-calc(100% +  2px ); min-width: calc(100% +  2px ); outline: none; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;         transition: box-shadow 0.2s ease, border 0.2s ease; }
.selection.se-dropdown .dropdown-menu::after,
.selection.se-dropdown .dropdown-menu::before { display: none; }

/* Menu Item */
.selection.se-dropdown .dropdown-menu > .dropdown-item { border-top: 1px solid rgba(0, 0, 0, 0.05); padding: 0.71428571em 1.14285714em !important; white-space: normal; word-wrap: normal; }

/* Hover */
.selection.se-dropdown:hover { border-color: rgba(39, 41, 43, 0.3); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Disabled */
.selection.se-dropdown.disabled,
.selection.se-dropdown.disabled:hover { cursor: default; box-shadow: none; color: rgba(0, 0, 0, 0.8); border: 1px solid rgba(39, 41, 43, 0.15); opacity: 0.3 !important; }

/* Visible */
.selection.se-dropdown.visible { border-color: rgba(39, 41, 43, 0.3); box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); }
.selection.visible.se-dropdown .dropdown-menu { border-color: rgba(39, 41, 43, 0.3); box-shadow: 0px 2px 6px 0px rgba(39, 41, 43, 0.15); }

/* Visible Hover */
.selection.visible.se-dropdown:hover { border-color: rgba(39, 41, 43, 0.3); box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); }
.selection.visible.se-dropdown .dropdown-menu { border-color: rgba(39, 41, 43, 0.3); box-shadow: 0px 2px 6px 0px rgba(39, 41, 43, 0.15); }

/* Active Item */
.selection.active.se-dropdown > .dropdown-text:not(.default),
.selection.visible.se-dropdown > .dropdown-text:not(.default) { font-weight: normal; color: rgba(0, 0, 0, 0.8); }

/* Dropdown Icon */
.active.selection.se-dropdown > .icon,
.visible.selection.se-dropdown > .icon { opacity: 1; z-index: 3; }

/* Connecting Border */
.active.selection.se-dropdown,
.visible.selection.se-dropdown { border-bottom-left-radius: 0em !important; border-bottom-right-radius: 0em !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.search.se-dropdown { min-width: ''; }

/* Search Dropdown */
.search.se-dropdown > input.search { background: none transparent !important; border: none !important; box-shadow: none !important; border-radius: 0em !important; cursor: pointer; top: 0em; left: 0em; width: 100%; outline: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); padding: inherit; }

/* Text Layering */
.search.se-dropdown > input.search { position: absolute; z-index: 2; }
.search.se-dropdown > .dropdown-text { cursor: text; position: relative; z-index: 3; }

/* Search Selection */
.search.selection.se-dropdown > input.search { line-height: 1.2142em; padding: 0.6929em 1.1em; }

/* Active/Visible Search */
.search.se-dropdown.active > input.search,
.search.se-dropdown.visible > input.search { cursor: auto; }
.search.se-dropdown.active > .dropdown-text,
.search.se-dropdown.visible > .dropdown-text {

  pointer-events: none; }
.active.search.se-dropdown > input.search:focus + .dropdown-text { color: rgba(0, 0, 0, 0.4) !important; }

/* Search Menu */
.search.se-dropdown .dropdown-menu { overflow-x: hidden; overflow-y: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-overflow-scrolling: touch; }


/*--------------
     Inline
---------------*/
.inline.se-dropdown { cursor: pointer; display: inline-block; *display: inline; *zoom:1; color: inherit; }
.inline.se-dropdown .icon { margin: 0em 0.5em 0em 0.25em; vertical-align: top; }
/*.inline.se-dropdown > .dropdown-text { font-weight: bold; }*/
.inline.se-dropdown .dropdown-menu { cursor: auto; margin-top: 0.25em; border-radius: 0.2857rem; }


/*******************************
            States
*******************************/


/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.se-dropdown .dropdown-menu > .dropdown-item:hover { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.8); z-index: 13; }

/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.se-dropdown .dropdown-menu .active.dropdown-item {
  background: transparent; /*font-weight: bold;*/
  color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
     Default Text
----------------------*/
.se-dropdown > .default.dropdown-text,
.default.se-dropdown > .dropdown-text { color: rgba(179, 179, 179, 0.7); }
.se-dropdown:hover > .default.dropdown-text,
.default.se-dropdown:hover > .dropdown-text { color: rgba(140, 140, 140, 0.7); }

/*--------------------
        Loading
----------------------*/
.loading.se-dropdown > .dropdown-text { -webkit-transition: none;         transition: none; }
.se-dropdown > .loading.dropdown-menu { display: block; visibility: hidden; z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.se-dropdown.selected,
.se-dropdown .dropdown-menu .selected.dropdown-item { background: rgba(0, 0, 0, 0.04); color: rgba(0, 0, 0, 0.7); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.se-dropdown > .filtered.dropdown-text { visibility: hidden; }
.se-dropdown .filtered.dropdown-item { display: none !important; }

/*--------------------
        Error
----------------------*/
.se-dropdown.error,
.se-dropdown.error > .dropdown-text,
.se-dropdown.error > .default.dropdown-text { color: #a94442; }
.selection.se-dropdown.error { background: #fff0f0; border-color: #dbb1b1; }
.selection.se-dropdown.error:hover { border-color: #dbb1b1; }
.se-dropdown.error > .dropdown-menu,
.se-dropdown.error > .dropdown-menu .dropdown-menu { border-color: #dbb1b1; }
.se-dropdown.error > .dropdown-menu > .dropdown-item { color: #d95c5c; }

/* Item Hover */
.se-dropdown.error > .dropdown-menu > .dropdown-item:hover { background-color: #fff2f2; }

/* Item Active */
.se-dropdown.error > .dropdown-menu .active.dropdown-item { background-color: #fdcfcf; }

/*--------------------
        Disabled
----------------------*/

/* Disabled */
.disabled.se-dropdown { cursor: default; pointer-events: none; opacity: 0.3; }


/*******************************
           Variations
*******************************/


/*--------------
    Direction
---------------*/
/* Flyout Direction */
.se-dropdown .dropdown-menu { left: 0px; }

/* Default Side (Right) */
.se-dropdown .right.dropdown-menu > .dropdown-menu,
.se-dropdown .dropdown-menu .right.dropdown-menu { left: 100% !important; right: auto !important; }

/* Left Flyout Menu */
.se-dropdown > .left.dropdown-menu .dropdown-menu,
.se-dropdown .dropdown-menu .left.dropdown-menu { left: auto !important; right: 100% !important; }
.se-dropdown .dropdown-item .left.icon,
.se-dropdown .left.dropdown-menu .dropdown-item .icon { width: auto; float: left; margin: 0em 0.75em 0em 0em; }
.se-dropdown .dropdown-item .left.icon,
.se-dropdown .left.dropdown-menu .dropdown-item .icon { width: auto; float: left; margin: 0em 0.75em 0em 0em; }
.se-dropdown .dropdown-item .left.icon + .dropdown-text,
.se-dropdown .left.dropdown-menu .dropdown-item .icon + .dropdown-text { margin-left: 1em; }

/*--------------
     Upward
---------------*/
.upward.se-dropdown > .dropdown-menu { top: auto; bottom: 100%; box-shadow: 0px 0px 4px 0px rgba(39, 41, 43, 0.15); border-radius: 0.2857rem 0.2857rem 0em 0em; }

/* Active Upward */
.simple.upward.active.se-dropdown,
.simple.upward.se-dropdown:hover { border-radius: 0.2857rem 0.2857rem 0em 0em !important; }
.upward.se-dropdown.button:not(.pointing):not(.floating).active,
.upward.se-dropdown.button:not(.pointing):not(.floating).visible { border-radius: 0.2857rem 0.2857rem 0em 0em; }

/* Selection */
.upward.selection.se-dropdown .dropdown-menu { border-top-width: 1px !important; border-bottom-width: 0px !important; }
.upward.selection.se-dropdown:hover { box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }
.upward.selection.visible.se-dropdown:hover { box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05); }
.active.upward.selection.se-dropdown,
.visible.upward.selection.se-dropdown { border-radius: 0em 0em 0.2857rem 0.2857rem !important; }
.upward.selection.se-dropdown.visible { box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); }
.upward.selection.visible.se-dropdown:hover .dropdown-menu { box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.simple.se-dropdown .dropdown-menu:before,
.simple.se-dropdown .dropdown-menu:after { display: none; }
.simple.se-dropdown .dropdown-menu { position: absolute; display: block; overflow: hidden; top: -9999px !important; opacity: 0; width: 0; height: 0; -webkit-transition: opacity 0.2s ease;         transition: opacity 0.2s ease; }
.simple.active.se-dropdown,
.simple.se-dropdown:hover { border-bottom-left-radius: 0em !important; border-bottom-right-radius: 0em !important; }
.simple.active.se-dropdown > .dropdown-menu,
.simple.se-dropdown:hover > .dropdown-menu { overflow: visible; width: auto; height: auto; top: 100% !important; opacity: 1; }
.simple.se-dropdown > .dropdown-menu > .dropdown-item:active > .dropdown-menu,
.simple.se-dropdown:hover > .dropdown-menu > .dropdown-item:hover > .dropdown-menu { overflow: visible; width: auto; height: auto; top: 0% !important; left: 100% !important; opacity: 1; }
.simple.disabled.se-dropdown:hover .dropdown-menu { display: none; height: 0px; width: 0px; overflow: hidden; }

/* Visible */
.simple.visible.se-dropdown > .dropdown-menu { display: block; }

/*--------------
      Fluid
---------------*/
.fluid.se-dropdown { display: block; width: 100%; min-width: 0em; }
.fluid.se-dropdown > .icon { float: right; }

/*--------------
    Floating
---------------*/
.floating.se-dropdown .dropdown-menu { left: 0; right: auto; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); border-radius: 0.2857rem; }
.floating.se-dropdown > .dropdown-menu { margin-top: 0.5em !important; }

/*--------------
     Pointing
---------------*/
.icon.pointing.se-dropdown > .dropdown-menu { margin-top:.5em !important; }
.pointing.se-dropdown > .dropdown-menu { top: 100%; margin-top: 0.75em; border-radius: 0.2857rem; }
.pointing.se-dropdown > .dropdown-menu:after { display: block; position: absolute; pointer-events: none; content: ''; visibility: visible; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 0.5em; height: 0.5em; box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1); background: #ffffff; z-index: 2; }
.pointing.se-dropdown > .dropdown-menu:after { top: -0.25em; left: 50%; margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.top.left.pointing.se-dropdown > .dropdown-menu { top: 100%; bottom: auto; left: 0%; right: auto; margin: 1em 0em 0em; }
.top.left.pointing.se-dropdown > .dropdown-menu { top: 100%; bottom: auto; left: 0%; right: auto; margin: 1em 0em 0em; }
.top.left.pointing.se-dropdown > .dropdown-menu:after { top: -0.25em; left: .75em; right: auto; margin: 0em; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

/* Top Right  Pointing */
.top.right.pointing.se-dropdown > .dropdown-menu { top: 100%; bottom: auto; right: 0%; left: auto; margin: 1em 0em 0em; }
.top.right.pointing.se-dropdown > .dropdown-menu:after { top: -0.25em; left: auto; right: .75em; margin: 0em; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

/* Left Pointing */
.left.pointing.se-dropdown > .dropdown-menu { top: 0%; left: 100%; right: auto; margin: 0em 0em 0em 1em; }
.left.pointing.se-dropdown > .dropdown-menu:after { top: 1em; left: -0.25em; margin: 0em 0em 0em 0em; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Right Pointing */
.right.pointing.se-dropdown > .dropdown-menu { top: 0%; left: auto; right: 100%; margin: 0em 1em 0em 0em; }
.right.pointing.se-dropdown > .dropdown-menu:after { top: 1em; left: auto; right: -0.25em; margin: 0em 0em 0em 0em; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

/* Bottom Pointing */
.bottom.pointing.se-dropdown > .dropdown-menu { top: auto; bottom: 100%; left: 0%; right: auto; margin: 0em 0em 1em; }
.bottom.pointing.se-dropdown > .dropdown-menu:after { top: auto; bottom: -0.25em; right: auto; margin: 0em; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.bottom.pointing.se-dropdown > .dropdown-menu .dropdown-menu { top: auto !important; bottom: 0px !important; }

/* Bottom Left */
.bottom.left.pointing.se-dropdown > .dropdown-menu { left: 0%; right: auto; }
.bottom.left.pointing.se-dropdown > .dropdown-menu:after { left: 1em; right: auto; }

/* Bottom Right */
.bottom.right.pointing.se-dropdown > .dropdown-menu { right: 0%; left: auto; }
.bottom.right.pointing.se-dropdown > .dropdown-menu:after { left: auto; right: 1em; }

/**/
.dropdown-label .icon { /*float:left;*/margin-right:5px; }

/**/
.box-content ~ .box-content { display:none; }
.se-dropdown.box .dropdown-menu > .box-content > .dropdown-item { float:left; padding:10px !important; width:60px; text-align:center; }
.se-dropdown.box .dropdown-menu > .box-content { position:relative; }
.se-dropdown.box .dropdown-menu > .box-content > .dropdown-item > .image,
.se-dropdown.box .dropdown-menu > .box-content > .dropdown-item > img { display: inline-block; *display: inline; *zoom:1; vertical-align: middle; max-width: 48px; max-height: 48px; border-radius:3px; margin-bottom:3px; }
.se-dropdown.box .push-more { cursor:pointer; width:100%; background-color:#f2f2f2; padding:5px 0; position:absolute; bottom:0; left:0; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.se-dropdown.box .push-more:hover { background-color:#bbbbbb; color:#f2f2f2; }

/* 20151120 NEW ADD*/
.ui.label>.close.icon,.ui.label>.delete.icon {   cursor: pointer;   margin-right: 0;   margin-left: .5em;   font-size: .92857143em;   opacity: .5;   -webkit-transition: background .1s ease;   transition: background .1s ease;}

.ui.label>.delete.icon:hover {   opacity: 1; }



/*--------------
    Multiple
---------------*/


/* Multiple Selection */
.multiple.se-dropdown { padding: 0.22620476em 2.6em 0.22620476em 0.28571429em; }
.ui.multiple.se-dropdown .dropdown-menu { cursor: auto; }

/* Multiple Search Selection */
.multiple.search.se-dropdown,
.multiple.search.se-dropdown > input.search { cursor: text; }

/* Selection Label */
.multiple.se-dropdown > .label { -webkit-user-select: none;    -moz-user-select: none;     -ms-user-select: none;         user-select: none; display: inline-block; vertical-align: top; white-space: normal; font-size: 1em; padding: 0.35714286em 0.71428571em; margin: 0.21428571em 0.28571429rem 0.21428571em 0em; box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; }

/* Dropdown Icon */
.multiple.se-dropdown .icon { margin: 0em -0.71428571em 0em 0em; padding: 0.5em; }

/* Text */
.multiple.se-dropdown > .dropdown-text {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0;
  /*margin: 0.45240952em 0em 0.45240952em 0.71428571em;
  line-height: 1.2142em;*/
  float: left;
}
.multiple.se-dropdown > .label ~ .dropdown-text { display: none; }

/*-----------------
  Multiple Search
-----------------*/

/* Prompt Text */
/*.multiple.search.se-dropdown > .dropdown-text { display: inline-block; position: absolute; top: 0; left: 0; padding: inherit; margin: 0.45240952em 0em 0.45240952em 0.71428571em; line-height: 1.2142em; }*/
.multiple.search.se-dropdown > .label ~ .dropdown-text { display: none; }

/* Search */
.multiple.search.se-dropdown > input.search { position: static; padding: 0; max-width: 100%; margin: 0.45240952em 0em 0.45240952em 0.71428571em; width: 2.2em; line-height: 1.2142em; }


/*responsive*/
@media only screen and (max-width: 767px) {
	.search.se-dropdown .dropdown-menu {  max-height: 7.49991429em; }
	.selection.se-dropdown .dropdown-menu {   max-height: 7.49991429em; }
}
@media only screen and (min-width: 768px) {
	.search.se-dropdown .dropdown-menu {   max-height: 9.99988571em; }
	.selection.se-dropdown .dropdown-menu {   max-height: 9.99988571em; }
}
@media only screen and (min-width: 992px) {
	.search.se-dropdown .dropdown-menu {   max-height: 14.99982857em; }
	.selection.se-dropdown .dropdown-menu {   max-height: 14.99982857em; }
}
@media only screen and (min-width: 1920px) {
	.search.se-dropdown .dropdown-menu {   max-height: 19.99977143em; }
	.selection.se-dropdown .dropdown-menu {   max-height: 19.99977143em; }
}
/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
	.selection.se-dropdown .dropdown-menu {   min-width: -webkit-calc(100% -  15px );   min-width: calc(100% -  15px ); }
}