/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header-column.slick-grid-document-edit {
    background: linear-gradient(to bottom, #E0E0E0, #F78F1E);
}

.slick-header.ui-state-default, .slick-headerrow.ui-state-default, .slick-footerrow.ui-state-default, .slick-top-panel-scroller.ui-state-default, .slick-group-header.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px !important;
}

.slick-header.ui-state-default {
  overflow: inherit;
}

.slick-header::-webkit-scrollbar,  .slick-headerrow::-webkit-scrollbar, .slick-footerrow::-webkit-scrollbar {
  display: none
}

.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns, .slick-group-header-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}

.slick-header-column.ui-state-default, .slick-group-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  box-sizing: content-box !important; /* this here only for Firefox! */ 
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  float: left;
}

.slick-footerrow-column.ui-state-default {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
  line-height: 20px;
  vertical-align: middle;
}

.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default {
  padding: 4px;
}

.slick-header-column-sorted {
  font-style: italic;
}

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 6px;
  float: left;
}

.slick-sort-indicator-numbered {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
  margin-top: 0;
  padding-left: 1px;
  line-height: 20px;
  float: left;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  color: #6190CD;
}

.slick-sort-indicator-desc {
    background: url('../../JdV.Framework/images/slick/sort-desc.gif'), url('/wwwroot/images/slick/sort-desc.gif');
}

.slick-sort-indicator-asc {
    background: url('../../JdV.Framework/images/slick/sort-asc.gif'), url('/wwwroot/images/slick/sort-asc.gif');
}

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}

.slick-sortable-placeholder {
  background: silver;
}

.grid-canvas {
  position: relative;
  outline: 0;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}

.slick-cell, .slick-headerrow-column , .slick-footerrow-column{
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.slick-cell, .slick-headerrow-column{
  border-bottom-color: silver;
}
.slick-footerrow-column {
  border-top-color: silver;
}
 
.slick-group {
}

.slick-group-toggle {
  display: inline-block;
}

.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-cell.flashing {
  border: 1px solid red !important;
}

.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}

.slick-cell:focus {
  outline: none;
}

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity = 15);
  cursor: move;
}

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}

.slick-pane {
  position: absolute;
  outline: 0;
  overflow: hidden;
  width: 100%;
}

.slick-pane-header {
  display: block;
}

.slick-header {
  overflow: hidden;
  position: relative;
}

.slick-headerrow {
  overflow: hidden;
  position: relative;
}

.slick-top-panel-scroller {
  overflow: hidden;
  position: relative;
}

.slick-top-panel {
  width: 10000px
}

.slick-viewport {
  position: relative;
  outline: 0;
  width: 100%;
}

.content-popup, .arrow:after, .arrow-up:after {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
}



/*.arrow-up:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}*/

.arrow-up {
    /*width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;*/
    top: -15px;
}
.arrow-down {
    bottom: -16px;
}
.arrow {
    width: 25px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    /*bottom: -16px;*/
}
.arrow-up::after {
    top: 10px;
}

.arrow-down::after {
    top: -20px;
}

.arrow:after {
    content: "";
    position: absolute;
    /*left: 20px;*/
    /*top: -20px;*/
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.content-popup {
    padding: 15px;    
    font-family: sans-serif, "Lato", Calibri, Arial;
    z-index:1;
    display:none;
}

.content-popup-title {
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    color: #F68428;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-popup-items {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    list-style: none;
}

.content-popup-item{
    padding-bottom:3px;
}

.content-popup-triangle {
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 20px solid #d3d3d3;
    /*top: 100px;
    right: 5px;*/
    width: 0px;
    height: 0px;
    z-index: -1;
}

.content-popup-triangle-inside {
    position: absolute;
    border: 20px solid transparent;
    border-bottom: 20px solid #F5F5F5;
    /*top: 102px;
    right: 5px;*/
    width: 0px;
    height: 0px;
    z-index: 0;
}
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header-columns {
    /*background: url('/images/slick/header-columns-bg.gif') repeat-x center bottom;*/
    background-color: #E0E0E0;
    border-bottom: 1px solid silver;
}

.slick-header-column {
    /*background: url('/images/slick/header-columns-bg.gif') repeat-x center bottom;*/
    background-color: #E0E0E0;
    border-right: 1px solid silver;
}

.slick-header-column:hover, .slick-header-column-active {
    /*background: white url('/images/slick/header-columns-over-bg.gif') repeat-x center bottom;*/
    background-color: #EEEEEE;
}

.slick-headerrow {
  background: #fafafa;
}

.slick-headerrow-column {
  background: #fafafa;
  border-bottom: 0;
  height: 100%;
}

.slick-row.ui-state-active {
  background: #F5F7D7;
}

.slick-row {
  position: absolute;
  background: white;
  border: 0px;
  line-height: 20px;
}

.slick-row.selected {
  z-index: 10;
  background: #DFE8F6;
}

.slick-cell {
  padding-left: 4px;
  padding-right: 4px;
}

.slick-group {
  border-bottom: 2px solid silver;
}

.slick-group-toggle {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

    .slick-group-toggle.expanded {
        background: url('/images/slick/collapse.gif'), url('/wwwroot/images/slick/collapse.gif') no-repeat center center;
    }

    .slick-group-toggle.collapsed {
        background: url('/images/slick/expand.gif'), url('/wwwroot/images/slick/expand.gif') no-repeat center center;
    }

.slick-group-totals {
  color: gray;
  background: white;
}

.slick-group-select-checkbox {
  width: 13px;
  height: 13px;
  margin: 3px 10px 0 0;
  display: inline-block;
}
.slick-group-select-checkbox.checked {
  background: url('/images/slick/GrpCheckboxY.png'), url('/wwwroot/images/slick/GrpCheckboxY.png') no-repeat center center;
}

    .slick-group-select-checkbox.unchecked {
        background: url('/images/slick/GrpCheckboxN.png'), url('/wwwroot/images/slick/GrpCheckboxN.png') no-repeat center center;
    }

.slick-cell.selected {
  background-color: beige;
}

.slick-cell.copied {
    background: blue;
    background: rgba(0, 0, 255, 0.2);
    -webkit-transition: 0.5s background;
}

.slick-cell.active {
  border-color: gray;
  border-style: solid;
}

.slick-sortable-placeholder {
  background: silver !important;
}

.slick-row.odd {
  background: #fafafa;
}

.slick-row.ui-state-active {
  background: #F5F7D7;
}

.slick-row.loading {
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

.slick-cell.invalid {
  border-color: red;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-name: slickgrid-invalid-hilite;
  -webkit-animation-name: slickgrid-invalid-hilite;  
}

@-moz-keyframes slickgrid-invalid-hilite {
  from { box-shadow: 0 0 6px red; }
  to { box-shadow: none; }
}

@-webkit-keyframes slickgrid-invalid-hilite {
  from { box-shadow: 0 0 6px red; }
  to { box-shadow: none; }
}
.slick-columnpicker {
  border: 1px solid #718BB7;
  background: #f0f0f0;
  padding: 6px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  box-shadow: 2px 2px 2px silver;
  min-width: 100px;
  cursor: default;
}

.slick-columnpicker li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}

.slick-columnpicker input {
  margin: 4px;
}

.slick-columnpicker li a {
  display: block;
  padding: 4px;
  font-weight: bold;
}

.slick-columnpicker li a:hover {
  background: white;
}

.slick-pager {
  width: 100%;
  height: 26px;
  border: 1px solid gray;
  border-top: 0;
  background: url('/images/header-columns-bg.gif') repeat-x center bottom;
  vertical-align: middle;
}

.slick-pager .slick-pager-status {
  display: inline-block;
  padding: 6px;
}

.slick-pager .ui-icon-container {
  display: inline-block;
  margin: 2px;
  border-color: gray;
}

.slick-pager .slick-pager-nav {
  display: inline-block;
  float: left;
  padding: 2px;
}

.slick-pager .slick-pager-settings {
  display: block;
  float: right;
  padding: 2px;
}

.slick-pager .slick-pager-settings * {
  vertical-align: middle;
}

.slick-pager .slick-pager-settings a {
  padding: 2px;
  text-decoration: underline;
  cursor: pointer;
}

.slick-column-name,
.slick-sort-indicator {
  /**
   * This makes all "float:right" elements after it that spill over to the next line
   * display way below the lower boundary of the column thus hiding them.
   */
  display: inline-block;
  float: left;
  margin-bottom: 100px;
}

.slick-header-button {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin: 1px;
  /**
  * This makes all "float:right" elements after it that spill over to the next line
  * display way below the lower boundary of the column thus hiding them.
  */
  margin-bottom: 100px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.slick-header-button-hidden {
  width: 0;

  -webkit-transition: 0.2s width;
  -ms-transition: 0.2s width;
  transition: 0.2s width;
}

.slick-header-column:hover > .slick-header-button {
  width: 15px;
}
/* Menu button */
.slick-header-menubutton {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  /*background-repeat: no-repeat;
  background-position: left center;*/
  /*background-image: url(/images/slick/down.gif);*/
  cursor: pointer;
  padding-left:2px;
  display: none;
  border-left: thin ridge silver;
}

.slick-header-down::after {
    font-family: FontAwesome;
    content: "\f0d7";
    font-weight: 900;
    color: black;
}

.slick-header-filter::after {
    font-family: FontAwesome;
    content: "\f0b0";
    font-weight: 900;
    color:black;
}

.slick-header-filter {
    display: inline-block;
}

div.headerFilter > div > input[type='checkbox'] {
    margin:0;
}

.slick-header-column:hover > .slick-header-menubutton,
.slick-header-column-active .slick-header-menubutton {
    display: inline-block;
}

/* Menu */
.slick-header-menu {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 2px;
  cursor: default;
  z-index: 10000;
  background-color:lightgray;
}


/* Menu items */
.slick-header-menuitem {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-header-menuicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-header-menucontent {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  margin-left: 5px;
  margin-bottom: 3px;
}


/* Disabled */
.slick-header-menuitem-disabled {
  color: silver;
}

.slick-header-filter {
    display: inline-block;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 26px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 4px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 4px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; 
  white-space: nowrap;
}
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; 
  margin-top: -3px;
  margin-left: -5px;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0; /*#5897fb;*/
    color: #333; /*white;*/
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@charset "utf-8";
/*
 |  tail.select - Another solution to make select fields beautiful again!
 |  @file       ./css/tail.select-default.css
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.5.4 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.select
 |  @license    X11 / MIT License
 |  @copyright  Copyright © 2014 - 2018 SamBrishes, pytesNET <info@pytes.net>
 */

.label-count {
    border-right: 1px solid #d0d0d0;
    padding-right: 7px;
    margin-right: 5px;
    display: inline-block;
    min-width: 22px;
}

/* @start GENERAL */
.tail-select,
.tail-select *,
.tail-select *:before,
.tail-select *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tail-select {
    width: 250px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

    .tail-select mark {
        color: #fff;
        background-color: #DC4650;
    }

    .tail-select button.tail-all,
    .tail-select button.tail-none {
        color: #808080;
        cursor: pointer;
        margin: 1px 3px 0 0;
        padding: 1px 5px;
        display: inline-block;
        font-size: 10px;
        text-shadow: none;
        line-height: 14px;
        vertical-align: top;
        outline: none;
        background-color: transparent;
        border: 1px solid #a0a0a0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        .tail-select button.tail-all:hover {
            color: #3C82E6;
            border-color: #3C82E6;
            background-color: transparent;
        }

        .tail-select button.tail-none:hover {
            color: #DC4650;
            border-color: #DC4650;
            background-color: transparent;
        }

.tail-select-container {
    margin: 0;
    padding: 3px;
    text-align: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

    .tail-select-container .select-handle {
        width: auto;
        color: #FFFFFF;
        cursor: pointer;
        margin: 1px;
        padding: 2px 24px 2px 5px;
        display: inline-block;
        position: relative;
        font-size: 12px;
        text-align: left;
        line-height: 16px;
        vertical-align: top;
        background-color: #3C82E6;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        transition: background 142ms linear;
        -moz-transition: background 142ms linear;
        -webkit-transition: background 142ms linear;
    }

        .tail-select-container .select-handle:hover {
            background-color: #DC4650;
        }

        .tail-select-container .select-handle:after {
            top: 0;
            margin: 0;
            padding: 0;
            z-index: 21;
            display: inline-block;
            content: "";
            position: absolute;
            background-repeat: no-repeat;
            background-position: center center;
            width: 24px;
            height: 21px;
            opacity: 0.3;
            vertical-align: top;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkP\
    SJNNy40OCA4bDMuNzUgMy43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4y\
    NWwxLjQ4LTEuNDhMNiA2LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
            transition: opacity 142ms linear;
            -moz-transition: opacity 142ms linear;
            -webkit-transition: opacity 142ms linear;
        }

        .tail-select-container .select-handle:hover:after {
            opacity: 1;
        }
/* @end GENERAL */

/* @start LABEL */
.tail-select .select-label {
    height:24px;
    cursor: pointer;
    color: #303438;
    width: 100%;
    margin: 0;
    /*padding: 5px 10px;*/
    padding-left: 4px;
    display: block;
    z-index: 20;
    position: relative;
    /*font-size: 14px;*/
    text-align: left;
    line-height: 25px;
    background-color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: box-shadow 142ms linear;
    -moz-transition: box-shadow 142ms linear;
    -webkit-transition: box-shadow 142ms linear;
}

    .tail-select .select-label:after {
        top: 0;
        margin: 0;
        padding: 0;
        z-index: 21;
        display: inline-block;
        content: "";
        position: absolute;
        vertical-align: top;
        background-repeat: no-repeat;
        background-position: center center;
        right: 0;
        width: 34px;
        height: 25px;
        opacity: 0.5;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNMCA1bDYgNiA2LTZIM\
    HoiLz48L3N2Zz4=");
        transition: opacity 142ms linear, transform 142ms linear;
        -moz-transition: opacity 142ms linear, transform 142ms linear;
        -webkit-transition: opacity 142ms linear, transform 142ms linear;
    }

    .tail-select .select-label .label-count {
        margin: 0 5px 0 0;
        padding: 0 7px 0 1px;
        display: inline-block;
        border-right: 1px solid #cccccc;
        width: 31px;
    }

    .tail-select .select-label .label-count,
    .tail-select .select-label .label-inner {
        opacity: 0.75;
        transition: border-color 142ms linear, opacity 142ms linear;
        -moz-transition: border-color 142ms linear, opacity 142ms linear;
        -webkit-transition: border-color 142ms linear, opacity 142ms linear;
    }

.tail-select:hover .select-label,
.tail-select.idle .select-label,
.tail-select.active .select-label {
    z-index: 25;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
}

.tail-select.active .select-label {
    z-index: 27;
}

    .tail-select:hover .select-label:after,
    .tail-select.idle .select-label:after,
    .tail-select.active .select-label:after {
        opacity: 0.85;
    }

    .tail-select:hover .select-label .label-count,
    .tail-select.idle .select-label .label-count,
    .tail-select.active .select-label .label-count,
    .tail-select:hover .select-label .label-inner,
    .tail-select.idle .select-label .label-inner,
    .tail-select.active .select-label .label-inner {
        opacity: 1;
    }

    .tail-select.active .select-label:after {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.tail-select.disabled .select-label {
    cursor: not-allowed;
    background-color: #ededed;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
/* @end LABEL */

/* @start DROPDOWN */
.tail-select .select-dropdown {
    top: 100%;
    width: 100%;
    height: auto;
    min-height: 24px;
    margin: -1px 0 0 0;
    padding: 0;
    display: none;
    z-index: 23;
    overflow: hidden;
    position: absolute;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    background-color: #FFFFFF;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: box-shadow 142ms linear;
    -moz-transition: box-shadow 142ms linear;
    -webkit-transition: box-shadow 142ms linear;
}

.tail-select.active .select-dropdown {
    z-index: 26;
}

.tail-select .select-dropdown .dropdown-search,
.tail-select .select-dropdown .dropdown-inner,
.tail-select .select-dropdown .dropdown-empty,
.tail-select .select-dropdown .dropdown-action,
.tail-select .select-dropdown input[type=text].search-input {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.tail-select .select-dropdown .dropdown-search {
    z-index: 30;
    position: relative;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

    .tail-select .select-dropdown .dropdown-search input[type=text].search-input {
        color: #303438;
        padding: 10px 15px;
        font-size: 12px;
        text-align: left;
        line-height: 20px;
        outline: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.tail-select .select-dropdown .dropdown-inner {
    padding: 1px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.tail-select .select-dropdown .dropdown-empty {
    padding: 16px 0 15px 0;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.tail-select .select-dropdown .dropdown-action {
    padding: 6px 0 5px 0;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    background-color: #f2f2f2;
}

    .tail-select .select-dropdown .dropdown-action button {
        font-size: 12px;
        line-height: 16px;
    }

.tail-select .select-dropdown ul,
.tail-select .select-dropdown ul li {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
}

    .tail-select .select-dropdown ul li {
        color: #303438;
        cursor: pointer;
        padding: 5px 10px 5px 35px;
        font-size: 12px;
        text-align: left;
        line-height: 18px;
    }

        .tail-select .select-dropdown ul li:first-of-type {
            margin-top: 7px;
        }

        .tail-select .select-dropdown ul li:last-of-type {
            margin-bottom: 7px;
        }

        .tail-select .select-dropdown ul li.optgroup-title {
            padding-left: 10px;
            font-size: 14px;
            background-color: transparent;
        }

            .tail-select .select-dropdown ul li.optgroup-title button {
                float: right;
            }

        .tail-select .select-dropdown ul li.dropdown-option:hover,
        .tail-select .select-dropdown ul li.dropdown-option.hover {
            background-color: #f2f2f2;
        }

        .tail-select .select-dropdown ul li.dropdown-option:before {
            margin: 0;
            padding: 0;
            z-index: 21;
            display: inline-block;
            content: "";
            position: absolute;
            vertical-align: top;
            background-repeat: no-repeat;
            background-position: center center;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            transition: opacity 50ms linear;
            -moz-transition: opacity 50ms linear;
            -webkit-transition: opacity 50ms linear;
        }

        .tail-select .select-dropdown ul li .option-description {
            color: #484e53;
            width: auto;
            margin: 0;
            padding: 0;
            display: block;
            font-size: 10px;
            text-align: left;
            line-height: 14px;
        }

.tail-select.open-top .select-dropdown {
    top: auto;
    /*bottom: 100%;*/
    margin: 0 0 -1px 0;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    background-color: #ededed;
}

.tail-select.hide-selected .select-dropdown ul li.selected {
    display: none;
}

.tail-select.hide-disabled .select-dropdown ul li.disabled {
    display: none;
}

.tail-select .select-dropdown ul li:before {
    opacity: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNMTIgNWwtOCA4LTQtN\
    CAxLjUtMS41TDQgMTBsNi41LTYuNUwxMiA1eiIvPjwvc3ZnPg==");
}

.tail-select .select-dropdown ul li:hover:before {
    opacity: 0.5;
}

.tail-select .select-dropdown ul li.selected:before {
    opacity: 0.85;
}

.tail-select.deselect .select-dropdown ul li.selected:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
   9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNNy40OCA4bDMuNzUgM\
   y43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4yNWwxLjQ4LTEuNDhMNiA2\
   LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg==");
}

.tail-select.multiple .select-dropdown ul li:before {
    opacity: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNMTMgMUgxYy0uNTUgM\
    C0xIC40NS0xIDF2MTJjMCAuNTUuNDUgMSAxIDFoMTJjLjU1IDAgMS0uNDUgMS0xVjJjMC0uNTUtLjQ1LTEtMS0xem0wIDEz\
    SDFWMmgxMnYxMnpNNiA5SDNWN2gzVjRoMnYzaDN2Mkg4djNINlY5eiIvPjwvc3ZnPg==");
}

.tail-select.multiple .select-dropdown ul li:hover:before {
    opacity: 0;
}

.tail-select.multiple .select-dropdown ul li.selected:before {
    opacity: 0.85;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNMTMgMUgxYy0uNTUgM\
    C0xIC40NS0xIDF2MTJjMCAuNTUuNDUgMSAxIDFoMTJjLjU1IDAgMS0uNDUgMS0xVjJjMC0uNTUtLjQ1LTEtMS0xem0wIDEz\
    SDFWMmgxMnYxMnpNNCA4YzAtMS42NiAxLjM0LTMgMy0zczMgMS4zNCAzIDMtMS4zNCAzLTMgMy0zLTEuMzQtMy0zeiIvPjw\
    vc3ZnPg==");
}

/* .tail-select.multiple .select-dropdown ul li.selected:hover:before{ */
/* opacity: 0.85; */
/* background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\ */
/* 9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNMTMgMUgxYy0uNTUgM\ */
/* C0xIC40NS0xIDF2MTJjMCAuNTUuNDUgMSAxIDFoMTJjLjU1IDAgMS0uNDUgMS0xVjJjMC0uNTUtLjQ1LTEtMS0xem0wIDEz\ */
/* SDFWMmgxMnYxMnptLTItNUgzVjdoOHYyeiIvPjwvc3ZnPg=="); */
/* } */

.tail-select.disabled .select-dropdown ul li:before,
.tail-select .select-dropdown ul li.disabled:before {
    opacity: 0.85;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNNyAxQzMuMTQgMSAwI\
    DQuMTQgMCA4czMuMTQgNyA3IDcgNy0zLjE0IDctNy0zLjE0LTctNy03em0wIDEuM2MxLjMgMCAyLjUuNDQgMy40NyAxLjE3\
    bC04IDhBNS43NTUgNS43NTUgMCAwIDEgMS4zIDhjMC0zLjE0IDIuNTYtNS43IDUuNy01Ljd6bTAgMTEuNDFjLTEuMyAwLTI\
    uNS0uNDQtMy40Ny0xLjE3bDgtOGMuNzMuOTcgMS4xNyAyLjE3IDEuMTcgMy40NyAwIDMuMTQtMi41NiA1LjctNS43IDUuN3\
    oiLz48L3N2Zz4=");
}

.tail-select.multiple.disabled .select-dropdown ul li:before,
.tail-select.multiple .select-dropdown ul li.disabled:before {
    opacity: 0.85;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNMTMgMUgxYy0uNTUgM\
    C0xIC40NS0xIDF2MTJjMCAuNTUuNDUgMSAxIDFoMTJjLjU1IDAgMS0uNDUgMS0xVjJjMC0uNTUtLjQ1LTEtMS0xem0wIDEz\
    SDFWMmgxMnYxMnptLTguNS0ySDN2LTEuNUw5LjUgNEgxMXYxLjVMNC41IDEyeiIvPjwvc3ZnPg==");
}
/* @end DROPDOWN */



/*.tail-select.multiple .tail-select-dropdown ul li.tail-dropdown-option.selected:hover:before {
    opacity: 0.75;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC\
    9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDE2Ij48cGF0aCBkPSJNMTMgMUgxYy0uNTUgM\
    C0xIC40NS0xIDF2MTJjMCAuNTUuNDUgMSAxIDFoMTJjLjU1IDAgMS0uNDUgMS0xVjJjMC0uNTUtLjQ1LTEtMS0xem0wIDEz\
    SDFWMmgxMnYxMnptLTItNUgzVjdoOHYyeiIvPjwvc3ZnPg==");
}*/


.modal-overlay {
    background-color: rgba(9, 9, 9, 0.5);
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    display: flex;
    overflow: auto;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.dialog-wrapper {
    position: absolute;
    top: calc((100vh / 2) / 2);
    border: 1px solid #522F91;
    left: calc((100vw / 2) / 2);
    background-color: #FFF;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 190px);
    overflow: hidden;
    min-width: 150px;
    min-height: 150px;
}

.dialog-title {
    padding: 5px;
    padding-bottom: 0px;
    padding-top: 2px;
    height: 25px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 2px;
    left: 2px;
    right: 2px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    cursor: move;
    line-height: 22px;
}

    .dialog-title.wlp {
        background-color: #f78f1e;
        color: white;
    }

    .dialog-title.wfp {
        background-color: #522F91;
        color: white;
    }

.modal-content {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    min-height: 80px;
    max-height: 600px;
    overflow: auto;
    position: relative;
    height: 560px;
}

.dialog-content-auxilairy {
    height: 420px;
}

.dialog-footer {
    height: 35px;
    display: flex;
    margin-top: 27px;
    flex-direction: row-reverse;
}

.dialog-button {
    height: 30px;
    display: inline-block;
    padding: 10px;
    padding-top: 3px;
    padding-bottom: 0px;
    position: relative;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid transparent;
    margin-left: 10px;
}

    .dialog-button.wlp {
        background-color: #D6D6D6;
    }

    .dialog-button.wfp {
        background-color: #D6D6D6;
    }

    .dialog-button.wlp:hover {
        background-color: rgba(247, 143, 30, .6);
        border-bottom: 2px solid rgba(247, 143, 30, .8);
    }

    .dialog-button.wfp:hover {
        background-color: rgba(82, 45, 145, .6);
        border-bottom: 2px solid rgba(82, 45, 145, .8);
    }

    .dialog-button.wlp:active {
        background-color: rgba(247, 143, 30, .8);
        border-bottom: 2px solid rgba(247, 143, 30, 1);
    }

    .dialog-button.wfp:active {
        background-color: rgba(82, 45, 145, .8);
        border-bottom: 2px solid rgba(82, 45, 145, 1);
    }

.dialog-button-content {
    margin: auto;
    line-height: 25px;
    color: #000;
}

.dialog-button-primary {
    background-color: rgba(82, 45, 145, .1);
}

.contract-section {
    width: 250px;
    position: relative;
}

.contract-section-title {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.5em;
    font-weight: normal;
    color: #522F91;
}

.floating-container {
    display: block;
    position: relative;
    width: 200px;
    max-width: 200px;
    height: 50px;
    border-bottom: 1px solid #3B3838;
}

.dialog-content div.floating-container:first-of-type {
    margin-top: 15px;
}

.floating-container:not(:last-child) {
    margin-bottom: 25px;
}

.floating-label {
    font-size: 1.1em;
    background-color: white;
    line-height: 2px;
    padding-left: 3px;
    padding-right: 3px;
    color: #3B3838;
    z-index: 1;
    margin-bottom: 0;
}

.floating-input {
    padding: 12px 5px 4px 10px;
    border: none;
    outline: none;
    width: 200px;
    background-color: #FFFFFF;
}

.floating-input-combobox {
    padding-top: 7px;
    border: none;
    outline: none;
    width: 200px;
    background-color: #FFFFFF;
}

.floating-container > #startYearWeek > .yearweek-control {
    border: 0;
    padding-top: 6px;
    width: 200px;
    text-align: left;
}

.floating-input-combobox > .k-dropdown-wrap,
.floating-input-combobox > .k-multiselect-wrap {
    border: 0;
}

.floating-input-combobox.k-multiselect.k-header.k-state-hover {
    border: 0;
}

.floating-input-combobox.k-multiselect.k-header.k-state-hover:hover {
    border: 0;
    background-color: #fff;
}

.floating-container-focus {
    border-color: #522F91;
}

.floating-label-focus {
    color: #522F91;
}

.floating-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    z-index: 1;
    top: 22px;
    left: 175px;
}

.floating-container .checkmark {
    position: absolute;
    top: 25px;
    left: 175px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #B5B5B5;
}

.floating-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.floating-container input:checked ~ .checkmark {
    background-color: #522F91;
}

.floating-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.floating-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.floating-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 	Messagebox styling		*/
.messagebox-icon {
    position: absolute;
    left: 25px;
    top: 30px;
    height: 52px;
    width: 52px;
    font-family: FontAwesome;
    font-size: 3em;
    text-align: center;
}

.messagebox-icon-confirm {
    height: 24px;
    width: 12px;
    left: 20px;
    top: 15px;
    display: inline-block;
    transform: rotate(45deg);
    border-bottom: 7px solid #78b13f;
    border-right: 7px solid #78b13f;
}

.messagebox-icon-error {
    width: 35px;
    left: 10px;
    font-size: 2.8em;
}

.messagebox-icon-confirmation1::before {
    color: green;
    content: "\f00c";
}

.messagebox-icon-information::before {
    content: "\f0c7";
}

.messagebox-icon-help::before {
    content: "\f0c7";
}

.messagebox-icon-error::before {
    color: #C1002C;
    content: "!";
    font-family: Arial;
    font-weight: bold;
}

.messagebox-icon-warning::before {
    content: "\f0c7";
}

.messagebox-message {
    margin-top: 20px;
    margin-left: 50px;
}

.dialog-title-confirm {
    background-color: #78b13f;
}

.dialog-title-warning {
    background-color: #522F91;
}

.dialog-title-error {
    background-color: #C1002C;
}

.dialog-content-confirm {
    border: 1px solid #78b13f;
    padding: 10px;
    background-color: rgba(120, 177, 62, .1);
}

.dialog-content-warning {
    border: 1px solid #C1002C;
    padding: 10px;
    background-color: rgba(193, 0, 44, .1);
}

.dialog-content-error {
    border: 1px solid #C1002C;
    padding: 10px;
    background-color: rgba(193, 0, 44, .1);
}

.dialog-button-confirm {
    color: #78b13f;
    background-color: rgba(120, 177, 62, .1);
}

    .dialog-button-confirm:hover {
        border-bottom-color: rgba(120, 177, 62, .4);
    }

    .dialog-button-confirm:active {
        background-color: rgba(120, 177, 62, .2);
    }

.dialog-button-warning {
    background-color: #522F91;
}

.dialog-button-error {
    color: #C1002C;
    background-color: rgba(193, 0, 44, .1);
}

    .dialog-button-error:hover {
        border-bottom-color: rgba(193, 0, 44, .4);
    }

    .dialog-button-error:active {
        background-color: rgba(193, 0, 44, .2);
    }

.dialog-button-none {
    background-color: rgba(82, 45, 145, .1);
}

    .dialog-button-none:active {
        background-color: rgba(82, 45, 145, .2);
    }

.contract-error::before,
.nodal-error::before {
    content: "\f06a";
}

.contract-error,
.modal-error {
    position: absolute;
    top: 25px;
    color: red;
    right: -15px;
}

.contract-error-combobox {
    top: 11px;
}

.floating-input-error-label {
    font-size: .8em;
    color: red;
    padding-top: 8px;
    display: inline-block;
}
/*	JdV Logo	*/
.dialog-title .jdv-circle {
    height: 23px;
    width: 23px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    background-color: rgba(255,255,255, .1);
    margin-left: 3px;
}

.dialog-title .jdv-triangle {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid rgba(255,255,255, .1);
}

.dialog-title .jdv-inner-circle {
    height: 9px;
    width: 9px;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    background-color: rgba(255,255,255, .1);
    top: -2px;
    left: -3px;
}

.dialog-title .jdv-triangle-right {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid rgba(255,255,255, .1);
}

/*	END JdV Logo		*/

.colorpick-container {
  position: absolute;
  display: flex;
  width: 465px;
  flex-wrap: wrap;
  border: 1px solid #522F91;
  top: calc(25vh);
  left: calc(38.46153846vw);
  background-color: #FFF;
}
.colorpick-container .wfp-colorpicker-title {
  width: 100%;
  height: 25px;
  margin: 5px;
  margin-bottom: 10px;
  background-color: #522F91;
}
.colorpick-container .title {
  display: inline-block;
  margin: 5px;
  font-weight: bold;
  color: white;
}
.colorpick-container .edit-container {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
.colorpick-container .label-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.colorpick-container .color-block-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 200px;
  height: 50px;
}
.colorpick-container .color-preview-container {
  display: flex;
  flex-direction: row;
}
.colorpick-container .current-color,
.colorpick-container .new-color {
  height: 25px;
  width: 50%;
  border: 1px solid black;
}
.colorpick-container .current-color {
  border-right: none;
}
.colorpick-container .textbox-container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  max-height: 155px;
  height: 155px;
  flex-flow: column wrap;
}
.colorpick-container .floating-container {
  width: 90px;
  height: 40px;
}
.colorpick-container .floating-container .modal-error {
  right: 3px;
  top: 20px;
}
.colorpick-container .floating-container:not(:last-child) {
  margin-bottom: 10px;
}
.colorpick-container .floating-label {
  font-size: 1em;
}
.colorpick-container .floating-input {
  width: 65px;
  padding: 0 5px 0 10px;
}
.colorpick-container canvas {
  border: 0;
  display: block;
  margin: 0 auto;
}
.colorpick-container .button-container {
  display: flex;
  justify-content: flex-end;
  width: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dialog-wrapper > .dialog-title.wlp,
.dialog-wrapper > .dialog-title.wfp {
  color: #FFFFFF;
}
.dialog-wrapper .dialog-section > * > * > .grid-control-container > .header-container.wlp,
.dialog-wrapper .dialog-section > * > * > .grid-control-container > .header-container.wfp {
  background-color: #FFFFFF;
  color: #3b3838;
  border-bottom: 1px solid #5a5a5a;
  font-weight: normal;
}
.dialog-wrapper .dialog-error-exclamation {
  position: absolute;
  right: -15px;
  top: 27px;
  color: red;
}
.dialog-wrapper .dialog-error-exclamation::before {
  font-family: 'FontAwesome';
  content: "\f06a";
  color: red;
}
.busy-progressbar-container .progress-bar-container {
  margin-top: 0px;
  margin-left: 0px;
  width: 601px;
  border: 1px solid black;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}
.busy-progressbar-container .progress-bar-container.wfp {
  border: 1px solid #522F91;
  background-color: white;
}
.busy-progressbar-container .progress-bar-container.wlp {
  border: 1px solid #F78F1E;
  background-color: white;
}
.busy-progressbar-container .progress-bar-tracker-container {
  margin: 10px;
  margin-top: 0;
  position: relative;
  height: 20px;
  overflow: hidden;
}
.busy-progressbar-container .progress-bar-tracker-container.wfp {
  border: 1px solid #522F91;
}
.busy-progressbar-container .progress-bar-tracker-container.wlp {
  border: 1px solid #F78F1E;
}
.busy-progressbar-container .progress-bar-tracker-overlay {
  height: 20px;
  width: 100%;
  right: 0;
  position: absolute;
  z-index: 3;
}
.busy-progressbar-container .progress-bar-tracker-overlay.wfp {
  background-color: #A99CB8;
}
.busy-progressbar-container .progress-bar-tracker-overlay.wlp {
  background-color: #FFF5E5;
}
.busy-progressbar-container .progress-bar-tracker {
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.busy-progressbar-container .progress-bar-tracker.wfp {
  background-color: #522F91;
}
.busy-progressbar-container .progress-bar-tracker.wlp {
  background-color: #F78F1E;
}
.busy-progressbar-container .progress-bar-tracker-fx {
  position: absolute;
  width: 75px;
  height: 20px;
  left: -75px;
  z-index: 1;
}
.busy-progressbar-container .progress-bar-tracker-fx.wfp {
  background: linear-gradient(90deg, rgba(83, 57, 112, 0) 0%, #e1c6ff 50%, rgba(83, 57, 112, 0) 100%);
}
.busy-progressbar-container .progress-bar-tracker-fx.wlp {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 154, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.busy-progressbar-container .progress-bar-counter {
  position: absolute;
  text-align: center;
  z-index: 4;
  width: 100%;
}
.busy-progressbar-container .progress-bar-counter > span {
  line-height: 20px;
}
.busy-progressbar-container .progress-bar-counter.wfp {
  color: #FFFFFF;
}
.busy-progressbar-container .progress-bar-counter.wlp {
  color: #000000;
}
.busy-progressbar-container .progress-bar-title {
  padding: 3px;
  padding: 4px;
  font-weight: bold;
  color: #FFFFFF;
}
.busy-progressbar-container .progress-bar-title.wfp {
  background-color: #522F91;
}
.busy-progressbar-container .progress-bar-title.wlp {
  background-color: #F78F1E;
}
.busy-progressbar-container .remaining-timer-container {
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.busy-progressbar-container .remaining-timer-container.wlp {
  color: black;
}
.busy-progressbar-container .progressbar-footer {
  padding-right: 15px;
  padding-bottom: 5px;
  text-align: right;
}
.busy-progressbar-container .dialog-button {
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.busy-progressbar-container .dialog-button .dialog-button-content {
  line-height: 20px;
}