  .widget {
    position: fixed;
    left: calc(340px + 5px);
    max-height: 100%;
    display: block;
    width: 23px;
    height: 48px;
    cursor: pointer;
    line-height: 03.9;
    border-left: 0px solid #D4D4D4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    background: #e65100;
    color: white;
    transition: all .3s;
    z-index: 100;
    top: 10px;
  }

  .left-icon:before {
    content: "keyboard_arrow_left";
    display: block;
  }

  .widget.close {
    left: 0;
  }

  .close .left-icon:before {
    content: "keyboard_arrow_right";
    display: block;
  }

  md-icon#menuBox {
    outline: none;
    cursor: pointer;
  }

  * {
    outline: none;
  }

  /* line 94, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_table tr {
    cursor: pointer;
  }

  /* line 96, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
  }

  /* line 103, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: 0px;
    border-right: none;
  }

  /* line 114, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_head th {
    cursor: pointer;
  }

  /* line 116, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_head th.placeholder {
    display: block;
    background: red;
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }

  /* line 124, /Users/jonasvonandrian/jquery-sortable/source/css/application.css.sass */
  .sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none;
  }
  .ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    z-index:1041 !important;
  }

  .ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #039be5 !important;
    color: white;
    border-radius: 0;

  }

  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #039be5;
    border: none;
    color: white;
    border-radius: 0;
    font-weight: normal;
  }

  .ui-menu {
    list-style: none;
    list-style: none;
    padding: 1px;
    margin: 0;
    display: block;
    float: left;
    z-index: 1041 !important;
  }

  .ui-menu .ui-menu {
    margin-top: -3px;
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    #padding: 8px;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
  }

  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 8px 8px 8px 5px;
    line-height: 1.5rem;
    max-height: 200px;
    zoom: 1;
  }

  .ui-menu .ui-menu-item a.ui-state-hover,
  .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
  }

  .ui-widget {

    font-size: 12px; /*{fsDefault}*/;
  }

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {

    font-size: 1em;

  }

  .ui-widget-content {
    border: 1px solid #aaaaaa /*{borderColorContent}*/;
    background: #ffffff /*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/;
    color: #222222 /*{fcContent}*/;
  }

  .ui-widget-content a {
    color: #222222 /*{fcContent}*/;
  }

  .ui-widget-header {
    border: 1px solid #aaaaaa /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
    color: #222222 /*{fcHeader}*/;
    font-weight: bold;
  }

  .ui-widget-header a {
    color: #222222 /*{fcHeader}*/;
  }
