Browse Source

Remove in-development themes

Denis K 9 years ago
parent
commit
67f69392cd

+ 0 - 282
jet/static/jet/css/themes/dark-green/_variables.scss

@@ -1,282 +0,0 @@
-$hue: -42;
-$desaturate: 20%;
-
-@function transform2($color) {
-  //$color: saturate($color, 10%);
-  $color: desaturate($color, 100%);
-  @return($color);
-};
-
-$black-color: transform2(#000);
-$white-color: transform2(#fff);
-$border-color: transform2(#f4f4f4); //border
-
-//fill
-$blue-color-1: #252525; //dark-dark
-$blue-color-2: #2e2e2e; //dark
-$blue-color-3: #4C4C4C; //contrast2
-$blue-color-5: transform2(#76849a); //top dropdown border
-$blue-color-9: transform2(#ecf2f6); //background, top dropdown text
-$blue-color-10: transform2(#f6fafc); //contrast
-
-//text
-$blue-color-4: transform2(#6f7e95); //text
-$blue-color-7: transform2(#c0cad8); //light side
-$blue-color-8: transform2(#d0dbe6); //dim color, secondary button
-$blue-color-11: transform2(#c0d4e8); //top color
-
-$contrast-color: #75B436;
-$contrast-dim-color: transparentize($contrast-color, 0.25);
-$contrast2-color: #AAB031;
-
-$success-color-1: transform2(#8ecb8e);
-$success-color-2: transform2(#c9eaca);
-
-$info-color-1: transform2(#bebe92);
-$info-color-2: transform2(#e8e8bd);
-
-$selected-color-1: #e5e2a5;
-$selected-color-2: #fffcc0;
-
-$warning-color-1: transform2(#dba4a4);
-$warning-color-2: transform2(#f0dada);
-$warning-color-3: transform2(#c14747);
-
-
-@function transform($color) {
-  $color: saturate($color, 10%);
-  @return($color);
-};
-
-@debug "$black-color: " + transform($black-color) + ";";
-@debug "$white-color: " + transform($white-color) + ";";
-@debug "$border-color: " + transform($border-color) + ";";
-@debug "$blue-color-1: " + transform($blue-color-1) + ";";
-@debug "$blue-color-2: " + transform($blue-color-2) + ";";
-@debug "$blue-color-3: " + transform($blue-color-3) + ";";
-@debug "$blue-color-5: " + transform($blue-color-5) + ";";
-@debug "$blue-color-9: " + transform($blue-color-9) + ";";
-@debug "$blue-color-10: " + transform($blue-color-10) + ";";
-@debug "$blue-color-4: " + transform($blue-color-4) + ";";
-@debug "$blue-color-7: " + transform($blue-color-7) + ";";
-@debug "$blue-color-8: " + transform($blue-color-8) + ";";
-@debug "$blue-color-11: " + transform($blue-color-11) + ";";
-@debug "$contrast-color: " + transform($contrast-color) + ";";
-@debug "$contrast-dim-color: " + transform($contrast-dim-color) + ";";
-@debug "$contrast2-color: " + transform($contrast2-color) + ";";
-@debug "$success-color-1: " + transform($success-color-1) + ";";
-@debug "$success-color-2: " + transform($success-color-2) + ";";
-@debug "$info-color-1: " + transform($info-color-1) + ";";
-@debug "$info-color-2: " + transform($info-color-2) + ";";
-@debug "$selected-color-1: " + transform($selected-color-1) + ";";
-@debug "$selected-color-2: " + transform($selected-color-2) + ";";
-@debug "$warning-color-1: " + transform($warning-color-1) + ";";
-@debug "$warning-color-2: " + transform($warning-color-2) + ";";
-@debug "$warning-color-3: " + transform($warning-color-3) + ";";
-
-//$black-color: black;
-//$white-color: white;
-//$border-color: #f5f3f4;
-//$blue-color-1: #254d49;
-//$blue-color-2: #2e5955;
-//$blue-color-3: #3c706b;
-//$blue-color-5: #6aa6a1;
-//$blue-color-9: #eff6f5;
-//$blue-color-10: #f5fdfa;
-//$blue-color-4: #62a29c;
-//$blue-color-7: #bbddd9;
-//$blue-color-8: #cceae4;
-//$blue-color-11: #B4DCD4;
-//$contrast-color: #44b78b;
-//$contrast-dim-color: transparentize($contrast-color, 0.25);
-//$contrast2-color: #7FB1DC;
-//$success-color-1: #bcd386;
-//$success-color-2: #e0eec5;
-//$info-color-1: #c79c89;
-//$info-color-2: #ecc8b9;
-//$selected-color-1: #ebb29f;
-//$selected-color-2: #ffd0c0;
-//$warning-color-1: #e19e9e;
-//$warning-color-2: #f3d7d7;
-//$warning-color-3: #cd3b3b;
-
-$success-color-1: #8ecb8e;
-$success-color-2: #c9eaca;
-
-$info-color-1: #bebe92;
-$info-color-2: #e8e8bd;
-
-$selected-color-1: #e5e2a5;
-$selected-color-2: #fffcc0;
-
-$warning-color-1: #dba4a4;
-$warning-color-2: #f0dada;
-$warning-color-3: #c14747;
-
-/*
- * General
- */
-
-$background-color: $blue-color-9;
-$text-color: $blue-color-4;
-$dim-text-color: $blue-color-8;
-$error-text-color: $warning-color-3;
-
-$link-color: #8EACD4;
-$hover-link-color: $contrast-color;
-
-$font: Arial, sans-serif;
-$font-size: 14px;
-
-/*
- * Sidebar
- */
-
-$sidebar-width: 250px;
-
-$sidebar-background-color: $blue-color-2;
-$sidebar-border-color: $blue-color-1;
-$sidebar-contrast-color: $contrast-color;
-$sidebar-contrast2-color: $contrast2-color;
-
-$sidebar-text-color: $blue-color-4;
-$sidebar-icon-color: $blue-color-4;
-$sidebar-link-color: $blue-color-7;
-$sidebar-hover-link-color: $white-color;
-$sidebar-hover-background-color: $blue-color-1;
-
-$sidebar-popup-search-input-background-color: $blue-color-8;
-$sidebar-popup-search-input-text-color: $blue-color-4;
-$sidebar-popup-search-input-placeholder-color: $blue-color-8;
-
-$sidebar-popup-background-color: $blue-color-9;
-$sidebar-popup-text-color: $blue-color-4;
-$sidebar-popup-overlay-color: $black-color;
-
-$sidebar-popup-link-text-color: $blue-color-4;
-$sidebar-popup-hover-link-color: $white-color;
-$sidebar-popup-hover-link-background-color: $contrast-color;
-
-/*
- * Top
- */
-
-$top-height: 32px;
-
-$top-text-color: $blue-color-11;
-$top-link-color: $blue-color-11;
-$top-hover-link-color: $contrast2-color;
-$top-border-color: $blue-color-11;
-$top-icon-color: $contrast-color;
-$top-dropdown-background-color: $blue-color-4;
-$top-dropdown-border-color: $blue-color-5;
-$top-dropdown-text-color: $blue-color-9;
-$top-dropdown-link-color: $blue-color-9;
-$top-dropdown-hover-link-color: $blue-color-9;
-
-/*
- * Content
- */
-
-$content-background-color: $white-color;
-$content-contrast-background-color: $blue-color-10; //inline list bg
-$content-contrast2-background-color: $blue-color-3; //table header
-$content-contrast3-background-color: $blue-color-8; //delete collapsable
-$content-selected-background-color: $selected-color-2;
-$content-contrast2-text-color: $white-color;
-$content-border-color: $border-color; //row bottom
-$content-border2-color: $blue-color-8; //table bottom
-$content-selected-border-color: $selected-color-1;
-
-$tab-selected-border-color: $contrast2-color;
-$tab-error-border-color: $warning-color-3;
-
-/*
- * Buttons
- */
-
-$button-background-color: $blue-color-8;
-$button-hover-background-color: $contrast2-color;
-$button-active-background-color: $blue-color-4;
-$button-text-color: $blue-color-4;
-$button-hover-text-color: $white-color;
-$button-active-text-color: $white-color;
-
-$primary-button-background-color: $contrast-color;
-$primary-button-text-color: $white-color;
-
-$danger-button-background-color: $warning-color-3;
-$danger-button-text-color: $white-color;
-
-$background-button-background-color: $white-color;
-$background-button-text-color: $blue-color-4;
-
-/*
- * Inputs
- */
-
-$input-background-color: $white-color;
-$input-contrast-background-color: $blue-color-8;
-$input-border-color: $blue-color-9;
-$input-hover-background-color: $contrast-color;
-$input-icon-color: $contrast-color;
-$input-text-color: $blue-color-4;
-$input-contrast-text-color: $blue-color-4;
-$input-hover-text-color: $white-color;
-$input-selected-text-color: $contrast-color;
-$input-disabled-text-color: $blue-color-8;
-$input-placeholder-color: $blue-color-8;
-$input-shadow-color: $contrast-dim-color;
-
-$background-input-background-color: $white-color;
-$background-input-border-color: $white-color;
-$background-input-text-color: $blue-color-4;
-
-/*
- * Messages
- */
-
-$warning-color: $warning-color-2;
-$warning-text-color: $warning-color-1;
-$info-color: $info-color-2;
-$info-text-color: $info-color-1;
-$success-color: $success-color-2;
-$success-text-color: $success-color-1;
-
-/*
- * Login
- */
-
-$login-background-color: $blue-color-2;
-$login-title-text-color: $blue-color-4;
-$login-title-contrast-text-color: $white-color;
-$login-header-background-color: $blue-color-3;
-$login-header-text-color: $white-color;
-$login-content-background-color: $white-color;
-
-/*
- * jQuery UI
- */
-
-$jquery-ui-buttonpane-background: $blue-color-9;
-
-$jquery-ui-state-default-background-color: $white-color;
-$jquery-ui-state-default-border-color: $blue-color-9;
-$jquery-ui-state-default-text-color: $blue-color-4;
-
-$jquery-ui-state-hover-background-color: $contrast2-color;
-$jquery-ui-state-hover-border-color: $contrast2-color;
-$jquery-ui-state-hover-text-color: $white-color;
-
-$jquery-ui-state-active-background-color: $contrast-color;
-$jquery-ui-state-active-border-color: $contrast-color;
-$jquery-ui-state-active-text-color: $white-color;
-
-$jquery-ui-state-highlight-background-color: $white-color;
-$jquery-ui-state-highlight-border-color: $contrast2-color;
-$jquery-ui-state-highlight-text-color: $contrast2-color;
-
-$jquery-ui-overlay-color: $black-color;
-
-$jquery-ui-tooltip-background-color: $black-color;
-$jquery-ui-tooltip-text-color: $white-color;

+ 0 - 5121
jet/static/jet/css/themes/dark-green/base.css

@@ -1,5121 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-html, body {
-  margin: 0;
-  padding: 0;
-  height: 100%; }
-
-body {
-  color: #828282;
-  font-family: Arial, sans-serif;
-  font-size: 14px; }
-  body.non-scrollable {
-    overflow: hidden; }
-
-a, a:visited, a:hover {
-  color: #8EACD4;
-  font-weight: normal;
-  text-decoration: none; }
-
-a:hover {
-  color: #75B436; }
-
-.container {
-  padding-left: 250px;
-  height: 100%;
-  position: relative; }
-
-.sidebar {
-  position: fixed;
-  width: 250px;
-  height: 100%;
-  top: 0;
-  left: 0;
-  overflow-y: auto; }
-
-.content {
-  width: 100%;
-  min-height: 100%;
-  z-index: 1;
-  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.25);
-  position: relative; }
-
-#content {
-  padding: 20px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.table, #changelist table, table#change-history {
-  background: white;
-  border-collapse: collapse;
-  border-radius: 4px;
-  box-shadow: 0 2px 0 0 #dbdbdb;
-  margin-bottom: 2px;
-  overflow-x: auto;
-  width: 100%; }
-  .table.helper, #changelist table.helper, table.helper#change-history {
-    display: none;
-    position: fixed;
-    z-index: 2;
-    top: 0;
-    right: 20px;
-    width: auto;
-    border-radius: 0;
-    box-shadow: none; }
-    .table.helper thead th, #changelist table.helper thead th, table.helper#change-history thead th {
-      border-radius: 0 !important; }
-  .table caption, #changelist table caption, table#change-history caption {
-    border-radius: 4px;
-    padding: 6px;
-    text-align: left;
-    text-transform: uppercase;
-    font-size: 11px;
-    font-weight: bold; }
-    .table caption a, #changelist table caption a, table#change-history caption a {
-      color: #828282;
-      font-size: 11px;
-      font-weight: bold; }
-  .table thead th, #changelist table thead th, table#change-history thead th {
-    background: #4C4C4C;
-    padding: 8px;
-    font-size: 12px;
-    font-weight: normal;
-    text-align: left;
-    white-space: nowrap; }
-    .table thead th, #changelist table thead th, table#change-history thead th, .table thead th a, #changelist table thead th a, table#change-history thead th a, .table thead th a:visited, #changelist table thead th a:visited, table#change-history thead th a:visited, .table thead th a:hover, #changelist table thead th a:hover, table#change-history thead th a:hover {
-      color: white;
-      text-decoration: none;
-      text-transform: uppercase; }
-    .table thead th:first-child, #changelist table thead th:first-child, table#change-history thead th:first-child {
-      border-radius: 4px 0 0 0; }
-    .table thead th:last-child, #changelist table thead th:last-child, table#change-history thead th:last-child {
-      border-radius: 0 4px 0 0; }
-    .table thead th:first-child:last-child, #changelist table thead th:first-child:last-child, table#change-history thead th:first-child:last-child {
-      border-radius: 4px 4px 0 0; }
-    .table thead th.action-checkbox-column, #changelist table thead th.action-checkbox-column, table#change-history thead th.action-checkbox-column {
-      width: 20px;
-      text-align: center; }
-    .table thead th.sorted .sortoptions, #changelist table thead th.sorted .sortoptions, table#change-history thead th.sorted .sortoptions {
-      display: inline-block; }
-      .table thead th.sorted .sortoptions .sortpriority, #changelist table thead th.sorted .sortoptions .sortpriority, table#change-history thead th.sorted .sortoptions .sortpriority {
-        background: white;
-        color: #828282;
-        padding: 2px 8px;
-        margin-right: 2px;
-        border-radius: 12px; }
-    .table thead th.sorted .text, #changelist table thead th.sorted .text, table#change-history thead th.sorted .text {
-      display: inline-block; }
-      .table thead th.sorted .text:after, #changelist table thead th.sorted .text:after, table#change-history thead th.sorted .text:after {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        color: white;
-        font-size: 13px;
-        font-weight: bold;
-        margin-left: 4px; }
-    .table thead th.sorted.ascending .text:after, #changelist table thead th.sorted.ascending .text:after, table#change-history thead th.sorted.ascending .text:after {
-      content: ""; }
-    .table thead th.sorted.descending .text:after, #changelist table thead th.sorted.descending .text:after, table#change-history thead th.sorted.descending .text:after {
-      content: ""; }
-  .table tbody tr, #changelist table tbody tr, table#change-history tbody tr {
-    border-bottom: 1px solid #f4f4f4; }
-    .table tbody tr:last-child, #changelist table tbody tr:last-child, table#change-history tbody tr:last-child {
-      border-bottom: 0; }
-    .table tbody tr th, #changelist table tbody tr th, table#change-history tbody tr th, .table tbody tr td, #changelist table tbody tr td, table#change-history tbody tr td {
-      padding: 8px;
-      text-align: left;
-      font-size: 13px; }
-      .table tbody tr th.action-checkbox, #changelist table tbody tr th.action-checkbox, table#change-history tbody tr th.action-checkbox, .table tbody tr td.action-checkbox, #changelist table tbody tr td.action-checkbox, table#change-history tbody tr td.action-checkbox {
-        text-align: center; }
-      .table tbody tr th img[src$="admin/img/icon-yes.gif"], #changelist table tbody tr th img[src$="admin/img/icon-yes.gif"], table#change-history tbody tr th img[src$="admin/img/icon-yes.gif"], .table tbody tr th img[src$="admin/img/icon-no.gif"], #changelist table tbody tr th img[src$="admin/img/icon-no.gif"], table#change-history tbody tr th img[src$="admin/img/icon-no.gif"], .table tbody tr th img[src$="admin/img/icon-unknown.gif"], #changelist table tbody tr th img[src$="admin/img/icon-unknown.gif"], table#change-history tbody tr th img[src$="admin/img/icon-unknown.gif"], .table tbody tr td img[src$="admin/img/icon-yes.gif"], #changelist table tbody tr td img[src$="admin/img/icon-yes.gif"], table#change-history tbody tr td img[src$="admin/img/icon-yes.gif"], .table tbody tr td img[src$="admin/img/icon-no.gif"], #changelist table tbody tr td img[src$="admin/img/icon-no.gif"], table#change-history tbody tr td img[src$="admin/img/icon-no.gif"], .table tbody tr td img[src$="admin/img/icon-unknown.gif"], #changelist table tbody tr td img[src$="admin/img/icon-unknown.gif"], table#change-history tbody tr td img[src$="admin/img/icon-unknown.gif"] {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        content: "";
-        font-weight: bold; }
-      .table tbody tr th img[src$="admin/img/icon-yes.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-yes.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-yes.gif"]:before, .table tbody tr td img[src$="admin/img/icon-yes.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-yes.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-yes.gif"]:before {
-        content: "";
-        color: #8ecb8e; }
-      .table tbody tr th img[src$="admin/img/icon-no.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-no.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-no.gif"]:before, .table tbody tr td img[src$="admin/img/icon-no.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-no.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-no.gif"]:before {
-        content: "";
-        color: #dba4a4; }
-      .table tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, .table tbody tr td img[src$="admin/img/icon-unknown.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-unknown.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-unknown.gif"]:before {
-        content: ""; }
-  .table tbody tr.selected, #changelist table tbody tr.selected, table#change-history tbody tr.selected {
-    border-color: #e5e2a5; }
-    .table tbody tr.selected:last-child th:first-child, #changelist table tbody tr.selected:last-child th:first-child, table#change-history tbody tr.selected:last-child th:first-child, .table tbody tr.selected:last-child td:first-child, #changelist table tbody tr.selected:last-child td:first-child, table#change-history tbody tr.selected:last-child td:first-child {
-      border-radius: 0 0 0 4px; }
-    .table tbody tr.selected:last-child th:last-child, #changelist table tbody tr.selected:last-child th:last-child, table#change-history tbody tr.selected:last-child th:last-child, .table tbody tr.selected:last-child td:last-child, #changelist table tbody tr.selected:last-child td:last-child, table#change-history tbody tr.selected:last-child td:last-child {
-      border-radius: 0 0 4px 0; }
-    .table tbody tr.selected th, #changelist table tbody tr.selected th, table#change-history tbody tr.selected th, .table tbody tr.selected td, #changelist table tbody tr.selected td, table#change-history tbody tr.selected td {
-      background-color: #fffcc0; }
-  .table tbody tr.contrast, #changelist table tbody tr.contrast, table#change-history tbody tr.contrast {
-    background: #f9f9f9; }
-  .table tbody tr.contrast2, #changelist table tbody tr.contrast2, table#change-history tbody tr.contrast2 {
-    background: #4C4C4C;
-    color: white;
-    border: 0; }
-    .table tbody tr.contrast2 a, #changelist table tbody tr.contrast2 a, table#change-history tbody tr.contrast2 a, .table tbody tr.contrast2 a:visited, #changelist table tbody tr.contrast2 a:visited, table#change-history tbody tr.contrast2 a:visited, .table tbody tr.contrast2 a:hover, #changelist table tbody tr.contrast2 a:hover, table#change-history tbody tr.contrast2 a:hover {
-      color: white; }
-  .table tbody tr.contrast3, #changelist table tbody tr.contrast3, table#change-history tbody tr.contrast3 {
-    background: #dbdbdb; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.button-group {
-  margin: 0;
-  line-height: normal; }
-  .button-group-buttons span, .button-group-buttons a {
-    padding: 6px 10px;
-    display: inline-block; }
-    .button-group-buttons span:first-child, .button-group-buttons a:first-child {
-      border-radius: 4px 0 0 4px; }
-    .button-group-buttons span:last-child, .button-group-buttons a:last-child {
-      border-radius: 0 4px 4px 0; }
-    .button-group-buttons span:first-child:last-child, .button-group-buttons a:first-child:last-child {
-      border-radius: 4px; }
-  .button-group-buttons span {
-    background-color: #828282;
-    color: white; }
-  .button-group-buttons a, .button-group-buttons a:visited, .button-group-buttons a:hover {
-    background-color: #dbdbdb;
-    color: #828282;
-    text-decoration: none; }
-  .button-group-buttons a:hover {
-    background-color: #AAB031;
-    color: white; }
-  .button-group-label {
-    margin-right: 10px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.sidebar {
-  background-color: #2e2e2e; }
-  .sidebar-menu {
-    margin-bottom: 32px !important; }
-    .sidebar-menu-wrapper {
-      overflow-y: auto;
-      height: 100%; }
-    .sidebar-menu-item {
-      padding: 20px 24px;
-      border-bottom: 1px solid #252525; }
-      .sidebar-menu-item:last-child {
-        border-bottom: 0; }
-      .sidebar-menu-item.no-horizontal-padding {
-        padding-left: 0;
-        padding-right: 0; }
-      .sidebar-menu-item-icon {
-        font-size: 18px;
-        vertical-align: middle;
-        margin-right: 6px;
-        color: #828282; }
-      .sidebar-menu-item-link, .sidebar-menu-item-link:visited, .sidebar-menu-item-link:hover {
-        color: #cccccc;
-        font-weight: bold;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-link:hover {
-        color: white; }
-      .sidebar-menu-item-title {
-        color: #828282;
-        text-transform: uppercase;
-        font-size: 11px;
-        font-weight: bold;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        padding: 0 24px; }
-        .sidebar-menu-item-title-icon {
-          float: right;
-          font-size: 14px;
-          font-weight: bold !important;
-          margin-right: 14px; }
-          .sidebar-menu-item-title-icon, .sidebar-menu-item-title-icon:visited, .sidebar-menu-item-title-icon:hover {
-            color: #75B436;
-            -webkit-transition: all 0.3s;
-            -moz-transition: all 0.3s;
-            -o-transition: all 0.3s;
-            transition: all 0.3s; }
-          .sidebar-menu-item-title-icon:hover {
-            color: #AAB031; }
-      .sidebar-menu-item-action, .sidebar-menu-item-action:visited, .sidebar-menu-item-action:hover {
-        display: block;
-        color: #75B436;
-        font-size: 11px;
-        text-align: center;
-        margin-top: 10px;
-        padding: 8px 0;
-        text-transform: uppercase;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-action:hover {
-        color: #AAB031;
-        background-color: #252525; }
-      .sidebar-menu-item-list:not(:empty) {
-        margin-top: 10px !important; }
-      .sidebar-menu-item-list-item.empty {
-        display: none; }
-      .sidebar-menu-item-list-item-link, .sidebar-menu-item-list-item-link:visited, .sidebar-menu-item-list-item-link:hover {
-        display: block;
-        color: #cccccc;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        padding: 8px 12px 8px 24px;
-        vertical-align: middle;
-        position: relative;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link:hover, .sidebar-menu-item-list-item-link.hovered {
-        color: white;
-        background-color: #252525; }
-      .sidebar-menu-item-list-item-link-remove, .sidebar-menu-item-list-item-link-remove:visited, .sidebar-menu-item-list-item-link-remove:hover {
-        position: relative;
-        float: right;
-        display: none;
-        color: #75B436;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link-remove:hover {
-        color: #AAB031; }
-      .sidebar-menu-item-list-item-link-pin, .sidebar-menu-item-list-item-link-pin:visited, .sidebar-menu-item-list-item-link-pin:hover, .sidebar-menu-item-list-item-link-unpin, .sidebar-menu-item-list-item-link-unpin:visited, .sidebar-menu-item-list-item-link-unpin:hover {
-        position: absolute;
-        display: none;
-        left: 4px;
-        font-size: 14px;
-        color: #75B436;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link-pin:hover, .sidebar-menu-item-list-item-link-unpin:hover {
-        color: #AAB031; }
-      .sidebar-menu-item-list-item-link:hover .sidebar-menu-item-list-item-link-remove {
-        display: inline-block; }
-      .sidebar-menu-item-list-item:not(.pinned):hover .sidebar-menu-item-list-item-link-pin {
-        display: inline-block; }
-      .sidebar-menu-item-list-item.pinned:hover .sidebar-menu-item-list-item-link-unpin {
-        display: inline-block; }
-      .sidebar-menu-item-list-item-arrow {
-        float: right;
-        color: #AAB031;
-        font-size: 16px;
-        font-weight: bold !important;
-        margin-left: 4px; }
-  .sidebar-popup {
-    position: absolute;
-    top: 0;
-    left: 250px;
-    bottom: 0;
-    width: 250px;
-    color: #828282;
-    background-color: #f1f1f1;
-    z-index: 3;
-    overflow-y: auto; }
-    .sidebar-popup-container {
-      display: none; }
-    .sidebar-popup-item {
-      display: none; }
-    .sidebar-popup-background {
-      position: absolute;
-      top: 0;
-      left: 250px;
-      bottom: 0;
-      right: 0;
-      background-color: black;
-      opacity: 0.5;
-      z-index: 2; }
-    .sidebar-popup-title {
-      font-size: 12px;
-      font-weight: bold;
-      text-transform: uppercase;
-      padding: 20px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap; }
-    .sidebar-popup-search {
-      background-color: #dbdbdb;
-      color: #828282;
-      border-radius: 0 !important;
-      width: 100%;
-      height: 32px;
-      padding: 0 !important;
-      text-indent: 20px;
-      margin-bottom: 12px !important; }
-      .sidebar-popup-search::-webkit-input-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search:-moz-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search::-moz-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search:-ms-input-placeholder {
-        color: #dbdbdb; }
-    .sidebar-popup-list-item a, .sidebar-popup-list-item a:visited, .sidebar-popup-list-item a:hover {
-      color: #828282;
-      padding: 8px 20px;
-      display: block; }
-    .sidebar-popup-list-item.selected a {
-      background-color: #75B436;
-      color: white; }
-  .sidebar-copyright {
-    background-color: #252525;
-    height: 32px;
-    line-height: 32px;
-    position: absolute;
-    bottom: 0;
-    left: 0;
-    right: 0;
-    text-align: center;
-    font-size: 11px;
-    font-weight: bold; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.top {
-  padding: 20px; }
-  .top-breadcrumbs {
-    text-transform: uppercase;
-    font-size: 12px;
-    font-weight: bold;
-    line-height: 32px; }
-    .top-breadcrumbs a, .top-breadcrumbs a:visited, .top-breadcrumbs a:hover {
-      color: #d4d4d4;
-      text-decoration: none;
-      word-spacing: normal; }
-    .top-breadcrumbs a:hover {
-      color: #AAB031; }
-    .top-breadcrumbs-separator {
-      color: #d4d4d4;
-      margin: 0 6px 0 6px;
-      font-weight: bold !important;
-      font-size: 15px;
-      vertical-align: middle; }
-  .top-right {
-    float: right;
-    position: relative;
-    padding-right: 185px; }
-  .top-user-tools {
-    position: absolute;
-    top: 0;
-    right: 0;
-    border: 1px solid #d4d4d4;
-    border-radius: 4px;
-    font-size: 12px;
-    text-align: left;
-    width: 175px;
-    z-index: 1; }
-    .top-user-tools-welcome-msg {
-      font-weight: bold;
-      line-height: 30px;
-      padding: 0 10px 0 14px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap; }
-      .top-user-tools-welcome-msg-arrow {
-        float: right;
-        color: #75B436;
-        font-size: 24px;
-        line-height: 30px !important; }
-    .top-user-tools-user-link {
-      display: none;
-      padding: 8px 14px; }
-      .top-user-tools-user-link a, .top-user-tools-user-link a:visited, .top-user-tools-user-link a:hover {
-        color: #f1f1f1;
-        text-decoration: none; }
-      .top-user-tools-user-link a:hover {
-        color: #f1f1f1;
-        text-decoration: underline; }
-      .top-user-tools-user-link-icon {
-        font-size: 15px;
-        vertical-align: middle; }
-    .top-user-tools.opened {
-      background-color: #828282;
-      border-color: transparent;
-      color: #f1f1f1; }
-    .top-user-tools.opened .top-user-tools-welcome-msg {
-      border-bottom: 1px solid #888888;
-      margin-bottom: 6px; }
-    .top-user-tools.opened .top-user-tools-user-link {
-      display: block; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  border: 0;
-  border-radius: 4px;
-  font-size: 13px;
-  height: 32px;
-  white-space: nowrap;
-  outline: 0;
-  box-sizing: border-box;
-  margin: 0;
-  -webkit-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  -moz-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  -o-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  transition: background 0.3s, box-shadow 0.3s, border 0.3s; }
-
-.input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea {
-  background-color: white;
-  color: #828282;
-  border: 1px solid #f1f1f1;
-  padding: 0 12px; }
-  .input::-webkit-input-placeholder, .background-form .input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
-    color: #dbdbdb; }
-  .input:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder {
-    color: #dbdbdb; }
-  .input::-moz-placeholder, .background-form .input::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
-    color: #dbdbdb; }
-  .input:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
-    color: #dbdbdb; }
-  .input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus {
-    box-shadow: 0 0 4px 0 rgba(117, 180, 54, 0.75);
-    border-color: white; }
-
-.background-form .input, .background-form input[type="text"], .background-form input[type="email"], .background-form input[type="password"], .background-form input[type="url"], .background-form input[type="number"], .background-form textarea {
-  background-color: white;
-  color: #828282;
-  border-color: white; }
-
-.button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  font-weight: bold;
-  font-size: 12px;
-  text-align: center;
-  background-color: #75B436;
-  color: white;
-  padding: 0 20px;
-  display: inline-block; }
-.button.button-secondary, input.button-secondary[type="submit"], input.button-secondary[type="button"] {
-  background-color: #dbdbdb;
-  color: #828282; }
-.button.button-red, input.button-red[type="submit"], input.button-red[type="button"] {
-  background-color: #c14747;
-  color: white; }
-.button.button-background, input.button-background[type="submit"], input.button-background[type="button"] {
-  background-color: white;
-  color: #828282; }
-.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  background-color: #AAB031;
-  color: white;
-  font-weight: bold; }
-.button:active, input[type="submit"]:active, input[type="button"]:active {
-  background-color: #828282;
-  color: white; }
-
-a.button {
-  line-height: 32px; }
-
-textarea {
-  height: auto;
-  line-height: normal;
-  padding: 12px;
-  white-space: normal; }
-
-input[type=checkbox] {
-  display: none; }
-  input[type=checkbox] + label:before {
-    font-family: 'jet-icons';
-    speak: none;
-    font-style: normal;
-    font-weight: normal;
-    font-variant: normal;
-    text-transform: none;
-    line-height: 1;
-    /* Better Font Rendering =========== */
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-    display: inline-block;
-    color: #75B436;
-    font-size: 12px;
-    content: "";
-    letter-spacing: 5px; }
-    .action-checkbox-column input[type=checkbox] + label:before {
-      color: white; }
-  input[type=checkbox]:checked + label:before {
-    content: ""; }
-
-.form-row .vDateField, .form-row .vTimeField {
-  border-radius: 4px 0 0 4px !important; }
-  .form-row .vDateField-link, .form-row .vTimeField-link {
-    vertical-align: top;
-    display: inline-block; }
-    .form-row .vDateField-link span, .form-row .vTimeField-link span {
-      width: 32px;
-      height: 32px;
-      line-height: 32px !important;
-      background-color: #dbdbdb;
-      color: #828282;
-      display: inline-block;
-      vertical-align: middle;
-      text-align: center;
-      border-radius: 0 4px 4px 0; }
-    .form-row .vDateField-link:hover span, .form-row .vTimeField-link:hover span {
-      background-color: #AAB031;
-      color: white; }
-.form-row .vDateField-link + .vTimeField {
-  margin-left: 10px; }
-.form-row label.required {
-  font-weight: bold; }
-  .form-row label.required:after {
-    content: '*'; }
-.form-row select {
-  min-width: 200px; }
-
-.empty-form {
-  display: none; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.messagelist .warning, .messagelist .error {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #f0dada;
-  color: #dba4a4; }
-.messagelist .info, .messagelist .debug {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #e8e8bd;
-  color: #bebe92; }
-.messagelist .success {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #c9eaca;
-  color: #8ecb8e; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-#changelist .changelist-filter {
-  margin-bottom: 20px;
-  line-height: 40px; }
-  #changelist .changelist-filter * {
-    vertical-align: top; }
-  #changelist .changelist-filter-submit-block {
-    white-space: nowrap; }
-#changelist .results {
-  overflow-x: auto; }
-#changelist table {
-  width: 100%; }
-#changelist .changelist-footer {
-  margin-top: 20px;
-  background: #f1f1f1; }
-  #changelist .changelist-footer.fixed {
-    position: fixed;
-    left: 270px;
-    right: 20px;
-    bottom: 0;
-    margin: 0;
-    padding: 20px 0;
-    border-top: 2px solid #dbdbdb; }
-  #changelist .changelist-footer.popup {
-    left: 20px; }
-  #changelist .changelist-footer .actions {
-    float: left; }
-    #changelist .changelist-footer .actions-label {
-      margin-left: 10px; }
-    #changelist .changelist-footer .actions span .all, #changelist .changelist-footer .actions span .action-counter, #changelist .changelist-footer .actions span .clear, #changelist .changelist-footer .actions span .question {
-      display: none; }
-
-table#change-history {
-  width: 100%; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.module {
-  border: 0;
-  margin: 0;
-  padding: 20px;
-  background-color: white;
-  border-radius: 4px; }
-  .module .form-row {
-    padding: 6px 0;
-    overflow: hidden; }
-    .module .form-row label {
-      display: block;
-      padding: 6px 10px 0 0;
-      float: left;
-      width: 150px;
-      word-wrap: break-word; }
-    .module .form-row.errors label {
-      color: #c14747; }
-    .module .form-row .checkbox-row label {
-      float: none;
-      display: inline; }
-    .module .form-row .help {
-      color: #dbdbdb;
-      margin: 12px 0 0 160px; }
-    .module .form-row .checkbox-row .help {
-      margin-left: 0; }
-    .module .form-row .errorlist {
-      color: #c14747; }
-    .module .form-row .datetime {
-      margin-left: 160px; }
-    .module .form-row .add-related span {
-      font-size: 18px;
-      vertical-align: middle; }
-    .module .form-row .change-related span {
-      font-size: 20px;
-      vertical-align: middle; }
-    .module .form-row .add-another {
-      margin-left: 4px; }
-      .module .form-row .add-another:before {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        vertical-align: middle;
-        font-size: 18px;
-        content: ""; }
-      .module .form-row .add-another img {
-        display: none; }
-    .module .form-row .field-box {
-      padding-top: 6px; }
-      .module .form-row .field-box:first-child {
-        padding-top: 0; }
-    .module .form-row .file-upload {
-      background: #f9f9f9;
-      display: inline-block;
-      margin: 0;
-      line-height: 1.5em;
-      padding: 10px;
-      border-radius: 4px; }
-      .module .form-row .file-upload .clearable-file-input label {
-        display: inline;
-        float: none;
-        padding: 0;
-        width: auto;
-        margin-left: 10px; }
-
-.submit-row {
-  padding: 20px 0; }
-  .submit-row .deletelink-box {
-    float: right;
-    padding: 0;
-    margin: 0; }
-
-.changeform {
-  background-color: white;
-  border-radius: 4px;
-  min-width: 800px; }
-  .changeform-tabs {
-    border-bottom: 2px solid #f1f1f1;
-    padding-left: 16px !important; }
-    .changeform-tabs-item {
-      display: inline-block; }
-      .changeform-tabs-item a, .changeform-tabs-item a:hover, .changeform-tabs-item a:visited {
-        display: inline-block;
-        padding: 12px 4px;
-        margin: 0 4px;
-        border-bottom: 2px solid transparent;
-        position: relative;
-        top: 2px;
-        color: #dbdbdb;
-        font-weight: bold;
-        font-size: 11px;
-        text-transform: uppercase; }
-      .changeform-tabs-item a:hover {
-        color: #828282; }
-      .changeform-tabs-item.selected a, .changeform-tabs-item.selected a:hover, .changeform-tabs-item.selected a:visited {
-        color: #828282;
-        border-color: #AAB031; }
-      .changeform-tabs-item.errors a, .changeform-tabs-item.errors a:hover, .changeform-tabs-item.errors a:visited {
-        border-color: #c14747; }
-  .changeform-tabs ~ .module {
-    display: none; }
-    .changeform-tabs ~ .module.selected {
-      display: block; }
-    .changeform-tabs ~ .module .stacked.inline-related {
-      display: none; }
-      .changeform-tabs ~ .module .stacked.inline-related.selected {
-        display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
-  .changeform .inline-group .errornote {
-    color: #c14747;
-    margin: 0;
-    padding: 20px; }
-  .changeform .tabular.inline-related .module {
-    border: 0;
-    margin: 0;
-    padding: 0; }
-    .changeform .tabular.inline-related .module .errornote {
-      background-color: #f9f9f9; }
-    .changeform .tabular.inline-related .module .errorlist {
-      color: #c14747; }
-    .changeform .tabular.inline-related .module table {
-      border-collapse: collapse;
-      width: 100%; }
-      .changeform .tabular.inline-related .module table thead th {
-        background: -webkit-linear-gradient(to top, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to top, white 0%, #f9f9f9 100%);
-        padding: 8px;
-        font-size: 12px;
-        font-weight: bold;
-        text-align: left;
-        text-transform: uppercase; }
-        .changeform .tabular.inline-related .module table thead th.action-checkbox-column {
-          width: 20px;
-          text-align: center; }
-      .changeform .tabular.inline-related .module table tbody tr {
-        border-bottom: 1px solid #f4f4f4; }
-        .changeform .tabular.inline-related .module table tbody tr:last-child {
-          border-bottom: 0; }
-        .changeform .tabular.inline-related .module table tbody tr th, .changeform .tabular.inline-related .module table tbody tr td {
-          padding: 8px;
-          text-align: left;
-          font-size: 13px; }
-          .changeform .tabular.inline-related .module table tbody tr th.original, .changeform .tabular.inline-related .module table tbody tr td.original {
-            text-align: center;
-            font-size: 18px;
-            width: 36px;
-            padding-right: 0;
-            white-space: nowrap; }
-            .changeform .tabular.inline-related .module table tbody tr th.original p, .changeform .tabular.inline-related .module table tbody tr td.original p {
-              margin: 0; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-new, .changeform .tabular.inline-related .module table tbody tr td.original .icon-new {
-              font-size: 18px;
-              vertical-align: middle; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-edit, .changeform .tabular.inline-related .module table tbody tr td.original .icon-edit {
-              font-size: 18px;
-              vertical-align: middle; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-open-external, .changeform .tabular.inline-related .module table tbody tr td.original .icon-open-external {
-              font-size: 18px;
-              vertical-align: middle; }
-      .changeform .tabular.inline-related .module table tbody .add-row td {
-        padding: 16px; }
-        .changeform .tabular.inline-related .module table tbody .add-row td a {
-          font-size: 12px;
-          font-weight: bold; }
-          .changeform .tabular.inline-related .module table tbody .add-row td a span {
-            vertical-align: middle; }
-  .changeform .stacked-inline {
-    position: relative; }
-    .changeform .stacked-inline.side {
-      margin-left: 250px; }
-    .changeform .stacked-inline-side {
-      float: left;
-      width: 250px;
-      margin-left: -250px;
-      background: #f9f9f9;
-      max-height: 60vh;
-      overflow-y: auto; }
-      .changeform .stacked-inline-side-top {
-        height: 40px;
-        background: -webkit-linear-gradient(to bottom, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
-      .changeform .stacked-inline-side-bottom {
-        height: 40px;
-        background: -webkit-linear-gradient(to top, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to top, white 0%, #f9f9f9 100%); }
-    .changeform .stacked-inline-content {
-      float: right;
-      width: 100%; }
-      .changeform .stacked-inline-content .actions {
-        margin: 20px 20px 0 20px; }
-        .changeform .stacked-inline-content .actions .icon-new {
-          font-size: 18px;
-          vertical-align: middle; }
-        .changeform .stacked-inline-content .actions .icon-edit {
-          font-size: 18px;
-          vertical-align: middle; }
-        .changeform .stacked-inline-content .actions .icon-open-external {
-          font-size: 18px;
-          vertical-align: middle; }
-      .changeform .stacked-inline-content .delete {
-        margin: 20px 20px 0 20px;
-        border-radius: 4px;
-        padding: 10px;
-        border: 2px solid #f0dada;
-        box-sizing: border-box; }
-    .changeform .stacked-inline .add-row {
-      position: absolute;
-      top: 0;
-      left: -250px;
-      width: 250px;
-      height: 40px;
-      line-height: 40px;
-      padding: 0 20px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap;
-      box-sizing: border-box;
-      background: -webkit-linear-gradient(to bottom, white 0%, #f9f9f9 100%);
-      background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
-      .changeform .stacked-inline .add-row a {
-        font-size: 12px;
-        font-weight: bold; }
-        .changeform .stacked-inline .add-row a span {
-          vertical-align: middle; }
-    .changeform .stacked-inline-list-item-link-remove {
-      position: relative;
-      float: right;
-      display: none; }
-    .changeform .stacked-inline-list-item-link:hover .stacked-inline-list-item-link-remove {
-      display: inline-block; }
-    .changeform .stacked-inline-list-item a, .changeform .stacked-inline-list-item a:visited, .changeform .stacked-inline-list-item a:hover {
-      display: block;
-      padding: 8px 10px 8px 20px;
-      color: #dbdbdb;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap;
-      -webkit-transition: all 0.2s;
-      -moz-transition: all 0.2s;
-      -o-transition: all 0.2s;
-      transition: all 0.2s; }
-    .changeform .stacked-inline-list-item a:hover {
-      color: white;
-      background-color: #AAB031; }
-    .changeform .stacked-inline-list-item.selected a, .changeform .stacked-inline-list-item.selected a:visited, .changeform .stacked-inline-list-item.selected a:hover {
-      color: #828282; }
-    .changeform .stacked-inline-list-item.selected a:hover {
-      color: #828282;
-      background-color: transparent; }
-    .changeform .stacked-inline-list-item.empty {
-      display: none; }
-    .changeform .stacked-inline-list-item.delete a, .changeform .stacked-inline-list-item.delete a:visited, .changeform .stacked-inline-list-item.delete a:hover {
-      text-decoration: line-through; }
-    .changeform .stacked-inline-list-item.errors a, .changeform .stacked-inline-list-item.errors a:visited, .changeform .stacked-inline-list-item.errors a:hover {
-      color: #c14747; }
-  .changeform .submit-row {
-    padding: 20px; }
-
-.related-lookup {
-  margin-left: 10px; }
-  .related-lookup:before {
-    font-family: 'jet-icons';
-    speak: none;
-    font-style: normal;
-    font-weight: normal;
-    font-variant: normal;
-    text-transform: none;
-    line-height: 1;
-    /* Better Font Rendering =========== */
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-    display: inline-block;
-    color: #828282;
-    vertical-align: middle;
-    font-size: 20px;
-    content: ""; }
-  .related-lookup img {
-    display: none; }
-  .related-lookup + strong {
-    font-weight: normal;
-    font-size: 12px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.delete-summary {
-  background: #f0dada;
-  color: #dba4a4;
-  border-radius: 4px;
-  padding: 20px;
-  margin-bottom: 20px; }
-  .delete-summary h2 {
-    font-size: 14px;
-    font-weight: bold;
-    margin: 0 0 10px 0; }
-  .delete-summary-buttons {
-    float: right; }
-.delete-objects {
-  background: white;
-  border-radius: 4px;
-  box-shadow: 0 2px 0 0 #dbdbdb; }
-  .delete-objects-list-item {
-    border-bottom: 1px solid #f4f4f4;
-    font-size: 13px; }
-    .delete-objects-list-item:last-child {
-      border-bottom: 0; }
-    .delete-objects-list-item-row {
-      padding: 8px; }
-      .delete-objects-list-item-row-collapse {
-        float: right; }
-        .delete-objects-list-item-row-collapse span {
-          vertical-align: middle;
-          font-weight: bold;
-          font-size: 16px; }
-    .delete-objects-list-item-collapsable {
-      background-color: #dbdbdb;
-      padding: 20px 20px 20px 0;
-      display: none; }
-      .delete-objects-list-item-collapsable-list {
-        list-style-type: disc; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.login {
-  background: #2e2e2e;
-  position: relative; }
-  .login-title {
-    width: 100%;
-    color: #828282;
-    font-size: 36px;
-    text-transform: uppercase;
-    text-align: center;
-    position: absolute;
-    top: 50%;
-    margin-top: -175px; }
-    .login-title .bright {
-      color: white;
-      font-weight: bold; }
-  .login-container {
-    border-radius: 4px;
-    width: 400px;
-    overflow: hidden;
-    position: absolute;
-    top: 50%;
-    left: 50%;
-    margin-left: -200px;
-    margin-top: -115px; }
-    .login-container-header {
-      background: #4C4C4C;
-      color: white;
-      text-transform: uppercase;
-      padding: 10px;
-      font-size: 11px;
-      font-weight: bold; }
-    .login-container-content {
-      background: white;
-      height: 100%;
-      padding: 30px; }
-
-.login-form .form-row {
-  padding: 6px 0; }
-  .login-form .form-row label {
-    display: block;
-    padding: 6px 10px 0 0;
-    float: left;
-    width: 130px;
-    word-wrap: break-word; }
-  .login-form .form-row.errors label {
-    color: #c14747; }
-  .login-form .form-row input[type="text"], .login-form .form-row input[type="password"] {
-    width: 170px; }
-  .login-form .form-row .errorlist {
-    color: #c14747; }
-.login-form .submit-row {
-  margin-top: 20px;
-  text-align: center; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.content {
-  background-color: #f1f1f1; }
-
-.small, .module .form-row .help, .module .form-row .errorlist, .changeform .tabular.inline-related .module .errorlist, .login-form .form-row .errorlist {
-  font-size: 12px; }
-
-.changeform-object-tools {
-  text-align: right; }
-
-ul.object-tools {
-  margin-bottom: 20px !important; }
-  ul.object-tools li {
-    margin-top: 10px;
-    text-align: right; }
-    ul.object-tools li:first-child {
-      margin-top: 0; }
-    ul.object-tools li a {
-      display: inline-block;
-      background-color: #dbdbdb;
-      padding: 8px;
-      border-radius: 4px; }
-      ul.object-tools li a.addlink:before {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        color: #828282;
-        font-size: 13px;
-        content: ""; }
-      ul.object-tools li a, ul.object-tools li a:visited, ul.object-tools li a:hover {
-        color: #828282; }
-      ul.object-tools li a:hover {
-        background-color: #AAB031;
-        color: white; }
-        ul.object-tools li a:hover.addlink:before {
-          color: white; }
-      ul.object-tools li a:active {
-        background-color: #828282;
-        color: white; }
-        ul.object-tools li a:active.addlink:before {
-          color: white; }
-  ul.object-tools.horizontal {
-    line-height: 40px; }
-    ul.object-tools.horizontal li {
-      display: inline;
-      margin-top: 0;
-      line-height: normal; }
-
-.context-sidebar {
-  float: right;
-  margin-left: 20px;
-  max-width: 33%; }
-
-.dashboard .module table td a {
-  display: inline !important; }
-
-.dialog-confirm {
-  display: none; }
-
-.cleared {
-  clear: both; }
-
-.loading-indicator {
-  font-size: 32px;
-  color: #AAB031;
-  -webkit-animation: spin 4s linear infinite;
-  -moz-animation: spin 4s linear infinite;
-  animation: spin 4s linear infinite; }
-  .loading-indicator-wrapper {
-    text-align: center;
-    padding: 40px 0; }
-
-@-moz-keyframes spin {
-  100% {
-    -moz-transform: rotate(360deg); } }
-@-webkit-keyframes spin {
-  100% {
-    -webkit-transform: rotate(360deg); } }
-@keyframes spin {
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg); } }
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.dashboard {
-  min-height: 100%; }
-  .dashboard.columns_1 .dashboard-column-wrapper {
-    width: 100%; }
-  .dashboard.columns_2 .dashboard-column-wrapper {
-    width: 50%; }
-  .dashboard.columns_3 .dashboard-column-wrapper {
-    width: 33.33333%; }
-  .dashboard.columns_4 .dashboard-column-wrapper {
-    width: 25%; }
-  .dashboard.columns_5 .dashboard-column-wrapper {
-    width: 20%; }
-  .dashboard-column {
-    margin-left: 10px;
-    border: 2px dashed transparent;
-    min-height: 100px;
-    border-radius: 4px; }
-    .dashboard-column-wrapper {
-      float: left; }
-    .dashboard-column.first {
-      margin-left: 0; }
-    .dashboard-column.active {
-      border-color: #dbdbdb; }
-  .dashboard-item {
-    background: #f1f1f1;
-    border-radius: 4px;
-    margin-bottom: 20px;
-    -webkit-transition: background 0.3s;
-    -moz-transition: background 0.3s;
-    -o-transition: background 0.3s;
-    transition: background 0.3s; }
-    .dashboard-item:last-child {
-      margin-bottom: 0; }
-    .dashboard-item.collapsed {
-      background-color: #dbdbdb; }
-    .dashboard-item.ui-sortable-helper {
-      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
-    .dashboard-item.placeholder {
-      background-color: #fffcc0; }
-    .dashboard-item-header {
-      padding: 0 10px 0 6px; }
-      .dashboard-item-header-title {
-        font-size: 11px;
-        font-weight: bold;
-        text-transform: uppercase;
-        line-height: 30px; }
-      .dashboard-item-header-drag {
-        float: right;
-        line-height: 30px !important; }
-      .dashboard-item-header-collapse-button {
-        font-size: 13px;
-        vertical-align: middle;
-        font-weight: bold !important; }
-      .dashboard-item-header-buttons {
-        margin-left: 10px;
-        font-size: 13px;
-        vertical-align: middle;
-        visibility: hidden; }
-      .dashboard-item-header:hover .dashboard-item-header-buttons {
-        visibility: visible; }
-    .dashboard-item-content {
-      background: white;
-      border-radius: 4px;
-      box-shadow: 0 2px 0 0 #dbdbdb;
-      overflow: hidden; }
-      .dashboard-item-content ul:not(.inline) li {
-        border-bottom: 1px solid #f4f4f4;
-        font-size: 13px;
-        padding: 8px; }
-        .dashboard-item-content ul:not(.inline) li.nowrap {
-          overflow: hidden;
-          text-overflow: ellipsis;
-          white-space: nowrap; }
-        .dashboard-item-content ul:not(.inline) li.contrast {
-          background: #4C4C4C;
-          font-size: 12px; }
-          .dashboard-item-content ul:not(.inline) li.contrast, .dashboard-item-content ul:not(.inline) li.contrast a, .dashboard-item-content ul:not(.inline) li.contrast a:visited, .dashboard-item-content ul:not(.inline) li.contrast a:hover {
-            color: white;
-            text-decoration: none;
-            text-transform: uppercase; }
-        .dashboard-item-content ul:not(.inline) li:last-child {
-          border-bottom: 0; }
-        .dashboard-item-content ul:not(.inline) li .float-right {
-          float: right;
-          position: relative; }
-        .dashboard-item-content ul:not(.inline) li .dim {
-          text-transform: lowercase;
-          font-size: 11px;
-          color: #dbdbdb; }
-        .dashboard-item-content ul:not(.inline) li .warning {
-          color: #c14747; }
-      .dashboard-item-content ul.inline {
-        display: inline; }
-        .dashboard-item-content ul.inline li {
-          display: inline;
-          margin-left: 10px;
-          line-height: 30px; }
-          .dashboard-item-content ul.inline li:first-child {
-            margin-left: 0; }
-          .dashboard-item-content ul.inline li .nowrap {
-            white-space: nowrap; }
-      .dashboard-item-content .padding {
-        padding: 10px; }
-      .dashboard-item-content .center {
-        text-align: center; }
-    .dashboard-item-collapse .icon-arrow-up {
-      display: inline; }
-    .dashboard-item-collapse .icon-arrow-down {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-content {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-collapse .icon-arrow-up {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-collapse .icon-arrow-down {
-      display: inline; }
-
-.add-dashboard + .select2 {
-  border-radius: 4px 0 0 4px !important;
-  background-color: white; }
-.add-dashboard-link {
-  border-radius: 0 4px 4px 0 !important;
-  padding: 0 10px !important; }
-
-/*# sourceMappingURL=base.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-green/base.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-green/base.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../base";

+ 0 - 421
jet/static/jet/css/themes/dark-green/jquery-ui.theme.css

@@ -1,421 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.ui-widget-content {
-  border-color: #f4f4f4; }
-
-.ui-widget.ui-widget-content, .ui-timepicker-table.ui-widget-content {
-  background: white;
-  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
-
-.ui-widget {
-  font-family: inherit;
-  font-size: inherit; }
-
-.ui-widget-header {
-  border: 0;
-  background: #4C4C4C;
-  color: white;
-  font-weight: bold; }
-  .ui-widget-header a {
-    color: white; }
-
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
-  border: 1px solid #f1f1f1;
-  background: white;
-  font-weight: bold;
-  color: #828282;
-  border-radius: 3px; }
-
-.ui-widget-header .ui-state-default {
-  background: none;
-  color: white;
-  border: 0; }
-
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
-  border: 1px solid #AAB031;
-  background: #AAB031;
-  font-weight: bold;
-  color: white; }
-
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
-  border: 1px solid #75B436;
-  background: #75B436;
-  font-weight: bold;
-  color: white; }
-
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
-  border: 1px solid #AAB031;
-  background: white;
-  color: #AAB031; }
-
-.ui-dialog-buttonpane {
-  background: #f1f1f1;
-  margin: .5em -0.2em -0.2em -0.2em; }
-  .ui-dialog-buttonpane .ui-button {
-    border: 0 !important;
-    outline: 0; }
-
-.ui-icon {
-  font-family: 'jet-icons';
-  speak: none;
-  font-style: normal;
-  font-weight: normal;
-  font-variant: normal;
-  text-transform: none;
-  line-height: 1;
-  /* Better Font Rendering =========== */
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  display: inline-block;
-  font-size: 16px;
-  font-weight: bold;
-  background: none !important;
-  text-indent: 0;
-  overflow: visible; }
-
-.ui-icon-circle-triangle-e:before {
-  content: ""; }
-
-.ui-icon-circle-triangle-w:before {
-  content: ""; }
-
-.ui-icon-closethick:before {
-  content: ""; }
-
-.ui-widget-overlay {
-  background: black;
-  opacity: 0.5;
-  filter: Alpha(Opacity=50); }
-
-.ui-tooltip {
-  background: black !important;
-  color: white;
-  border: 0;
-  box-shadow: none !important;
-  opacity: 0.8;
-  font-size: 13px; }
-
-/*# sourceMappingURL=jquery-ui.theme.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-green/jquery-ui.theme.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-green/jquery-ui.theme.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../jquery-ui/jquery-ui.theme";

+ 0 - 925
jet/static/jet/css/themes/dark-green/select2.theme.css

@@ -1,925 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.select2-container--jet {
-  /*
-   * General
-   */
-  /*
-   * Sidebar
-   */
-  /*
-   * Top
-   */
-  /*
-   * Content
-   */
-  /*
-   * Buttons
-   */
-  /*
-   * Inputs
-   */
-  /*
-   * Messages
-   */
-  /*
-   * Login
-   */
-  /*
-   * jQuery UI
-   */
-  /*
-   * General
-   */
-  /*
-   * Sidebar
-   */
-  /*
-   * Top
-   */
-  /*
-   * Content
-   */
-  /*
-   * Buttons
-   */
-  /*
-   * Inputs
-   */
-  /*
-   * Messages
-   */
-  /*
-   * Login
-   */
-  /*
-   * jQuery UI
-   */
-  min-width: 100px; }
-  .select2-container--jet .hidden {
-    display: none; }
-  .select2-container--jet .clear-list {
-    margin: 0;
-    padding: 0;
-    list-style: none; }
-  .select2-container--jet .fl {
-    float: left; }
-  .select2-container--jet .fr {
-    float: right; }
-  .select2-container--jet .cf:before, .select2-container--jet .cf:after {
-    content: "";
-    display: table; }
-  .select2-container--jet .cf:after {
-    clear: both; }
-  .select2-container--jet .p10 {
-    padding: 10px; }
-  .select2-container--jet .p20 {
-    padding: 20px; }
-  .select2-container--jet .p30 {
-    padding: 30px; }
-  .select2-container--jet .p40 {
-    padding: 40px; }
-  .select2-container--jet .p50 {
-    padding: 50px; }
-  .select2-container--jet .p60 {
-    padding: 60px; }
-  .select2-container--jet .p70 {
-    padding: 70px; }
-  .select2-container--jet .p80 {
-    padding: 80px; }
-  .select2-container--jet .pt10 {
-    padding-top: 10px; }
-  .select2-container--jet .pt20 {
-    padding-top: 20px; }
-  .select2-container--jet .pt30 {
-    padding-top: 30px; }
-  .select2-container--jet .pt40 {
-    padding-top: 40px; }
-  .select2-container--jet .pt50 {
-    padding-top: 50px; }
-  .select2-container--jet .pt60 {
-    padding-top: 60px; }
-  .select2-container--jet .pt70 {
-    padding-top: 70px; }
-  .select2-container--jet .pt80 {
-    padding-top: 80px; }
-  .select2-container--jet .pr10 {
-    padding-right: 10px; }
-  .select2-container--jet .pr20 {
-    padding-right: 20px; }
-  .select2-container--jet .pr30 {
-    padding-right: 30px; }
-  .select2-container--jet .pr40 {
-    padding-right: 40px; }
-  .select2-container--jet .pr50 {
-    padding-right: 50px; }
-  .select2-container--jet .pr60 {
-    padding-right: 60px; }
-  .select2-container--jet .pr70 {
-    padding-right: 70px; }
-  .select2-container--jet .pr80 {
-    padding-right: 80px; }
-  .select2-container--jet .pb10 {
-    padding-bottom: 10px; }
-  .select2-container--jet .pb20 {
-    padding-bottom: 20px; }
-  .select2-container--jet .pb30 {
-    padding-bottom: 30px; }
-  .select2-container--jet .pb40 {
-    padding-bottom: 40px; }
-  .select2-container--jet .pb50 {
-    padding-bottom: 50px; }
-  .select2-container--jet .pb60 {
-    padding-bottom: 60px; }
-  .select2-container--jet .pb70 {
-    padding-bottom: 70px; }
-  .select2-container--jet .pb80 {
-    padding-bottom: 80px; }
-  .select2-container--jet .pl10 {
-    padding-left: 10px; }
-  .select2-container--jet .pl20 {
-    padding-left: 20px; }
-  .select2-container--jet .pl30 {
-    padding-left: 30px; }
-  .select2-container--jet .pl40 {
-    padding-left: 40px; }
-  .select2-container--jet .pl50 {
-    padding-left: 50px; }
-  .select2-container--jet .pl60 {
-    padding-left: 60px; }
-  .select2-container--jet .pl70 {
-    padding-left: 70px; }
-  .select2-container--jet .pl80 {
-    padding-left: 80px; }
-  .select2-container--jet .m10 {
-    margin: 10px; }
-  .select2-container--jet .m20 {
-    margin: 20px; }
-  .select2-container--jet .m30 {
-    margin: 30px; }
-  .select2-container--jet .m40 {
-    margin: 40px; }
-  .select2-container--jet .m50 {
-    margin: 50px; }
-  .select2-container--jet .m60 {
-    margin: 60px; }
-  .select2-container--jet .m70 {
-    margin: 70px; }
-  .select2-container--jet .m80 {
-    margin: 80px; }
-  .select2-container--jet .mt10 {
-    margin-top: 10px; }
-  .select2-container--jet .mt20 {
-    margin-top: 20px; }
-  .select2-container--jet .mt30 {
-    margin-top: 30px; }
-  .select2-container--jet .mt40 {
-    margin-top: 40px; }
-  .select2-container--jet .mt50 {
-    margin-top: 50px; }
-  .select2-container--jet .mt60 {
-    margin-top: 60px; }
-  .select2-container--jet .mt70 {
-    margin-top: 70px; }
-  .select2-container--jet .mt80 {
-    margin-top: 80px; }
-  .select2-container--jet .mr10 {
-    margin-right: 10px; }
-  .select2-container--jet .mr20 {
-    margin-right: 20px; }
-  .select2-container--jet .mr30 {
-    margin-right: 30px; }
-  .select2-container--jet .mr40 {
-    margin-right: 40px; }
-  .select2-container--jet .mr50 {
-    margin-right: 50px; }
-  .select2-container--jet .mr60 {
-    margin-right: 60px; }
-  .select2-container--jet .mr70 {
-    margin-right: 70px; }
-  .select2-container--jet .mr80 {
-    margin-right: 80px; }
-  .select2-container--jet .mb10 {
-    margin-bottom: 10px; }
-  .select2-container--jet .mb20 {
-    margin-bottom: 20px; }
-  .select2-container--jet .mb30 {
-    margin-bottom: 30px; }
-  .select2-container--jet .mb40 {
-    margin-bottom: 40px; }
-  .select2-container--jet .mb50 {
-    margin-bottom: 50px; }
-  .select2-container--jet .mb60 {
-    margin-bottom: 60px; }
-  .select2-container--jet .mb70 {
-    margin-bottom: 70px; }
-  .select2-container--jet .mb80 {
-    margin-bottom: 80px; }
-  .select2-container--jet .ml10 {
-    margin-left: 10px; }
-  .select2-container--jet .ml20 {
-    margin-left: 20px; }
-  .select2-container--jet .ml30 {
-    margin-left: 30px; }
-  .select2-container--jet .ml40 {
-    margin-left: 40px; }
-  .select2-container--jet .ml50 {
-    margin-left: 50px; }
-  .select2-container--jet .ml60 {
-    margin-left: 60px; }
-  .select2-container--jet .ml70 {
-    margin-left: 70px; }
-  .select2-container--jet .ml80 {
-    margin-left: 80px; }
-  .select2-container--jet .pos_rel {
-    position: relative; }
-  .select2-container--jet .pos_abs {
-    position: absolute; }
-  .select2-container--jet .fill_width {
-    width: 100% !important; }
-  .select2-container--jet .select2-selection--single .select2-selection__clear {
-    cursor: pointer;
-    float: right;
-    font-weight: bold; }
-  .select2-container--jet .select2-selection--single .select2-selection__arrow {
-    height: 26px;
-    position: absolute;
-    top: 1px;
-    right: 4px;
-    width: 20px; }
-    .select2-container--jet .select2-selection--single .select2-selection__arrow b:before {
-      font-family: 'jet-icons';
-      speak: none;
-      font-style: normal;
-      font-weight: normal;
-      font-variant: normal;
-      text-transform: none;
-      line-height: 1;
-      /* Better Font Rendering =========== */
-      -webkit-font-smoothing: antialiased;
-      -moz-osx-font-smoothing: grayscale;
-      display: inline-block;
-      color: #75B436;
-      font-size: 20px;
-      content: "";
-      line-height: 32px; }
-  .select2-container--jet[dir="rtl"] .select2-selection--single .select2-selection__clear {
-    float: left; }
-  .select2-container--jet[dir="rtl"] .select2-selection--single .select2-selection__arrow {
-    left: 1px;
-    right: auto; }
-  .select2-container--jet.select2-container--disabled .select2-selection--single {
-    background-color: #dbdbdb;
-    cursor: default; }
-    .select2-container--jet.select2-container--disabled .select2-selection--single .select2-selection__clear {
-      display: none; }
-  .select2-container--jet .hidden {
-    display: none; }
-  .select2-container--jet .clear-list {
-    margin: 0;
-    padding: 0;
-    list-style: none; }
-  .select2-container--jet .fl {
-    float: left; }
-  .select2-container--jet .fr {
-    float: right; }
-  .select2-container--jet .cf:before, .select2-container--jet .cf:after {
-    content: "";
-    display: table; }
-  .select2-container--jet .cf:after {
-    clear: both; }
-  .select2-container--jet .p10 {
-    padding: 10px; }
-  .select2-container--jet .p20 {
-    padding: 20px; }
-  .select2-container--jet .p30 {
-    padding: 30px; }
-  .select2-container--jet .p40 {
-    padding: 40px; }
-  .select2-container--jet .p50 {
-    padding: 50px; }
-  .select2-container--jet .p60 {
-    padding: 60px; }
-  .select2-container--jet .p70 {
-    padding: 70px; }
-  .select2-container--jet .p80 {
-    padding: 80px; }
-  .select2-container--jet .pt10 {
-    padding-top: 10px; }
-  .select2-container--jet .pt20 {
-    padding-top: 20px; }
-  .select2-container--jet .pt30 {
-    padding-top: 30px; }
-  .select2-container--jet .pt40 {
-    padding-top: 40px; }
-  .select2-container--jet .pt50 {
-    padding-top: 50px; }
-  .select2-container--jet .pt60 {
-    padding-top: 60px; }
-  .select2-container--jet .pt70 {
-    padding-top: 70px; }
-  .select2-container--jet .pt80 {
-    padding-top: 80px; }
-  .select2-container--jet .pr10 {
-    padding-right: 10px; }
-  .select2-container--jet .pr20 {
-    padding-right: 20px; }
-  .select2-container--jet .pr30 {
-    padding-right: 30px; }
-  .select2-container--jet .pr40 {
-    padding-right: 40px; }
-  .select2-container--jet .pr50 {
-    padding-right: 50px; }
-  .select2-container--jet .pr60 {
-    padding-right: 60px; }
-  .select2-container--jet .pr70 {
-    padding-right: 70px; }
-  .select2-container--jet .pr80 {
-    padding-right: 80px; }
-  .select2-container--jet .pb10 {
-    padding-bottom: 10px; }
-  .select2-container--jet .pb20 {
-    padding-bottom: 20px; }
-  .select2-container--jet .pb30 {
-    padding-bottom: 30px; }
-  .select2-container--jet .pb40 {
-    padding-bottom: 40px; }
-  .select2-container--jet .pb50 {
-    padding-bottom: 50px; }
-  .select2-container--jet .pb60 {
-    padding-bottom: 60px; }
-  .select2-container--jet .pb70 {
-    padding-bottom: 70px; }
-  .select2-container--jet .pb80 {
-    padding-bottom: 80px; }
-  .select2-container--jet .pl10 {
-    padding-left: 10px; }
-  .select2-container--jet .pl20 {
-    padding-left: 20px; }
-  .select2-container--jet .pl30 {
-    padding-left: 30px; }
-  .select2-container--jet .pl40 {
-    padding-left: 40px; }
-  .select2-container--jet .pl50 {
-    padding-left: 50px; }
-  .select2-container--jet .pl60 {
-    padding-left: 60px; }
-  .select2-container--jet .pl70 {
-    padding-left: 70px; }
-  .select2-container--jet .pl80 {
-    padding-left: 80px; }
-  .select2-container--jet .m10 {
-    margin: 10px; }
-  .select2-container--jet .m20 {
-    margin: 20px; }
-  .select2-container--jet .m30 {
-    margin: 30px; }
-  .select2-container--jet .m40 {
-    margin: 40px; }
-  .select2-container--jet .m50 {
-    margin: 50px; }
-  .select2-container--jet .m60 {
-    margin: 60px; }
-  .select2-container--jet .m70 {
-    margin: 70px; }
-  .select2-container--jet .m80 {
-    margin: 80px; }
-  .select2-container--jet .mt10 {
-    margin-top: 10px; }
-  .select2-container--jet .mt20 {
-    margin-top: 20px; }
-  .select2-container--jet .mt30 {
-    margin-top: 30px; }
-  .select2-container--jet .mt40 {
-    margin-top: 40px; }
-  .select2-container--jet .mt50 {
-    margin-top: 50px; }
-  .select2-container--jet .mt60 {
-    margin-top: 60px; }
-  .select2-container--jet .mt70 {
-    margin-top: 70px; }
-  .select2-container--jet .mt80 {
-    margin-top: 80px; }
-  .select2-container--jet .mr10 {
-    margin-right: 10px; }
-  .select2-container--jet .mr20 {
-    margin-right: 20px; }
-  .select2-container--jet .mr30 {
-    margin-right: 30px; }
-  .select2-container--jet .mr40 {
-    margin-right: 40px; }
-  .select2-container--jet .mr50 {
-    margin-right: 50px; }
-  .select2-container--jet .mr60 {
-    margin-right: 60px; }
-  .select2-container--jet .mr70 {
-    margin-right: 70px; }
-  .select2-container--jet .mr80 {
-    margin-right: 80px; }
-  .select2-container--jet .mb10 {
-    margin-bottom: 10px; }
-  .select2-container--jet .mb20 {
-    margin-bottom: 20px; }
-  .select2-container--jet .mb30 {
-    margin-bottom: 30px; }
-  .select2-container--jet .mb40 {
-    margin-bottom: 40px; }
-  .select2-container--jet .mb50 {
-    margin-bottom: 50px; }
-  .select2-container--jet .mb60 {
-    margin-bottom: 60px; }
-  .select2-container--jet .mb70 {
-    margin-bottom: 70px; }
-  .select2-container--jet .mb80 {
-    margin-bottom: 80px; }
-  .select2-container--jet .ml10 {
-    margin-left: 10px; }
-  .select2-container--jet .ml20 {
-    margin-left: 20px; }
-  .select2-container--jet .ml30 {
-    margin-left: 30px; }
-  .select2-container--jet .ml40 {
-    margin-left: 40px; }
-  .select2-container--jet .ml50 {
-    margin-left: 50px; }
-  .select2-container--jet .ml60 {
-    margin-left: 60px; }
-  .select2-container--jet .ml70 {
-    margin-left: 70px; }
-  .select2-container--jet .ml80 {
-    margin-left: 80px; }
-  .select2-container--jet .pos_rel {
-    position: relative; }
-  .select2-container--jet .pos_abs {
-    position: absolute; }
-  .select2-container--jet .fill_width {
-    width: 100% !important; }
-  .select2-container--jet .select2-selection--multiple {
-    background-color: white !important;
-    border: 1px solid #f1f1f1;
-    cursor: text;
-    height: auto !important;
-    min-height: 32px; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__rendered {
-      box-sizing: border-box;
-      list-style: none;
-      margin: 0;
-      padding: 0 5px;
-      width: 100%; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__clear {
-      cursor: pointer;
-      float: right;
-      font-weight: bold;
-      margin-top: 5px;
-      margin-right: 10px; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__choice {
-      background-color: #dbdbdb;
-      color: #828282;
-      font-size: 13px;
-      border-radius: 4px;
-      cursor: default;
-      float: left;
-      margin-right: 5px;
-      margin-top: 5px;
-      padding: 5px 5px;
-      line-height: normal; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__choice__remove {
-      color: #828282;
-      cursor: pointer;
-      display: inline-block;
-      font-weight: bold;
-      margin-right: 2px; }
-      .select2-container--jet .select2-selection--multiple .select2-selection__choice__remove:hover {
-        color: #75B436; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
-    float: right; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
-    margin-left: 5px;
-    margin-right: auto; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
-    margin-left: 2px;
-    margin-right: auto; }
-  .select2-container--jet.select2-container--disabled .select2-selection--multiple {
-    background-color: #dbdbdb;
-    cursor: default; }
-  .select2-container--jet.select2-container--disabled .select2-selection__choice__remove {
-    display: none; }
-  .select2-container--jet .select2-selection {
-    background-color: white;
-    border: 1px solid #f1f1f1;
-    border-radius: 4px;
-    outline: 0;
-    height: 32px; }
-    .background-form .select2-container--jet .select2-selection {
-      background-color: white;
-      border-color: white; }
-    .select2-container--jet .select2-selection .select2-selection__rendered {
-      color: #828282;
-      line-height: 32px;
-      font-size: 13px; }
-      .background-form .select2-container--jet .select2-selection .select2-selection__rendered {
-        color: #828282; }
-    .select2-container--jet .select2-selection .select2-selection__placeholder {
-      color: #dbdbdb; }
-  .select2-container--jet .select2-buttons {
-    background-color: #dbdbdb;
-    text-align: center;
-    padding: 6px; }
-    .select2-container--jet .select2-buttons-button, .select2-container--jet .select2-buttons-button:visited, .select2-container--jet .select2-buttons-button:hover {
-      color: #828282;
-      margin-left: 10px; }
-    .select2-container--jet .select2-buttons-button:hover {
-      text-decoration: underline; }
-    .select2-container--jet .select2-buttons-button:first-child {
-      margin-left: 0; }
-  .select2-container--jet .select2-dropdown {
-    border: 0;
-    border-radius: 4px;
-    box-shadow: 0 0 4px 0 rgba(117, 180, 54, 0.75);
-    overflow: hidden;
-    z-index: 1; }
-    .select2-container--jet .select2-dropdown--below {
-      top: -32px; }
-    .select2-container--jet .select2-dropdown--above {
-      top: 32px; }
-    .select2-container--jet .select2-dropdown.select2-multiple-dropdown {
-      top: auto; }
-  .select2-container--jet .select2-search--dropdown {
-    padding: 0; }
-    .select2-container--jet .select2-search--dropdown .select2-search__field {
-      outline: 0;
-      border: 0;
-      background-color: white;
-      color: #828282;
-      height: 32px;
-      -webkit-appearance: textfield;
-      box-shadow: none; }
-  .select2-container--jet .select2-search--inline .select2-search__field {
-    background: transparent;
-    border: none;
-    outline: 0;
-    color: #828282;
-    -webkit-appearance: textfield;
-    box-shadow: none; }
-  .select2-container--jet .select2-results > .select2-results__options {
-    max-height: 200px;
-    overflow-y: auto; }
-  .select2-container--jet .select2-results__option {
-    font-size: 13px; }
-    .select2-container--jet .select2-results__option[role=group] {
-      padding: 0; }
-    .select2-container--jet .select2-results__option[aria-disabled=true] {
-      color: #dbdbdb; }
-    .select2-container--jet .select2-results__option[aria-selected=true] {
-      color: #75B436; }
-    .select2-container--jet .select2-results__option .select2-results__option {
-      padding-left: 1em; }
-      .select2-container--jet .select2-results__option .select2-results__option .select2-results__group {
-        padding-left: 0; }
-      .select2-container--jet .select2-results__option .select2-results__option .select2-results__option {
-        margin-left: -1em;
-        padding-left: 2em; }
-        .select2-container--jet .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
-          margin-left: -2em;
-          padding-left: 3em; }
-          .select2-container--jet .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
-            margin-left: -3em;
-            padding-left: 4em; }
-            .select2-container--jet .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--jet .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--jet .select2-results__option--highlighted[aria-selected] {
-    background-color: #75B436;
-    color: white; }
-  .select2-container--jet .select2-results__group {
-    cursor: default;
-    display: block;
-    padding: 6px; }
-
-/*# sourceMappingURL=select2.theme.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-green/select2.theme.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-green/select2.theme.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../select2/layout";

+ 0 - 292
jet/static/jet/css/themes/dark-orange/_variables.scss

@@ -1,292 +0,0 @@
-$hue: -42;
-$desaturate: 20%;
-
-@function transform2($color) {
-  //$color: saturate($color, 10%);
-  $color: desaturate($color, 100%);
-  @return($color);
-};
-
-$black-color: transform2(#000);
-$white-color: transform2(#fff);
-$border-color: transform2(#f4f4f4); //border
-
-//fill
-$blue-color-1: #252525; //dark-dark
-$blue-color-2: #2e2e2e; //dark
-$blue-color-3: #4C4C4C; //contrast2
-$blue-color-5: transform2(#76849a); //top dropdown border
-$blue-color-9: transform2(#ecf2f6); //background, top dropdown text
-$blue-color-10: transform2(#f6fafc); //contrast
-
-//text
-$blue-color-4: transform2(#6f7e95); //text
-$blue-color-7: transform2(#c0cad8); //light side
-$blue-color-8: transform2(#d0dbe6); //dim color, secondary button
-$blue-color-11: transform2(#c0d4e8); //top color
-
-$contrast-color: #E0744B;
-$contrast-dim-color: transparentize($contrast-color, 0.25);
-$contrast2-color: #E4BF62;
-
-$success-color-1: transform2(#8ecb8e);
-$success-color-2: transform2(#c9eaca);
-
-$info-color-1: transform2(#bebe92);
-$info-color-2: transform2(#e8e8bd);
-
-$selected-color-1: #e5e2a5;
-$selected-color-2: #fffcc0;
-
-$warning-color-1: transform2(#dba4a4);
-$warning-color-2: transform2(#f0dada);
-$warning-color-3: transform2(#c14747);
-
-
-@function transform($color) {
-  $color: saturate($color, 10%);
-  @return($color);
-};
-
-@debug "$black-color: " + transform($black-color) + ";";
-@debug "$white-color: " + transform($white-color) + ";";
-@debug "$border-color: " + transform($border-color) + ";";
-@debug "$blue-color-1: " + transform($blue-color-1) + ";";
-@debug "$blue-color-2: " + transform($blue-color-2) + ";";
-@debug "$blue-color-3: " + transform($blue-color-3) + ";";
-@debug "$blue-color-5: " + transform($blue-color-5) + ";";
-@debug "$blue-color-9: " + transform($blue-color-9) + ";";
-@debug "$blue-color-10: " + transform($blue-color-10) + ";";
-@debug "$blue-color-4: " + transform($blue-color-4) + ";";
-@debug "$blue-color-7: " + transform($blue-color-7) + ";";
-@debug "$blue-color-8: " + transform($blue-color-8) + ";";
-@debug "$blue-color-11: " + transform($blue-color-11) + ";";
-@debug "$contrast-color: " + transform($contrast-color) + ";";
-@debug "$contrast-dim-color: " + transform($contrast-dim-color) + ";";
-@debug "$contrast2-color: " + transform($contrast2-color) + ";";
-@debug "$success-color-1: " + transform($success-color-1) + ";";
-@debug "$success-color-2: " + transform($success-color-2) + ";";
-@debug "$info-color-1: " + transform($info-color-1) + ";";
-@debug "$info-color-2: " + transform($info-color-2) + ";";
-@debug "$selected-color-1: " + transform($selected-color-1) + ";";
-@debug "$selected-color-2: " + transform($selected-color-2) + ";";
-@debug "$warning-color-1: " + transform($warning-color-1) + ";";
-@debug "$warning-color-2: " + transform($warning-color-2) + ";";
-@debug "$warning-color-3: " + transform($warning-color-3) + ";";
-
-//$black-color: black;
-//$white-color: white;
-//$border-color: #f5f3f4;
-//$blue-color-1: #254d49;
-//$blue-color-2: #2e5955;
-//$blue-color-3: #3c706b;
-//$blue-color-5: #6aa6a1;
-//$blue-color-9: #eff6f5;
-//$blue-color-10: #f5fdfa;
-//$blue-color-4: #62a29c;
-//$blue-color-7: #bbddd9;
-//$blue-color-8: #cceae4;
-//$blue-color-11: #B4DCD4;
-//$contrast-color: #44b78b;
-//$contrast-dim-color: transparentize($contrast-color, 0.25);
-//$contrast2-color: #7FB1DC;
-//$success-color-1: #bcd386;
-//$success-color-2: #e0eec5;
-//$info-color-1: #c79c89;
-//$info-color-2: #ecc8b9;
-//$selected-color-1: #ebb29f;
-//$selected-color-2: #ffd0c0;
-//$warning-color-1: #e19e9e;
-//$warning-color-2: #f3d7d7;
-//$warning-color-3: #cd3b3b;
-//
-//$info-color-1: #bebe92;
-//$info-color-2: #e8e8bd;
-//
-//$selected-color-1: #e5e2a5;
-//$selected-color-2: #fffcc0;
-//
-//$warning-color-1: #dba4a4;
-//$warning-color-2: #f0dada;
-//$warning-color-3: #c14747;
-
-$success-color-1: #8ecb8e;
-$success-color-2: #c9eaca;
-
-$info-color-1: #bebe92;
-$info-color-2: #e8e8bd;
-
-$selected-color-1: #e5e2a5;
-$selected-color-2: #fffcc0;
-
-$warning-color-1: #dba4a4;
-$warning-color-2: #f0dada;
-$warning-color-3: #c14747;
-
-/*
- * General
- */
-
-$background-color: $blue-color-9;
-$text-color: $blue-color-4;
-$dim-text-color: $blue-color-8;
-$error-text-color: $warning-color-3;
-
-$link-color: #8EACD4;
-$hover-link-color: $contrast-color;
-
-$font: Arial, sans-serif;
-$font-size: 14px;
-
-/*
- * Sidebar
- */
-
-$sidebar-width: 250px;
-
-$sidebar-background-color: $blue-color-2;
-$sidebar-border-color: $blue-color-1;
-$sidebar-contrast-color: $contrast-color;
-$sidebar-contrast2-color: $contrast2-color;
-
-$sidebar-text-color: $blue-color-4;
-$sidebar-icon-color: $blue-color-4;
-$sidebar-link-color: $blue-color-7;
-$sidebar-hover-link-color: $white-color;
-$sidebar-hover-background-color: $blue-color-1;
-
-$sidebar-popup-search-input-background-color: $blue-color-8;
-$sidebar-popup-search-input-text-color: $blue-color-4;
-$sidebar-popup-search-input-placeholder-color: $blue-color-8;
-
-$sidebar-popup-background-color: $blue-color-9;
-$sidebar-popup-text-color: $blue-color-4;
-$sidebar-popup-overlay-color: $black-color;
-
-$sidebar-popup-link-text-color: $blue-color-4;
-$sidebar-popup-hover-link-color: $white-color;
-$sidebar-popup-hover-link-background-color: $contrast2-color;
-
-/*
- * Top
- */
-
-$top-height: 32px;
-
-$top-text-color: $blue-color-11;
-$top-link-color: $blue-color-11;
-$top-hover-link-color: $contrast2-color;
-$top-border-color: $blue-color-11;
-$top-icon-color: $contrast-color;
-$top-dropdown-background-color: $blue-color-4;
-$top-dropdown-border-color: $blue-color-5;
-$top-dropdown-text-color: $blue-color-9;
-$top-dropdown-link-color: $blue-color-9;
-$top-dropdown-hover-link-color: $blue-color-9;
-
-/*
- * Content
- */
-
-$content-background-color: $white-color;
-$content-contrast-background-color: $blue-color-10; //inline list bg
-$content-contrast2-background-color: $blue-color-3; //table header
-$content-contrast3-background-color: $blue-color-8; //delete collapsable
-$content-selected-background-color: $selected-color-2;
-$content-contrast2-text-color: $white-color;
-$content-border-color: $border-color; //row bottom
-$content-border2-color: $blue-color-8; //table bottom
-$content-selected-border-color: $selected-color-1;
-
-$tab-selected-border-color: $contrast2-color;
-$tab-error-border-color: $warning-color-3;
-
-/*
- * Buttons
- */
-
-$button-background-color: $blue-color-8;
-$button-hover-background-color: $contrast2-color;
-$button-active-background-color: $blue-color-4;
-$button-text-color: $blue-color-4;
-$button-hover-text-color: $white-color;
-$button-active-text-color: $white-color;
-
-$primary-button-background-color: $contrast-color;
-$primary-button-text-color: $white-color;
-
-$danger-button-background-color: $warning-color-3;
-$danger-button-text-color: $white-color;
-
-$background-button-background-color: $white-color;
-$background-button-text-color: $blue-color-4;
-
-/*
- * Inputs
- */
-
-$input-background-color: $white-color;
-$input-contrast-background-color: $blue-color-8;
-$input-border-color: $blue-color-9;
-$input-hover-background-color: $contrast2-color;
-$input-icon-color: $contrast-color;
-$input-text-color: $blue-color-4;
-$input-contrast-text-color: $blue-color-4;
-$input-hover-text-color: $white-color;
-$input-selected-text-color: $contrast-color;
-$input-disabled-text-color: $blue-color-8;
-$input-placeholder-color: $blue-color-8;
-$input-shadow-color: $contrast-dim-color;
-
-$background-input-background-color: $white-color;
-$background-input-border-color: $white-color;
-$background-input-text-color: $blue-color-4;
-
-/*
- * Messages
- */
-
-$warning-color: $warning-color-2;
-$warning-text-color: $warning-color-1;
-$info-color: $info-color-2;
-$info-text-color: $info-color-1;
-$success-color: $success-color-2;
-$success-text-color: $success-color-1;
-
-/*
- * Login
- */
-
-$login-background-color: $blue-color-2;
-$login-title-text-color: $blue-color-4;
-$login-title-contrast-text-color: $white-color;
-$login-header-background-color: $blue-color-3;
-$login-header-text-color: $white-color;
-$login-content-background-color: $white-color;
-
-/*
- * jQuery UI
- */
-
-$jquery-ui-buttonpane-background: $blue-color-9;
-
-$jquery-ui-state-default-background-color: $white-color;
-$jquery-ui-state-default-border-color: $blue-color-9;
-$jquery-ui-state-default-text-color: $blue-color-4;
-
-$jquery-ui-state-hover-background-color: $contrast2-color;
-$jquery-ui-state-hover-border-color: $contrast2-color;
-$jquery-ui-state-hover-text-color: $white-color;
-
-$jquery-ui-state-active-background-color: $contrast-color;
-$jquery-ui-state-active-border-color: $contrast-color;
-$jquery-ui-state-active-text-color: $white-color;
-
-$jquery-ui-state-highlight-background-color: $white-color;
-$jquery-ui-state-highlight-border-color: $contrast2-color;
-$jquery-ui-state-highlight-text-color: $contrast2-color;
-
-$jquery-ui-overlay-color: $black-color;
-
-$jquery-ui-tooltip-background-color: $black-color;
-$jquery-ui-tooltip-text-color: $white-color;

+ 0 - 5121
jet/static/jet/css/themes/dark-orange/base.css

@@ -1,5121 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-html, body {
-  margin: 0;
-  padding: 0;
-  height: 100%; }
-
-body {
-  color: #828282;
-  font-family: Arial, sans-serif;
-  font-size: 14px; }
-  body.non-scrollable {
-    overflow: hidden; }
-
-a, a:visited, a:hover {
-  color: #8EACD4;
-  font-weight: normal;
-  text-decoration: none; }
-
-a:hover {
-  color: #E0744B; }
-
-.container {
-  padding-left: 250px;
-  height: 100%;
-  position: relative; }
-
-.sidebar {
-  position: fixed;
-  width: 250px;
-  height: 100%;
-  top: 0;
-  left: 0;
-  overflow-y: auto; }
-
-.content {
-  width: 100%;
-  min-height: 100%;
-  z-index: 1;
-  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.25);
-  position: relative; }
-
-#content {
-  padding: 20px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.table, #changelist table, table#change-history {
-  background: white;
-  border-collapse: collapse;
-  border-radius: 4px;
-  box-shadow: 0 2px 0 0 #dbdbdb;
-  margin-bottom: 2px;
-  overflow-x: auto;
-  width: 100%; }
-  .table.helper, #changelist table.helper, table.helper#change-history {
-    display: none;
-    position: fixed;
-    z-index: 2;
-    top: 0;
-    right: 20px;
-    width: auto;
-    border-radius: 0;
-    box-shadow: none; }
-    .table.helper thead th, #changelist table.helper thead th, table.helper#change-history thead th {
-      border-radius: 0 !important; }
-  .table caption, #changelist table caption, table#change-history caption {
-    border-radius: 4px;
-    padding: 6px;
-    text-align: left;
-    text-transform: uppercase;
-    font-size: 11px;
-    font-weight: bold; }
-    .table caption a, #changelist table caption a, table#change-history caption a {
-      color: #828282;
-      font-size: 11px;
-      font-weight: bold; }
-  .table thead th, #changelist table thead th, table#change-history thead th {
-    background: #4C4C4C;
-    padding: 8px;
-    font-size: 12px;
-    font-weight: normal;
-    text-align: left;
-    white-space: nowrap; }
-    .table thead th, #changelist table thead th, table#change-history thead th, .table thead th a, #changelist table thead th a, table#change-history thead th a, .table thead th a:visited, #changelist table thead th a:visited, table#change-history thead th a:visited, .table thead th a:hover, #changelist table thead th a:hover, table#change-history thead th a:hover {
-      color: white;
-      text-decoration: none;
-      text-transform: uppercase; }
-    .table thead th:first-child, #changelist table thead th:first-child, table#change-history thead th:first-child {
-      border-radius: 4px 0 0 0; }
-    .table thead th:last-child, #changelist table thead th:last-child, table#change-history thead th:last-child {
-      border-radius: 0 4px 0 0; }
-    .table thead th:first-child:last-child, #changelist table thead th:first-child:last-child, table#change-history thead th:first-child:last-child {
-      border-radius: 4px 4px 0 0; }
-    .table thead th.action-checkbox-column, #changelist table thead th.action-checkbox-column, table#change-history thead th.action-checkbox-column {
-      width: 20px;
-      text-align: center; }
-    .table thead th.sorted .sortoptions, #changelist table thead th.sorted .sortoptions, table#change-history thead th.sorted .sortoptions {
-      display: inline-block; }
-      .table thead th.sorted .sortoptions .sortpriority, #changelist table thead th.sorted .sortoptions .sortpriority, table#change-history thead th.sorted .sortoptions .sortpriority {
-        background: white;
-        color: #828282;
-        padding: 2px 8px;
-        margin-right: 2px;
-        border-radius: 12px; }
-    .table thead th.sorted .text, #changelist table thead th.sorted .text, table#change-history thead th.sorted .text {
-      display: inline-block; }
-      .table thead th.sorted .text:after, #changelist table thead th.sorted .text:after, table#change-history thead th.sorted .text:after {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        color: white;
-        font-size: 13px;
-        font-weight: bold;
-        margin-left: 4px; }
-    .table thead th.sorted.ascending .text:after, #changelist table thead th.sorted.ascending .text:after, table#change-history thead th.sorted.ascending .text:after {
-      content: ""; }
-    .table thead th.sorted.descending .text:after, #changelist table thead th.sorted.descending .text:after, table#change-history thead th.sorted.descending .text:after {
-      content: ""; }
-  .table tbody tr, #changelist table tbody tr, table#change-history tbody tr {
-    border-bottom: 1px solid #f4f4f4; }
-    .table tbody tr:last-child, #changelist table tbody tr:last-child, table#change-history tbody tr:last-child {
-      border-bottom: 0; }
-    .table tbody tr th, #changelist table tbody tr th, table#change-history tbody tr th, .table tbody tr td, #changelist table tbody tr td, table#change-history tbody tr td {
-      padding: 8px;
-      text-align: left;
-      font-size: 13px; }
-      .table tbody tr th.action-checkbox, #changelist table tbody tr th.action-checkbox, table#change-history tbody tr th.action-checkbox, .table tbody tr td.action-checkbox, #changelist table tbody tr td.action-checkbox, table#change-history tbody tr td.action-checkbox {
-        text-align: center; }
-      .table tbody tr th img[src$="admin/img/icon-yes.gif"], #changelist table tbody tr th img[src$="admin/img/icon-yes.gif"], table#change-history tbody tr th img[src$="admin/img/icon-yes.gif"], .table tbody tr th img[src$="admin/img/icon-no.gif"], #changelist table tbody tr th img[src$="admin/img/icon-no.gif"], table#change-history tbody tr th img[src$="admin/img/icon-no.gif"], .table tbody tr th img[src$="admin/img/icon-unknown.gif"], #changelist table tbody tr th img[src$="admin/img/icon-unknown.gif"], table#change-history tbody tr th img[src$="admin/img/icon-unknown.gif"], .table tbody tr td img[src$="admin/img/icon-yes.gif"], #changelist table tbody tr td img[src$="admin/img/icon-yes.gif"], table#change-history tbody tr td img[src$="admin/img/icon-yes.gif"], .table tbody tr td img[src$="admin/img/icon-no.gif"], #changelist table tbody tr td img[src$="admin/img/icon-no.gif"], table#change-history tbody tr td img[src$="admin/img/icon-no.gif"], .table tbody tr td img[src$="admin/img/icon-unknown.gif"], #changelist table tbody tr td img[src$="admin/img/icon-unknown.gif"], table#change-history tbody tr td img[src$="admin/img/icon-unknown.gif"] {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        content: "";
-        font-weight: bold; }
-      .table tbody tr th img[src$="admin/img/icon-yes.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-yes.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-yes.gif"]:before, .table tbody tr td img[src$="admin/img/icon-yes.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-yes.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-yes.gif"]:before {
-        content: "";
-        color: #8ecb8e; }
-      .table tbody tr th img[src$="admin/img/icon-no.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-no.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-no.gif"]:before, .table tbody tr td img[src$="admin/img/icon-no.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-no.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-no.gif"]:before {
-        content: "";
-        color: #dba4a4; }
-      .table tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, #changelist table tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, table#change-history tbody tr th img[src$="admin/img/icon-unknown.gif"]:before, .table tbody tr td img[src$="admin/img/icon-unknown.gif"]:before, #changelist table tbody tr td img[src$="admin/img/icon-unknown.gif"]:before, table#change-history tbody tr td img[src$="admin/img/icon-unknown.gif"]:before {
-        content: ""; }
-  .table tbody tr.selected, #changelist table tbody tr.selected, table#change-history tbody tr.selected {
-    border-color: #e5e2a5; }
-    .table tbody tr.selected:last-child th:first-child, #changelist table tbody tr.selected:last-child th:first-child, table#change-history tbody tr.selected:last-child th:first-child, .table tbody tr.selected:last-child td:first-child, #changelist table tbody tr.selected:last-child td:first-child, table#change-history tbody tr.selected:last-child td:first-child {
-      border-radius: 0 0 0 4px; }
-    .table tbody tr.selected:last-child th:last-child, #changelist table tbody tr.selected:last-child th:last-child, table#change-history tbody tr.selected:last-child th:last-child, .table tbody tr.selected:last-child td:last-child, #changelist table tbody tr.selected:last-child td:last-child, table#change-history tbody tr.selected:last-child td:last-child {
-      border-radius: 0 0 4px 0; }
-    .table tbody tr.selected th, #changelist table tbody tr.selected th, table#change-history tbody tr.selected th, .table tbody tr.selected td, #changelist table tbody tr.selected td, table#change-history tbody tr.selected td {
-      background-color: #fffcc0; }
-  .table tbody tr.contrast, #changelist table tbody tr.contrast, table#change-history tbody tr.contrast {
-    background: #f9f9f9; }
-  .table tbody tr.contrast2, #changelist table tbody tr.contrast2, table#change-history tbody tr.contrast2 {
-    background: #4C4C4C;
-    color: white;
-    border: 0; }
-    .table tbody tr.contrast2 a, #changelist table tbody tr.contrast2 a, table#change-history tbody tr.contrast2 a, .table tbody tr.contrast2 a:visited, #changelist table tbody tr.contrast2 a:visited, table#change-history tbody tr.contrast2 a:visited, .table tbody tr.contrast2 a:hover, #changelist table tbody tr.contrast2 a:hover, table#change-history tbody tr.contrast2 a:hover {
-      color: white; }
-  .table tbody tr.contrast3, #changelist table tbody tr.contrast3, table#change-history tbody tr.contrast3 {
-    background: #dbdbdb; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.button-group {
-  margin: 0;
-  line-height: normal; }
-  .button-group-buttons span, .button-group-buttons a {
-    padding: 6px 10px;
-    display: inline-block; }
-    .button-group-buttons span:first-child, .button-group-buttons a:first-child {
-      border-radius: 4px 0 0 4px; }
-    .button-group-buttons span:last-child, .button-group-buttons a:last-child {
-      border-radius: 0 4px 4px 0; }
-    .button-group-buttons span:first-child:last-child, .button-group-buttons a:first-child:last-child {
-      border-radius: 4px; }
-  .button-group-buttons span {
-    background-color: #828282;
-    color: white; }
-  .button-group-buttons a, .button-group-buttons a:visited, .button-group-buttons a:hover {
-    background-color: #dbdbdb;
-    color: #828282;
-    text-decoration: none; }
-  .button-group-buttons a:hover {
-    background-color: #E4BF62;
-    color: white; }
-  .button-group-label {
-    margin-right: 10px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.sidebar {
-  background-color: #2e2e2e; }
-  .sidebar-menu {
-    margin-bottom: 32px !important; }
-    .sidebar-menu-wrapper {
-      overflow-y: auto;
-      height: 100%; }
-    .sidebar-menu-item {
-      padding: 20px 24px;
-      border-bottom: 1px solid #252525; }
-      .sidebar-menu-item:last-child {
-        border-bottom: 0; }
-      .sidebar-menu-item.no-horizontal-padding {
-        padding-left: 0;
-        padding-right: 0; }
-      .sidebar-menu-item-icon {
-        font-size: 18px;
-        vertical-align: middle;
-        margin-right: 6px;
-        color: #828282; }
-      .sidebar-menu-item-link, .sidebar-menu-item-link:visited, .sidebar-menu-item-link:hover {
-        color: #cccccc;
-        font-weight: bold;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-link:hover {
-        color: white; }
-      .sidebar-menu-item-title {
-        color: #828282;
-        text-transform: uppercase;
-        font-size: 11px;
-        font-weight: bold;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        padding: 0 24px; }
-        .sidebar-menu-item-title-icon {
-          float: right;
-          font-size: 14px;
-          font-weight: bold !important;
-          margin-right: 14px; }
-          .sidebar-menu-item-title-icon, .sidebar-menu-item-title-icon:visited, .sidebar-menu-item-title-icon:hover {
-            color: #E0744B;
-            -webkit-transition: all 0.3s;
-            -moz-transition: all 0.3s;
-            -o-transition: all 0.3s;
-            transition: all 0.3s; }
-          .sidebar-menu-item-title-icon:hover {
-            color: #E4BF62; }
-      .sidebar-menu-item-action, .sidebar-menu-item-action:visited, .sidebar-menu-item-action:hover {
-        display: block;
-        color: #E0744B;
-        font-size: 11px;
-        text-align: center;
-        margin-top: 10px;
-        padding: 8px 0;
-        text-transform: uppercase;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-action:hover {
-        color: #E4BF62;
-        background-color: #252525; }
-      .sidebar-menu-item-list:not(:empty) {
-        margin-top: 10px !important; }
-      .sidebar-menu-item-list-item.empty {
-        display: none; }
-      .sidebar-menu-item-list-item-link, .sidebar-menu-item-list-item-link:visited, .sidebar-menu-item-list-item-link:hover {
-        display: block;
-        color: #cccccc;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        white-space: nowrap;
-        padding: 8px 12px 8px 24px;
-        vertical-align: middle;
-        position: relative;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link:hover, .sidebar-menu-item-list-item-link.hovered {
-        color: white;
-        background-color: #252525; }
-      .sidebar-menu-item-list-item-link-remove, .sidebar-menu-item-list-item-link-remove:visited, .sidebar-menu-item-list-item-link-remove:hover {
-        position: relative;
-        float: right;
-        display: none;
-        color: #E0744B;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link-remove:hover {
-        color: #E4BF62; }
-      .sidebar-menu-item-list-item-link-pin, .sidebar-menu-item-list-item-link-pin:visited, .sidebar-menu-item-list-item-link-pin:hover, .sidebar-menu-item-list-item-link-unpin, .sidebar-menu-item-list-item-link-unpin:visited, .sidebar-menu-item-list-item-link-unpin:hover {
-        position: absolute;
-        display: none;
-        left: 4px;
-        font-size: 14px;
-        color: #E0744B;
-        -webkit-transition: all 0.3s;
-        -moz-transition: all 0.3s;
-        -o-transition: all 0.3s;
-        transition: all 0.3s; }
-      .sidebar-menu-item-list-item-link-pin:hover, .sidebar-menu-item-list-item-link-unpin:hover {
-        color: #E4BF62; }
-      .sidebar-menu-item-list-item-link:hover .sidebar-menu-item-list-item-link-remove {
-        display: inline-block; }
-      .sidebar-menu-item-list-item:not(.pinned):hover .sidebar-menu-item-list-item-link-pin {
-        display: inline-block; }
-      .sidebar-menu-item-list-item.pinned:hover .sidebar-menu-item-list-item-link-unpin {
-        display: inline-block; }
-      .sidebar-menu-item-list-item-arrow {
-        float: right;
-        color: #E4BF62;
-        font-size: 16px;
-        font-weight: bold !important;
-        margin-left: 4px; }
-  .sidebar-popup {
-    position: absolute;
-    top: 0;
-    left: 250px;
-    bottom: 0;
-    width: 250px;
-    color: #828282;
-    background-color: #f1f1f1;
-    z-index: 3;
-    overflow-y: auto; }
-    .sidebar-popup-container {
-      display: none; }
-    .sidebar-popup-item {
-      display: none; }
-    .sidebar-popup-background {
-      position: absolute;
-      top: 0;
-      left: 250px;
-      bottom: 0;
-      right: 0;
-      background-color: black;
-      opacity: 0.5;
-      z-index: 2; }
-    .sidebar-popup-title {
-      font-size: 12px;
-      font-weight: bold;
-      text-transform: uppercase;
-      padding: 20px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap; }
-    .sidebar-popup-search {
-      background-color: #dbdbdb;
-      color: #828282;
-      border-radius: 0 !important;
-      width: 100%;
-      height: 32px;
-      padding: 0 !important;
-      text-indent: 20px;
-      margin-bottom: 12px !important; }
-      .sidebar-popup-search::-webkit-input-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search:-moz-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search::-moz-placeholder {
-        color: #dbdbdb; }
-      .sidebar-popup-search:-ms-input-placeholder {
-        color: #dbdbdb; }
-    .sidebar-popup-list-item a, .sidebar-popup-list-item a:visited, .sidebar-popup-list-item a:hover {
-      color: #828282;
-      padding: 8px 20px;
-      display: block; }
-    .sidebar-popup-list-item.selected a {
-      background-color: #E4BF62;
-      color: white; }
-  .sidebar-copyright {
-    background-color: #252525;
-    height: 32px;
-    line-height: 32px;
-    position: absolute;
-    bottom: 0;
-    left: 0;
-    right: 0;
-    text-align: center;
-    font-size: 11px;
-    font-weight: bold; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.top {
-  padding: 20px; }
-  .top-breadcrumbs {
-    text-transform: uppercase;
-    font-size: 12px;
-    font-weight: bold;
-    line-height: 32px; }
-    .top-breadcrumbs a, .top-breadcrumbs a:visited, .top-breadcrumbs a:hover {
-      color: #d4d4d4;
-      text-decoration: none;
-      word-spacing: normal; }
-    .top-breadcrumbs a:hover {
-      color: #E4BF62; }
-    .top-breadcrumbs-separator {
-      color: #d4d4d4;
-      margin: 0 6px 0 6px;
-      font-weight: bold !important;
-      font-size: 15px;
-      vertical-align: middle; }
-  .top-right {
-    float: right;
-    position: relative;
-    padding-right: 185px; }
-  .top-user-tools {
-    position: absolute;
-    top: 0;
-    right: 0;
-    border: 1px solid #d4d4d4;
-    border-radius: 4px;
-    font-size: 12px;
-    text-align: left;
-    width: 175px;
-    z-index: 1; }
-    .top-user-tools-welcome-msg {
-      font-weight: bold;
-      line-height: 30px;
-      padding: 0 10px 0 14px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap; }
-      .top-user-tools-welcome-msg-arrow {
-        float: right;
-        color: #E0744B;
-        font-size: 24px;
-        line-height: 30px !important; }
-    .top-user-tools-user-link {
-      display: none;
-      padding: 8px 14px; }
-      .top-user-tools-user-link a, .top-user-tools-user-link a:visited, .top-user-tools-user-link a:hover {
-        color: #f1f1f1;
-        text-decoration: none; }
-      .top-user-tools-user-link a:hover {
-        color: #f1f1f1;
-        text-decoration: underline; }
-      .top-user-tools-user-link-icon {
-        font-size: 15px;
-        vertical-align: middle; }
-    .top-user-tools.opened {
-      background-color: #828282;
-      border-color: transparent;
-      color: #f1f1f1; }
-    .top-user-tools.opened .top-user-tools-welcome-msg {
-      border-bottom: 1px solid #888888;
-      margin-bottom: 6px; }
-    .top-user-tools.opened .top-user-tools-user-link {
-      display: block; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.base_input, .sidebar-popup-search, .input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea, .button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  border: 0;
-  border-radius: 4px;
-  font-size: 13px;
-  height: 32px;
-  white-space: nowrap;
-  outline: 0;
-  box-sizing: border-box;
-  margin: 0;
-  -webkit-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  -moz-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  -o-transition: background 0.3s, box-shadow 0.3s, border 0.3s;
-  transition: background 0.3s, box-shadow 0.3s, border 0.3s; }
-
-.input, .background-form .input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="number"], textarea {
-  background-color: white;
-  color: #828282;
-  border: 1px solid #f1f1f1;
-  padding: 0 12px; }
-  .input::-webkit-input-placeholder, .background-form .input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
-    color: #dbdbdb; }
-  .input:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder {
-    color: #dbdbdb; }
-  .input::-moz-placeholder, .background-form .input::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
-    color: #dbdbdb; }
-  .input:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
-    color: #dbdbdb; }
-  .input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus {
-    box-shadow: 0 0 4px 0 rgba(224, 116, 75, 0.75);
-    border-color: white; }
-
-.background-form .input, .background-form input[type="text"], .background-form input[type="email"], .background-form input[type="password"], .background-form input[type="url"], .background-form input[type="number"], .background-form textarea {
-  background-color: white;
-  color: #828282;
-  border-color: white; }
-
-.button, input[type="submit"], input[type="button"], .button:visited, input[type="submit"]:visited, input[type="button"]:visited, .button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  font-weight: bold;
-  font-size: 12px;
-  text-align: center;
-  background-color: #E0744B;
-  color: white;
-  padding: 0 20px;
-  display: inline-block; }
-.button.button-secondary, input.button-secondary[type="submit"], input.button-secondary[type="button"] {
-  background-color: #dbdbdb;
-  color: #828282; }
-.button.button-red, input.button-red[type="submit"], input.button-red[type="button"] {
-  background-color: #c14747;
-  color: white; }
-.button.button-background, input.button-background[type="submit"], input.button-background[type="button"] {
-  background-color: white;
-  color: #828282; }
-.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
-  background-color: #E4BF62;
-  color: white;
-  font-weight: bold; }
-.button:active, input[type="submit"]:active, input[type="button"]:active {
-  background-color: #828282;
-  color: white; }
-
-a.button {
-  line-height: 32px; }
-
-textarea {
-  height: auto;
-  line-height: normal;
-  padding: 12px;
-  white-space: normal; }
-
-input[type=checkbox] {
-  display: none; }
-  input[type=checkbox] + label:before {
-    font-family: 'jet-icons';
-    speak: none;
-    font-style: normal;
-    font-weight: normal;
-    font-variant: normal;
-    text-transform: none;
-    line-height: 1;
-    /* Better Font Rendering =========== */
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-    display: inline-block;
-    color: #E0744B;
-    font-size: 12px;
-    content: "";
-    letter-spacing: 5px; }
-    .action-checkbox-column input[type=checkbox] + label:before {
-      color: white; }
-  input[type=checkbox]:checked + label:before {
-    content: ""; }
-
-.form-row .vDateField, .form-row .vTimeField {
-  border-radius: 4px 0 0 4px !important; }
-  .form-row .vDateField-link, .form-row .vTimeField-link {
-    vertical-align: top;
-    display: inline-block; }
-    .form-row .vDateField-link span, .form-row .vTimeField-link span {
-      width: 32px;
-      height: 32px;
-      line-height: 32px !important;
-      background-color: #dbdbdb;
-      color: #828282;
-      display: inline-block;
-      vertical-align: middle;
-      text-align: center;
-      border-radius: 0 4px 4px 0; }
-    .form-row .vDateField-link:hover span, .form-row .vTimeField-link:hover span {
-      background-color: #E4BF62;
-      color: white; }
-.form-row .vDateField-link + .vTimeField {
-  margin-left: 10px; }
-.form-row label.required {
-  font-weight: bold; }
-  .form-row label.required:after {
-    content: '*'; }
-.form-row select {
-  min-width: 200px; }
-
-.empty-form {
-  display: none; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.messagelist .warning, .messagelist .error {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #f0dada;
-  color: #dba4a4; }
-.messagelist .info, .messagelist .debug {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #e8e8bd;
-  color: #bebe92; }
-.messagelist .success {
-  margin: 0 20px 10px 20px;
-  border-radius: 6px;
-  padding: 10px;
-  background: #c9eaca;
-  color: #8ecb8e; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-#changelist .changelist-filter {
-  margin-bottom: 20px;
-  line-height: 40px; }
-  #changelist .changelist-filter * {
-    vertical-align: top; }
-  #changelist .changelist-filter-submit-block {
-    white-space: nowrap; }
-#changelist .results {
-  overflow-x: auto; }
-#changelist table {
-  width: 100%; }
-#changelist .changelist-footer {
-  margin-top: 20px;
-  background: #f1f1f1; }
-  #changelist .changelist-footer.fixed {
-    position: fixed;
-    left: 270px;
-    right: 20px;
-    bottom: 0;
-    margin: 0;
-    padding: 20px 0;
-    border-top: 2px solid #dbdbdb; }
-  #changelist .changelist-footer.popup {
-    left: 20px; }
-  #changelist .changelist-footer .actions {
-    float: left; }
-    #changelist .changelist-footer .actions-label {
-      margin-left: 10px; }
-    #changelist .changelist-footer .actions span .all, #changelist .changelist-footer .actions span .action-counter, #changelist .changelist-footer .actions span .clear, #changelist .changelist-footer .actions span .question {
-      display: none; }
-
-table#change-history {
-  width: 100%; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.module {
-  border: 0;
-  margin: 0;
-  padding: 20px;
-  background-color: white;
-  border-radius: 4px; }
-  .module .form-row {
-    padding: 6px 0;
-    overflow: hidden; }
-    .module .form-row label {
-      display: block;
-      padding: 6px 10px 0 0;
-      float: left;
-      width: 150px;
-      word-wrap: break-word; }
-    .module .form-row.errors label {
-      color: #c14747; }
-    .module .form-row .checkbox-row label {
-      float: none;
-      display: inline; }
-    .module .form-row .help {
-      color: #dbdbdb;
-      margin: 12px 0 0 160px; }
-    .module .form-row .checkbox-row .help {
-      margin-left: 0; }
-    .module .form-row .errorlist {
-      color: #c14747; }
-    .module .form-row .datetime {
-      margin-left: 160px; }
-    .module .form-row .add-related span {
-      font-size: 18px;
-      vertical-align: middle; }
-    .module .form-row .change-related span {
-      font-size: 20px;
-      vertical-align: middle; }
-    .module .form-row .add-another {
-      margin-left: 4px; }
-      .module .form-row .add-another:before {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        vertical-align: middle;
-        font-size: 18px;
-        content: ""; }
-      .module .form-row .add-another img {
-        display: none; }
-    .module .form-row .field-box {
-      padding-top: 6px; }
-      .module .form-row .field-box:first-child {
-        padding-top: 0; }
-    .module .form-row .file-upload {
-      background: #f9f9f9;
-      display: inline-block;
-      margin: 0;
-      line-height: 1.5em;
-      padding: 10px;
-      border-radius: 4px; }
-      .module .form-row .file-upload .clearable-file-input label {
-        display: inline;
-        float: none;
-        padding: 0;
-        width: auto;
-        margin-left: 10px; }
-
-.submit-row {
-  padding: 20px 0; }
-  .submit-row .deletelink-box {
-    float: right;
-    padding: 0;
-    margin: 0; }
-
-.changeform {
-  background-color: white;
-  border-radius: 4px;
-  min-width: 800px; }
-  .changeform-tabs {
-    border-bottom: 2px solid #f1f1f1;
-    padding-left: 16px !important; }
-    .changeform-tabs-item {
-      display: inline-block; }
-      .changeform-tabs-item a, .changeform-tabs-item a:hover, .changeform-tabs-item a:visited {
-        display: inline-block;
-        padding: 12px 4px;
-        margin: 0 4px;
-        border-bottom: 2px solid transparent;
-        position: relative;
-        top: 2px;
-        color: #dbdbdb;
-        font-weight: bold;
-        font-size: 11px;
-        text-transform: uppercase; }
-      .changeform-tabs-item a:hover {
-        color: #828282; }
-      .changeform-tabs-item.selected a, .changeform-tabs-item.selected a:hover, .changeform-tabs-item.selected a:visited {
-        color: #828282;
-        border-color: #E4BF62; }
-      .changeform-tabs-item.errors a, .changeform-tabs-item.errors a:hover, .changeform-tabs-item.errors a:visited {
-        border-color: #c14747; }
-  .changeform-tabs ~ .module {
-    display: none; }
-    .changeform-tabs ~ .module.selected {
-      display: block; }
-    .changeform-tabs ~ .module .stacked.inline-related {
-      display: none; }
-      .changeform-tabs ~ .module .stacked.inline-related.selected {
-        display: block; }
-  .changeform .module {
-    padding: 0;
-    background: none;
-    border-radius: 0; }
-    .changeform .module .form-row .select2 {
-      max-width: 586px; }
-  .changeform .aligned {
-    padding: 20px 20px 0 20px; }
-  .changeform .inline-group .errornote {
-    color: #c14747;
-    margin: 0;
-    padding: 20px; }
-  .changeform .tabular.inline-related .module {
-    border: 0;
-    margin: 0;
-    padding: 0; }
-    .changeform .tabular.inline-related .module .errornote {
-      background-color: #f9f9f9; }
-    .changeform .tabular.inline-related .module .errorlist {
-      color: #c14747; }
-    .changeform .tabular.inline-related .module table {
-      border-collapse: collapse;
-      width: 100%; }
-      .changeform .tabular.inline-related .module table thead th {
-        background: -webkit-linear-gradient(to top, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to top, white 0%, #f9f9f9 100%);
-        padding: 8px;
-        font-size: 12px;
-        font-weight: bold;
-        text-align: left;
-        text-transform: uppercase; }
-        .changeform .tabular.inline-related .module table thead th.action-checkbox-column {
-          width: 20px;
-          text-align: center; }
-      .changeform .tabular.inline-related .module table tbody tr {
-        border-bottom: 1px solid #f4f4f4; }
-        .changeform .tabular.inline-related .module table tbody tr:last-child {
-          border-bottom: 0; }
-        .changeform .tabular.inline-related .module table tbody tr th, .changeform .tabular.inline-related .module table tbody tr td {
-          padding: 8px;
-          text-align: left;
-          font-size: 13px; }
-          .changeform .tabular.inline-related .module table tbody tr th.original, .changeform .tabular.inline-related .module table tbody tr td.original {
-            text-align: center;
-            font-size: 18px;
-            width: 36px;
-            padding-right: 0;
-            white-space: nowrap; }
-            .changeform .tabular.inline-related .module table tbody tr th.original p, .changeform .tabular.inline-related .module table tbody tr td.original p {
-              margin: 0; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-new, .changeform .tabular.inline-related .module table tbody tr td.original .icon-new {
-              font-size: 18px;
-              vertical-align: middle; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-edit, .changeform .tabular.inline-related .module table tbody tr td.original .icon-edit {
-              font-size: 18px;
-              vertical-align: middle; }
-            .changeform .tabular.inline-related .module table tbody tr th.original .icon-open-external, .changeform .tabular.inline-related .module table tbody tr td.original .icon-open-external {
-              font-size: 18px;
-              vertical-align: middle; }
-      .changeform .tabular.inline-related .module table tbody .add-row td {
-        padding: 16px; }
-        .changeform .tabular.inline-related .module table tbody .add-row td a {
-          font-size: 12px;
-          font-weight: bold; }
-          .changeform .tabular.inline-related .module table tbody .add-row td a span {
-            vertical-align: middle; }
-  .changeform .stacked-inline {
-    position: relative; }
-    .changeform .stacked-inline.side {
-      margin-left: 250px; }
-    .changeform .stacked-inline-side {
-      float: left;
-      width: 250px;
-      margin-left: -250px;
-      background: #f9f9f9;
-      max-height: 60vh;
-      overflow-y: auto; }
-      .changeform .stacked-inline-side-top {
-        height: 40px;
-        background: -webkit-linear-gradient(to bottom, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
-      .changeform .stacked-inline-side-bottom {
-        height: 40px;
-        background: -webkit-linear-gradient(to top, white 0%, #f9f9f9 100%);
-        background: linear-gradient(to top, white 0%, #f9f9f9 100%); }
-    .changeform .stacked-inline-content {
-      float: right;
-      width: 100%; }
-      .changeform .stacked-inline-content .actions {
-        margin: 20px 20px 0 20px; }
-        .changeform .stacked-inline-content .actions .icon-new {
-          font-size: 18px;
-          vertical-align: middle; }
-        .changeform .stacked-inline-content .actions .icon-edit {
-          font-size: 18px;
-          vertical-align: middle; }
-        .changeform .stacked-inline-content .actions .icon-open-external {
-          font-size: 18px;
-          vertical-align: middle; }
-      .changeform .stacked-inline-content .delete {
-        margin: 20px 20px 0 20px;
-        border-radius: 4px;
-        padding: 10px;
-        border: 2px solid #f0dada;
-        box-sizing: border-box; }
-    .changeform .stacked-inline .add-row {
-      position: absolute;
-      top: 0;
-      left: -250px;
-      width: 250px;
-      height: 40px;
-      line-height: 40px;
-      padding: 0 20px;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap;
-      box-sizing: border-box;
-      background: -webkit-linear-gradient(to bottom, white 0%, #f9f9f9 100%);
-      background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
-      .changeform .stacked-inline .add-row a {
-        font-size: 12px;
-        font-weight: bold; }
-        .changeform .stacked-inline .add-row a span {
-          vertical-align: middle; }
-    .changeform .stacked-inline-list-item-link-remove {
-      position: relative;
-      float: right;
-      display: none; }
-    .changeform .stacked-inline-list-item-link:hover .stacked-inline-list-item-link-remove {
-      display: inline-block; }
-    .changeform .stacked-inline-list-item a, .changeform .stacked-inline-list-item a:visited, .changeform .stacked-inline-list-item a:hover {
-      display: block;
-      padding: 8px 10px 8px 20px;
-      color: #dbdbdb;
-      overflow: hidden;
-      text-overflow: ellipsis;
-      white-space: nowrap;
-      -webkit-transition: all 0.2s;
-      -moz-transition: all 0.2s;
-      -o-transition: all 0.2s;
-      transition: all 0.2s; }
-    .changeform .stacked-inline-list-item a:hover {
-      color: white;
-      background-color: #E4BF62; }
-    .changeform .stacked-inline-list-item.selected a, .changeform .stacked-inline-list-item.selected a:visited, .changeform .stacked-inline-list-item.selected a:hover {
-      color: #828282; }
-    .changeform .stacked-inline-list-item.selected a:hover {
-      color: #828282;
-      background-color: transparent; }
-    .changeform .stacked-inline-list-item.empty {
-      display: none; }
-    .changeform .stacked-inline-list-item.delete a, .changeform .stacked-inline-list-item.delete a:visited, .changeform .stacked-inline-list-item.delete a:hover {
-      text-decoration: line-through; }
-    .changeform .stacked-inline-list-item.errors a, .changeform .stacked-inline-list-item.errors a:visited, .changeform .stacked-inline-list-item.errors a:hover {
-      color: #c14747; }
-  .changeform .submit-row {
-    padding: 20px; }
-
-.related-lookup {
-  margin-left: 10px; }
-  .related-lookup:before {
-    font-family: 'jet-icons';
-    speak: none;
-    font-style: normal;
-    font-weight: normal;
-    font-variant: normal;
-    text-transform: none;
-    line-height: 1;
-    /* Better Font Rendering =========== */
-    -webkit-font-smoothing: antialiased;
-    -moz-osx-font-smoothing: grayscale;
-    display: inline-block;
-    color: #828282;
-    vertical-align: middle;
-    font-size: 20px;
-    content: ""; }
-  .related-lookup img {
-    display: none; }
-  .related-lookup + strong {
-    font-weight: normal;
-    font-size: 12px; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.delete-summary {
-  background: #f0dada;
-  color: #dba4a4;
-  border-radius: 4px;
-  padding: 20px;
-  margin-bottom: 20px; }
-  .delete-summary h2 {
-    font-size: 14px;
-    font-weight: bold;
-    margin: 0 0 10px 0; }
-  .delete-summary-buttons {
-    float: right; }
-.delete-objects {
-  background: white;
-  border-radius: 4px;
-  box-shadow: 0 2px 0 0 #dbdbdb; }
-  .delete-objects-list-item {
-    border-bottom: 1px solid #f4f4f4;
-    font-size: 13px; }
-    .delete-objects-list-item:last-child {
-      border-bottom: 0; }
-    .delete-objects-list-item-row {
-      padding: 8px; }
-      .delete-objects-list-item-row-collapse {
-        float: right; }
-        .delete-objects-list-item-row-collapse span {
-          vertical-align: middle;
-          font-weight: bold;
-          font-size: 16px; }
-    .delete-objects-list-item-collapsable {
-      background-color: #dbdbdb;
-      padding: 20px 20px 20px 0;
-      display: none; }
-      .delete-objects-list-item-collapsable-list {
-        list-style-type: disc; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.login {
-  background: #2e2e2e;
-  position: relative; }
-  .login-title {
-    width: 100%;
-    color: #828282;
-    font-size: 36px;
-    text-transform: uppercase;
-    text-align: center;
-    position: absolute;
-    top: 50%;
-    margin-top: -175px; }
-    .login-title .bright {
-      color: white;
-      font-weight: bold; }
-  .login-container {
-    border-radius: 4px;
-    width: 400px;
-    overflow: hidden;
-    position: absolute;
-    top: 50%;
-    left: 50%;
-    margin-left: -200px;
-    margin-top: -115px; }
-    .login-container-header {
-      background: #4C4C4C;
-      color: white;
-      text-transform: uppercase;
-      padding: 10px;
-      font-size: 11px;
-      font-weight: bold; }
-    .login-container-content {
-      background: white;
-      height: 100%;
-      padding: 30px; }
-
-.login-form .form-row {
-  padding: 6px 0; }
-  .login-form .form-row label {
-    display: block;
-    padding: 6px 10px 0 0;
-    float: left;
-    width: 130px;
-    word-wrap: break-word; }
-  .login-form .form-row.errors label {
-    color: #c14747; }
-  .login-form .form-row input[type="text"], .login-form .form-row input[type="password"] {
-    width: 170px; }
-  .login-form .form-row .errorlist {
-    color: #c14747; }
-.login-form .submit-row {
-  margin-top: 20px;
-  text-align: center; }
-
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.content {
-  background-color: #f1f1f1; }
-
-.small, .module .form-row .help, .module .form-row .errorlist, .changeform .tabular.inline-related .module .errorlist, .login-form .form-row .errorlist {
-  font-size: 12px; }
-
-.changeform-object-tools {
-  text-align: right; }
-
-ul.object-tools {
-  margin-bottom: 20px !important; }
-  ul.object-tools li {
-    margin-top: 10px;
-    text-align: right; }
-    ul.object-tools li:first-child {
-      margin-top: 0; }
-    ul.object-tools li a {
-      display: inline-block;
-      background-color: #dbdbdb;
-      padding: 8px;
-      border-radius: 4px; }
-      ul.object-tools li a.addlink:before {
-        font-family: 'jet-icons';
-        speak: none;
-        font-style: normal;
-        font-weight: normal;
-        font-variant: normal;
-        text-transform: none;
-        line-height: 1;
-        /* Better Font Rendering =========== */
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-        display: inline-block;
-        color: #828282;
-        font-size: 13px;
-        content: ""; }
-      ul.object-tools li a, ul.object-tools li a:visited, ul.object-tools li a:hover {
-        color: #828282; }
-      ul.object-tools li a:hover {
-        background-color: #E4BF62;
-        color: white; }
-        ul.object-tools li a:hover.addlink:before {
-          color: white; }
-      ul.object-tools li a:active {
-        background-color: #828282;
-        color: white; }
-        ul.object-tools li a:active.addlink:before {
-          color: white; }
-  ul.object-tools.horizontal {
-    line-height: 40px; }
-    ul.object-tools.horizontal li {
-      display: inline;
-      margin-top: 0;
-      line-height: normal; }
-
-.context-sidebar {
-  float: right;
-  margin-left: 20px;
-  max-width: 33%; }
-
-.dashboard .module table td a {
-  display: inline !important; }
-
-.dialog-confirm {
-  display: none; }
-
-.cleared {
-  clear: both; }
-
-.loading-indicator {
-  font-size: 32px;
-  color: #E4BF62;
-  -webkit-animation: spin 4s linear infinite;
-  -moz-animation: spin 4s linear infinite;
-  animation: spin 4s linear infinite; }
-  .loading-indicator-wrapper {
-    text-align: center;
-    padding: 40px 0; }
-
-@-moz-keyframes spin {
-  100% {
-    -moz-transform: rotate(360deg); } }
-@-webkit-keyframes spin {
-  100% {
-    -webkit-transform: rotate(360deg); } }
-@keyframes spin {
-  100% {
-    -webkit-transform: rotate(360deg);
-    transform: rotate(360deg); } }
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list, .sidebar-menu, .sidebar-menu-item-list, .sidebar-popup-list, .top-user-tools, .messagelist, .module .form-row .errorlist, .changeform-tabs, .changeform .tabular.inline-related .module .errorlist, .changeform .stacked-inline-list, .delete-summary ul, .delete-objects-list, .login-form .form-row .errorlist, ul.object-tools, .dashboard-item-content ul:not(.inline), .dashboard-item-content ul.inline {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.dashboard {
-  min-height: 100%; }
-  .dashboard.columns_1 .dashboard-column-wrapper {
-    width: 100%; }
-  .dashboard.columns_2 .dashboard-column-wrapper {
-    width: 50%; }
-  .dashboard.columns_3 .dashboard-column-wrapper {
-    width: 33.33333%; }
-  .dashboard.columns_4 .dashboard-column-wrapper {
-    width: 25%; }
-  .dashboard.columns_5 .dashboard-column-wrapper {
-    width: 20%; }
-  .dashboard-column {
-    margin-left: 10px;
-    border: 2px dashed transparent;
-    min-height: 100px;
-    border-radius: 4px; }
-    .dashboard-column-wrapper {
-      float: left; }
-    .dashboard-column.first {
-      margin-left: 0; }
-    .dashboard-column.active {
-      border-color: #dbdbdb; }
-  .dashboard-item {
-    background: #f1f1f1;
-    border-radius: 4px;
-    margin-bottom: 20px;
-    -webkit-transition: background 0.3s;
-    -moz-transition: background 0.3s;
-    -o-transition: background 0.3s;
-    transition: background 0.3s; }
-    .dashboard-item:last-child {
-      margin-bottom: 0; }
-    .dashboard-item.collapsed {
-      background-color: #dbdbdb; }
-    .dashboard-item.ui-sortable-helper {
-      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25); }
-    .dashboard-item.placeholder {
-      background-color: #fffcc0; }
-    .dashboard-item-header {
-      padding: 0 10px 0 6px; }
-      .dashboard-item-header-title {
-        font-size: 11px;
-        font-weight: bold;
-        text-transform: uppercase;
-        line-height: 30px; }
-      .dashboard-item-header-drag {
-        float: right;
-        line-height: 30px !important; }
-      .dashboard-item-header-collapse-button {
-        font-size: 13px;
-        vertical-align: middle;
-        font-weight: bold !important; }
-      .dashboard-item-header-buttons {
-        margin-left: 10px;
-        font-size: 13px;
-        vertical-align: middle;
-        visibility: hidden; }
-      .dashboard-item-header:hover .dashboard-item-header-buttons {
-        visibility: visible; }
-    .dashboard-item-content {
-      background: white;
-      border-radius: 4px;
-      box-shadow: 0 2px 0 0 #dbdbdb;
-      overflow: hidden; }
-      .dashboard-item-content ul:not(.inline) li {
-        border-bottom: 1px solid #f4f4f4;
-        font-size: 13px;
-        padding: 8px; }
-        .dashboard-item-content ul:not(.inline) li.nowrap {
-          overflow: hidden;
-          text-overflow: ellipsis;
-          white-space: nowrap; }
-        .dashboard-item-content ul:not(.inline) li.contrast {
-          background: #4C4C4C;
-          font-size: 12px; }
-          .dashboard-item-content ul:not(.inline) li.contrast, .dashboard-item-content ul:not(.inline) li.contrast a, .dashboard-item-content ul:not(.inline) li.contrast a:visited, .dashboard-item-content ul:not(.inline) li.contrast a:hover {
-            color: white;
-            text-decoration: none;
-            text-transform: uppercase; }
-        .dashboard-item-content ul:not(.inline) li:last-child {
-          border-bottom: 0; }
-        .dashboard-item-content ul:not(.inline) li .float-right {
-          float: right;
-          position: relative; }
-        .dashboard-item-content ul:not(.inline) li .dim {
-          text-transform: lowercase;
-          font-size: 11px;
-          color: #dbdbdb; }
-        .dashboard-item-content ul:not(.inline) li .warning {
-          color: #c14747; }
-      .dashboard-item-content ul.inline {
-        display: inline; }
-        .dashboard-item-content ul.inline li {
-          display: inline;
-          margin-left: 10px;
-          line-height: 30px; }
-          .dashboard-item-content ul.inline li:first-child {
-            margin-left: 0; }
-          .dashboard-item-content ul.inline li .nowrap {
-            white-space: nowrap; }
-      .dashboard-item-content .padding {
-        padding: 10px; }
-      .dashboard-item-content .center {
-        text-align: center; }
-    .dashboard-item-collapse .icon-arrow-up {
-      display: inline; }
-    .dashboard-item-collapse .icon-arrow-down {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-content {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-collapse .icon-arrow-up {
-      display: none; }
-    .dashboard-item.collapsed .dashboard-item-collapse .icon-arrow-down {
-      display: inline; }
-
-.add-dashboard + .select2 {
-  border-radius: 4px 0 0 4px !important;
-  background-color: white; }
-.add-dashboard-link {
-  border-radius: 0 4px 4px 0 !important;
-  padding: 0 10px !important; }
-
-/*# sourceMappingURL=base.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-orange/base.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-orange/base.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../base";

+ 0 - 421
jet/static/jet/css/themes/dark-orange/jquery-ui.theme.css

@@ -1,421 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.ui-widget-content {
-  border-color: #f4f4f4; }
-
-.ui-widget.ui-widget-content, .ui-timepicker-table.ui-widget-content {
-  background: white;
-  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
-
-.ui-widget {
-  font-family: inherit;
-  font-size: inherit; }
-
-.ui-widget-header {
-  border: 0;
-  background: #4C4C4C;
-  color: white;
-  font-weight: bold; }
-  .ui-widget-header a {
-    color: white; }
-
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
-  border: 1px solid #f1f1f1;
-  background: white;
-  font-weight: bold;
-  color: #828282;
-  border-radius: 3px; }
-
-.ui-widget-header .ui-state-default {
-  background: none;
-  color: white;
-  border: 0; }
-
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
-  border: 1px solid #E4BF62;
-  background: #E4BF62;
-  font-weight: bold;
-  color: white; }
-
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
-  border: 1px solid #E0744B;
-  background: #E0744B;
-  font-weight: bold;
-  color: white; }
-
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
-  border: 1px solid #E4BF62;
-  background: white;
-  color: #E4BF62; }
-
-.ui-dialog-buttonpane {
-  background: #f1f1f1;
-  margin: .5em -0.2em -0.2em -0.2em; }
-  .ui-dialog-buttonpane .ui-button {
-    border: 0 !important;
-    outline: 0; }
-
-.ui-icon {
-  font-family: 'jet-icons';
-  speak: none;
-  font-style: normal;
-  font-weight: normal;
-  font-variant: normal;
-  text-transform: none;
-  line-height: 1;
-  /* Better Font Rendering =========== */
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  display: inline-block;
-  font-size: 16px;
-  font-weight: bold;
-  background: none !important;
-  text-indent: 0;
-  overflow: visible; }
-
-.ui-icon-circle-triangle-e:before {
-  content: ""; }
-
-.ui-icon-circle-triangle-w:before {
-  content: ""; }
-
-.ui-icon-closethick:before {
-  content: ""; }
-
-.ui-widget-overlay {
-  background: black;
-  opacity: 0.5;
-  filter: Alpha(Opacity=50); }
-
-.ui-tooltip {
-  background: black !important;
-  color: white;
-  border: 0;
-  box-shadow: none !important;
-  opacity: 0.8;
-  font-size: 13px; }
-
-/*# sourceMappingURL=jquery-ui.theme.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-orange/jquery-ui.theme.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-orange/jquery-ui.theme.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../jquery-ui/jquery-ui.theme";

+ 0 - 925
jet/static/jet/css/themes/dark-orange/select2.theme.css

@@ -1,925 +0,0 @@
-@charset "UTF-8";
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-/*
- * General
- */
-/*
- * Sidebar
- */
-/*
- * Top
- */
-/*
- * Content
- */
-/*
- * Buttons
- */
-/*
- * Inputs
- */
-/*
- * Messages
- */
-/*
- * Login
- */
-/*
- * jQuery UI
- */
-.hidden {
-  display: none; }
-
-.clear-list {
-  margin: 0;
-  padding: 0;
-  list-style: none; }
-
-.fl {
-  float: left; }
-
-.fr {
-  float: right; }
-
-.cf:before, .cf:after {
-  content: "";
-  display: table; }
-
-.cf:after {
-  clear: both; }
-
-.p10 {
-  padding: 10px; }
-
-.p20 {
-  padding: 20px; }
-
-.p30 {
-  padding: 30px; }
-
-.p40 {
-  padding: 40px; }
-
-.p50 {
-  padding: 50px; }
-
-.p60 {
-  padding: 60px; }
-
-.p70 {
-  padding: 70px; }
-
-.p80 {
-  padding: 80px; }
-
-.pt10 {
-  padding-top: 10px; }
-
-.pt20 {
-  padding-top: 20px; }
-
-.pt30 {
-  padding-top: 30px; }
-
-.pt40 {
-  padding-top: 40px; }
-
-.pt50 {
-  padding-top: 50px; }
-
-.pt60 {
-  padding-top: 60px; }
-
-.pt70 {
-  padding-top: 70px; }
-
-.pt80 {
-  padding-top: 80px; }
-
-.pr10 {
-  padding-right: 10px; }
-
-.pr20 {
-  padding-right: 20px; }
-
-.pr30 {
-  padding-right: 30px; }
-
-.pr40 {
-  padding-right: 40px; }
-
-.pr50 {
-  padding-right: 50px; }
-
-.pr60 {
-  padding-right: 60px; }
-
-.pr70 {
-  padding-right: 70px; }
-
-.pr80 {
-  padding-right: 80px; }
-
-.pb10 {
-  padding-bottom: 10px; }
-
-.pb20 {
-  padding-bottom: 20px; }
-
-.pb30 {
-  padding-bottom: 30px; }
-
-.pb40 {
-  padding-bottom: 40px; }
-
-.pb50 {
-  padding-bottom: 50px; }
-
-.pb60 {
-  padding-bottom: 60px; }
-
-.pb70 {
-  padding-bottom: 70px; }
-
-.pb80 {
-  padding-bottom: 80px; }
-
-.pl10 {
-  padding-left: 10px; }
-
-.pl20 {
-  padding-left: 20px; }
-
-.pl30 {
-  padding-left: 30px; }
-
-.pl40 {
-  padding-left: 40px; }
-
-.pl50 {
-  padding-left: 50px; }
-
-.pl60 {
-  padding-left: 60px; }
-
-.pl70 {
-  padding-left: 70px; }
-
-.pl80 {
-  padding-left: 80px; }
-
-.m10 {
-  margin: 10px; }
-
-.m20 {
-  margin: 20px; }
-
-.m30 {
-  margin: 30px; }
-
-.m40 {
-  margin: 40px; }
-
-.m50 {
-  margin: 50px; }
-
-.m60 {
-  margin: 60px; }
-
-.m70 {
-  margin: 70px; }
-
-.m80 {
-  margin: 80px; }
-
-.mt10 {
-  margin-top: 10px; }
-
-.mt20 {
-  margin-top: 20px; }
-
-.mt30 {
-  margin-top: 30px; }
-
-.mt40 {
-  margin-top: 40px; }
-
-.mt50 {
-  margin-top: 50px; }
-
-.mt60 {
-  margin-top: 60px; }
-
-.mt70 {
-  margin-top: 70px; }
-
-.mt80 {
-  margin-top: 80px; }
-
-.mr10 {
-  margin-right: 10px; }
-
-.mr20 {
-  margin-right: 20px; }
-
-.mr30 {
-  margin-right: 30px; }
-
-.mr40 {
-  margin-right: 40px; }
-
-.mr50 {
-  margin-right: 50px; }
-
-.mr60 {
-  margin-right: 60px; }
-
-.mr70 {
-  margin-right: 70px; }
-
-.mr80 {
-  margin-right: 80px; }
-
-.mb10 {
-  margin-bottom: 10px; }
-
-.mb20 {
-  margin-bottom: 20px; }
-
-.mb30 {
-  margin-bottom: 30px; }
-
-.mb40 {
-  margin-bottom: 40px; }
-
-.mb50 {
-  margin-bottom: 50px; }
-
-.mb60 {
-  margin-bottom: 60px; }
-
-.mb70 {
-  margin-bottom: 70px; }
-
-.mb80 {
-  margin-bottom: 80px; }
-
-.ml10 {
-  margin-left: 10px; }
-
-.ml20 {
-  margin-left: 20px; }
-
-.ml30 {
-  margin-left: 30px; }
-
-.ml40 {
-  margin-left: 40px; }
-
-.ml50 {
-  margin-left: 50px; }
-
-.ml60 {
-  margin-left: 60px; }
-
-.ml70 {
-  margin-left: 70px; }
-
-.ml80 {
-  margin-left: 80px; }
-
-.pos_rel {
-  position: relative; }
-
-.pos_abs {
-  position: absolute; }
-
-.fill_width {
-  width: 100% !important; }
-
-.select2-container--jet {
-  /*
-   * General
-   */
-  /*
-   * Sidebar
-   */
-  /*
-   * Top
-   */
-  /*
-   * Content
-   */
-  /*
-   * Buttons
-   */
-  /*
-   * Inputs
-   */
-  /*
-   * Messages
-   */
-  /*
-   * Login
-   */
-  /*
-   * jQuery UI
-   */
-  /*
-   * General
-   */
-  /*
-   * Sidebar
-   */
-  /*
-   * Top
-   */
-  /*
-   * Content
-   */
-  /*
-   * Buttons
-   */
-  /*
-   * Inputs
-   */
-  /*
-   * Messages
-   */
-  /*
-   * Login
-   */
-  /*
-   * jQuery UI
-   */
-  min-width: 100px; }
-  .select2-container--jet .hidden {
-    display: none; }
-  .select2-container--jet .clear-list {
-    margin: 0;
-    padding: 0;
-    list-style: none; }
-  .select2-container--jet .fl {
-    float: left; }
-  .select2-container--jet .fr {
-    float: right; }
-  .select2-container--jet .cf:before, .select2-container--jet .cf:after {
-    content: "";
-    display: table; }
-  .select2-container--jet .cf:after {
-    clear: both; }
-  .select2-container--jet .p10 {
-    padding: 10px; }
-  .select2-container--jet .p20 {
-    padding: 20px; }
-  .select2-container--jet .p30 {
-    padding: 30px; }
-  .select2-container--jet .p40 {
-    padding: 40px; }
-  .select2-container--jet .p50 {
-    padding: 50px; }
-  .select2-container--jet .p60 {
-    padding: 60px; }
-  .select2-container--jet .p70 {
-    padding: 70px; }
-  .select2-container--jet .p80 {
-    padding: 80px; }
-  .select2-container--jet .pt10 {
-    padding-top: 10px; }
-  .select2-container--jet .pt20 {
-    padding-top: 20px; }
-  .select2-container--jet .pt30 {
-    padding-top: 30px; }
-  .select2-container--jet .pt40 {
-    padding-top: 40px; }
-  .select2-container--jet .pt50 {
-    padding-top: 50px; }
-  .select2-container--jet .pt60 {
-    padding-top: 60px; }
-  .select2-container--jet .pt70 {
-    padding-top: 70px; }
-  .select2-container--jet .pt80 {
-    padding-top: 80px; }
-  .select2-container--jet .pr10 {
-    padding-right: 10px; }
-  .select2-container--jet .pr20 {
-    padding-right: 20px; }
-  .select2-container--jet .pr30 {
-    padding-right: 30px; }
-  .select2-container--jet .pr40 {
-    padding-right: 40px; }
-  .select2-container--jet .pr50 {
-    padding-right: 50px; }
-  .select2-container--jet .pr60 {
-    padding-right: 60px; }
-  .select2-container--jet .pr70 {
-    padding-right: 70px; }
-  .select2-container--jet .pr80 {
-    padding-right: 80px; }
-  .select2-container--jet .pb10 {
-    padding-bottom: 10px; }
-  .select2-container--jet .pb20 {
-    padding-bottom: 20px; }
-  .select2-container--jet .pb30 {
-    padding-bottom: 30px; }
-  .select2-container--jet .pb40 {
-    padding-bottom: 40px; }
-  .select2-container--jet .pb50 {
-    padding-bottom: 50px; }
-  .select2-container--jet .pb60 {
-    padding-bottom: 60px; }
-  .select2-container--jet .pb70 {
-    padding-bottom: 70px; }
-  .select2-container--jet .pb80 {
-    padding-bottom: 80px; }
-  .select2-container--jet .pl10 {
-    padding-left: 10px; }
-  .select2-container--jet .pl20 {
-    padding-left: 20px; }
-  .select2-container--jet .pl30 {
-    padding-left: 30px; }
-  .select2-container--jet .pl40 {
-    padding-left: 40px; }
-  .select2-container--jet .pl50 {
-    padding-left: 50px; }
-  .select2-container--jet .pl60 {
-    padding-left: 60px; }
-  .select2-container--jet .pl70 {
-    padding-left: 70px; }
-  .select2-container--jet .pl80 {
-    padding-left: 80px; }
-  .select2-container--jet .m10 {
-    margin: 10px; }
-  .select2-container--jet .m20 {
-    margin: 20px; }
-  .select2-container--jet .m30 {
-    margin: 30px; }
-  .select2-container--jet .m40 {
-    margin: 40px; }
-  .select2-container--jet .m50 {
-    margin: 50px; }
-  .select2-container--jet .m60 {
-    margin: 60px; }
-  .select2-container--jet .m70 {
-    margin: 70px; }
-  .select2-container--jet .m80 {
-    margin: 80px; }
-  .select2-container--jet .mt10 {
-    margin-top: 10px; }
-  .select2-container--jet .mt20 {
-    margin-top: 20px; }
-  .select2-container--jet .mt30 {
-    margin-top: 30px; }
-  .select2-container--jet .mt40 {
-    margin-top: 40px; }
-  .select2-container--jet .mt50 {
-    margin-top: 50px; }
-  .select2-container--jet .mt60 {
-    margin-top: 60px; }
-  .select2-container--jet .mt70 {
-    margin-top: 70px; }
-  .select2-container--jet .mt80 {
-    margin-top: 80px; }
-  .select2-container--jet .mr10 {
-    margin-right: 10px; }
-  .select2-container--jet .mr20 {
-    margin-right: 20px; }
-  .select2-container--jet .mr30 {
-    margin-right: 30px; }
-  .select2-container--jet .mr40 {
-    margin-right: 40px; }
-  .select2-container--jet .mr50 {
-    margin-right: 50px; }
-  .select2-container--jet .mr60 {
-    margin-right: 60px; }
-  .select2-container--jet .mr70 {
-    margin-right: 70px; }
-  .select2-container--jet .mr80 {
-    margin-right: 80px; }
-  .select2-container--jet .mb10 {
-    margin-bottom: 10px; }
-  .select2-container--jet .mb20 {
-    margin-bottom: 20px; }
-  .select2-container--jet .mb30 {
-    margin-bottom: 30px; }
-  .select2-container--jet .mb40 {
-    margin-bottom: 40px; }
-  .select2-container--jet .mb50 {
-    margin-bottom: 50px; }
-  .select2-container--jet .mb60 {
-    margin-bottom: 60px; }
-  .select2-container--jet .mb70 {
-    margin-bottom: 70px; }
-  .select2-container--jet .mb80 {
-    margin-bottom: 80px; }
-  .select2-container--jet .ml10 {
-    margin-left: 10px; }
-  .select2-container--jet .ml20 {
-    margin-left: 20px; }
-  .select2-container--jet .ml30 {
-    margin-left: 30px; }
-  .select2-container--jet .ml40 {
-    margin-left: 40px; }
-  .select2-container--jet .ml50 {
-    margin-left: 50px; }
-  .select2-container--jet .ml60 {
-    margin-left: 60px; }
-  .select2-container--jet .ml70 {
-    margin-left: 70px; }
-  .select2-container--jet .ml80 {
-    margin-left: 80px; }
-  .select2-container--jet .pos_rel {
-    position: relative; }
-  .select2-container--jet .pos_abs {
-    position: absolute; }
-  .select2-container--jet .fill_width {
-    width: 100% !important; }
-  .select2-container--jet .select2-selection--single .select2-selection__clear {
-    cursor: pointer;
-    float: right;
-    font-weight: bold; }
-  .select2-container--jet .select2-selection--single .select2-selection__arrow {
-    height: 26px;
-    position: absolute;
-    top: 1px;
-    right: 4px;
-    width: 20px; }
-    .select2-container--jet .select2-selection--single .select2-selection__arrow b:before {
-      font-family: 'jet-icons';
-      speak: none;
-      font-style: normal;
-      font-weight: normal;
-      font-variant: normal;
-      text-transform: none;
-      line-height: 1;
-      /* Better Font Rendering =========== */
-      -webkit-font-smoothing: antialiased;
-      -moz-osx-font-smoothing: grayscale;
-      display: inline-block;
-      color: #E0744B;
-      font-size: 20px;
-      content: "";
-      line-height: 32px; }
-  .select2-container--jet[dir="rtl"] .select2-selection--single .select2-selection__clear {
-    float: left; }
-  .select2-container--jet[dir="rtl"] .select2-selection--single .select2-selection__arrow {
-    left: 1px;
-    right: auto; }
-  .select2-container--jet.select2-container--disabled .select2-selection--single {
-    background-color: #dbdbdb;
-    cursor: default; }
-    .select2-container--jet.select2-container--disabled .select2-selection--single .select2-selection__clear {
-      display: none; }
-  .select2-container--jet .hidden {
-    display: none; }
-  .select2-container--jet .clear-list {
-    margin: 0;
-    padding: 0;
-    list-style: none; }
-  .select2-container--jet .fl {
-    float: left; }
-  .select2-container--jet .fr {
-    float: right; }
-  .select2-container--jet .cf:before, .select2-container--jet .cf:after {
-    content: "";
-    display: table; }
-  .select2-container--jet .cf:after {
-    clear: both; }
-  .select2-container--jet .p10 {
-    padding: 10px; }
-  .select2-container--jet .p20 {
-    padding: 20px; }
-  .select2-container--jet .p30 {
-    padding: 30px; }
-  .select2-container--jet .p40 {
-    padding: 40px; }
-  .select2-container--jet .p50 {
-    padding: 50px; }
-  .select2-container--jet .p60 {
-    padding: 60px; }
-  .select2-container--jet .p70 {
-    padding: 70px; }
-  .select2-container--jet .p80 {
-    padding: 80px; }
-  .select2-container--jet .pt10 {
-    padding-top: 10px; }
-  .select2-container--jet .pt20 {
-    padding-top: 20px; }
-  .select2-container--jet .pt30 {
-    padding-top: 30px; }
-  .select2-container--jet .pt40 {
-    padding-top: 40px; }
-  .select2-container--jet .pt50 {
-    padding-top: 50px; }
-  .select2-container--jet .pt60 {
-    padding-top: 60px; }
-  .select2-container--jet .pt70 {
-    padding-top: 70px; }
-  .select2-container--jet .pt80 {
-    padding-top: 80px; }
-  .select2-container--jet .pr10 {
-    padding-right: 10px; }
-  .select2-container--jet .pr20 {
-    padding-right: 20px; }
-  .select2-container--jet .pr30 {
-    padding-right: 30px; }
-  .select2-container--jet .pr40 {
-    padding-right: 40px; }
-  .select2-container--jet .pr50 {
-    padding-right: 50px; }
-  .select2-container--jet .pr60 {
-    padding-right: 60px; }
-  .select2-container--jet .pr70 {
-    padding-right: 70px; }
-  .select2-container--jet .pr80 {
-    padding-right: 80px; }
-  .select2-container--jet .pb10 {
-    padding-bottom: 10px; }
-  .select2-container--jet .pb20 {
-    padding-bottom: 20px; }
-  .select2-container--jet .pb30 {
-    padding-bottom: 30px; }
-  .select2-container--jet .pb40 {
-    padding-bottom: 40px; }
-  .select2-container--jet .pb50 {
-    padding-bottom: 50px; }
-  .select2-container--jet .pb60 {
-    padding-bottom: 60px; }
-  .select2-container--jet .pb70 {
-    padding-bottom: 70px; }
-  .select2-container--jet .pb80 {
-    padding-bottom: 80px; }
-  .select2-container--jet .pl10 {
-    padding-left: 10px; }
-  .select2-container--jet .pl20 {
-    padding-left: 20px; }
-  .select2-container--jet .pl30 {
-    padding-left: 30px; }
-  .select2-container--jet .pl40 {
-    padding-left: 40px; }
-  .select2-container--jet .pl50 {
-    padding-left: 50px; }
-  .select2-container--jet .pl60 {
-    padding-left: 60px; }
-  .select2-container--jet .pl70 {
-    padding-left: 70px; }
-  .select2-container--jet .pl80 {
-    padding-left: 80px; }
-  .select2-container--jet .m10 {
-    margin: 10px; }
-  .select2-container--jet .m20 {
-    margin: 20px; }
-  .select2-container--jet .m30 {
-    margin: 30px; }
-  .select2-container--jet .m40 {
-    margin: 40px; }
-  .select2-container--jet .m50 {
-    margin: 50px; }
-  .select2-container--jet .m60 {
-    margin: 60px; }
-  .select2-container--jet .m70 {
-    margin: 70px; }
-  .select2-container--jet .m80 {
-    margin: 80px; }
-  .select2-container--jet .mt10 {
-    margin-top: 10px; }
-  .select2-container--jet .mt20 {
-    margin-top: 20px; }
-  .select2-container--jet .mt30 {
-    margin-top: 30px; }
-  .select2-container--jet .mt40 {
-    margin-top: 40px; }
-  .select2-container--jet .mt50 {
-    margin-top: 50px; }
-  .select2-container--jet .mt60 {
-    margin-top: 60px; }
-  .select2-container--jet .mt70 {
-    margin-top: 70px; }
-  .select2-container--jet .mt80 {
-    margin-top: 80px; }
-  .select2-container--jet .mr10 {
-    margin-right: 10px; }
-  .select2-container--jet .mr20 {
-    margin-right: 20px; }
-  .select2-container--jet .mr30 {
-    margin-right: 30px; }
-  .select2-container--jet .mr40 {
-    margin-right: 40px; }
-  .select2-container--jet .mr50 {
-    margin-right: 50px; }
-  .select2-container--jet .mr60 {
-    margin-right: 60px; }
-  .select2-container--jet .mr70 {
-    margin-right: 70px; }
-  .select2-container--jet .mr80 {
-    margin-right: 80px; }
-  .select2-container--jet .mb10 {
-    margin-bottom: 10px; }
-  .select2-container--jet .mb20 {
-    margin-bottom: 20px; }
-  .select2-container--jet .mb30 {
-    margin-bottom: 30px; }
-  .select2-container--jet .mb40 {
-    margin-bottom: 40px; }
-  .select2-container--jet .mb50 {
-    margin-bottom: 50px; }
-  .select2-container--jet .mb60 {
-    margin-bottom: 60px; }
-  .select2-container--jet .mb70 {
-    margin-bottom: 70px; }
-  .select2-container--jet .mb80 {
-    margin-bottom: 80px; }
-  .select2-container--jet .ml10 {
-    margin-left: 10px; }
-  .select2-container--jet .ml20 {
-    margin-left: 20px; }
-  .select2-container--jet .ml30 {
-    margin-left: 30px; }
-  .select2-container--jet .ml40 {
-    margin-left: 40px; }
-  .select2-container--jet .ml50 {
-    margin-left: 50px; }
-  .select2-container--jet .ml60 {
-    margin-left: 60px; }
-  .select2-container--jet .ml70 {
-    margin-left: 70px; }
-  .select2-container--jet .ml80 {
-    margin-left: 80px; }
-  .select2-container--jet .pos_rel {
-    position: relative; }
-  .select2-container--jet .pos_abs {
-    position: absolute; }
-  .select2-container--jet .fill_width {
-    width: 100% !important; }
-  .select2-container--jet .select2-selection--multiple {
-    background-color: white !important;
-    border: 1px solid #f1f1f1;
-    cursor: text;
-    height: auto !important;
-    min-height: 32px; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__rendered {
-      box-sizing: border-box;
-      list-style: none;
-      margin: 0;
-      padding: 0 5px;
-      width: 100%; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__clear {
-      cursor: pointer;
-      float: right;
-      font-weight: bold;
-      margin-top: 5px;
-      margin-right: 10px; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__choice {
-      background-color: #dbdbdb;
-      color: #828282;
-      font-size: 13px;
-      border-radius: 4px;
-      cursor: default;
-      float: left;
-      margin-right: 5px;
-      margin-top: 5px;
-      padding: 5px 5px;
-      line-height: normal; }
-    .select2-container--jet .select2-selection--multiple .select2-selection__choice__remove {
-      color: #828282;
-      cursor: pointer;
-      display: inline-block;
-      font-weight: bold;
-      margin-right: 2px; }
-      .select2-container--jet .select2-selection--multiple .select2-selection__choice__remove:hover {
-        color: #E4BF62; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
-    float: right; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
-    margin-left: 5px;
-    margin-right: auto; }
-  .select2-container--jet[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
-    margin-left: 2px;
-    margin-right: auto; }
-  .select2-container--jet.select2-container--disabled .select2-selection--multiple {
-    background-color: #dbdbdb;
-    cursor: default; }
-  .select2-container--jet.select2-container--disabled .select2-selection__choice__remove {
-    display: none; }
-  .select2-container--jet .select2-selection {
-    background-color: white;
-    border: 1px solid #f1f1f1;
-    border-radius: 4px;
-    outline: 0;
-    height: 32px; }
-    .background-form .select2-container--jet .select2-selection {
-      background-color: white;
-      border-color: white; }
-    .select2-container--jet .select2-selection .select2-selection__rendered {
-      color: #828282;
-      line-height: 32px;
-      font-size: 13px; }
-      .background-form .select2-container--jet .select2-selection .select2-selection__rendered {
-        color: #828282; }
-    .select2-container--jet .select2-selection .select2-selection__placeholder {
-      color: #dbdbdb; }
-  .select2-container--jet .select2-buttons {
-    background-color: #dbdbdb;
-    text-align: center;
-    padding: 6px; }
-    .select2-container--jet .select2-buttons-button, .select2-container--jet .select2-buttons-button:visited, .select2-container--jet .select2-buttons-button:hover {
-      color: #828282;
-      margin-left: 10px; }
-    .select2-container--jet .select2-buttons-button:hover {
-      text-decoration: underline; }
-    .select2-container--jet .select2-buttons-button:first-child {
-      margin-left: 0; }
-  .select2-container--jet .select2-dropdown {
-    border: 0;
-    border-radius: 4px;
-    box-shadow: 0 0 4px 0 rgba(224, 116, 75, 0.75);
-    overflow: hidden;
-    z-index: 1; }
-    .select2-container--jet .select2-dropdown--below {
-      top: -32px; }
-    .select2-container--jet .select2-dropdown--above {
-      top: 32px; }
-    .select2-container--jet .select2-dropdown.select2-multiple-dropdown {
-      top: auto; }
-  .select2-container--jet .select2-search--dropdown {
-    padding: 0; }
-    .select2-container--jet .select2-search--dropdown .select2-search__field {
-      outline: 0;
-      border: 0;
-      background-color: white;
-      color: #828282;
-      height: 32px;
-      -webkit-appearance: textfield;
-      box-shadow: none; }
-  .select2-container--jet .select2-search--inline .select2-search__field {
-    background: transparent;
-    border: none;
-    outline: 0;
-    color: #828282;
-    -webkit-appearance: textfield;
-    box-shadow: none; }
-  .select2-container--jet .select2-results > .select2-results__options {
-    max-height: 200px;
-    overflow-y: auto; }
-  .select2-container--jet .select2-results__option {
-    font-size: 13px; }
-    .select2-container--jet .select2-results__option[role=group] {
-      padding: 0; }
-    .select2-container--jet .select2-results__option[aria-disabled=true] {
-      color: #dbdbdb; }
-    .select2-container--jet .select2-results__option[aria-selected=true] {
-      color: #E0744B; }
-    .select2-container--jet .select2-results__option .select2-results__option {
-      padding-left: 1em; }
-      .select2-container--jet .select2-results__option .select2-results__option .select2-results__group {
-        padding-left: 0; }
-      .select2-container--jet .select2-results__option .select2-results__option .select2-results__option {
-        margin-left: -1em;
-        padding-left: 2em; }
-        .select2-container--jet .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
-          margin-left: -2em;
-          padding-left: 3em; }
-          .select2-container--jet .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
-            margin-left: -3em;
-            padding-left: 4em; }
-            .select2-container--jet .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--jet .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--jet .select2-results__option--highlighted[aria-selected] {
-    background-color: #E4BF62;
-    color: white; }
-  .select2-container--jet .select2-results__group {
-    cursor: default;
-    display: block;
-    padding: 6px; }
-
-/*# sourceMappingURL=select2.theme.css.map */

File diff suppressed because it is too large
+ 0 - 2
jet/static/jet/css/themes/dark-orange/select2.theme.css.map


+ 0 - 2
jet/static/jet/css/themes/dark-orange/select2.theme.scss

@@ -1,2 +0,0 @@
-@import "variables";
-@import "../../select2/layout";

Some files were not shown because too many files changed in this diff