html,body {font-size:18px}
a:hover {text-decoration: none;}
h1 {font-size:1.8rem;line-height: 3rem;margin-bottom:0;margin-top: 0.1rem}
h4 {font-size:1.2em;margin-bottom:0.25rem}

.headline {border-left: 10px solid #0D577E;padding:10px;background-color:#eaeaea }
.bg-vlight {background-color:#fcfcfc}
/*
* Header
*------------------------------------------------------------------*/
#header {position: fixed;top:0;width:100%;z-index:10;background-color: #161848;}
#header,#header h1,#header a  {color:#fff}

/*
* Main
*------------------------------------------------------------------*/
#main {margin-left:220px;padding: 100px 25px 20px;position: relative;transition:300ms;}

/*
 * Menu Toggle
*------------------------------------------------------------------*/
.navbar-toggler {margin:10px;}
@media (min-width: 901px) {
  .navbar-toggler {display:none}
}

/*
 * Side Bar
 *------------------------------------------------------------------*/
#aside {width: 220px;position:absolute;top:42px;left:0;z-index:1;background:#f8f9fa;display:block;height:calc(100% - 187px);overflow: hidden;transition:200ms}
#aside nav {width: 220px;overflow: hidden;margin-top:20px;padding:0.5rem}
#aside li {font-size:1em}
#aside li a {color:#555}
#aside .fas {width:25px}
#aside .nav-link {padding: 0.5rem 0.25rem;}

/*
 * Small screens
*------------------------------------------------------------------*/
@media (max-width: 900px) {
  #header .logo img {height:50px}
  #aside {width:68px;top:71px}
  #main {margin-left:68px;padding-top:90px}
  #aside span {display: none;}
}
/*
 * Smaller screens
*------------------------------------------------------------------*/
@media (max-width: 767px) {
  #aside {width:0}
  #main {margin-left:0}
  #aside nav {position:relative}
}
/*
 * Hide Menu
*------------------------------------------------------------------*/
.hide-menu #aside {width:54px;}
.hide-menu .main {margin-left:54px}
.hide-menu #aside span {display: none;}
.hide-menu.admin #aside {width:220px;z-index:998}
.hide-menu.admin .main {margin-left:0px}
.hide-menu.admin #aside span {display: inline;}

/*
 * Show Menu
*------------------------------------------------------------------*/
.show-menu #aside {width:220px}
.show-menu .main {margin-left:220px}
.show-menu #aside span {display:inline;}

/*
 * Login Page
*------------------------------------------------------------------*/
body.login {
    padding-top: 90px;
}
/*
 * Total Table
*------------------------------------------------------------------*/
/*.title-row td,th {color: #FFF;background-color: rgb(0,56,156);font-weight: normal;}
.total-row td {font-weight: bold;border-bottom: 1px solid #000}*/
/*
 * Alerts
*------------------------------------------------------------------*/
h4.alert-heading {margin-bottom:0}

/*
 * Form
*------------------------------------------------------------------*/
.help-block {font-size:0.8rem;color:#999;padding-top: 0.25rem}
fieldset {margin-bottom:0.75rem}
/*
 * Cards
*------------------------------------------------------------------*/
.card-header h1,.card-header h2,.card-header h3,.card-header h4 {margin-bottom:0}

.nav-tabs .nav-link.active {
    background-color: #fcfcfc !important;
}
.table {background:#fff}
/* Temp - BS4 file upload */
.custom-file-label {left:15px;right:15px}

/*
 * Footer
 *------------------------------------------------------------------*/
.footer {z-index:1000;}
.copy {color:#fff;text-transform:uppercase;font-size:14px;background-color:#161848;padding:10px 0;text-align:center;}

@media (min-width: 768px) {
  html {position:relative;min-height:100%;}
  body {margin:0 0 38px;}
  #footer {position:absolute;left:0;bottom:0;height:38px;width:100%;}
}

/*
 * jQuery UI Datepicker 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {width:17em;padding:.2em .2em 0;display:none;}
.ui-datepicker .ui-datepicker-header {position:relative;padding:.2em 0;border:0;font-weight:bold;width:100%;padding:4px 0;background-color:#F5F5F5;color:#808080;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {position:absolute;top:2px;width:1.8em;height:1.8em;}
.ui-datepicker .ui-datepicker-prev {left:2px;}
.ui-datepicker .ui-datepicker-next {right:2px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}
.ui-datepicker .ui-datepicker-title {margin:0 2.3em;line-height:1.8em;text-align:center;}
.ui-datepicker .ui-datepicker-title select {font-size:1em;margin:1px 0;}
.ui-datepicker select.ui-datepicker-month-year {width:100%;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width:49%;}
.ui-datepicker table {width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}
.ui-datepicker th {padding:.7em .3em;text-align:center;font-weight:bold;border:0;}
.ui-datepicker td {border:0;padding:1px;}
.ui-datepicker td span, .ui-datepicker td a {display:block;padding:.2em;text-align:right;text-decoration:none;}
.ui-datepicker .ui-datepicker-buttonpane {background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}
.ui-datepicker .ui-datepicker-buttonpane button {float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float:left;}
.ui-datepicker.ui-datepicker-multi {width:auto;}
.ui-datepicker-multi .ui-datepicker-group {float:left;}
.ui-datepicker-multi .ui-datepicker-group table {width:95%;margin:0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group {width:50%;}
.ui-datepicker-multi-3 .ui-datepicker-group {width:33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group {width:25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width:0;}
.ui-datepicker-multi .ui-datepicker-buttonpane {clear:left;}
.ui-datepicker-row-break {clear:both;width:100%;font-size:0;}
.ui-datepicker-cover {display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px;}
.ui-datepicker th {font-weight:bold;color:gray;}
.ui-datepicker-today a:hover {background-color:#808080;color:#FFFFFF;}
.ui-datepicker-today a {background-color:#BFBFBF;cursor:pointer;padding:0 4px;margin-bottom:0;}
.ui-datepicker td a {margin-bottom:0;border:0;}
.ui-datepicker td:hover {color:#FFFFFF;}
.ui-datepicker td .ui-state-default {border:0;background:none;margin-bottom:0;padding:5px;color:gray;text-align:center;filter:none;}
.ui-datepicker td .ui-state-highlight {color:#FFFFFF;background-color:#A90329;border-color:#46B8DA;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.ui-datepicker td .ui-state-active {color:#333333;background-color:#EBEBEB;border-color:#ADADAD;margin-bottom:0;font-size:normal;text-shadow:0;border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.ui-datepicker td .ui-state-hover {color:#FFFFFF;background:#428BCA;background-color:#428BCA;text-shadow:0 -1px 0 rgba(0, 0, 0, .25);border-color:#357EBD;border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.ui-widget-content {border:1px solid #AAAAAA;background:#FFFFFF;color:#404040;}

/*
 * Drop Zone
 ****************************************************/
.dropzone, .dropzone * {box-sizing:border-box;}
.dropzone {border:1px dashed rgba(0, 0, 0, .3);border-radius:5px;background:white;padding:20px 20px;}
.dropzone.dz-clickable {cursor:pointer;}
.dropzone.dz-clickable * {cursor:default;}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {cursor:pointer;}
.dropzone.dz-started .dz-message {display:none;}
.dropzone.dz-drag-hover {border:1px dashed #4487A5 !important;}
.dropzone.dz-drag-hover .dz-message {opacity:.5;}
.dropzone .dz-message {text-align:center;margin:0;}
.dropzone .dz-preview {position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px;}
.dropzone .dz-preview:hover {z-index:1000;}
.dropzone .dz-preview:hover .dz-details {opacity:1;}
.dropzone .dz-preview.dz-file-preview .dz-image {border-radius:20px;background:#999999;background:linear-gradient(to bottom, #EEEEEE, #DDDDDD);}
.dropzone .dz-preview.dz-file-preview .dz-details {opacity:1;}
.dropzone .dz-preview.dz-image-preview {background:none;}
.dropzone .dz-preview.dz-image-preview .dz-details {-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear;}
.dropzone .dz-preview .dz-remove {font-size:14px;text-align:center;display:block;cursor:pointer;border:none;}
.dropzone .dz-preview .dz-remove:hover {text-decoration:underline;}
.dropzone .dz-preview:hover .dz-details {opacity:1;}
.dropzone .dz-preview .dz-details {z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0, 0, 0, .9);line-height:150%;}
.dropzone .dz-preview .dz-details .dz-size {margin-bottom:1em;font-size:16px;}
.dropzone .dz-preview .dz-details .dz-filename {white-space:nowrap;}
.dropzone .dz-preview .dz-details .dz-filename:hover span {border:1px solid rgba(200, 200, 200, .8);background-color:rgba(255, 255, 255, .8);}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {overflow:hidden;text-overflow:ellipsis;}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {border:1px solid transparent;}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {background-color:rgba(255, 255, 255, .4);padding:0 .4em;border-radius:3px;}
.dropzone .dz-preview:hover .dz-image img {-webkit-transform:scale(1.05, 1.05);-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-o-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);-webkit-filter:blur(8px);filter:blur(8px);}
.dropzone .dz-preview .dz-image {border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10;}
.dropzone .dz-preview .dz-image img {display:block;}
.dropzone .dz-preview.dz-success .dz-success-mark {-webkit-animation:passing-through 3s cubic-bezier(.77, 0, .175, 1);-moz-animation:passing-through 3s cubic-bezier(.77, 0, .175, 1);-ms-animation:passing-through 3s cubic-bezier(.77, 0, .175, 1);-o-animation:passing-through 3s cubic-bezier(.77, 0, .175, 1);animation:passing-through 3s cubic-bezier(.77, 0, .175, 1);}
.dropzone .dz-preview.dz-error .dz-error-mark {opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77, 0, .175, 1);-moz-animation:slide-in 3s cubic-bezier(.77, 0, .175, 1);-ms-animation:slide-in 3s cubic-bezier(.77, 0, .175, 1);-o-animation:slide-in 3s cubic-bezier(.77, 0, .175, 1);animation:slide-in 3s cubic-bezier(.77, 0, .175, 1);}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {display:block;width:54px;height:54px;}
.dropzone .dz-preview.dz-processing .dz-progress {opacity:1;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.dropzone .dz-preview.dz-complete .dz-progress {opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in;}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite;}
.dropzone .dz-preview .dz-progress {opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255, 255, 255, .9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden;}
.dropzone .dz-preview .dz-progress .dz-upload {background:#333333;background:linear-gradient(to bottom, #666666, #444444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out;}
.dropzone .dz-preview.dz-error .dz-error-message {display:block;}
.dropzone .dz-preview.dz-error:hover .dz-error-message {opacity:1;pointer-events:auto;}
.dropzone .dz-preview .dz-error-message {pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#BE2626;background:linear-gradient(to bottom, #BE2626, #A92222);padding:.5em 1.2em;color:white;}
.dropzone .dz-preview .dz-error-message:after {content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #BE2626;}
/* End Dropzone */

/*
*  Select 2 */
.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:28px;user-select:none;-webkit-user-select:none;}
.select2-container .select2-selection--single .select2-selection__rendered {display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.select2-container .select2-selection--single .select2-selection__clear {position:relative;}
.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 #AAAAAA;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;}
.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:#FFFFFF;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:#FFFFFF;border:1px solid #AAAAAA;border-radius:4px;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color:#444444;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:#999999;}
.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:#888888 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.select2-container--disabled .select2-selection--single {background-color:#EEEEEE;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 #888888 transparent;border-width:0 4px 5px 4px;}
.select2-container--default .select2-selection--multiple {background-color:white;border:1px solid #AAAAAA;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:#999999;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 #AAAAAA;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:#999999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {color:#333333;}
.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:#EEEEEE;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 #AAAAAA;}
.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:#999999;}
.select2-container--default .select2-results__option[aria-selected=true] {background-color:#DDDDDD;}
.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:#5897FB;color: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 #AAAAAA;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:#444444;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:#999999;}
.select2-container--classic .select2-selection--single .select2-selection__arrow {background-color:#DDDDDD;border:none;border-left:1px solid #AAAAAA;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:#888888 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.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 #888888 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 #AAAAAA;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 #AAAAAA;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:#888888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {color:#555555;}
.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 #AAAAAA;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;}