/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:6.333%;
}

.container_12 .grid_2 {
	width:14.667%;
}

.container_12 .grid_3 {
	width:23.0%;
}

.container_12 .grid_4 {
	width:31.333%;
}

.container_12 .grid_5 {
	width:39.667%;
}

.container_12 .grid_6 {
	width:48.0%;
}

.container_12 .grid_7 {
	width:56.333%;
}

.container_12 .grid_8 {
	width:64.667%;
}

.container_12 .grid_9 {
	width:73.0%;
}

.container_12 .grid_10 {
	width:81.333%;
}

.container_12 .grid_11 {
	width:89.667%;
}

.container_12 .grid_12 {
	width:98.0%;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:8.333%;
}

.container_12 .prefix_2 {
	padding-left:16.667%;
}

.container_12 .prefix_3 {
	padding-left:25.0%;
}

.container_12 .prefix_4 {
	padding-left:33.333%;
}

.container_12 .prefix_5 {
	padding-left:41.667%;
}

.container_12 .prefix_6 {
	padding-left:50.0%;
}

.container_12 .prefix_7 {
	padding-left:58.333%;
}

.container_12 .prefix_8 {
	padding-left:66.667%;
}

.container_12 .prefix_9 {
	padding-left:75.0%;
}

.container_12 .prefix_10 {
	padding-left:83.333%;
}

.container_12 .prefix_11 {
	padding-left:91.667%;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:8.333%;
}

.container_12 .suffix_2 {
	padding-right:16.667%;
}

.container_12 .suffix_3 {
	padding-right:25.0%;
}

.container_12 .suffix_4 {
	padding-right:33.333%;
}

.container_12 .suffix_5 {
	padding-right:41.667%;
}

.container_12 .suffix_6 {
	padding-right:50.0%;
}

.container_12 .suffix_7 {
	padding-right:58.333%;
}

.container_12 .suffix_8 {
	padding-right:66.667%;
}

.container_12 .suffix_9 {
	padding-right:75.0%;
}

.container_12 .suffix_10 {
	padding-right:83.333%;
}

.container_12 .suffix_11 {
	padding-right:91.667%;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:8.333%;
}

.container_12 .push_2 {
	left:16.667%;
}

.container_12 .push_3 {
	left:25.0%;
}

.container_12 .push_4 {
	left:33.333%;
}

.container_12 .push_5 {
	left:41.667%;
}

.container_12 .push_6 {
	left:50.0%;
}

.container_12 .push_7 {
	left:58.333%;
}

.container_12 .push_8 {
	left:66.667%;
}

.container_12 .push_9 {
	left:75.0%;
}

.container_12 .push_10 {
	left:83.333%;
}

.container_12 .push_11 {
	left:91.667%;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-8.333%;
}

.container_12 .pull_2 {
	left:-16.667%;
}

.container_12 .pull_3 {
	left:-25.0%;
}

.container_12 .pull_4 {
	left:-33.333%;
}

.container_12 .pull_5 {
	left:-41.667%;
}

.container_12 .pull_6 {
	left:-50.0%;
}

.container_12 .pull_7 {
	left:-58.333%;
}

.container_12 .pull_8 {
	left:-66.667%;
}

.container_12 .pull_9 {
	left:-75.0%;
}

.container_12 .pull_10 {
	left:-83.333%;
}

.container_12 .pull_11 {
	left:-91.667%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}/**
 * asf.css - ASF component styles
 * Copyright (C) 2012, 2013, 2016, 2023 Stephane Carrez
 * Licensed under the Apache License, Version 2.0 (the "License");
 */

/**
 * The ui.editable component.
 */
div.asf-editable .asf-editable-input {
    display: none;
}
div.asf-editing div.asf-editable-input {
    display: block;
}
div.asf-editing div.asf-editable-message {
    display: none;
}

/**
 * The ui.list component.
 */
div.ui-list div.ui-list-item {
    position: relative;
}
div.asf-list-action {
    position: absolute;
    top: 0;
    left: -48px; /* = -width */
    width: 48px;
    visibility: hidden;
    display: block;
}
div.asf-active-list div.asf-active div.asf-list-action {
    visibility: visible;
}
/* Mouseover effect on the current list item */
div.ui-list div.asf-active {
    background-color: #FFC;
}
.asf-icon {
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    float: left;
}
/* Mouseover effect on block titles.  */
div.asf-block-title {
    float: left;
    width: 100%;
}
div.asf-block-title a {
    visibility: hidden;
}
.asf-active-block div.asf-block-title a {
    visibility: visible;
}

/**
 * The delete action icon.
 */
.asf-delete {
    mask: url(../images/delete-icon.png) no-repeat center;
    background: black;
}

/**
 * CSS that indicates the list element is being deleted.
 */
div.asf-deleting {
    opacity: 0.5;
}

/**
 * CSS for the ASF message.
 */
div.asf-message {
    position: absolute;
    z-index: 10;
    background-color: #FFF;
}
div.asf-popup {
    position: absolute;
    z-index: 10;
    background-color: #FFF;
}
div.asf-popup div.ui-corner-all {
    float: left;
    padding: 5px;
    z-index: 1;
    border: 1px solid #a6c9e2;
}

div.ui-panel-header, div.ui-panel-footer, div.ui-panel-content {
    padding: 0.5%;
    width: 99%;
}
div.ui-panel-header a.ui-panel-icon {
    float: right;
    margin-left: 3px;
}
.asf-cancel {
    display: inline-block;
    padding: .4em 1em;
}
/* <w:progress> progress bar CSS */
.asf-progress-bar {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 22px;
    border: 1px solid #ccc;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    text-align: left;
}
.asf-progress-status-horizontal, .asf-progress-status-vertical {
    display: inline-block;
    height: 20px;
    background: green;
    vertical-align: bottom;
}
.asf-progress-status-vertical {
    width: 100%;
}
/**
 * main.css - Main style for AWA pages
 * Copyright (C) 2011, 2012, 2014, 2016, 2017, 2019 Stephane Carrez
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label {
    margin: 0;
    padding: 0;
}
html, body {
  height: 100%;
}
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.0em;
  background-color: #f0f0f0;
  overflow-y: scroll;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
    padding-top: 0;
    flex-grow: 1;
    background-color: white;
    display: block;
    height: auto;
    position: inherit;
}
body.awa {
  background-color: #81CFB7;
}
footer {
    width: 100%;
    bottom: 0;
    height: 30px;
    clear: both;
}
* {
    box-sizing: border-box;
}
#awa-page {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#awa-hdr {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 27px;
    background-color: #333; /* #9BCFBA; */
    border-bottom: 5px solid #333; /* #3E6F5C; */
    z-index: 1;
}
.awa-side-nav {
    max-height: 27px;
    transition: max-height .5s ease-out;
    z-index: 10;
}
.awa-side-nav li {
    line-height: 20px;
}
#awa-hdr ul {
  list-style-type: none;
  padding-right: 20px;
}
#awa-tools {
    float: right;
}
#awa-tools li {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 24px;
}
#awa-hdr li a, #awa-hdr li {
    color: #ddd;
    font-size: 0.9em;
    text-decoration: none;
}
#awa-hdr #awa-top-nav {
    float: left;
}
#awa-top-nav li {
    border-bottom: none;
    float: left;
    line-height: 20px;
}
#awa-top-nav li a {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.awa-nav-separator {
    content: '|';
}
#awa-top {
    position: fixed;
    overflow: hidden;
}

/* Drop down side menu */
header {
    position: relative;
}
.awa-side-nav {
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
}
.awa-menu {
    list-style-type: none;
}
.awa-menu li {
    float: left;
    border-bottom: none;
    line-height: 20px;
}
.awa-menu a {
    display: block;
    width: 100%;
    border-bottom: 3px solid transparent;
    height: 27px;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.awa-menu a:hover{
    background-color: #666;
    border-color: orange;
}
.awa-hamb-menu {
    display: none;
}
.awa-hamb-menu {
    cursor: pointer;
    float: right;
    padding: 13px 13px; /* 27px = 13 + 13 + 1 */
}
.awa-hamb-line {
    background: orange;
    display: block;
    height: 1px;
    position: relative;
    width: 24px;
}

.awa-hamb-line::before,
.awa-hamb-line::after{
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.awa-hamb-line::before{
    top: 5px;
}
.awa-hamb-line::after{
    top: -5px;
}
.awa-side-menu {
    display: none;
}
/* Toggle menu icon */
.awa-side-menu:checked ~ nav {
    max-height: 100%;
}
.awa-side-menu:checked ~ .awa-hamb-menu .awa-hamb-line {
    background: transparent;
}
.awa-side-menu:checked ~ .awa-hamb-menu .awa-hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.awa-side-menu:checked ~ .awa-hamb-menu .awa-hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


.awa-side-panel {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-bottom: 1px solid #b5b5b5;
}
.awa-left-panel, .awa-right-panel {
    flex: 1 1 auto;
}
.awa-right-panel {
    flex-grow: 1;
}
.awa-right-panel .awa-nav {
    margin-top: 1em;
}
.awa-ok {
  float: left;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  margin-right: 15px;
}
#awa-copyright {
  float: left;
  margin-left: 20px;
  margin-right: 5px;
}
#awa-clfooter {
  clear: both;
  height: 30px; /* See #awa-page margin bottom */
  width: 100%;
}
#awa-footer_content {
  float: right;
  margin-right: 20px;
  margin-top: 8px;
}
ul.awa-buttons {
    float: left;
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 2%;
    width: 96%;
}
.awa-buttons li {
    float: left;
    width: auto;
    padding-right: 2%;
}
.awa-cancel {
    padding: 0.5em;
    display: inline-block;
}

/* Global layouts */
div.awa-side1, div.awa-side2 {
    float: left;
}
div.awa-side1 {
    padding-right: 1%;
    padding-left: 1%;
    width: 50%;
}
div.awa-side2 {
    padding-left: 1%;
    padding-right: 1%;
    width: 50%;
}
.awa-columns {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/**
 * AWA Errors
 */
li.awa-error label,
dl.awa-error dt,
span.awa-error, dl.awa-error dt label, dl.asf-error dt label, dl.asf-error dd span {
    color: red;
}
span.awa-error {
    margin-bottom: 2px;
    margin-top: 2px;
    height: auto;
}
ul.awa-error {
    list-style-type: none;
    float: left;
    width: 100%;
    color: red;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ul.awa-error li {
    float: left;
    width: 100%;
}

/**
 * Form definition.
 */
div.awa-form, .awa-container, .awa-form-container {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.awa-form-container {
    padding-left: 1%;
    padding-right: 1%;
}

/**
 * A form field (optional or required).
 *  - dt contains the label
 *  - dd contains the input field
 */
dl.awa-optional, dl.awa-required {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
dl.awa-optional dt, dl.awa-required dt {
    float: left;
    width: 100%;
    padding-top: 8px;
}
dl.awa-optional dd, dl.awa-required dd {
    float: left;
    clear: both;
    width: 100%;
}
dl.awa-error span.awa-error, span.awa-error {
    font-size: 0.9em;
}
dl.awa-optional label, dl.awa-required label {
    display: inline;
    float: left;
    clear: left;
    text-align: left;
    color: #555;
    font-weight: bold;
    padding-right: 5px;
}
.awa-tag-input,
dl.awa-optional input, dl.awa-required input {
    width: 100%;
    padding: 3px;
}
dl.awa-optional textarea, dl.awa-required textarea {
    width: 100%;
    padding: 3px;
    font-family: courier;
}
.awa-required .trumbowyg-modal-box input {
    width: 70%;
}
.awa-required .trumbowyg-modal-box label {
    display: block;
    width: 93%;
}

.awa-editable-message {
    cursor: pointer;
}

/**
 * Error messages
 */
div.awa-messages {
    width: 96%;
    height: 43px;
    float: left;
    padding-top: 5px;
    padding-left: 2%;
    padding-right: 2%;
}

#asf-message div.awa-message {
    width: 400px;
}
.awa-message .awa-message-error li {
    list-style-type: none
}

/**
 * A global error message.
 */
div.awa-error {
    width: 640px;
    margin: auto;
}
.awa-error-details {
    width: 100%;
}
.awa-error-details dt {
    margin-top: 0.5em;
}
.awa-error-details dd {
    margin-bottom: 0.3em;
}
.awa-error-traceback {
    font-family: monospace;
    white-space: pre;
}

/**
 * Modal box
 */
#awa-overlay {
    display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #555;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#awa-overlay.awa-overlay-show {
    visibility: visible;
    opacity: 0.7;
}

div.awa-modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #555;
}

div.awa-modal-show {
	visibility: visible;
}
div.awa-modal div.awa-login, div.awa-model div.awa-accept-invitation {
    position: relative;
}

/* List and list headers */
.awa-list, .awa-list-header {
    float: left;
    padding: 0 2% 0 2%;
    width: 100%;
    clear: both;
}
.awa-list-header {
    font-weight: bold;
}
.awa-list-col, .awa-header-col {
    float: left;
    overflow: hidden;
    min-height: 1em;
}
.awa-list-item, .awa-list-item-header {
    float: left;
    clear: both;
    width: 100%;
}
.awa-list-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
.awa-list-item-header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.awa-list-empty {
    padding: 1em;
}
/**
 * Pagination for lists
 */
ul.awa-pagination {
    float: left;
    width: 100%;
    list-style-type: none;
}
ul.awa-pagination li {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-weight: bold;
}

/**
 * The ui.list component.
 */
.ui-list .awa-list-item {
    position: relative;
}

.awa-button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0.5em;
    border: 1px solid #47C;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.awa-button:hover {
    text-decoration: none;
    background: #e6e6e3;
}
.awa-radio input {
    display: none;
}
.awa-radio {
    border-spacing: 5px 5px;
    border-collapse: separate;
}
.awa-radio input + label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0.5em;
    border: 1px solid #c5dbec;
    text-decoration: none;
    font-weight: bold;
    background: #e6e6e3;
    color: #b5b5b5;
}
.awa-radio input:checked + label {
    border: 1px solid #c5dbec;
    background: #dfeffc;
    color: #333;
}
/**
 * Page actions at the right side of titles (wiki, blog).
 */
.awa-page-actions {
    float: right;
    list-style-type: none;
}
.awa-page-actions li {
    float: left;
    padding-left: 1em;
    height: 2em;
}

/**
 * Navigation icons
 */
.awa-nav {
    float: left;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    list-style-type: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    padding-top: 1em;
}
.awa-nav-left {
    float: left;
    padding-right: 10px;
}
.awa-nav-right {
    float: right;
    padding-left: 10px;
}
.awa-nav-icon {
    width: 150px;
    display: block;
}
.awa-nav-icon span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.awa-nav-icon img {
    display: block;
    width: 64px;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Page action and tag presentation lists (general purpose presentation).
 */
.awa-tag-list {
    float: right;
    list-style-type: none;
}

.awa-empty-message {
    float: left;
    width: 100%;
    padding: 1em;
}

.awa-page-tab {
    float: left;
    clear: both;
    list-style-type: none;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 2px solid #47C;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 0.5em;
}
.awa-page-tab li {
    float: left;
    padding: 0.25em;
    width: auto;
}
.awa-page-tab span {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.2em;
}
.awa-page-tab a {
    text-decoration: none;
}

/* Workspace page customization */
.page-workspace h2 {
    padding-top: 1em;
    padding-left: 1em;
}
.page-workspace ul.awa-nav {
    margin-bottom: 0.5em;
}

/**
 * Responsive style for mobile and tablets.
 */
@media (max-width: 768px) {
    .awa-nav-icon {
        width: 80px;
    }
    .awa-columns {
        display: block;
    }
    footer, body {
        background-image: none;
        font-size: 100%;
    }
    #awa-hdr ul {
        padding-right: 0;
    }
    .awa-nav-separator {
        display: none;
    }
    .tagedit-list, .container_12 .grid_9, .container_12 .grid_3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .tagedit-list li.tagedit-listelement {
        float: right;
    }
    h3 {
        overflow: hidden;
        width: 100%;
    }
    div.post-text div {
        max-width: 95%;
        overflow: hidden;
    }
    div.awa-side1, div.awa-side2 {
        width: 100%;
        padding: 0;
    }

    /* Top menu as drop down */
    .awa-menu li {
        width: 100%;
        background: #111;
    }
    .awa-hamb-menu {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    body{
        font-size:100%;
    }
    div.awa-modal {
        top: 5%;
        left: 5%;
        width: 90%;
        max-width: 530px;
        min-width: 320px;
    }
}

/* Layout from bootstrap 4.0 (adapted) */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.awa-grid-12, .col-sm-12 {
    width: 100%}
.awa-grid-11, .col-sm-11 {
    width: 91.66666667%}
.awa-grid-10, .col-sm-10 {
    width: 83.33333333%}
.awa-grid-9, .col-sm-9 {
    width: 75%}
.awa-grid-8, .col-sm-8 {
    width: 66.66666667%}
.awa-grid-7, .col-sm-7 {
    width: 58.33333333%}
.awa-grid-6, .col-sm-6 {
    width: 50%}
.awa-grid-5, .col-sm-5 {
    width: 41.66666667%}
.awa-grid-4, .col-sm-4 {
    width: 33.33333333%}
.awa-grid-3, .col-sm-3 {
    width: 25%}
.awa-grid-2, .col-sm-2 {
    width: 16.66666667%}
.awa-grid-1, .col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=redmond&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cd0a0a&fcError=cd0a0a&borderColorError=cd0a0a&bgImgOpacityError=95&bgTextureError=glass&bgColorError=fef1ec&iconColorHighlight=2e83ff&fcHighlight=363636&borderColorHighlight=fad42e&bgImgOpacityHighlight=55&bgTextureHighlight=flat&bgColorHighlight=fbec88&iconColorActive=f9bd01&fcActive=e17009&borderColorActive=79b7e7&bgImgOpacityActive=100&bgTextureActive=inset_hard&bgColorActive=f5f8f9&iconColorHover=217bc0&fcHover=1d5987&borderColorHover=79b7e7&bgImgOpacityHover=75&bgTextureHover=glass&bgColorHover=d0e5f5&iconColorDefault=6da8d5&fcDefault=2e6e9e&borderColorDefault=c5dbec&bgImgOpacityDefault=85&bgTextureDefault=glass&bgColorDefault=dfeffc&iconColorContent=469bdd&fcContent=222222&borderColorContent=a6c9e2&bgImgOpacityContent=100&bgTextureContent=inset_hard&bgColorContent=fcfdfd&iconColorHeader=d8e7f3&fcHeader=ffffff&borderColorHeader=4297d7&bgImgOpacityHeader=55&bgTextureHeader=gloss_wave&bgColorHeader=5c9ccc&cornerRadius=5px&fsDefault=1.1em&fwDefault=bold&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5dbec;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("jquery-ui-1.13.2/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url("jquery-ui-1.13.2/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5dbec;
	background: #dfeffc url("jquery-ui-1.13.2/images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #2e6e9e;
	text-decoration: none;
}
.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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url("jquery-ui-1.13.2/images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #1d5987;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("jquery-ui-1.13.2/images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #79b7e7;
	background-color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88;
	color: #363636;
}
.ui-state-checked {
	border: 1px solid #fad42e;
	background: #fbec88;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("jquery-ui-1.13.2/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("jquery-ui-1.13.2/images/ui-icons_6da8d5_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
	box-shadow: -8px -8px 8px #aaaaaa;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
Version 2.2.1
Full source at https://github.com/jjj/chosen
Copyright (c) 2011-2021 JJJ
MIT License, https://github.com/jjj/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1011;
  width: 100%;
  border: 1px solid #aaa;
  border-top-width: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container.chosen-dropup .chosen-choices,
.chosen-container.chosen-dropup .chosen-single {
  z-index: 1010;
}

.chosen-container.chosen-dropup .chosen-drop {
  top: auto;
  bottom: calc(100% - 1.5px);
  border-color: #aaa;
  border-width: 1px 1px 0 1px;
  border-radius: 4px 4px 0 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container .search-choice-close {
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjODg4IiBkPSJNIDI3Ljk5OTkgNTEuOTA2MyBDIDQxLjA1NDYgNTEuOTA2MyA1MS45MDYzIDQxLjA3ODEgNTEuOTA2MyAyOCBDIDUxLjkwNjMgMTQuOTQ1MyA0MS4wMzEyIDQuMDkzNyAyNy45NzY1IDQuMDkzNyBDIDE0Ljg5ODMgNC4wOTM3IDQuMDkzNyAxNC45NDUzIDQuMDkzNyAyOCBDIDQuMDkzNyA0MS4wNzgxIDE0LjkyMTggNTEuOTA2MyAyNy45OTk5IDUxLjkwNjMgWiBNIDE5LjU4NTggMzguNDA2MyBDIDE4LjQ4NDMgMzguNDA2MyAxNy41OTM2IDM3LjUxNTYgMTcuNTkzNiAzNi40MTQxIEMgMTcuNTkzNiAzNS44NzUwIDE3LjgyODAgMzUuNDA2MyAxOC4yMDMwIDM1LjA1NDcgTCAyNS4xODc0IDI4LjAyMzQgTCAxOC4yMDMwIDIwLjk5MjIgQyAxNy44MjgwIDIwLjY2NDEgMTcuNTkzNiAyMC4xNzE5IDE3LjU5MzYgMTkuNjMyOCBDIDE3LjU5MzYgMTguNTU0NyAxOC40ODQzIDE3LjY4NzUgMTkuNTg1OCAxNy42ODc1IEMgMjAuMTI0OSAxNy42ODc1IDIwLjU5MzYgMTcuODk4NCAyMC45NDUyIDE4LjI3MzQgTCAyNy45NzY1IDI1LjI4MTIgTCAzNS4wNTQ2IDE4LjI1IEMgMzUuNDUzMCAxNy44MjgxIDM1Ljg3NDkgMTcuNjQwNiAzNi4zOTA1IDE3LjY0MDYgQyAzNy40OTIxIDE3LjY0MDYgMzguMzgyNyAxOC41MzEyIDM4LjM4MjcgMTkuNjA5NCBDIDM4LjM4MjcgMjAuMTQ4NCAzOC4xOTUyIDIwLjU5MzcgMzcuNzk2OCAyMC45Njg4IEwgMzAuNzY1NSAyOC4wMjM0IEwgMzcuNzczMyAzNS4wMDc4IEMgMzguMTI0OSAzNS4zODI4IDM4LjM1OTMgMzUuODUxNiAzOC4zNTkzIDM2LjQxNDEgQyAzOC4zNTkzIDM3LjUxNTYgMzcuNDY4NyAzOC40MDYzIDM2LjM2NzEgMzguNDA2MyBDIDM1LjgwNDYgMzguNDA2MyAzNS4zMzU4IDM4LjE3MTkgMzQuOTg0MyAzNy44MjAzIEwgMjcuOTc2NSAzMC43ODkwIEwgMjAuOTkyMSAzNy44MjAzIEMgMjAuNjQwNSAzOC4xOTUzIDIwLjEyNDkgMzguNDA2MyAxOS41ODU4IDM4LjQwNjMgWiIvPjwvc3ZnPg==") no-repeat right 0 top 50%;
  background-size: 15px 15px;
}

.chosen-container .search-choice-close:hover, .chosen-container .search-choice-close:active {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDI3Ljk5OTkgNTEuOTA2MyBDIDQxLjA1NDYgNTEuOTA2MyA1MS45MDYzIDQxLjA3ODEgNTEuOTA2MyAyOCBDIDUxLjkwNjMgMTQuOTQ1MyA0MS4wMzEyIDQuMDkzNyAyNy45NzY1IDQuMDkzNyBDIDE0Ljg5ODMgNC4wOTM3IDQuMDkzNyAxNC45NDUzIDQuMDkzNyAyOCBDIDQuMDkzNyA0MS4wNzgxIDE0LjkyMTggNTEuOTA2MyAyNy45OTk5IDUxLjkwNjMgWiBNIDE5LjU4NTggMzguNDA2MyBDIDE4LjQ4NDMgMzguNDA2MyAxNy41OTM2IDM3LjUxNTYgMTcuNTkzNiAzNi40MTQxIEMgMTcuNTkzNiAzNS44NzUwIDE3LjgyODAgMzUuNDA2MyAxOC4yMDMwIDM1LjA1NDcgTCAyNS4xODc0IDI4LjAyMzQgTCAxOC4yMDMwIDIwLjk5MjIgQyAxNy44MjgwIDIwLjY2NDEgMTcuNTkzNiAyMC4xNzE5IDE3LjU5MzYgMTkuNjMyOCBDIDE3LjU5MzYgMTguNTU0NyAxOC40ODQzIDE3LjY4NzUgMTkuNTg1OCAxNy42ODc1IEMgMjAuMTI0OSAxNy42ODc1IDIwLjU5MzYgMTcuODk4NCAyMC45NDUyIDE4LjI3MzQgTCAyNy45NzY1IDI1LjI4MTIgTCAzNS4wNTQ2IDE4LjI1IEMgMzUuNDUzMCAxNy44MjgxIDM1Ljg3NDkgMTcuNjQwNiAzNi4zOTA1IDE3LjY0MDYgQyAzNy40OTIxIDE3LjY0MDYgMzguMzgyNyAxOC41MzEyIDM4LjM4MjcgMTkuNjA5NCBDIDM4LjM4MjcgMjAuMTQ4NCAzOC4xOTUyIDIwLjU5MzcgMzcuNzk2OCAyMC45Njg4IEwgMzAuNzY1NSAyOC4wMjM0IEwgMzcuNzczMyAzNS4wMDc4IEMgMzguMTI0OSAzNS4zODI4IDM4LjM1OTMgMzUuODUxNiAzOC4zNTkzIDM2LjQxNDEgQyAzOC4zNTkzIDM3LjUxNTYgMzcuNDY4NyAzOC40MDYzIDM2LjM2NzEgMzguNDA2MyBDIDM1LjgwNDYgMzguNDA2MyAzNS4zMzU4IDM4LjE3MTkgMzQuOTg0MyAzNy44MjAzIEwgMjcuOTc2NSAzMC43ODkwIEwgMjAuOTkyMSAzNy44MjAzIEMgMjAuNjQwNSAzOC4xOTUzIDIwLjEyNDkgMzguNDA2MyAxOS41ODU4IDM4LjQwNjMgWiIvPjwvc3ZnPg==") no-repeat right 0 top 50%;
  background-size: 15px 15px;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2.5px 0 2.5px 7px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default span {
  opacity: 0.5;
}

.chosen-container-single .chosen-single-with-deselect.chosen-default span,
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 42px;
}

.chosen-container-single .chosen-single .search-choice-close {
  right: 26px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDI4IDcuMjU3OCBDIDI3LjQ4NDQgNy4yNTc4IDI2Ljk2ODggNy40Njg3IDI2LjQwNjMgNy45Mzc1IEwgMTAuNjA5NCAyMC43NTc4IEMgMTAuMjExMCAyMS4xMDk0IDkuOTc2NiAyMS42MDE2IDkuOTc2NiAyMi4zMDQ3IEMgOS45NzY2IDIzLjUyMzQgMTAuODkwNiAyNC40Mzc1IDEyLjEzMjggMjQuNDM3NSBDIDEyLjYyNTAgMjQuNDM3NSAxMy4xNDA2IDI0LjI1MDAgMTMuNjc5NyAyMy44MjgxIEwgMjggMTIuMTU2MiBMIDQyLjMyMDMgMjMuODI4MSBDIDQyLjg1OTQgMjQuMjUwMCA0My4zNzUwIDI0LjQzNzUgNDMuODkwNiAyNC40Mzc1IEMgNDUuMTA5NCAyNC40Mzc1IDQ2LjAyMzQgMjMuNTIzNCA0Ni4wMjM0IDIyLjMwNDcgQyA0Ni4wMjM0IDIxLjYwMTYgNDUuNzg5MCAyMS4xMDk0IDQ1LjM5MDYgMjAuNzU3OCBMIDI5LjU5MzcgNy45MTQwIEMgMjkuMDMxMiA3LjQ2ODcgMjguNTM5MCA3LjI1NzggMjggNy4yNTc4IFogTSAyOCA0OC43NDIyIEMgMjguNTM5MCA0OC43NDIyIDI5LjAzMTIgNDguNTMxMiAyOS41OTM3IDQ4LjA4NTkgTCA0NS4zOTA2IDM1LjI0MjIgQyA0NS43ODkwIDM0Ljg5MDYgNDYuMDIzNCAzNC4zOTg0IDQ2LjAyMzQgMzMuNjk1MyBDIDQ2LjAyMzQgMzIuNDc2NSA0NS4xMDk0IDMxLjUzOTEgNDMuODkwNiAzMS41MzkxIEMgNDMuMzc1MCAzMS41MzkxIDQyLjg1OTQgMzEuNzUwMCA0Mi4zMjAzIDMyLjE3MTggTCAyOCA0My44NDM3IEwgMTMuNjc5NyAzMi4xNzE4IEMgMTMuMTQwNiAzMS43NTAwIDEyLjYyNTAgMzEuNTM5MSAxMi4xMzI4IDMxLjUzOTEgQyAxMC44OTA2IDMxLjUzOTEgOS45NzY2IDMyLjQ3NjUgOS45NzY2IDMzLjY5NTMgQyA5Ljk3NjYgMzQuMzk4NCAxMC4yMTEwIDM0Ljg5MDYgMTAuNjA5NCAzNS4yNDIyIEwgMjYuNDA2MyA0OC4wNjI1IEMgMjYuOTY4OCA0OC41MzEyIDI3LjQ4NDQgNDguNzQyMiAyOCA0OC43NDIyIFoiLz48L3N2Zz4=") no-repeat right 5px top 52%;
  background-size: 15px 15px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1011;
  margin: 0 0 4px 0;
  padding: 0 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 0;
  padding: 5px 20px 5px 5px;
  width: 100%;
  height: auto;
  outline: none;
  border: 1px solid #ccc;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDIzLjk1NzAgNDEuNzY5NSBDIDI3Ljg0NzYgNDEuNzY5NSAzMS40ODA0IDQwLjUwMzkgMzQuNDMzNiAzOC4zOTQ1IEwgNDUuNTQyOSA0OS41MDM5IEMgNDYuMDU4NSA1MC4wMTk1IDQ2LjczODIgNTAuMjc3NCA0Ny40NDE0IDUwLjI3NzQgQyA0OC45NjQ4IDUwLjI3NzQgNTAuMDY2NCA0OS4xMDU1IDUwLjA2NjQgNDcuNjA1NSBDIDUwLjA2NjQgNDYuOTAyMyA0OS44MzIyIDQ2LjI0NjEgNDkuMzE2MiA0NS43MzA1IEwgMzguMjc3MyAzNC42Njc5IEMgNDAuNTk3NiAzMS42MjExIDQxLjk4MDQgMjcuODQ3NiA0MS45ODA0IDIzLjc0NjEgQyA0MS45ODA0IDEzLjgzMjAgMzMuODcxMCA1LjcyMjYgMjMuOTU3MCA1LjcyMjYgQyAxNC4wMTk1IDUuNzIyNiA1LjkzMzYgMTMuODMyMCA1LjkzMzYgMjMuNzQ2MSBDIDUuOTMzNiAzMy42NjAxIDE0LjAxOTUgNDEuNzY5NSAyMy45NTcwIDQxLjc2OTUgWiBNIDIzLjk1NzAgMzcuODc4OSBDIDE2LjE5OTIgMzcuODc4OSA5LjgyNDIgMzEuNDgwNSA5LjgyNDIgMjMuNzQ2MSBDIDkuODI0MiAxNi4wMTE3IDE2LjE5OTIgOS42MTMzIDIzLjk1NzAgOS42MTMzIEMgMzEuNjkxNCA5LjYxMzMgMzguMDg5OCAxNi4wMTE3IDM4LjA4OTggMjMuNzQ2MSBDIDM4LjA4OTggMzEuNDgwNSAzMS42OTE0IDM3Ljg3ODkgMjMuOTU3MCAzNy44Nzg5IFoiLz48L3N2Zz4=") no-repeat right 5px top 50%;
  background-size: 15px 15px;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 4px;
}

.chosen-container-single.chosen-dropup .chosen-search {
  margin-top: 4px;
}

.chosen-container-single.chosen-dropup .chosen-results {
  margin-bottom: 0;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container-single.chosen-container-single-nosearch.chosen-dropup .chosen-results {
  margin-top: 4px;
}

.chosen-container-single.chosen-container-single-nosearch.chosen-dropup .chosen-single {
  z-index: 1010;
}

.chosen-container-single .chosen-drop .result-selected {
  background-color: #e0e0e0;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-radius: 4px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  opacity: 0.5;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.no-results span {
  font-style: italic;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 3px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0 3px;
  padding: 6.5px 0;
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  max-width: 100%;
  background-color: #eeeeee;
  color: #333;
  line-height: 12px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 95%;
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #5897fb;
  cursor: default;
}

.chosen-container-multi.chosen-dropup .chosen-results {
  margin-top: 4px;
}

.chosen-container-multi.chosen-dropup .chosen-single {
  z-index: 1010;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-top-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("data:image/svg+xml;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDI4IDcuMjU3OCBDIDI3LjQ4NDQgNy4yNTc4IDI2Ljk2ODggNy40Njg3IDI2LjQwNjMgNy45Mzc1IEwgMTAuNjA5NCAyMC43NTc4IEMgMTAuMjExMCAyMS4xMDk0IDkuOTc2NiAyMS42MDE2IDkuOTc2NiAyMi4zMDQ3IEMgOS45NzY2IDIzLjUyMzQgMTAuODkwNiAyNC40Mzc1IDEyLjEzMjggMjQuNDM3NSBDIDEyLjYyNTAgMjQuNDM3NSAxMy4xNDA2IDI0LjI1MDAgMTMuNjc5NyAyMy44MjgxIEwgMjggMTIuMTU2MiBMIDQyLjMyMDMgMjMuODI4MSBDIDQyLjg1OTQgMjQuMjUwMCA0My4zNzUwIDI0LjQzNzUgNDMuODkwNiAyNC40Mzc1IEMgNDUuMTA5NCAyNC40Mzc1IDQ2LjAyMzQgMjMuNTIzNCA0Ni4wMjM0IDIyLjMwNDcgQyA0Ni4wMjM0IDIxLjYwMTYgNDUuNzg5MCAyMS4xMDk0IDQ1LjM5MDYgMjAuNzU3OCBMIDI5LjU5MzcgNy45MTQwIEMgMjkuMDMxMiA3LjQ2ODcgMjguNTM5MCA3LjI1NzggMjggNy4yNTc4IFogTSAyOCA0OC43NDIyIEMgMjguNTM5MCA0OC43NDIyIDI5LjAzMTIgNDguNTMxMiAyOS41OTM3IDQ4LjA4NTkgTCA0NS4zOTA2IDM1LjI0MjIgQyA0NS43ODkwIDM0Ljg5MDYgNDYuMDIzNCAzNC4zOTg0IDQ2LjAyMzQgMzMuNjk1MyBDIDQ2LjAyMzQgMzIuNDc2NSA0NS4xMDk0IDMxLjUzOTEgNDMuODkwNiAzMS41MzkxIEMgNDMuMzc1MCAzMS41MzkxIDQyLjg1OTQgMzEuNzUwMCA0Mi4zMjAzIDMyLjE3MTggTCAyOCA0My44NDM3IEwgMTMuNjc5NyAzMi4xNzE4IEMgMTMuMTQwNiAzMS43NTAwIDEyLjYyNTAgMzEuNTM5MSAxMi4xMzI4IDMxLjUzOTEgQyAxMC44OTA2IDMxLjUzOTEgOS45NzY2IDMyLjQ3NjUgOS45NzY2IDMzLjY5NTMgQyA5Ljk3NjYgMzQuMzk4NCAxMC4yMTEwIDM0Ljg5MDYgMTAuNjA5NCAzNS4yNDIyIEwgMjYuNDA2MyA0OC4wNjI1IEMgMjYuOTY4OCA0OC41MzEyIDI3LjQ4NDQgNDguNzQyMiAyOCA0OC43NDIyIFoiLz48L3N2Zz4=") no-repeat right 5px top 52%;
  background-size: 15px 15px;
}

.chosen-container-active.chosen-with-drop.chosen-dropup .chosen-single,
.chosen-container-active.chosen-with-drop.chosen-dropup .chosen-choices {
  border-radius: 0 0 4px 4px;
}

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active .chosen-drop {
  border-color: #5897fb;
}

.chosen-container-active.chosen-dropup .chosen-single,
.chosen-container-active.chosen-dropup .chosen-choices,
.chosen-container-active.chosen-dropup .chosen-drop {
  border-color: #5897fb;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Add Option */
.create-option a {
  font-size: 95%;
  word-wrap: break-word;
  position: relative;
  margin: 3px 5px 3px -6px;
  padding: 4px 5px;
  border: 1px solid #aaa;
  border-radius: 4px;
  max-width: 100%;
  background-color: #eeeeee;
  color: #333;
  line-height: 12px;
}

.create-option a:hover {
  text-decoration: none;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  padding: 2px 7px 2px 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 42px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 0;
}

.chosen-rtl .chosen-single .search-choice-close {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 0 3px 5px;
  padding: 3px 5px 3px 20px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 3px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 5px 5px 5px 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDIzLjk1NzAgNDEuNzY5NSBDIDI3Ljg0NzYgNDEuNzY5NSAzMS40ODA0IDQwLjUwMzkgMzQuNDMzNiAzOC4zOTQ1IEwgNDUuNTQyOSA0OS41MDM5IEMgNDYuMDU4NSA1MC4wMTk1IDQ2LjczODIgNTAuMjc3NCA0Ny40NDE0IDUwLjI3NzQgQyA0OC45NjQ4IDUwLjI3NzQgNTAuMDY2NCA0OS4xMDU1IDUwLjA2NjQgNDcuNjA1NSBDIDUwLjA2NjQgNDYuOTAyMyA0OS44MzIyIDQ2LjI0NjEgNDkuMzE2MiA0NS43MzA1IEwgMzguMjc3MyAzNC42Njc5IEMgNDAuNTk3NiAzMS42MjExIDQxLjk4MDQgMjcuODQ3NiA0MS45ODA0IDIzLjc0NjEgQyA0MS45ODA0IDEzLjgzMjAgMzMuODcxMCA1LjcyMjYgMjMuOTU3MCA1LjcyMjYgQyAxNC4wMTk1IDUuNzIyNiA1LjkzMzYgMTMuODMyMCA1LjkzMzYgMjMuNzQ2MSBDIDUuOTMzNiAzMy42NjAxIDE0LjAxOTUgNDEuNzY5NSAyMy45NTcwIDQxLjc2OTUgWiBNIDIzLjk1NzAgMzcuODc4OSBDIDE2LjE5OTIgMzcuODc4OSA5LjgyNDIgMzEuNDgwNSA5LjgyNDIgMjMuNzQ2MSBDIDkuODI0MiAxNi4wMTE3IDE2LjE5OTIgOS42MTMzIDIzLjk1NzAgOS42MTMzIEMgMzEuNjkxNCA5LjYxMzMgMzguMDg5OCAxNi4wMTE3IDM4LjA4OTggMjMuNzQ2MSBDIDM4LjA4OTggMzEuNDgwNSAzMS42OTE0IDM3Ljg3ODkgMjMuOTU3MCAzNy44Nzg5IFoiLz48L3N2Zz4=") no-repeat left 5px top 55%;
  background-size: 15px 15px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background: url("data:image/svg+xml;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDI4IDcuMjU3OCBDIDI3LjQ4NDQgNy4yNTc4IDI2Ljk2ODggNy40Njg3IDI2LjQwNjMgNy45Mzc1IEwgMTAuNjA5NCAyMC43NTc4IEMgMTAuMjExMCAyMS4xMDk0IDkuOTc2NiAyMS42MDE2IDkuOTc2NiAyMi4zMDQ3IEMgOS45NzY2IDIzLjUyMzQgMTAuODkwNiAyNC40Mzc1IDEyLjEzMjggMjQuNDM3NSBDIDEyLjYyNTAgMjQuNDM3NSAxMy4xNDA2IDI0LjI1MDAgMTMuNjc5NyAyMy44MjgxIEwgMjggMTIuMTU2MiBMIDQyLjMyMDMgMjMuODI4MSBDIDQyLjg1OTQgMjQuMjUwMCA0My4zNzUwIDI0LjQzNzUgNDMuODkwNiAyNC40Mzc1IEMgNDUuMTA5NCAyNC40Mzc1IDQ2LjAyMzQgMjMuNTIzNCA0Ni4wMjM0IDIyLjMwNDcgQyA0Ni4wMjM0IDIxLjYwMTYgNDUuNzg5MCAyMS4xMDk0IDQ1LjM5MDYgMjAuNzU3OCBMIDI5LjU5MzcgNy45MTQwIEMgMjkuMDMxMiA3LjQ2ODcgMjguNTM5MCA3LjI1NzggMjggNy4yNTc4IFogTSAyOCA0OC43NDIyIEMgMjguNTM5MCA0OC43NDIyIDI5LjAzMTIgNDguNTMxMiAyOS41OTM3IDQ4LjA4NTkgTCA0NS4zOTA2IDM1LjI0MjIgQyA0NS43ODkwIDM0Ljg5MDYgNDYuMDIzNCAzNC4zOTg0IDQ2LjAyMzQgMzMuNjk1MyBDIDQ2LjAyMzQgMzIuNDc2NSA0NS4xMDk0IDMxLjUzOTEgNDMuODkwNiAzMS41MzkxIEMgNDMuMzc1MCAzMS41MzkxIDQyLjg1OTQgMzEuNzUwMCA0Mi4zMjAzIDMyLjE3MTggTCAyOCA0My44NDM3IEwgMTMuNjc5NyAzMi4xNzE4IEMgMTMuMTQwNiAzMS43NTAwIDEyLjYyNTAgMzEuNTM5MSAxMi4xMzI4IDMxLjUzOTEgQyAxMC44OTA2IDMxLjUzOTEgOS45NzY2IDMyLjQ3NjUgOS45NzY2IDMzLjY5NTMgQyA5Ljk3NjYgMzQuMzk4NCAxMC4yMTEwIDM0Ljg5MDYgMTAuNjA5NCAzNS4yNDIyIEwgMjYuNDA2MyA0OC4wNjI1IEMgMjYuOTY4OCA0OC41MzEyIDI3LjQ4NDQgNDguNzQyMiAyOCA0OC43NDIyIFoiLz48L3N2Zz4=") no-repeat left 5px top 52%;
  background-size: 15px 15px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background: url("data:image/svg+xml;data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSI1NiIgdmlld0JveD0iMCAwIDU2IDU2Ij48cGF0aCBmaWxsPSIjNTU1IiBkPSJNIDI4IDcuMjU3OCBDIDI3LjQ4NDQgNy4yNTc4IDI2Ljk2ODggNy40Njg3IDI2LjQwNjMgNy45Mzc1IEwgMTAuNjA5NCAyMC43NTc4IEMgMTAuMjExMCAyMS4xMDk0IDkuOTc2NiAyMS42MDE2IDkuOTc2NiAyMi4zMDQ3IEMgOS45NzY2IDIzLjUyMzQgMTAuODkwNiAyNC40Mzc1IDEyLjEzMjggMjQuNDM3NSBDIDEyLjYyNTAgMjQuNDM3NSAxMy4xNDA2IDI0LjI1MDAgMTMuNjc5NyAyMy44MjgxIEwgMjggMTIuMTU2MiBMIDQyLjMyMDMgMjMuODI4MSBDIDQyLjg1OTQgMjQuMjUwMCA0My4zNzUwIDI0LjQzNzUgNDMuODkwNiAyNC40Mzc1IEMgNDUuMTA5NCAyNC40Mzc1IDQ2LjAyMzQgMjMuNTIzNCA0Ni4wMjM0IDIyLjMwNDcgQyA0Ni4wMjM0IDIxLjYwMTYgNDUuNzg5MCAyMS4xMDk0IDQ1LjM5MDYgMjAuNzU3OCBMIDI5LjU5MzcgNy45MTQwIEMgMjkuMDMxMiA3LjQ2ODcgMjguNTM5MCA3LjI1NzggMjggNy4yNTc4IFogTSAyOCA0OC43NDIyIEMgMjguNTM5MCA0OC43NDIyIDI5LjAzMTIgNDguNTMxMiAyOS41OTM3IDQ4LjA4NTkgTCA0NS4zOTA2IDM1LjI0MjIgQyA0NS43ODkwIDM0Ljg5MDYgNDYuMDIzNCAzNC4zOTg0IDQ2LjAyMzQgMzMuNjk1MyBDIDQ2LjAyMzQgMzIuNDc2NSA0NS4xMDk0IDMxLjUzOTEgNDMuODkwNiAzMS41MzkxIEMgNDMuMzc1MCAzMS41MzkxIDQyLjg1OTQgMzEuNzUwMCA0Mi4zMjAzIDMyLjE3MTggTCAyOCA0My44NDM3IEwgMTMuNjc5NyAzMi4xNzE4IEMgMTMuMTQwNiAzMS43NTAwIDEyLjYyNTAgMzEuNTM5MSAxMi4xMzI4IDMxLjUzOTEgQyAxMC44OTA2IDMxLjUzOTEgOS45NzY2IDMyLjQ3NjUgOS45NzY2IDMzLjY5NTMgQyA5Ljk3NjYgMzQuMzk4NCAxMC4yMTEwIDM0Ljg5MDYgMTAuNjA5NCAzNS4yNDIyIEwgMjYuNDA2MyA0OC4wNjI1IEMgMjYuOTY4OCA0OC41MzEyIDI3LjQ4NDQgNDguNzQyMiAyOCA0OC43NDIyIFoiLz48L3N2Zz4=") no-repeat left 5px top 52%;
  background-size: 15px 15px;
}

/* @end */
.chart-container{position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.chart-container .axis,.chart-container .chart-label{fill:#555b51}.chart-container .axis line,.chart-container .chart-label line{stroke:#dadada}.chart-container .dataset-units circle{stroke:#fff;stroke-width:2}.chart-container .dataset-units path{fill:none;stroke-opacity:1;stroke-width:2px}.chart-container .dataset-path{stroke-width:2px}.chart-container .path-group path{fill:none;stroke-opacity:1;stroke-width:2px}.chart-container line.dashed{stroke-dasharray:5,3}.chart-container .axis-line .specific-value{text-anchor:start}.chart-container .axis-line .y-line{text-anchor:end}.chart-container .axis-line .x-line{text-anchor:middle}.chart-container .legend-dataset-text{fill:#6c7680;font-weight:600}.graph-svg-tip{position:absolute;z-index:1;padding:10px;font-size:12px;color:#959da5;text-align:center;background:rgba(0,0,0,.8);border-radius:3px}.graph-svg-tip ol,.graph-svg-tip ul{padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex}.graph-svg-tip ul.data-point-list li{min-width:90px;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600}.graph-svg-tip strong{color:#dfe2e5;font-weight:600}.graph-svg-tip .svg-pointer{position:absolute;height:5px;margin:0 0 0 -5px;content:" ";border:5px solid transparent;border-top-color:rgba(0,0,0,.8)}.graph-svg-tip.comparison{padding:0;text-align:left;pointer-events:none}.graph-svg-tip.comparison .title{display:block;padding:10px;margin:0;font-weight:600;line-height:1;pointer-events:none}.graph-svg-tip.comparison ul{margin:0;white-space:nowrap;list-style:none}.graph-svg-tip.comparison li{display:inline-block;padding:5px 10px}/**
 * users.css - Style for users module
 * Copyright (C) 2011-2022 Stephane Carrez
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
li.message {
    height: 30px;
    overflow: hidden;
}

div.awa-login h2, div.awa-login h3, div.awa-accept-invitation h2, div.awa-accept-invication h3 {
    float: left;
    width: 100%;
    background: white;
    padding: 2%;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}
div.awa-login, div.awa-accept-invitation {
  border: 2px solid #A6C9E2;
  background: none repeat scroll 0 0 #F9FDFF;
  display: block;
  float: left;
  width: 98%;
  margin: 5px;
  margin-left: 1%;
  margin-right: 1%;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px 6px;
}
div.awa-accept-invitation {
    border: none;
}
div.awa-lost-password {
    width: 50%;
}
div.awa-login p, div.awa-accept-invitation p {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    display: block;
    float: left;
}
.awa-login ul, ul.openid-login, .awa-accept-invitation ul, #awa-message-list {
    list-style-type: none;
    margin: 1em 0;
    float: left;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.awa-login #login-button, .awa-login #lost-password-button, .awa-login #register-button {
    margin-left: 10%;
    margin-top: 15px;
    width: 200px;
}
.awa-login #lost-password {
    clear: both;
    display: block;
    margin-top: 10px;
}
.awa-login .awa-link-lost-password {
    display: block;
    float: right;
}
.awa-login .awa-link-lost-password a {
    margin-top: 15px;
    display: block;
}
.awa-login #signup-link {
    clear: both;
    display: block;
    float: right;
}

ul.openid-login li {
    float: left;
    padding-left: 5px;
    margin: 25px;
}
div.openid-login {
	float: left;
	border: 1px solid #ccc;
	margin-left: 10px;
	margin-right: 10px;
    margin: 5px;
}

ul.openid-login a {
    display: block;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

a.openid-github em,
a.openid-gitlab em,
a.openid-orange em,
a.openid-facebook em,
a.openid-google-plus em,
a.openid-yahoo em,
a.openid-twitter em,
a.openid-google em {
    display: block;
    float: left;
    background: url(../images/open-id-logos-3.png);
    width: 200px;
    height: 36px;
    overflow: hidden;
    padding: 0;
}
a.openid-github em {
  background-position: 0 0;
  height: 34px;
}
a.openid-yahoo em {
  margin-top: 3px;
  background-position: 0 -38px;
  height: 34px;
}
a.openid-orange em {
  background-position: 0 -152px;
}
a.openid-facebook em {
  margin-top: 2px;
  background-position: 0 -74px;
}
a.openid-twitter em {
  background-position: 0 -114px;
  height: 28px;
}
a.openid-google-plus em {
  background-position: 0 -230px; /* 0 - 190 or 231 */
  height: 40px;
}
a.openid-github em {
}
a.openid-gitlab em {
  margin-top: 3px;
  background-position: 0 -272px;
  height: 33px;
}
a.openid-github {
    border: 1px solid #ccc;
    background: #eee;
}
a.openid-gitlab {
    border: 1px solid #ccc;
    background: #eee;
}
div.openid-info {
    float: left;
    padding: 20px;
    border: 1px solid #ccc;
}
div.openid-info dt {
    float: left;
    width:  100px;
    clear: left;
}
div.openid-info dd {
    float: left;
    padding-left: 20px;
}
div.openid-retry {
	float: left;
	clear: both;
	padding-top: 30px;
}
.openid-separator {
    float: left;
    clear: both;
    padding-top: 1em;
    width: 100%;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
.openid-sep-left, .openid-sep-right {
    float: left;
    width: 40%;
    height: 2px;
    border-top: 1px solid #b5b5b5;
    margin-top: 10px;
}
.openid-sep-text {
    float: left;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
/**
 * Workspace member list
 */
.member-status, .member-title, .member-email, .member-role, .member-date {
    float: left;
    height: 1.2em;
    overflow: hidden;
}
.member-status {
    width: 10%;
}
.member-title {
    width: 30%;
}
.member-email {
    width: 30%;
}
.member-role {
    width: 15%;
}
.member-date {
    width: 15%;
}
.invite-message p {
    padding: 4px;
    background: #e8f0ff;
    white-space: pre;
}
.member-list div.asf-list-action {
    left: -24px;
    width: 24px;
}
@media screen and (max-width: 768px) {
    ul.openid-login li {
	margin: 5px;
    }
}
:root{
    --white: #36383F;
    --black: #f9f9f9;
    --grey: #85888C;
}
body {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
#awa-page {
    position: inherit;
    height: auto;
}
#awa-hdr {
    height: 3em;
}
main {
    flex-grow: 1;
}
footer {
    width: 100%;
    bottom: 0;
    height: 30px;
    clear: both;
}
footer ul {
    list-style-type: none;
}
footer li {
    float: right;
    padding-right: 0.5em;
}
#awa-hdr h2 {
    font-size: 2em;
    padding-left: 0.5em;
    display: inline-block;
}
#awa-footer_content {
    margin-top: 0;
}
.awa-title {
  margin: 1em;
  float: left;
  clear: both;
  width: 90%;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}
.awa-title dl {
  float: left;
  clear: both;
  margin: 1em;
}
.awa-title dt {
  float: left;
  clear: both;
  font-weight: bold;
  padding-top: 10px;
  font-size: 20px;
}
div.awa-title dd {
  float: left;
  clear: both;
  padding-left: 20px;
  font-size: 16px;
}
.awa-ok {
  float: left;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  margin-right: 15px;
}
.awa-title div {
  float: left;
}

#porion-top a {
    color: #ccc;
    text-decoration: none;
}

@media (min-width:768px) {
    .awa-side-nav {
        float: left;
        width: 100%;
    }
    .awa-side-nav {
        position: relative;
    }
}
@media (max-width: 768px) {
    .awa-menu li {
        display: none;
    }
}

/* Project page */
.project-header, .node-header, .nodes-header, .notification-header, .activity-header {
    /* float: left;*/
    width: 100%;
}
.project-header .awa-page-nav, .node-header .awa-page-nav, .nodes-header .awa-page-nav, .activity-header .awa-page-nav {
    background: #eee;
}

/* Nav menu */
.awa-page-nav {
    position: relative;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--black);
    overflow: hidden;
    background: #eee;
}
.awa-page-nav li {
    padding: 0.25em;
    display: none;
}
.awa-page-nav span {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.2em;
}
.awa-page-nav a {
    text-decoration: none;
}
.awa-page-nav {
    width: 100%;
    height: 100%;
    position: relative;
}
.awa-page-menu a {
    display: block;
}
.awa-page-menu a:hover {
    background-color: var(--gray);
    color: var(--black);
}
.awa-page-nav {
    /* max-height: 0; */
    transition: max-height .5s ease-out;
}
.awa-page-nav ul {
    list-style-type: none;
    width: 100%;
    height: 32px;
}
.awa-menu span {
    font-size: 1.2em;
}
.awa-menu a {
    padding-top: 3px;
}
.page-summary .project-header .project-tab-summary,
.page-xunits .project-header .project-tab-xunits,
.page-builds .project-header .project-tab-builds {
    border-color: #eee;
    display: block;    
}
.awa-side-menu:checked ~ nav li {
    display: block;
}

.page-summary #awa-top-nav #nav-tools a,
.page-tutorials #awa-top-nav #nav-tutorials a,
.page-wiki #awa-top-nav #nav-wiki a,
.page-download #awa-top-nav #nav-download a,
.page-news #awa-top-nav #nav-news a {
    background: #eee;
    color: #333;
    border-color: #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    /* padding-bottom: 10px;*/
}
.awa-menu a:hover{
    border-color: transparent;
}
/* .awa-menu a:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}*/

.page-REPORT_WEEK .activity-header .activity-tab-week,
.page-REPORT_MONTH .activity-header .activity-tab-month,
.page-REPORT_4WEEK .activity-header .activity-tab-4week,
.page-summary .nodes-header .nodes-tab-summary,
.page-queue .nodes-header .nodes-tab-queue,
.page-summary .node-header .node-tab-summary,
.page-builds .node-header .node-tab-builds,
.page-queue .node-header .node-tab-queue,
.page-summary .project-header .project-tab-summary,
.page-xunits .project-header .project-tab-xunits,
.page-builds .project-header .project-tab-builds,
.page-coverage .project-header .project-tab-coverage {
    background: white; /* see also theme.css */
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.project-header .project-title, .node-header .node-title, .nodes-header .node-title {
    padding-left: 0.5em;
    font-size: 2em;
    color: #626263;
    width: 100%;
}
.project-header .project-title span {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    border-radius: 1em;
}
.project-page-grid {
    float: left;
    width: 32%;
    border: 1px solid #ccc;
    margin: 5px;
}
.project-page-grid a {
    text-decoration: none;
}
.project-page-grid .project-build-info a {
    width: 100%;
    display: inline-block;    
}
.project-page-grid a span {
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
}
.project-build-status, .project-page-grid .project-progress-status {
    display: inline-block;
    width: 16px;
    height: 40px;
    float: left;
}
.project-page-grid .project-progress-status {
    float: right;
}
.project-recipe-list .CONFIG_BUILD_REQUIRED .recipe-status {
    background-color: #0000cc;
}
.build-status-BUILD_FAIL .project-build-status, .build-status-BUILD_FAIL .project-progress-status,
.project-build-list .BUILD_FAIL .build-status {
    background: red;
}
.build-status-BUILD_PASS .project-build-status, .build-status-BUILD_PASS .project-progress-status,
.project-recipe-list .CONFIG_BUILD_PASS .recipe-status, .project-build-list .BUILD_PASS .build-status {
    background: green;
}
.build-status-BUILD_RUNNING .project-build-status, .build-status-BUILD_RUNNING .project-progress-status,
.project-build-list .BUILD_RUNNING .build-status {
    background: orange;
}
.project-page-grid .project-title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 2em;
    overflow: hidden;
    font-size: 1.2em;
}
.project-page-grid .project-build-info {
    float: left;
    width: 100%;
}
.project-page-grid .project-build-info li {
    float: left;
    width: 25%;
    list-style-type: none;
}
.project-page-grid .project-build-info-title {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.project-page-grid .project-build-info-value {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

/* Dashboard */
.dashboard-stats, .dashboard-list {
    float: left;
    width: 98%;
    margin: 1%;
    border: 1px solid #424343;
    box-sizing: border-box;
}
.dashboard-list {
    border-color: white;
}
.project-dashboard {
    float: left;
    width: 100%;
    list-style-type: none;
    background: #eee;
    border: 1px solid #ccc;
}
.project-dashboard li {
    float: left;
    width: 20%;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #ccc;
}
.project-dashboard .dashboard-title {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 3px solid #ccc;
}
.project-dashboard .dashboard-value {
    float: left;
    width: 100%;
}
.dashboard-cloc {
    overflow: hidden;
    text-align: left;
    height: 1em;
}
.project-dashboard .value {
    float: left;
    width: 10%;
}
.progress-status {
    display: inline-block;
    height: 19px;
    background: green;
}
.progress-status-vertical {
    display: inline-block;
    background: green;
    width: 100%;
    vertical-align: bottom;
}
.progress-bar {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    border: 1px solid #ccc;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    text-align: left;
}
.build-progress .asf-progress-bar {
    background: red;
}

/* Build info */
.build-info {
    float: left;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
.build-top-title {
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1em;
    width: 98%;
}
.build-top-title .build-project-name {
    font-size: 2em;
    padding-bottom: 1em;
}
.build-top-info {
    width: 90%;
    float: left;
}
.build-top-title span {
    padding-right: 2em;
    white-space: nowrap;
    overflow: hidden;
}
.build-BUILD_PASS .build-status {
    float: left;
    padding-right: 0;
    width: 32px;
    height: 32px;
    background-color: #00C000;
}
.build-BUILD_FAIL .build-status {
    float: left;
    padding-right: 0;
    width: 32px;
    height: 32px;
    background-color: red;
}
.build-info-line {
    float: left;
    width: 100%;
    list-style-type: none;
    border-size: 1px;
}
.build-info-line li {
    float: left;
    width: 20%;
    padding-left: 1em;
    padding-right: 1em;
}
.build-info-line .dashboard-title, .build-info-line .dashboard-value {
    float: left;
    width: 50%;
    height: 1em;
    overflow: hidden;
    white-space: nowrap;
}
.build-info-line .dashboard-value {
    text-align: right;
}
.build-info-line .dashboard-progress {
    float: left;
    width: 100%;
}
.porion-label {
    text-align: center;
    font-size: 1.2em;
}
.build-info .porion-label {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom-size: 3px;
}
/* Build step */
.build-step {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 0.5em;
    border-radius: 1em;
}
.build-step div {
    float: left;
    padding: 0.25em;
}
.build-step .build-step-number {
    width: 4.0em;
    text-align: center;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}
.build-step .build-step-energy {
    width: 5%;
    text-align: right;
}
.build-step .build-step-duration {
    width: 5%;
    text-align: right;
}
.build-step .build-step-command {
    width: 75%;
}
.build-step-ok .build-step-number {
    background-color: green;
    color: white;
}
.build-step-fail .build-step-number {
    background-color: red;
    color: white;
}
.build-step-header {
    border: none;
    font-weight: bold;
    margin-bottom: 0;
}

/* Build logs */
.build-log {
    float: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
    margin-right: 1%;
    border: 2px solid black;
}
.build-log-header {
    float: left;
    width: 100%;
    border-bottom: 2px solid black;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.build-log-header li {
    list-style-type: none;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0.5em;
    cursor: pointer;
}
.log-step {
    float: left;
    width: 100%;
}
.log-line, .log-line-number, .log-content {
    float: left;
}
.log-line {
    width: 100%;
}
.log-line-number {
    width: 3em;
}
.log-level-porion {
    color: brown;
}
.log-level-info {
    color: grey;
}
.log-level-error {
    color: red;
}
.log-level-warning {
    color: blue;
}
.build-show-warning .log-level-debug,
.build-show-warning .log-level-unknown,
.build-show-warning .log-level-porion,
.build-show-warning .log-level-info,
.build-show-info .log-level-unknown,
.build-show-info .log-level-debug {
    display: none;
}
.build-show-info #build-log-show-info,
.build-show-warning #build-log-show-warning,
.build-show-all #build-log-show-all {
    font-weight: bold;
    background: #888;
}
.project-dashboard .dashboard-value {
    float: left;
    width: 100%;
    text-align: center;
}
.dashboard-cloc {
    overflow: hidden;
    text-align: left;
    height: 1em;
}
.project-dashboard .value {
    float: left;
    width: 10%;
}
.build-execution-time {
    float: left;
    width: 100%;
}
.build-execution-time li {
    list-style-type: none;
    float: left;
    text-align: center;
    border-left: 1px solid red;
}
.project-graph-view {
    float: left;
}
.project-graph-title {
    float: left;
    width: 100%;
    text-align: center;
}
.project-graph {
    float: left;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}
#project-lang-graph, #graph-month, #graph-total {
    float: left;
    width: 350px;
    height: 150px;
}

#project-lang-graph {
    float: left;
    width: 350px;
    height: 150px;
    padding-left: 1em;
    padding-right: 1em;
}

/* Project summary with recipes */
.project-recipe-list {
    margin-top: 1em;
    float: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}
.project-recipe, .project-recipe-header {
    float: left;
    width: 100%;
    line-height: 1.5em;
}
.project-recipe-header {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em;
}
.project-recipe-header > div, .project-recipe > div {
    height: 2em;
    float: left;
    padding: 0.25em;
}
.recipe-name, .recipe-node, .recipe-build-count, .recipe-build-number, .recipe-test-pass, .recipe-test-fail, .recipe-build-progress,
.recipe-build-duration {
    float: left;
    width: 10%;
}
.project-recipe-list .recipe-status {
    border-radius: 1em;
    width: 1.8em;
    height: 1.8em;
    background-color: red;
    display: inline-block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

/* Project builds */
.awa-list-header > div, .awa-list-item > div {
    float: left;
    overflow: hidden;
    margin-right: 0.5em;
}
.project-build-list .build-status {
    width: 1em;
    height: 1em;
    border-radius: 1em;
}
.project-build-header .build-status {
    border: none;
}
.project-build-list .build-number {
    width: 5em;
}
.project-build-list .build-branch-name, .project-build-list .build-node, .project-build-list .build-recipe, .project-build-list .build-xunit {
    width: 13%;
}
.project-build-list .build-tag {
    width: 10%;
}
.project-build-list .awa-list .build-tag {
    font-family: monospace;
}
.project-build-list .build-xunit-pass, .project-build-list .build-xunit-fail, .project-build-list .build-xunit-timeout {
    width: 33.3%;
    float: left;
    text-align: right;
    height: 1em;
}
.project-build-list .build-xunit-title {
    width: 100%;
    float: left;
    text-align: center;
}
.project-build-list .build-duration {
    width: 7%;
    text-align: right;
}
.project-build-list .build-date {
    width: 13%;
    text-align: right;
}
.xunit-group .xunit-TEST_FAIL .xunit-group-name,
.xunits .xunit-TEST_FAIL {
    color: red;
}
.xunit-group .xunit-TEST_TIMEOUT .xunit-group-name,
.xunits .xunit-TEST_TIMEOUT {
    color: blue;
}

/* Fix display if parent line-height is > 1em */
.asf-progress-bar {
    line-height: 1em;
}
#project-xunits-graph, #project-coverage-graph .graph-view {
    float: left;
    width: 340px;
    height: 256px;
}
.graph-legend {
    float: right;
    display: block;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding-right: 10px;
    padding-top: 10px;
}

.legendLayer {
    background: white;
}
.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1;
}

.graph-tooltip {
    position: absolute;
    display: none;
    border: 1px solid #fdd;
    padding: 2px;
    background-color: #fee;
    opacity: 0.80;
}

/* Build unit tests */
.xunit-header {
    font-size: 1.2em;
}
.xunit-header .xunit-name {
    width: 40%;
}
.xunit-header .xunits-tests {
    width: 5%;
}
.project-xunits, .build-xunits {
    float: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

/* Class names used by xunits.ts for Unit tests display with expand/collapse */
.xunit-group, .xunit, .xunit-group-title {
    float: left;
    width: 100%;
}
.xunit-group-title {
    font-size: 1.1em;
    color: #424343;
    font-weight: bold;
    padding-top: 0.2em;
    cursor: pointer;
}
.xunit-group-title .xunit-group-name {
    float: left;
    width: 40%;
    background: url(../images/icon-expand-tree-32.png) no-repeat;    
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.xunit-group-title .xunit-group-name, .xunits .xunit {
    padding-left: 32px;
}
.xunit-group-visible .xunit-group-name {
    background: url(../images/icon-collapse-tree-32.png) no-repeat;    
}
.xunit-group-single .xunit-group-name {
    background: none;
    cursor: default;
}
/* Toggle visibility of list of unit tests (ie, expand/collapse) */
.xunit-group .xunits {
    display: none;
}
.xunit-group-visible .xunits {
    display: block;
}
.xunits {
    float: left;
    width: 100%;
    color: #525353;
}
.xunit-name {
    float: left;
    width: 55%; /* .xunit-pass.width * 3 + 40% */
    margin-right: 16px; /* xunit-pass.margin-right * 2 */
}
.xunit-duration {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 0.5em;
    height: 1.0em;
    overflow: hidden;
}
.xunit-build {
    float: left;
    width: 20%;
}
.xunit-pass, .xunit-fail, .xunit-timeout {
    float: left;
    width: 5%;
    text-align: right;
    margin-right: 8px; /* Use px for alignment with xunit-group-name which uses different font size */
}

/* Global activity */
.activity-header {
    float: left;
    width: 100%;
}
.activity-list, .activity-chart {
    float: left;
    width: 100%;
}

.activity-list .activity-name {
    width: 30%;
}
.activity-list .activity-build {
    width: 20%;
}
.activity-list .activity-info {
    width: 40%;
}

/* Node information */
.node-info {
    float: left;
    width: 100%;
    padding-left: 1em;
}
.node-info-title {
    float: left;
    width: 140px;
}
.node-info-value {
    float: left;
    width: 70%;
}
#node-usage-graph, #node-duration-graph {
    width: 800px;
    height: 300px;
}

/* List of build nodes */
.node-list .build-node {
    font-size: 1.0em;
    line-height: 1.0em;
}
.node-list .node-status {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: red;
}
.node-list .node-list-header .node-status {
    background: none;
}
.node-list .NODE_ONLINE .node-status {
    background: green;
}
.node-list .node-name, .node-list .node-dir, .node-list .node-os {
    width: 15%;
}
.node-list .node-dir {
    width: 25%;
    padding-left: 1em;
}
.node-list .node-recipes, .node-list .node-builds, .node-list .node-queue {
    width: 5%;
    text-align: right;
}

/* Build queue information */
.queue-list .queue-order {
    width: 5%;
}
.queue-list .queue-name {
    width: 20%;
}
.queue-list .queue-recipe {
    width: 40%;
}
.queue-list .queue-branch-tag {
    width: 10%;
}
.queue-list .queue-date {
    width: 10%;
}

/* Notifications */
.notification-list .notification-project, .notification-list .notification-email,
.notification-list .notification-date {
    width: 20%;
}
.notification-list .notification-frequency {
    width: 15%;
}
.notification-list .notification-kind {
    width: 15%;
}
.notification-list .notification-count {
    width: 5%;
}
.notification-list .notification-kind-title {
    width: 100%;
    text-align: center;
}
.notification-list .notification-kind-config, .notification-list .notification-kind-build, .notification-list .notification-kind-xunit {
    width: 33%;
    float: left;
    text-align: center;
}
.graph-svg-tip {
    color: #959da5;
}
.chart-container {
    fill: white;
    font-size: 20px;
}
.title {
    fill: white;
}

.chart-container .legend-dataset-text {
    font-size: 14px;
}
.chart-container .axis {
    font-size: 20px;
}
/**
 * Dark mode support
 */
@media (prefers-color-scheme: dark) {
  body, main, #awa-page, .wiki-page-container,
  #wiki-page-list, #document-list-editor, #wiki-page-create {
    background-color: #2b2b2b;
    color: #ccc;
  }
  .flot-y-axis, .flot-x-axis {
    fill: #eee;
  }
  .project-graph {
    background: #424342;
  }
  .log-level-porion {
    color: yellow;
  }
  .log-level-warning {
    color: lightblue;
  }
  .build-info-line, .project-dashboard {
      background-color: #3b3b3b;
      border-color: #2b2b2b;
  }
  .project-dashboard li {
      border-color: #2b2b2b;
  }
  .dashboard-list {
      border-color: transparent;
  }
  .project-page-grid {
      border-color: #444546;
      border-top-color: #555;
      border-left-color: #666;
      border-bottom-width: 3px;
      border-right-width: 3px;      
  }
  .build-log {
      background-color: #4b4b4b;
  }
  .awa-menu a:hover{
      background-color: #bbb;
      color: #4b4b4b;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
  }
  .project-header .project-title {
      color: #ccc;
  }
  .awa-side-nav, .project-header .awa-menu, .node-header .awa-page-nav, .nodes-header .awa-size-nav, .activity-header .awa-page-nav  {
      background-color: #444546;
  }
  .page-REPORT_WEEK .activity-header .activity-tab-week,
  .page-REPORT_MONTH .activity-header .activity-tab-month,
  .page-REPORT_4WEEK .activity-header .activity-tab-4week,
  .page-summary .nodes-header .nodes-tab-summary,
  .page-queue .nodes-header .nodes-tab-queue,
  .page-summary .node-header .node-tab-summary,
  .page-builds .node-header .node-tab-builds,
  .page-queue .node-header .node-tab-queue,
  .page-summary .project-header .project-tab-summary,
  .page-xunits .project-header .project-tab-xunits,
  .page-builds .project-header .project-tab-builds,
  .page-coverage .project-header .project-tab-coverage {
      background: #ddd;
  }
  .page-REPORT_WEEK .activity-header .activity-tab-week a,
  .page-REPORT_MONTH .activity-header .activity-tab-month a,
  .page-REPORT_4WEEK .activity-header .activity-tab-4week a,
  .page-summary .nodes-header .nodes-tab-summary a,
  .page-queue .nodes-header .nodes-tab-queue a,
  .page-summary .node-header .node-tab-summary a,
  .page-builds .node-header .node-tab-builds a,
  .page-queue .node-header .node-tab-queue a,
  .page-summary .project-header .project-tab-summary a,
  .page-xunits .project-header .project-tab-xunits a,
  .page-builds .project-header .project-tab-builds a,
  .page-coverage .project-header .project-tab-coverage a {
      color: #454647;
  }
  div.post-text a,
  a.feed,
  div.awa-project a,
  .awa-post-more a,
  .tagedit-list li.tagedit-listelement a,
  ul.tag-cloud a {
    color: #55A6FF;
  }
  div.post-text a, ul.tag-cloud a {
    color: #55A6FF;
    text-decoration: none;
  }
  a.feed:hover,
  div.awa-project a:hover,
  .tagedit-list li.tagedit-listelement a:hover,
  ul.tag-cloud a:hover,
  div.post-text a:hover, .blog-post a:hover {
    color: #58A6FF;
  }
  div.post-text a:hover, ul.tag-cloud a:hover {
    color: #58A6FF;
  }
  div.awa-comment-list h3,
  a, div.post-text h2, div.post-text h3, div.post-text h4, div.post-text h5,
  .wiki-text h2, .wiki-text h3, .wiki-text h4, .wiki-text h5, .wiki-text h6 {
    color: #ccc;
  }
  .awa-comment div.comment-author {
    color: #bbb;
  }
  .wiki-text pre, div.post-text pre {
    background-color: #3b3b3b;
    border-color: #4b4b4b;
  }
  .wiki-toc,
  .wiki-img-thumb,
  .wiki-img-caption {
    border-color: #4b4b4b;
  }
  .wiki-image-grid span {
    background-color: #3b3b3b;      
  }
  .tagedit-list li.tagedit-listelement-old {
      background-color: #3b3b3b;
      border-color: #bfbfb0;
  }
  .tagedit-list li.tagedit-listelement-old:hover {
      background-color: #4b4b4b;
  }
  .page-tools #awa-top-nav #nav-tools a,
  .page-tutorials #awa-top-nav #nav-tutorials a,
  .page-wiki #awa-top-nav #nav-wiki a,
  .page-download #awa-top-nav #nav-download a,
  .page-news #awa-top-nav #nav-news a {
      background: #4b4b4b;
      color: #ccc;
      border-color: #eee;
   }
   div.shape, .ui-widget-content {
      background: #3b3b3b;
      border-color: #4b4b4b;
      color: #ccc;
   }
   #awa-page #storage-folder-left-panel {
      background: #3b3b3b;
   }
   #awa-page div.ui-list div.asf-active {
      background-color: #5b5b5b;
   }
   #awa-page div.storage-folder-list div.asf-active {
      background: #5b5b5b;
   }
   #awa-page div.storage-folder-list div.asf-selected {
      background: #6b6b6b;
   }
   .dropzone {
       background: #3b3b3b;
   }
   div.awa-login, div.awa-project a {
      background: #3b3b3b;
   }
   div.awa-login h2, div.awa-project a:hover, .awa-button:hover {
      background: #4b4b4b;
      color: #ccc;
   }
   dl.awa-optional label, dl.awa-required label {
      color: #ccc;
   }
   input, textarea, #storage-reupload-button {
      background: #3b3b3b;
      color: #ddd;
   }
   .xunit-group-title {
       color: #ddd;
   }
   .xunits {
       color: #bbbd;
   }

   .chart-container .legend-dataset-text, .chart-container .dataset-units, .chart-container .axis  {
        fill: #ccc;
    }
}
@media (prefers-color-scheme: light) {
  .day.light-scheme   { background: white; color:  #555; }
  .night.light-scheme { background:  #eee; color: black; }
}
@media screen and (min-width: 768px) {
    .awa-page-nav {
        max-height: none;
        top: 0;
        position: relative;
        /* float: right; */
        /* width: fit-content; */
        width: 100%;
    }
    .awa-page-nav li {
        display: block;
    }
    .awa-page-menu li {
        float: left;
    }
    .awa-page-menu a:hover {
        background-color: transparent;
        /* color: var(--gray);*/
    }

    .hamb{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .page-REPORT_WEEK .activity-header .activity-tab-week,
  .page-REPORT_MONTH .activity-header .activity-tab-month,
  .page-REPORT_4WEEK .activity-header .activity-tab-4week,
  .page-summary .nodes-header .nodes-tab-summary,
  .page-queue .nodes-header .nodes-tab-queue,
  .page-summary .node-header .node-tab-summary,
  .page-builds .node-header .node-tab-builds,
  .page-queue .node-header .node-tab-queue,
  .page-summary .project-header .project-tab-summary,
  .page-xunits .project-header .project-tab-xunits,
  .page-builds .project-header .project-tab-builds,
  .page-coverage .project-header .project-tab-coverage {
       display: block;
    }
    #awa-top-nav li a {
        font-size: 100%;
        padding-left: 5px;
        padding: 5px;
    }
    #awa-footer, body {
        background-image: none;
        font-size: 100%;
    }
    #awa-top-nav {
        width: 99%;
    }
    #awa-hdr ul {
        padding-right: 0;
    }
    #awa-hdr li {
        line-height: 0.9em;
    }
    .wiki-page-container .grid_2, .wiki-page-container .grid_10,
    .tagedit-list, .container_12 .grid_9, .container_12 .grid_3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .tagedit-list li.tagedit-listelement {
        float: right;
    }
    h3 {
        overflow: hidden;
        width: 100%;
    }
    div.post-text div {
        max-width: 95%;
        overflow: hidden;
    }
    div.awa-project a {
        font-size: 70%;
    }
    div.awa-side1, div.awa-side2 {
        width: 100%;
        padding: 0;
    }
}
@media screen and (min-width: 960px) {
    #awa-top-nav li {
        width: 20%;
    }
}
@media screen and (max-width: 600px) {
    body{
        font-size:100%;
    }
    #awa-hdr h2 {
        font-size: 1.5em;
    }
    div.awa-modal {
	top: 5%;
    	left: 5%;
    	width: 90%;
    	max-width: 530px;
    	min-width: 320px;
    }
    .project-dashboard li {
        width: 100%;
    }
    .build-info-line li,
    .project-page-grid {
        width: 96%;
    }
    .project-recipe-list .recipe-name, .project-recipe-list .recipe-node {
	width: 40%;
    }
    .project-recipe-list .recipe-build-count {
	margin-left: 2em;
    }
    .project-recipe-list .recipe-build-count, .project-recipe-list .recipe-build-number, .project-recipe-list .recipe-test-pass,
    .project-recipe-list .recipe-test-fail, .project-recipe-list .recipe-build-count, .project-recipe-list .recipe-build-count {
	width: 10%;
    }
    .project-recipe-list .recipe-build-progress {
	width: 100%;
    }
    .recipe-name, .recipe-node, .recipe-build-count, .recipe-build-number, .recipe-test-pass, .recipe-test-fail {
        width: 95%;
    }
    /* Project builds */
    .project-build-list .build-node, .project-build-list .build-branch-name,
    .project-build-list .build-tag, .project-build-list .build-xunit,
    .project-build-list .build-duration, .project-build-list .build-date {
	width: 32%;
    }
    .project-build-list .build-number, .project-build-list .build-recipe {
	width: 20%;
    }
    .project-build-list .build-recipe {
	margin-left: 1.5em;
    }
    .project-build-list .build-duration, .project-build-list .build-date {
	text-align: left;
	float: left;
    }
    .project-build-header .build-xunit-pass, .project-build-header .build-xunit-fail, .project-build-header .build-xunit-timeout {
	display: none;
    }
    /* Build page */
    .build-step .build-step-energy, .build-step .build-step-duration {
	width: 30%;
    }
    .build-step .build-step-command {
	width: 100%;
	text-align: right;
	overflow: hidden;
    }
    /* Test page */
    .build-xunit-group .group-name {
	width: 80%;
    }
    .build-xunit-group .group-pass, .build-xunit-group .group-fail, .build-xunit-group .group-duration, .build-xunit-group .xunit-build {
	width: 20%;
    }
    .build-xunit-group .xunit-build {
	float: right;
    }
    .project-build-list .build-xunit {
        display: none;
    }
    .project-build-list .build-date {
        text-align: right;
        width: 100%;
    }
    .awa-list-header .xunit-name {
        display: none;
    }
    .xunit-group .xunit-group-title .xunit-group-name {
        width: 100%;
    }
    .xunit-pass, .xunit-fail, .xunit-timeout {
        width: 16%;
    }
}
