/*
#--
# Copyright (c) 2012+ Damjan Rems
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
*/

@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 300;
  src: url(/assets/ibm-plex-sans-300-967aef09e028b86b98b2c93707ee8b2833c047a59f9962a2bbc436325ef102f8.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/ibm-plex-sans-400-c0140f556d0a2ab9392c12dc8a94b68b3baab5cca3b82cb894f52df6aba92d28.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/ibm-plex-sans-500-9b9a2e88b521a59e47a4634f5540c85f39b79ccf40162342120bb9116be6b326.woff2) format('woff2')
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/ibm-plex-sans-600-dce363ef475a171a2d1337826c0126ead14f2a2c0eb370944d7728fcaedcf139.woff2) format('woff2');
}
@font-face {
  font-family: DrgSans;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/ibm-plex-sans-700-5c9711ce9e20d3c047896ca8e09465ce82c8caad3b0c2b3de26477810805a3fc.woff2) format('woff2')
}

@font-face {
  font-family: DrgSans;
  font-style: italic;
  font-weight: 400;
  src: url(/assets/ibm-plex-sans-italic-5bb35a4f32aba47cdb55eb9142dacb6ba3146993aad4e4515e59303605d866ad.woff2) format('woff2')
}

/* Web reset. Countributed by
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:  0;
	padding:  0;
	border:  0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* END */

body {
font-family: DrgSans,arial,sans-serif;
font-size: 15px;
margin: 0;
vertical-align: middle;
color: #000;
font-weight: 400;
}

button {
font-family: DrgSans,arial,sans-serif;
}

textarea, input, select {
  color: #000;
  padding: 8px 4px;
  margin-left: 1px;
  border: 1px dashed #888;;
  border-radius: 3px;
  font: 16px DrgSans,arial,sans-serif;
  max-width: 100%;
  vertical-align: middle;
}

.dc-action-menu textarea, .dc-action-menu input, .dc-action-menu select {
  padding: 6px 4px;
  max-width: 200px;
}

.dc-action-menu .ui-autocomplete-input {
  padding: 8px 4px 8px 12px;
}

textarea:focus, input:focus, select:focus {
  border: 1px solid rgba(44, 142, 255, 1);
  outline: 1px solid rgba(44, 142, 255, 1);
  border-radius: 3px;
}

input[type=submit]:focus {
  outline: none;
  border: none;
  background-color: rgba(44, 142, 255, 1);
  color: #fff;
}

textarea[readonly], input[readonly], select[readonly] {
  background-color: #f4f4f4 !important;
  border: 1px solid #ddd !important;
}

input.file {
border: none;
}

select {
  background-color: #fff;  
}

hr {
background-color: #ccc;
border: none;
height: 2px;
}

.div {
  border: 0;
  padding: 0;
}

.normal {
  text-align: left;
}

td { vertical-align: middle; }

th {
  padding: 4px;
  text-align: left;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #ddd;
  background: #ddd;
  color: #888;
  font-weight: bold;
}

th a:hover { color: #000;}

img { vertical-align:bottom; }

.hover {
  cursor: pointer;
}

.dc-link a:link, .dc-link a:active, .dc-link a:visited,
.dc-result a:link, .dc-result a:active, .dc-result a:visited {
  color: #666;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
}

.dc-link a img { border: none; }

.dc-image-preview img { max-height: 2rem; padding-left: 0.5rem;}
.dc-image-preview img:hover { cursor: zoom-in;}

#dc-image-preview {
  padding: 2px;
  background-color: #fff;
  filter: drop-shadow(0 0 1rem #000);
  display: none;
}

.text-with-select { width: 20px; }

.no-borders {
  padding:  0;
  border-spacing:  0;
}

.dc-left {float: left;}
.dc-right {float: right;}

.td-spacer {
  width: 90%;
  font-size: 1px;
  border-bottom: 1px solid #eee;  
}

.dc-result {
width: 99.9%;
padding:  0;
border-spacing:  0;
border-radius: 1px;  
}

.dc-result .dc-link-no {
  padding: 0;
  border: none;
  color: #bbb;
  background: transparent !important;
}

.dc-result-header {
  display: flex;
  padding: 6px 0;
  border-bottom: 2px solid #bbb;
}

.dc-result-data {
  display: flex;
  padding: 4px 0;
}

.dc-result-data:hover {
  background-color: #e7e7e7;
}

.dc-result-header .th {
  padding: 4px 3px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  color: #666;
  line-height: 18px;
}

.dc-result-header .th:last-child {
  flex-grow: 1;
}

.dc-result-header .spacer, .dc-result-data .spacer {
  width: 2px;
}

.dc-result-header a:link, .dc-result-header a:visited {
}

.dc-result-header a:hover {
  color: #000;
}

.dc-result-data .td {
  padding: 4px 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.dc-result-data .td:last-child {
  flex-grow: 1;
}

.dc-result-actions i, .dc-result-actions .dc-link i, .dc-result-actions .dc-link-ajax i {
  color: #666;
  font-size: 22px;
  cursor: pointer;
}

.dc-result-actions i:hover, .dc-result-actions .dc-link:hover i, .dc-result-actions .dc-link-ajax:hover i {
  color: rgba(44, 142, 255, 1);
}

.dc-result-data .dc-result-actions, .dc-result-header .dc-result-actions {
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  white-space: nowrap;
}


.dc-result-submenu ul {
  display: none;
  background-color: #fff;
  filter: drop-shadow(1px 1px 6px #ddd);
  position: fixed;
  margin: -6px 0 0 16px;
}

.dc-result-submenu ul li {
  text-align: left;
  padding: 5px;
}

.dc-result-submenu ul li a:link, .dc-result-submenu .dc-link a:link,
 .dc-result-submenu .dc-link.dc-window-open{
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #666;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.dc-result-submenu ul li:hover {
  background-color: rgba(44, 142, 255, 1);
}

.dc-result-actions .dc-result-submenu ul li i {
  color: rgba(44, 142, 255, 1);
  padding-right: 2px;
}

.dc-result-submenu ul li:hover :not(.dc-link-no) i, .dc-result-submenu ul li:hover a {
  color: #fff;
  transition: 0.3s;
}

.dc-result-submenu .dc-link-no {
  padding: 4px 10px;
  color: #bbb;
  filter: none;
}

.dc-link-no i {
  color: #bbb;
  vertical-align: top;
}

.dc-result-header .dc-check-all {
  font-size: 18px;
  padding: 6px 0;
}

.dc-result-data.dc-even.dc-checked, .dc-result-data.dc-odd.dc-checked {
  background-color: rgba(44,142,255,0.1);
}

.dc-result-data .dc-link, .dc-result-data .dc-link-ajax {
  background-color: transparent;
  border: 0;
  text-align: left;
}

.dc-result-data .dc-link, .dc-result-data .dc-link a, .dc-result-data .dc-link-ajax {
  padding: 0;
  color: #666;
  font-weight: 500;
  background-color: transparent;
  filter: none;
  border: 0;
}

.dc-result-data .dc-link:hover, .dc-result-data .dc-link-ajax:hover {
  background-color: transparent;
  color: rgba(44, 142, 255, 1);
  color: #fff;
  border: 0;
}

.dc-result-data.footer {
  border-top: 2px solid #222;
  color: #000;
  font-weight: 600;
  background-color: #eee;
}

.dc-result-data a:hover { 
  background-color: transparent;
}

.dc-check {
  padding-right: 4px;
}



/* */
.dc-menu {
padding: 8px 0;
display: inline-table;
}

.dc-menu li {
  display: inline-flex;
  margin-right: 3px;
  vertical-align: middle;
}

#data-fields {margin: 5px;}

.dc-link, .dc-link-ajax, .dc-submit {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  padding: 5px 12px 4px;
  text-decoration: none;
  line-height: 26px;
  filter: drop-shadow(1px 1px 4px #eee);
  border: 1px solid #e7e7e7;
}

.dc-link:hover, .dc-link-ajax:hover, .dc-submit:hover {
  color: #fff;
  background: rgba(44, 142, 255, 1);
  border: 1px solid rgba(44, 142, 255, 1);
  transition: 0.3s;
  cursor: pointer;
  filter: none;
}
.dc-window-open:hover {
  transition: 0.3s;
  color: #fff;
  background: rgba(44, 142, 255, 1);
  cursor: pointer;
}

.dc-link:hover > i, .dc-link-ajax:hover > i, .dc-submit:hover > i {
  color: #fff;
}

.dc-link i,
.dc-link-ajax i,
.dc-submit i {
  line-height: 22px;
  color: rgba(44, 142, 255, 1);
  padding-right: 2px;
}

.dc-link-no {
  text-align: left;
  font-weight: 500;
  padding: 5px 12px 4px;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #888;
  background: #f7f7f7;
  line-height: 26px;
  /*text-transform: uppercase;*/
}

.dc-link-ajax.in-menu {
  border-radius: 0;
  padding: 4px 12px;
  text-transform: none;
  border: 0;
  text-align: left;
}

.dc-link-ajax.in-menu:hover {
/*  background-color: #fff;*/
}

.dc-link-img {
  color: #888;
  padding: 3px;
  text-align: center;
  margin:  0;
}

.dc-link-img.dc-link-ajax {
  padding: 0;
  border: 0;
}

.dc-link-img:hover {
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

.dc-link-icon i {
  padding: 3px;
  border-radius: 3px;
  color: rgba(44, 142, 255, 1);
}

.dc-link-icon i:hover {
  color: #222;
  cursor: pointer;
}

.dc-link-selected {
  text-align: center;
  border:1px solid #888;
  padding:1px 5px 1px 5px;
  border-radius: 5px;
  box-shadow: inset 2px -2px 5px #aaa;
}

.dc-link-border {
  border: 1px solid #eee;
}

.dc-inline-link {
  cursor: pointer;
}

.dc-inline-link i {
  display: inline;
  color: rgba(44, 142, 255, 1);
  padding: 8px;
  background-color: #ddd;
  border-radius: 26px;
}

.dc-inline-link i:hover {
  color: #fff;
  background-color: #444;
}

.dc-inline-link.dc-link-ajax {
  padding: initial;
  border: none;
  background: initial;
}

.skip-next {
  text-align: center;
  border:1px solid #888;
  padding:1px 4px 1px 4px;
  border-radius: 3px;
  box-shadow: 2px 2px 5px #aaa;
  width: 13px; 
  margin-left: 350px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.skip-next a:link, .skip-next a:active, .skip-next a:visited { color: #333; text-decoration: none; background: transparent;}
.skip-next a:hover { text-decoration: none; color: #c43; }


/******* TITLE  *******/
.dc-title {
  font-weight: 600;
  font-size: 1.2em;
  color: #222;
  padding: 12px 4px 0;
  border-spacing: 0;
  margin: 0;
}

.dc-title .dc-paginate {
  float:right; 
  padding-top: 4px;
  font-size: 0.9em;
}

.dc-title .dc-help-icon {
  float:right;
  padding: 4px 0 0 4px;
  font-size: 1.1em;
  height: 1em;
  border: none;
  background: none;
  filter: none;
}

.dc-title .dc-help-icon i {
  color: #888;
}

.dc-title .dc-help-icon i:hover {
  color: rgba(44, 142, 255, 1);
}

/*****   Pagination   *****/

.dc-paginate .pagination {
  display: flex;
}
.dc-paginate .pagination span {
  background: #eee;
  margin-left: 3px;
  border-radius: 2px;
}

.dc-paginate .pagination span a, .dc-paginate .pagination .gap {
  display: block;
  color: #666;
  padding: 4px 7px 5px 8px;
  text-decoration: none;
}

.dc-paginate .pagination span.page.current {
  padding: 4px 7px 5px 8px;
  color: #fff;
  background-color: #666;
}

.dc-paginate .pagination span:hover > a {
  color: #fff;
  background-color: rgba(44, 142, 255, 1);
}

/*****   FORM    *****/

#dc-form-container {
  /*display: flex;*/
}

#dc-form-left {
  padding: 8px;
  background-color: rgba(44, 142, 255, 0.15);;
  display: none;
  margin-top: 12px;
}

#dc-form-right {
  flex: 1;
}

.dc-form-frame {
  margin: 0;
  padding: 4px;
}

.dc-form {
  width: 99.8%;
  padding: 8px 0;
  background-color: #fff;
}

.dc-form .row-div {
  display: flex;
  align-items: center;
}

.dc-form-info {
  color: darkgreen;
  background-color: #dff0d8;
  border: 1px solid #c8e5bc;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}
.dc-form-warning {
  background-color: #faf3fb;
  color: rgba(102, 51, 153, 1);
  border: 1px solid #e0d6ea;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}

.dc-form-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #e7c3c3;
  border-radius: 2px;
  padding: 8px;
  margin: 4px;
}

.dc-form-frame .dc-form-info, .dc-form-frame .dc-form-warning, .dc-form-frame .dc-form-error {
  margin: 4px 0;
}

.dc-form-updates {
  display: none;
}

.field_with_errors {
  border-left: #c43 6px solid;
  padding-left: 1px;
}

.dc-form-label {
  color: #555;
  text-align: right;
  vertical-align: middle;
  font-weight: 500;
  padding: 10px 2px;
  width: 150px;
}

.dc-form-label label {
  padding: 0 0 2px 1px;
}

.dc-form-label::after {
  font-size: 0.8em;
  content: '?';
  color: rgba(44, 142, 255, 1);
  background-color: #eee;
  border-radius: 10px;
  padding: 0 5px;
}

.dc-form-label.no-help::after { display: none; }

.dc-form-label-top {
  text-align: right;
  vertical-align: middle;
  color: #555;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 8px;
}

.dc-form-label.dc-color-odd, .dc-form-label.dc-color-even {background-color: transparent;}

.dc-form-label.dc-width-0 { padding: 0;}

.dc-align-left {
  text-align: left;
}
.dc-align-right {
  text-align: right;
}

.dc-form-field {
  text-align: left;
  padding: 4px 2px;
  /*z-index: 10;*/
  white-space: nowrap;
  text-overflow: fade;
}

.dc-form-field label {
  font-weight: 500;
  color: #555;
  padding-left: 4px;
  font-size: 1.1em;
  white-space: initial;
  vertical-align: middle;
}

.dc-form-field .action li {
  display: inline-flex;
}

.dc-number {
  text-align: right;
}

.dc-readonly {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #222;
  padding: 8px 4px;
  border: dotted 1px #ddd;;
  background-color: #f4f4f4;
  border-radius: 3px;
}

.tree-select.dc-readonly {
  display: block;
  background-color: #f4f4f4;
}

.dc-color-odd {
  background-color: #fcfcfc;
}
.dc-color-even {
  background-color: #fcfcfc;
}


.dc-width-0 {width: 0;}
.dc-width-10 {width: 10%;}
.dc-width-14 {width: 14%;}
.dc-width-21 {width: 21%;}
.dc-width-85 {width: 85%;}
.dc-width-100 {width: 100%;}

.dc-spinner {
  float:left;
  padding: 8px 4px 0 0;
  color:#666;
  display: none;
}

.dc-form-li {
  display:inline-block;
  white-space: nowrap;
  list-style: none;
  color: #666;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
  padding: 10px 1rem;
  margin-top: 4px;
  font-size: 16px;
  border-bottom: 3px solid rgba(98, 0, 238, 0.4);;
  /*text-transform: uppercase;*/
}

.dc-form-li:hover, .dc-form-li-selected {
  cursor: pointer;
  color: rgba(98, 0, 238, 1);
  background-color: rgba(98, 0, 238, 0.1);
  border-bottom: 3px solid rgba(98, 0, 238, 1);
}

.dc-odd {
  background-color: #f7f7f7;
}
.dc-even {
  background-color: #fff;
}

.dc-separator {
  margin: 8px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 3px solid #f7f7f7;
}

/** Form head **/
.dc-head  {
  padding: 3px 6px;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  background-color: #E0EEFF;
}

.dc-head .dc-row {
  display: flex;
}

.dc-head .dc-column {
  white-space: nowrap;
  overflow: hidden;
  margin-right: 2px;
}

.dc-head .text {
  font-weight: normal;
}

/****  STEPS ***/
#dc-form-left #dc-steps-menu {
  color: #222;
}
#dc-form-left #dc-steps-menu h2 {
  font-size: 1.6em;
  font-weight: 600;
  border-bottom: 2px solid #444;
  margin-bottom: 8px;
}

#dc-form-left #dc-steps-menu li {
  filter: none;
  border: none;
  text-align: left;
  background-color: transparent;
  padding: 8px 0;
  font-size: 1.1em;
}

#dc-form-left #dc-steps-menu li {
  color: #222;
}

#dc-form-left #dc-steps-menu li.active {
  color: #000;
  font-weight: 600;
}

#dc-form-left #dc-steps-menu li.active:before {
  font-family: MI;
  content: '\e409';
  vertical-align: middle;
  margin-left: -4px;
}

#dc-form-left #dc-steps-menu .dc-link-ajax:hover {
  color: rgba(44, 142, 255, 1);
}

.dc-popup-open:hover {
  color: rgba(44, 142, 255, 1);
}

/*** CMS toggle button */
.cms-toggle {
  z-index: 1000000;
  position: fixed;
  top: 4px; left: 4px;
  padding: 4px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 2px 2px 6px #666;
  border-radius: 3px;
}

.cms-toggle:hover {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.cms-toggle.mode-1:before {
  font-family: MI;
  content: '\e417';
  color: rgba(44, 142, 255, 1);
  vertical-align: text-bottom;
  padding-right: 2px;
}
.cms-toggle.mode-2:before {
  font-family: MI;
  content: '\e3c9';
  color: lightcoral;
  vertical-align: text-bottom;
  padding-right: 2px;
}

#menu-hamburger { display: none;}

.dc-handle:before {
  font-family: MI;
  content: '\e315';
  color: #000;
  cursor: pointer;
  padding-top: 2px;
  font-size: 1.1em;
}

#cmsedit-div {
  font-family: DrgSans,Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
}
#cmsedit-div a:link, #cmsedit-div a:active, #cmsedit-div a:visited  {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

#cmsedit-div a:hover { color: #000; }

#cmsedit-div #record_select  {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 1.2em;
}

/*******   TOP MENU    *********/
.cmsedit-top {
  width: 100%;
  background-color: #fff;
  border-top: 4px solid #fff;
}

.cmsedit-top #cms-top-menu {
  padding: 8px 4px 0 4rem;
  color: #666;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.cmsedit-top #cms-top-menu i {
  margin-right: 6px;
  font-size: 22px;
}

.cmsedit-top #cms-top-menu a:hover {
  color: rgba(44, 142, 255, 1);
}

.cmsedit-top #cms-top-menu span {
  font-size: 22px;
  vertical-align: top;
  padding: 0 4px;
}


.cmsedit-container {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.cmsedit-container #cms-menu {
  display: inline-block;
  width: 25%;
  max-width: 300px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  background-color: #fcfcfc;
  border-right: 1px solid #eee;
}

.cmsedit-container #cms-menu div {
  line-height: 20px;
  position: relative;
  padding: 2px 0;
}

.cmsedit-container #cms-menu div:after {
  font-family: 'MI';
  content: '\e5cf';
  right: 4px;
  position: absolute;
  color: #444;
  font-size: 22px;
}

.cmsedit-container #cms-menu div.expanded:after {
  content: '\e5ce';
}

.cmsedit-container #cms-menu i {
  font-size: 22px;
  padding-right: 4px;
}

.cmsedit-container #cms-menu a {
  font-weight: normal;
  color: #222;
  line-height: 18px;
}

.cmsedit-container #cms-menu ul {
  margin: 0 5px;
  line-height: 1.5rem;
}

.cmsedit-container #cms-menu li {
  list-style-type: none;
  padding: 5px;
  width: 100%;
}

.cmsedit-container #cms-menu a:hover,
.cmsedit-container #cms-menu div:hover {
  color: rgba(44, 142, 255, 1);
  cursor: pointer;
}


.cmsedit-container #cms-menu ul li ul {
  display: none;
}

.default-table {
  width: 100%;
  padding:  0;
  border-spacing:  0;
  text-align: left;
}

/*** JOURNAL  **/
.dc-journal {width: 99%; }
.dc-journal div { padding: 4px;}

.dc-comment {
  font-size: 1.1em;
  line-height: 1.4em;
  white-space: initial;
}

/****** jquery ui-autocomplete widget ***************/
.ui-autocomplete-input {
  padding: 8px 4px 8px 12px;
  border-radius: 3px;
}

.dc-text-autocomplete {
  position: relative;
}

.dc-text-autocomplete i {
  color: #666;
}

.dc-text-autocomplete i:hover {
  color: rgba(44, 142, 255, 1);;
}

.dc-text-autocomplete input {
  border: 1px dashed #555;
}

.dc-text-autocomplete input+span:before {
  font-family: 'MI';
  content: '\e8b6';
  top: -4px;
  left: 4px;
  position: absolute;
  color: #666;
  font-weight: bold;
  font-size: 11px;
}

.ui-autocomplete.ui-menu{
  font-size: 1.1em;
}

.ui-autocomplete .ui-menu-item div {
  padding: 3px;
  border: 1px solid #fff;
}

.ui-autocomplete .ui-menu-item .ui-state-active {
  padding: 3px;
  background-color: #eee;
  border: solid 1px #ccc;;
  color: #000;
}

.ui-autocomplete-border {
  display: inline-block;
  border-radius: 3px;
  border: dashed 1px #555;;
  padding: 8px;
  background-color: #fff;
}

.ui-autocomplete-border .dc-text-autocomplete {
  margin-left: 4px;
}

/************* login *************/
#dc-login {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  padding: 1em 5em 1em 1em;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fafafa;
}

#dc-login h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 8px;
}
#dc-login .label {
  padding: 12px 0 6px;
  font-weight: 400;
}

#dc-login .dc-submit {
  padding: 6px 14px;
  margin-top: 4px;
}

.div-hidden {
  display: none;
}

.drgcms_popmenu_class {
  position:absolute;
  background-color: #fff;
  border-radius: 2px;
  z-index: 100;
  list-style-type: none;
  filter: drop-shadow(1px 1px 6px #ccc);
}

.drgcms_popmenu_class i {
  vertical-align: sub;
  color: rgba(44, 142, 255, 1);
  font-size: 22px;
}

.drgcms_popmenu_item {
  padding: 4px;
  font-size: 1.1em;
}

.drgcms_popmenu_item:hover {
  background-color: rgba(44, 142, 255, 1);
  color: white;
}
.drgcms_popmenu_item:hover i {
  color: white;
}
.iframe_embedded {
  padding: 2px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #888;
}

#iframe_edit, #iframe_cms {
  /*  height: 1px;*/
  width: 100%;
  border:  0;
  margin-bottom:  0;
  overflow-x:hidden;
}

.clear-both { clear: both;}

/******************* action-menu *********************/

#dc-action-menu {
  font-weight: bold;
  color: #888;
  display: block;
  margin: 12px 0 6px;
}

.dc-action-menu ul li {
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  margin-right: 3px;
  vertical-align: middle;
}

.dc-action-menu ul ul {
  margin: 3px 0 0 4px;
  position: absolute;
  line-height: 1.2em !important;
  filter: drop-shadow(6px 7px 6px #ddd);
  display: none;
}

.dc-action-menu ul ul li {
  display: block;
  white-space: nowrap;
  font-weight: 500;
  background: #fff;
  color: #666;
  padding: 6px 10px;
  float: none;
  margin-right:  0;
  filter: drop-shadow(1px 1px 4px #eee);
}

.dc-action-menu ul ul a {
  padding: 7px;
  cursor: pointer;
}

.dc-action-menu ul li:hover ul {
  display: block;
  z-index: 1000000;
}

.dc-action-menu .dc-left li:hover ul {
  left: -4px;
  margin-top: 4px;
}

.dc-action-menu ul li:hover ul li a:hover {
  color: #222;
}

/******  menu filter ****/

.menu-filter {
  min-width: 200px;
  position: initial;
  filter: drop-shadow(1px 1px 6px #ddd);
  right: 0;
  margin-top: 0 !important;
}

.menu-filter li.dc-link {
  padding: 4px 10px;
  text-align: left;
  border: 0;
  border-radius: 0;
}

.menu-filter li a {
  color: #666;
  text-decoration: none;
}
.menu-filter li:hover {
  cursor: pointer;
  color: rgba(44, 142, 255, 1);
  color: #fff;
}

.menu-filter hr {
  margin:  0;
  background-color: #666;
  height: 1px;
}

/**** dc-action-menu ****/
.dc-action-menu .no-background {
  border: none;
  padding: 0;
  white-space: nowrap;
}
.dc-action-menu .no-background .label {
  padding-left: 4px;
}

.dc-action-menu .filter_field i:hover {
  cursor: pointer;
  color: rgba(44, 142, 255, 1);
}

.dc-action-menu .dc-link:empty {
  display: none;
}

.dc-action-menu li.spacer {
  border-right: 2px solid #888;
  border-radius: 0;
  padding: 7px 0;
  margin-right: 5px;
}

.dc-filter .mi-filter_alt_off {
  color: #c43;
  font-size: 20px;
}
.dc-filter i:hover {
  color: rgba(44, 142, 255, 1);
}

.dc-sort {
  padding-top: 2px;
}

.dc-sort-select {
  width: 18px;
  background: none;
  height: 20px;
  border:  0;
  color: #222;
}

.dc-result-header span:hover {
  cursor: pointer;
  color: #000;
}

/*****  POPUP ******/

#popup {
  min-width: 50%;
  background-color: #fff;
  padding: 4px;
  filter: drop-shadow(0 1rem 2rem #222);
}

#popup .dc-help .help-top {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 2px 4px;
  border: 1px dotted #ccc;
  border-radius: 4px;
  background: rgba(76,154,255,0.2);
}

#popup .dc-help {
  background: #fff;
  padding: 8px;
  max-height: 700px;
  overflow-y: auto;
  max-width: 800px;
  line-height: 1.5em;
}

#popup .dc-help h1 {
  color: rgba(44, 142, 255, 1);
  font-weight: 600;
  padding: 4px 0;
  font-size: 1.2em;
  border-radius: 2px;
}

#popup .dc-help h2 {
  font-size: 1.4em;
  font-weight: 600;
}

#popup .dc-help h3 {
  font-size: 1.2em;
  font-weight: 600;
}

#popup .dc-help .help-body {
  padding: 4px
}

#popup .dc-help .help-tab {
  display: table;
  font-weight: 500;
  color: rgba(98, 0, 238, 1);
  background-color: rgba(98, 0, 238, 0.1);
  padding: 8px 12px;
  margin-top: 1rem
}

#popup .dc-help .help-tab-help {
  font-weight: 600;
  color: #fff;
  background: rgba(98, 0, 238, 0.6);
  padding: 3px 12px;
}

#popup .dc-help .help-fields {
  margin-top: 1rem;
  border-top: 1px solid #888;
}

#popup .dc-help .help-field {
  display: flex;
  background-color: #eee;
  padding: 5px;
}

#popup .dc-help .help-field:nth-child(odd) {
  background-color: #f7f7f7;
}

#popup .dc-help .help-label {
  width: 25%;
}

#popup .dc-help .help-text {
  max-width: 75%;
}

#popup .dc-help .help-body {
  border-top: 1px solid #888;
  padding-top: 8px;
}

#popup .dc-help .help-buttons {
  padding: 8px 0;
}

#popup .dc-help .help-buttons button {
  font-weight: 500;
  color: #666;
  padding: 4px 10px 6px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(1px 1px 4px #eee);
}

#popup .dc-help .help-buttons button:hover {
  background-color: rgba(44, 142, 255, 1);
  border: 1px solid rgba(44, 142, 255, 1);
  transition: 0.3s;
  color: #fff;
}

#popup .dc-help .dc-link {
  display: inline-flex;
}

#popup:has(.popup-info) {
  padding: 1rem;
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  color: darkgreen;
  font-weight: 600;
  font-size: 1.1em;
  min-width: 30%;
  border: 2px solid darkgreen;
}

#popup:has(.popup-error) {
  padding: 1rem;
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  color: #a94442;
  font-weight: 600;
  font-size: 1.1em;
  min-width: 30%;
  border: 2px solid #a94442;
}

#popup .popup-info button, #popup .popup-error button {
  margin-top: 1rem;
  padding: 4px 2rem;
  line-height: initial;
  filter: none;
  border: 2px solid #222;
  border-radius: 5px;
}

#popup.tooltip {
  position: fixed;
  background-color: lightgoldenrodyellow;
  filter: none;
  border: 1px solid #888;
  min-width: initial;
}

.filter-popup {
  background-color: #fff;
  filter: drop-shadow(2px 2px 8px #888);
  border-radius: 2px;
}

.filter-popup div {
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  color: rgba(44, 142, 255, 1);
  border-bottom: 2px solid rgba(44, 142, 255, 1);
}

.filter-popup li {
  padding: 5px 10px;
}

.filter-popup li:hover {
  background-color: rgba(44, 142, 255, 1);
  color: #fff;
  cursor: pointer;
}

/************************** info popup *************************/
#dc-document-info {
  float: right;
  color: #888;
  font-size: 11px;
}

#dc-document-info:hover {
  color: rgba(44, 142, 255, 1);
  cursor: pointer;
}

#dc-document-info-popup {
  text-align: left;
  padding: 6px;
  font-size: 0.9em;
  position:absolute;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 2px;
  z-index: 100;
  filter: drop-shadow(0 8px 8px #ccc);
}

#dc-document-info-popup div span:first-child {
  display: inline-block;
  text-align: right;
  width: 80px;
  padding: 1px;
}
#dc-document-info-popup div span:last-child {font-weight: 600;}

#dc-document-info-popup i {height: initial;}

/************************** filter popup *************************/
#drgcms_filter {
  z-index:100;
  background: #fff;
  display: none;
  padding: 10px;
  filter: drop-shadow(0 1rem 2rem #222);
}

#drgcms_filter h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: rgba(44, 142, 255, 1);
}

#drgcms_filter .dc-menu {
  display: inline-flex;
  padding-bottom: 2px;
}

#drgcms_filter .dc-menu div {
  margin: 0 3px 0 2px;
  padding: 7px 6px 6px;
}

.tree-select {
  overflow-y: auto;
  max-width: 50%;
  background-color: #fff;
  padding: 10px;
  border: dashed 1px #666;
  margin-left: 1px;
}

/**** reports ****/
.report .dc-title { color: #003A68; }
.report .dc-result-header {
  border-bottom: 2px solid #003A68;
}
.report .dc-result-header .th {
  color: #003A68;
  padding: 3px;
}

.report .dc-result-data {
  padding: 0;
}

.report.dc-form-frame {
  padding: 0;
}


.report .dc-result-data .td {
  padding: 3px;
}

.iframe_embedded#if_dc_temp {
  border: none;
  padding: 0;
}

.report .dc-odd {background-color: #e0eeff;}

/**  Radio button input field **/

.dc-radio {
  display: inline-table;
  background-color: #fff;
  padding: 7px 0 9px;
  border: 1px dashed #666;
  border-radius: 3px;
  margin-left: 1px;
}
.dc-radio div {
  font-size: 1.1em;
  padding: 8px;
  white-space: nowrap;
}
.dc-radio.dc-inline div {
  display: inline;
}

.dc-radio input {
  vertical-align: initial;
  margin: 6px 4px 0 0;
}

.dc-image-preview-1 {
  right: 1rem;
  position: absolute;
  top: 5rem;
  max-height: 150px;
  max-width: 200px;
}

#dc_image .dc-image-preview img {
  max-height: 150px;
  max-width: 200px;
}

/****** MOBILE DEVICE *****/
@media only screen and (max-device-width: 600px) {
  #body-cms {font-size: 11px;}
  #site-top div:nth-of-type(2) {padding-top: 0 !important;}
  .dc-title {
    font-size: 1.5em;
    padding-bottom: 4px;
  }
  .dc-form-field { padding-bottom: 4px; }

  .dc-form .row-div { display: block; }
  .dc-form-li {margin-top: 3px;}

  .dc-form-label {
    text-align: left;
    width: 100%;
    padding-bottom: 2px;
    white-space: nowrap;
  }
  .dc-form-label label {
    font-size: 15px;
    padding: 0;
  }

  .dc-menu { padding: 0;}
  .dc-menu li, .dc-action-menu ul li { margin: 2px 3px 2px; }

  .dc-submit {
    line-height: 20px;
  }
  .dc-link div, .dc-link-no {
    padding: 4px 8px;
  }

  #result {width: 200%;}

  .dc-separator {
    margin: 8px 0 0;
    border-top: 2px solid #888;
  }

  .dc-width-10, .dc-width-14, .dc-width-21, .dc-width-85, .dc-width-100 {width: 100%;}

  .dc-width-100 {
    overflow: auto;
  }

  textarea, input, select {
    max-width: 90%;
  }

  #menu-hamburger {
    display: block;
    padding: 4px;
    font-size: 2em;
  }

  #menu-hamburger .mi:before{
    background-color: #222;
    color: #fff;
    padding: 1px;
    border-radius: 2px;
  }

  .cmsedit-container {display: block;}
  .cmsedit-container #cms-menu {display: none;}
  .cmsedit-container #cms-menu.visible {
    display: initial;
    width: 200%;
    font-weight: 500;
    border: none;
    margin: 0;
  }
  .cmsedit-iframe { padding-left: 2px; }

  .dc-head .dc-row { display: block; }
  .dc-head .dc-row .dc-column { width: 100% !important; }
}

/******* Firefox only ********/
@-moz-document url-prefix() {
  .dc-link, .dc-link-ajax, .dc-submit {
    /*  padding: 4px 14px 8px 14px;*/
  }
}
.xdsoft_datetimepicker{
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 8px;
	padding-left: 0px;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
	display: inline-block;
	position: static;
	box-shadow: none;
}
.xdsoft_datetimepicker *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0px;
	margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
	display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
	display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
	width: 224px;
	float:left;
	margin-left:8px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
	width: 58px;
	float:left;
	text-align:center;
	margin-left:8px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
	margin-top:8px;
	margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
	background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
	background-position:-70px 0px;
	margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
	background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
	float:none;
	background-position:-40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left:14px;
	margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
	background-position:-40px 0px;
	margin-bottom:7px;
	margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
	height:151px;
	overflow:hidden;
	border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
	background: #F5F5F5;
	border-top:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-collapse:collapse;
	cursor:pointer;
	border-bottom-width:0px;
	height:25px;
	line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
	display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
	float:left;
	width:182px;
	text-align:center;
	cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
	text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
	border:1px solid #ccc;
	position:absolute;
	display:block;
	right:0px;
	top:30px;
	z-index:101;
	display:none;
	background:#fff;
	max-height:160px;
	overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
	color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
	padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
	width:90px;
	text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
	clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
	width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
	border-collapse:collapse;
	width:100%;
	
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
	padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
	width:14.2857142%;
	text-align:center;
	background: #F5F5F5;
	border:1px solid #DDDDDD;
	color: #666666;
	font-size: 12px;
	text-align: right;
	padding:0px;
	border-collapse:collapse;
	cursor:pointer;
	height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
	color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
	background: #33AAFF;
	box-shadow: #178FE5 0px 1px 3px 0px inset;
	color:#fff;
	font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
	opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
	opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
	color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
	color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
	position:relative;
	border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
	background:#ccc !important;
	height:20px;
	border-radius:3px;
}
.xdsoft_scrollbar{
	position:absolute;
	width:7px;
	width:7px;
	right:0px;
	top:0px;
	bottom:0px;
	cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
.ms-container{
  width: fit-content;
  max-width: 1000px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  /*float: left;*/
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px dashed #888;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  max-height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border: 1px solid rgba(76,154,255, 1);
  outline: 1px solid rgba(76,154,255, 1);
  border-radius: 1px;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable{
  padding: 5px 10px;
  color: #444;
}

.ms-container .ms-selectable li:nth-child(even) {
  background-color: #f8f8f8;
}

.ms-container .ms-selectable li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: rgba(76,154,255, 0.6);
}

.ms-container .ms-selectable li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.ms-container .ms-selectable li span.ms-elem-selected {
  display: none;
}


.ms-container .ms-selected {
  font-weight: 600;
  color: #000 !important;
}

.pull-right.ms-elem-selected{
  float: right;
  padding-left: 4px;
  font-size: 0.8em;
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  position: absolute;
  background: #fff;
  filter: drop-shadow(1px 1px 6px #ddd);
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 4px;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: rgba(44, 142, 255, 1);
  color: #fff;
}
.vakata-context li > a:hover > i {
  color: #fff;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  background: transparent;
  vertical-align: bottom;
  text-align: center;
  color: rgba(44, 142, 255, 1);
}
.vakata-context li > a > i:empty {
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  border-left: 0;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) center center no-repeat;
}
.jstree-default .jstree-file {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png) -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url(/assets/32px-0633b4a6fe8502c6a1f165b41ae48da7e681cb3c8c464cf5bd63e22935359782.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/40px.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}

@media (max-width: 600px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url(/40px.png);
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url(/40px.png);
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url(/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url(/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}

/* edit categorise as tree */
#categories-as-tree {
  margin: 8px 4px;
  border-top: 2px solid #bbb;
  padding: 8px;
  background-color: #f8f8f8;
}

#categories-as-tree .jstree-anchor {
  padding: 2px 4px;
  font-weight: 400;
}

#categories-as-tree .mi-o {
  font-size: 22px;
  color: #666;
  padding-right: 4px;
  vertical-align: top;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* 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;
}

.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%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* 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 #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.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: #454545/*{fcDefault}*/;
	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 #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.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: #2b2b2b/*{fcHover}*/;
	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 #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* 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: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.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;
	user-select: none;
}

.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 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.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;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.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 {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */
.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;
}
.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;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.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%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	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;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.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;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.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;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
/*
 Copyright (c) 2022- Damjan Rems
*/
@font-face {
  font-family: MI;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons-regular-dafdbac44033fa5944dd6dfc4faf59c0fdee74e776d27b840c9738846933d976.woff2) format('woff2')
}

@font-face {
  font-family: MI-O;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons-outline-f1813ed45ffe6c1db46949fcb19116b900ce3be913d4add68f8eaf4d68c7eac6.woff2) format('woff2')
}

.mi, .fa {
  font-family: MI;
}
.mi-o {
  font-family: MI-O;
}

.mi, .mi-o, .fa {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  width: initial;
  height: 1em;
  text-transform: none;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

/* Rules for sizing the icon. */
.mi-md-18 { font-size: 18px; }
.mi-md-24 { font-size: 24px; }
.mi-md-36 { font-size: 36px; }
.mi-md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.mi-md-dark { color: rgba(0, 0, 0, 0.54); }
.mi-md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.mi-md-light { color: rgba(255, 255, 255, 1); }
.mi-md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rules to rotate items */
.mi-r90 {
  transform: rotate(90deg);
}
.mi-r180 {
  transform: rotate(180deg);
}
.mi-r270 {
  transform: rotate(270deg);
}
.mi-flip-horizontal {
  transform: scale(-1, 1);
}
.mi-flip-vertical {
  transform: scale(1, -1);
}

/* old fa- settings and mi- replacements */
.mi-lg, .fa-lg {
  font-size: 32px;
}
.mi-2x, .fa-2x {
  font-size: 48px;
}
.mi-3x, .fa-3x {
  font-size: 72px;
}
.mi-4x, .fa-4x {
  font-size: 96px;
}
.mi-5x, .fa-5x {
  font-size: 120px;
}
.mi-ul, .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.mi-ul > li, .fa-ul > li {
  position: relative;
}
.mi-li, .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.mi-li.mi-lg, .fa-li.fa-lg {
  left: -1.85714286em;
}
.mi-border, .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.mi-pull-left, .fa-pull-left {
  float: left;
}
.mi-pull-right, .fa-pull-right {
  float: right;
}
.mi.mi-pull-left, .fa.fa-pull-left {
  margin-right: .3em;
}
.mi.mi-pull-right, .fa.fa-pull-right {
  margin-left: .3em;
}

.mi.pull-left, .fa.pull-left {
  margin-right: .3em;
}
.mi.pull-right .fa.pull-right {
  margin-left: .3em;
}
.mi-spin, .fa-spin {
  -webkit-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}
.mi-pulse, .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.mi-rotate-90, .fa-rotate-90 {
  transform: rotate(90deg);
}
.mi-rotate-180, .fa-rotate-180 {
  transform: rotate(180deg);
}
.mi-rotate-270, .fa-rotate-270 {
  transform: rotate(270deg);
}
.mi-flip-horizontal, .fa-flip-horizontal {
  transform: scale(-1, 1);
}
.mi-flip-vertical, .fa-flip-vertical {
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .mi-rotate-90,
:root .mi-rotate-180,
:root .mi-rotate-270,
:root .mi-flip-horizontal,
:root .mi-flip-vertical {
  filter: none;
}
.mi-stack, .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x,
.mi-stack-1x,
.mi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.mi-stack-1x, .fa-stack-1x {
  line-height: inherit;
}
.mi-stack-2x, .fa-stack-2x {
  font-size: 2em;
}
.mi-inverse, .fa-inverse {
  color: #fff;
}

.mi-red { color: #c43;}
.mi-green { color: #6a6;}
.mi-blue { color: #28f;}
.mi-violet { color: #71c;}

/* fa icons replacements */
.mi-user:before {content: '\e7fd';}
.mi-users:before {content: '\e7fc';}
.mi-bars:before {content: '\e5d2';}
.mi-file_excel:before {content: '\e2c4'}
.mi-cog:before {content: '\e8b8';}
.mi-envelope:before {content: '\e0e1';}
.mi-square:before {content: '\e834';}
.mi-check_square:before {content: '\e835';}
.mi-plus:before {content: '\e145';}
.mi-frown:before {content: '\e811';}
.mi-thumbs_up:before {content: '\e8dc';}
.mi-thumbs_down:before {content: '\e8db';}
.mi-mobile:before {content: '\e32c';}
.mi-eye:before {content: '\e8f4';}
.mi-question:before {content: '\eb8b';}
.mi-question_circle:before {content: '\e887';}
.mi-calendar:before {content: '\ebcc';}
.mi-table:before {content: '\f101';}
.mi-sliders:before {content: '\e429';}
.mi-file_text:before {content: '\e873';}
.mi-trash:before {content: '\e92e';}
.mi-caret_down:before {content: '\e5c5';}
.mi-sort_unset:before {content: '\ef4f';}
.mi-sort_up:before {content: '\e5db';}
.mi-sort_down:before {content: '\e5d8';}
.mi-arrow_right:before {content: '\e5c8';}
.mi-arrow_left:before {content: '\e5c4';}
.mi-clock:before {content: '\e8b5';}
.mi-calculator:before {content: '\ea5f';}
.mi-car:before {content: '\e531';}
.mi-plus_square:before {content: '\e146';}
.mi-paperclip:before {content: '\e226';}
.mi-sign_in:before {content: '\ea77';}
.mi-sign_out:before {content: '\e9ba';}
.mi-check_circle:before {content: '\e86c';}
.mi-plus_circle:before {content: '\e147';}
.mi-cogs:before {content: '\ea3d';}
.mi-table:before {font-family: MI-O; content: '\f101';}
.mi-arrow_up:before {content: '\e5d8';}
.mi-arrow_down:before {content: '\e5db';}
.mi-window_close:before {content: '\e0e9';}
.mi-chevron_down:before {content: '\e5cf';}
.mi-chevron_up:before {content: '\e5ce';}
.mi-angle_down:before {content: '\e5cf'; font-size: 18px}
.mi-angle_up:before {content: '\e5ce'; font-size: 18px}
.mi-times:before {content: '\e5cd'}

.mi-10k:before {content: '\e951';}
.mi-10mp:before {content: '\e952';}
.mi-11mp:before {content: '\e953';}
.mi-123:before {content: '\eb8d';}
.mi-12mp:before {content: '\e954';}
.mi-13mp:before {content: '\e955';}
.mi-14mp:before {content: '\e956';}
.mi-15mp:before {content: '\e957';}
.mi-16mp:before {content: '\e958';}
.mi-17mp:before {content: '\e959';}
.mi-18_up_rating:before {content: '\f8fd';}
.mi-18mp:before {content: '\e95a';}
.mi-19mp:before {content: '\e95b';}
.mi-1k:before {content: '\e95c';}
.mi-1k_plus:before {content: '\e95d';}
.mi-1x_mobiledata:before {content: '\efcd';}
.mi-1x_mobiledata_badge:before {content: '\f7f1';}
.mi-20mp:before {content: '\e95e';}
.mi-21mp:before {content: '\e95f';}
.mi-22mp:before {content: '\e960';}
.mi-23mp:before {content: '\e961';}
.mi-24mp:before {content: '\e962';}
.mi-2d:before {content: '\ef37';}
.mi-2k:before {content: '\e963';}
.mi-2k_plus:before {content: '\e964';}
.mi-2mp:before {content: '\e965';}
.mi-30fps:before {content: '\efce';}
.mi-30fps_select:before {content: '\efcf';}
.mi-360:before {content: '\e577';}
.mi-3d_rotation:before {content: '\e84d';}
.mi-3g_mobiledata:before {content: '\efd0';}
.mi-3g_mobiledata_badge:before {content: '\f7f0';}
.mi-3k:before {content: '\e966';}
.mi-3k_plus:before {content: '\e967';}
.mi-3mp:before {content: '\e968';}
.mi-3p:before {content: '\efd1';}
.mi-4g_mobiledata:before {content: '\efd2';}
.mi-4g_mobiledata_badge:before {content: '\f7ef';}
.mi-4g_plus_mobiledata:before {content: '\efd3';}
.mi-4k:before {content: '\e072';}
.mi-4k_plus:before {content: '\e969';}
.mi-4mp:before {content: '\e96a';}
.mi-50mp:before {content: '\f6f3';}
.mi-5g:before {content: '\ef38';}
.mi-5g_mobiledata_badge:before {content: '\f7ee';}
.mi-5k:before {content: '\e96b';}
.mi-5k_plus:before {content: '\e96c';}
.mi-5mp:before {content: '\e96d';}
.mi-60fps:before {content: '\efd4';}
.mi-60fps_select:before {content: '\efd5';}
.mi-6_ft_apart:before {content: '\f21e';}
.mi-6k:before {content: '\e96e';}
.mi-6k_plus:before {content: '\e96f';}
.mi-6mp:before {content: '\e970';}
.mi-7k:before {content: '\e971';}
.mi-7k_plus:before {content: '\e972';}
.mi-7mp:before {content: '\e973';}
.mi-8k:before {content: '\e974';}
.mi-8k_plus:before {content: '\e975';}
.mi-8mp:before {content: '\e976';}
.mi-9k:before {content: '\e977';}
.mi-9k_plus:before {content: '\e978';}
.mi-9mp:before {content: '\e979';}
.mi-abc:before {content: '\eb94';}
.mi-ac_unit:before {content: '\eb3b';}
.mi-access_alarm:before {content: '\e855';}
.mi-access_alarms:before {content: '\e855';}
.mi-access_time:before {content: '\efd6';}
.mi-access_time_filled:before {content: '\efd6';}
.mi-accessibility:before {content: '\e84e';}
.mi-accessibility_new:before {content: '\e92c';}
.mi-accessible:before {content: '\e914';}
.mi-accessible_forward:before {content: '\e934';}
.mi-account_balance:before {content: '\e84f';}
.mi-account_balance_wallet:before {content: '\e850';}
.mi-account_box:before {content: '\e851';}
.mi-account_child:before {content: '\e852';}
.mi-account_child_invert:before {content: '\e659';}
.mi-account_circle:before {content: '\f20b';}
.mi-account_circle_filled:before {content: '\f20b';}
.mi-account_circle_off:before {content: '\f7b3';}
.mi-account_tree:before {content: '\e97a';}
.mi-action_key:before {content: '\f502';}
.mi-activity_zone:before {content: '\e1e6';}
.mi-acute:before {content: '\e4cb';}
.mi-ad:before {content: '\e65a';}
.mi-ad_group:before {content: '\e65b';}
.mi-ad_group_off:before {content: '\eae5';}
.mi-ad_off:before {content: '\f7b2';}
.mi-ad_units:before {content: '\ef39';}
.mi-adb:before {content: '\e60e';}
.mi-add:before {content: '\e145';}
.mi-add_a_photo:before {content: '\e439';}
.mi-add_ad:before {content: '\e72a';}
.mi-add_alarm:before {content: '\e856';}
.mi-add_alert:before {content: '\e003';}
.mi-add_box:before {content: '\e146';}
.mi-add_business:before {content: '\e729';}
.mi-add_call:before {content: '\f0b7';}
.mi-add_card:before {content: '\eb86';}
.mi-add_chart:before {content: '\ef3c';}
.mi-add_circle:before {content: '\e3ba';}
.mi-add_circle_outline:before {content: '\e3ba';}
.mi-add_comment:before {content: '\e266';}
.mi-add_home:before {content: '\f8eb';}
.mi-add_home_work:before {content: '\f8ed';}
.mi-add_ic_call:before {content: '\f0b7';}
.mi-add_link:before {content: '\e178';}
.mi-add_location:before {content: '\e567';}
.mi-add_location_alt:before {content: '\ef3a';}
.mi-add_moderator:before {content: '\e97d';}
.mi-add_notes:before {content: '\e091';}
.mi-add_photo_alternate:before {content: '\e43e';}
.mi-add_reaction:before {content: '\e1d3';}
.mi-add_road:before {content: '\ef3b';}
.mi-add_shopping_cart:before {content: '\e854';}
.mi-add_task:before {content: '\f23a';}
.mi-add_to_drive:before {content: '\e65c';}
.mi-add_to_home_screen:before {content: '\e1fe';}
.mi-add_to_photos:before {content: '\e39d';}
.mi-add_to_queue:before {content: '\e05c';}
.mi-addchart:before {content: '\ef3c';}
.mi-adf_scanner:before {content: '\eada';}
.mi-adjust:before {content: '\e39e';}
.mi-admin_meds:before {content: '\e48d';}
.mi-admin_panel_settings:before {content: '\ef3d';}
.mi-ads_click:before {content: '\e762';}
.mi-agender:before {content: '\f888';}
.mi-agriculture:before {content: '\ea79';}
.mi-air:before {content: '\efd8';}
.mi-air_freshener:before {content: '\e2ca';}
.mi-air_purifier:before {content: '\e97e';}
.mi-air_purifier_gen:before {content: '\e829';}
.mi-airline_seat_flat:before {content: '\e630';}
.mi-airline_seat_flat_angled:before {content: '\e631';}
.mi-airline_seat_individual_suite:before {content: '\e632';}
.mi-airline_seat_legroom_extra:before {content: '\e633';}
.mi-airline_seat_legroom_normal:before {content: '\e634';}
.mi-airline_seat_legroom_reduced:before {content: '\e635';}
.mi-airline_seat_recline_extra:before {content: '\e636';}
.mi-airline_seat_recline_normal:before {content: '\e637';}
.mi-airline_stops:before {content: '\e7d0';}
.mi-airlines:before {content: '\e7ca';}
.mi-airplane_ticket:before {content: '\efd9';}
.mi-airplanemode_active:before {content: '\e53d';}
.mi-airplanemode_inactive:before {content: '\e194';}
.mi-airplay:before {content: '\e055';}
.mi-airport_shuttle:before {content: '\eb3c';}
.mi-airware:before {content: '\f154';}
.mi-airwave:before {content: '\f154';}
.mi-alarm:before {content: '\e855';}
.mi-alarm_add:before {content: '\e856';}
.mi-alarm_off:before {content: '\e857';}
.mi-alarm_on:before {content: '\e858';}
.mi-alarm_smart_wake:before {content: '\f6b0';}
.mi-album:before {content: '\e019';}
.mi-align_center:before {content: '\e356';}
.mi-align_end:before {content: '\f797';}
.mi-align_flex_center:before {content: '\f796';}
.mi-align_flex_end:before {content: '\f795';}
.mi-align_flex_start:before {content: '\f794';}
.mi-align_horizontal_center:before {content: '\e00f';}
.mi-align_horizontal_left:before {content: '\e00d';}
.mi-align_horizontal_right:before {content: '\e010';}
.mi-align_items_stretch:before {content: '\f793';}
.mi-align_justify_center:before {content: '\f792';}
.mi-align_justify_flex_end:before {content: '\f791';}
.mi-align_justify_flex_start:before {content: '\f790';}
.mi-align_justify_space_around:before {content: '\f78f';}
.mi-align_justify_space_between:before {content: '\f78e';}
.mi-align_justify_space_even:before {content: '\f78d';}
.mi-align_justify_stretch:before {content: '\f78c';}
.mi-align_self_stretch:before {content: '\f78b';}
.mi-align_space_around:before {content: '\f78a';}
.mi-align_space_between:before {content: '\f789';}
.mi-align_space_even:before {content: '\f788';}
.mi-align_start:before {content: '\f787';}
.mi-align_stretch:before {content: '\f786';}
.mi-align_vertical_bottom:before {content: '\e015';}
.mi-align_vertical_center:before {content: '\e011';}
.mi-align_vertical_top:before {content: '\e00c';}
.mi-all_inbox:before {content: '\e97f';}
.mi-all_inclusive:before {content: '\eb3d';}
.mi-all_match:before {content: '\e093';}
.mi-all_out:before {content: '\e90b';}
.mi-allergies:before {content: '\e094';}
.mi-allergy:before {content: '\e64e';}
.mi-alt_route:before {content: '\f184';}
.mi-alternate_email:before {content: '\e0e6';}
.mi-altitude:before {content: '\f873';}
.mi-ambient_screen:before {content: '\f6c4';}
.mi-ambulance:before {content: '\f803';}
.mi-amend:before {content: '\f802';}
.mi-amp_stories:before {content: '\ea13';}
.mi-analytics:before {content: '\ef3e';}
.mi-anchor:before {content: '\f1cd';}
.mi-android:before {content: '\e859';}
.mi-animation:before {content: '\e71c';}
.mi-announcement:before {content: '\e87f';}
.mi-aod:before {content: '\efda';}
.mi-aod_tablet:before {content: '\f89f';}
.mi-aod_watch:before {content: '\f6ac';}
.mi-apartment:before {content: '\ea40';}
.mi-api:before {content: '\f1b7';}
.mi-apk_document:before {content: '\f88e';}
.mi-apk_install:before {content: '\f88f';}
.mi-app_badging:before {content: '\f72f';}
.mi-app_blocking:before {content: '\ef3f';}
.mi-app_promo:before {content: '\e981';}
.mi-app_registration:before {content: '\ef40';}
.mi-app_settings_alt:before {content: '\ef41';}
.mi-app_shortcut:before {content: '\eae4';}
.mi-apparel:before {content: '\ef7b';}
.mi-approval:before {content: '\e982';}
.mi-approval_delegation:before {content: '\f84a';}
.mi-apps:before {content: '\e5c3';}
.mi-apps_outage:before {content: '\e7cc';}
.mi-aq:before {content: '\f55a';}
.mi-aq_indoor:before {content: '\f55b';}
.mi-ar_on_you:before {content: '\ef7c';}
.mi-ar_stickers:before {content: '\e983';}
.mi-architecture:before {content: '\ea3b';}
.mi-archive:before {content: '\e149';}
.mi-area_chart:before {content: '\e770';}
.mi-arming_countdown:before {content: '\e78a';}
.mi-arrow_and_edge:before {content: '\f5d7';}
.mi-arrow_back:before {content: '\e5c4';}
.mi-arrow_back_ios:before {content: '\e5e0';}
.mi-arrow_back_ios_new:before {content: '\e2ea';}
.mi-arrow_circle_down:before {content: '\f181';}
.mi-arrow_circle_left:before {content: '\eaa7';}
.mi-arrow_circle_right:before {content: '\eaaa';}
.mi-arrow_circle_up:before {content: '\f182';}
.mi-arrow_downward:before {content: '\e5db';}
.mi-arrow_downward_alt:before {content: '\e984';}
.mi-arrow_drop_down:before {content: '\e5c5';}
.mi-arrow_drop_down_circle:before {content: '\e5c6';}
.mi-arrow_drop_up:before {content: '\e5c7';}
.mi-arrow_forward:before {content: '\e5c8';}
.mi-arrow_forward_ios:before {content: '\e5e1';}
.mi-arrow_insert:before {content: '\f837';}
.mi-arrow_left:before {content: '\e5de';}
.mi-arrow_left_alt:before {content: '\ef7d';}
.mi-arrow_or_edge:before {content: '\f5d6';}
.mi-arrow_outward:before {content: '\f8ce';}
.mi-arrow_range:before {content: '\f69b';}
.mi-arrow_right:before {content: '\e5df';}
.mi-arrow_right_alt:before {content: '\e941';}
.mi-arrow_selector_tool:before {content: '\f82f';}
.mi-arrow_split:before {content: '\ea04';}
.mi-arrow_top_left:before {content: '\f72e';}
.mi-arrow_top_right:before {content: '\f72d';}
.mi-arrow_upward:before {content: '\e5d8';}
.mi-arrow_upward_alt:before {content: '\e986';}
.mi-arrows_more_down:before {content: '\f8ab';}
.mi-arrows_more_up:before {content: '\f8ac';}
.mi-arrows_outward:before {content: '\f72c';}
.mi-art_track:before {content: '\e060';}
.mi-article:before {content: '\ef42';}
.mi-article_shortcut:before {content: '\f587';}
.mi-artist:before {content: '\e01a';}
.mi-aspect_ratio:before {content: '\e85b';}
.mi-assessment:before {content: '\f0cc';}
.mi-assignment:before {content: '\e85d';}
.mi-assignment_add:before {content: '\f848';}
.mi-assignment_ind:before {content: '\e85e';}
.mi-assignment_late:before {content: '\e85f';}
.mi-assignment_return:before {content: '\e860';}
.mi-assignment_returned:before {content: '\e861';}
.mi-assignment_turned_in:before {content: '\e862';}
.mi-assist_walker:before {content: '\f8d5';}
.mi-assistant:before {content: '\e39f';}
.mi-assistant_device:before {content: '\e987';}
.mi-assistant_direction:before {content: '\e988';}
.mi-assistant_navigation:before {content: '\e989';}
.mi-assistant_on_hub:before {content: '\f6c1';}
.mi-assistant_photo:before {content: '\f0c6';}
.mi-assured_workload:before {content: '\eb6f';}
.mi-asterisk:before {content: '\f525';}
.mi-astrophotography_auto:before {content: '\f1d9';}
.mi-astrophotography_off:before {content: '\f1da';}
.mi-atm:before {content: '\e573';}
.mi-atr:before {content: '\ebc7';}
.mi-attach_email:before {content: '\ea5e';}
.mi-attach_file:before {content: '\e226';}
.mi-attach_file_add:before {content: '\f841';}
.mi-attach_file_off:before {content: '\f4d9';}
.mi-attach_money:before {content: '\e227';}
.mi-attachment:before {content: '\e2bc';}
.mi-attractions:before {content: '\ea52';}
.mi-attribution:before {content: '\efdb';}
.mi-audio_description:before {content: '\f58c';}
.mi-audio_file:before {content: '\eb82';}
.mi-audio_video_receiver:before {content: '\f5d3';}
.mi-audiotrack:before {content: '\e405';}
.mi-auto_activity_zone:before {content: '\f8ad';}
.mi-auto_awesome:before {content: '\e65f';}
.mi-auto_awesome_mosaic:before {content: '\e660';}
.mi-auto_awesome_motion:before {content: '\e661';}
.mi-auto_delete:before {content: '\ea4c';}
.mi-auto_detect_voice:before {content: '\f83e';}
.mi-auto_draw_solid:before {content: '\e98a';}
.mi-auto_fix:before {content: '\e663';}
.mi-auto_fix_high:before {content: '\e663';}
.mi-auto_fix_normal:before {content: '\e664';}
.mi-auto_fix_off:before {content: '\e665';}
.mi-auto_graph:before {content: '\e4fb';}
.mi-auto_label:before {content: '\f6be';}
.mi-auto_meeting_room:before {content: '\f6bf';}
.mi-auto_mode:before {content: '\ec20';}
.mi-auto_read_pause:before {content: '\f219';}
.mi-auto_read_play:before {content: '\f216';}
.mi-auto_schedule:before {content: '\e214';}
.mi-auto_stories:before {content: '\e666';}
.mi-auto_timer:before {content: '\ef7f';}
.mi-auto_towing:before {content: '\e71e';}
.mi-auto_transmission:before {content: '\f53f';}
.mi-auto_videocam:before {content: '\f6c0';}
.mi-autofps_select:before {content: '\efdc';}
.mi-autopause:before {content: '\f6b6';}
.mi-autopay:before {content: '\f84b';}
.mi-autoplay:before {content: '\f6b5';}
.mi-autorenew:before {content: '\e863';}
.mi-autostop:before {content: '\f682';}
.mi-av_timer:before {content: '\e01b';}
.mi-avg_pace:before {content: '\f6bb';}
.mi-avg_time:before {content: '\f813';}
.mi-award_star:before {content: '\f612';}
.mi-azm:before {content: '\f6ec';}
.mi-baby_changing_station:before {content: '\f19b';}
.mi-back_hand:before {content: '\e764';}
.mi-back_to_tab:before {content: '\f72b';}
.mi-background_dot_large:before {content: '\f79e';}
.mi-background_dot_small:before {content: '\f514';}
.mi-background_grid_small:before {content: '\f79d';}
.mi-background_replace:before {content: '\f20a';}
.mi-backlight_high:before {content: '\f7ed';}
.mi-backlight_high_off:before {content: '\f4ef';}
.mi-backlight_low:before {content: '\f7ec';}
.mi-backpack:before {content: '\f19c';}
.mi-backspace:before {content: '\e14a';}
.mi-backup:before {content: '\e864';}
.mi-backup_table:before {content: '\ef43';}
.mi-badge:before {content: '\ea67';}
.mi-badge_critical_battery:before {content: '\f156';}
.mi-bakery_dining:before {content: '\ea53';}
.mi-balance:before {content: '\eaf6';}
.mi-balcony:before {content: '\e58f';}
.mi-ballot:before {content: '\e172';}
.mi-bar_chart:before {content: '\e26b';}
.mi-bar_chart_4_bars:before {content: '\f681';}
.mi-barcode:before {content: '\e70b';}
.mi-barcode_reader:before {content: '\f85c';}
.mi-barcode_scanner:before {content: '\e70c';}
.mi-barefoot:before {content: '\f871';}
.mi-batch_prediction:before {content: '\f0f5';}
.mi-bath_outdoor:before {content: '\f6fb';}
.mi-bath_private:before {content: '\f6fa';}
.mi-bath_public_large:before {content: '\f6f9';}
.mi-bathroom:before {content: '\efdd';}
.mi-bathtub:before {content: '\ea41';}
.mi-battery_0_bar:before {content: '\ebdc';}
.mi-battery_1_bar:before {content: '\f09c';}
.mi-battery_20:before {content: '\f09c';}
.mi-battery_2_bar:before {content: '\f09d';}
.mi-battery_30:before {content: '\f09d';}
.mi-battery_3_bar:before {content: '\f09e';}
.mi-battery_4_bar:before {content: '\f09f';}
.mi-battery_50:before {content: '\f09e';}
.mi-battery_5_bar:before {content: '\f0a0';}
.mi-battery_60:before {content: '\f09f';}
.mi-battery_6_bar:before {content: '\f0a1';}
.mi-battery_80:before {content: '\f0a0';}
.mi-battery_90:before {content: '\f0a1';}
.mi-battery_alert:before {content: '\e19c';}
.mi-battery_change:before {content: '\f7eb';}
.mi-battery_charging_20:before {content: '\f0a2';}
.mi-battery_charging_30:before {content: '\f0a3';}
.mi-battery_charging_50:before {content: '\f0a4';}
.mi-battery_charging_60:before {content: '\f0a5';}
.mi-battery_charging_80:before {content: '\f0a6';}
.mi-battery_charging_90:before {content: '\f0a7';}
.mi-battery_charging_full:before {content: '\e1a3';}
.mi-battery_error:before {content: '\f7ea';}
.mi-battery_full:before {content: '\e1a5';}
.mi-battery_full_alt:before {content: '\f13b';}
.mi-battery_horiz_000:before {content: '\f8ae';}
.mi-battery_horiz_050:before {content: '\f8af';}
.mi-battery_horiz_075:before {content: '\f8b0';}
.mi-battery_low:before {content: '\f155';}
.mi-battery_plus:before {content: '\f7e9';}
.mi-battery_profile:before {content: '\e206';}
.mi-battery_saver:before {content: '\efde';}
.mi-battery_share:before {content: '\f67e';}
.mi-battery_status_good:before {content: '\f67d';}
.mi-battery_std:before {content: '\e1a5';}
.mi-battery_unknown:before {content: '\e1a6';}
.mi-battery_vert_005:before {content: '\f8b1';}
.mi-battery_vert_020:before {content: '\f8b2';}
.mi-battery_vert_050:before {content: '\f8b3';}
.mi-battery_very_low:before {content: '\f156';}
.mi-beach_access:before {content: '\eb3e';}
.mi-bed:before {content: '\efdf';}
.mi-bedroom_baby:before {content: '\efe0';}
.mi-bedroom_child:before {content: '\efe1';}
.mi-bedroom_parent:before {content: '\efe2';}
.mi-bedtime:before {content: '\ef44';}
.mi-bedtime_off:before {content: '\eb76';}
.mi-beenhere:before {content: '\e52d';}
.mi-bento:before {content: '\f1f4';}
.mi-bia:before {content: '\f6eb';}
.mi-bid_landscape:before {content: '\e678';}
.mi-bid_landscape_disabled:before {content: '\ef81';}
.mi-bigtop_updates:before {content: '\e669';}
.mi-bike_scooter:before {content: '\ef45';}
.mi-biotech:before {content: '\ea3a';}
.mi-blanket:before {content: '\e828';}
.mi-blender:before {content: '\efe3';}
.mi-blind:before {content: '\f8d6';}
.mi-blinds:before {content: '\e286';}
.mi-blinds_closed:before {content: '\ec1f';}
.mi-block:before {content: '\f08c';}
.mi-blood_pressure:before {content: '\e097';}
.mi-bloodtype:before {content: '\efe4';}
.mi-bluetooth:before {content: '\e1a7';}
.mi-bluetooth_audio:before {content: '\e60f';}
.mi-bluetooth_connected:before {content: '\e1a8';}
.mi-bluetooth_disabled:before {content: '\e1a9';}
.mi-bluetooth_drive:before {content: '\efe5';}
.mi-bluetooth_searching:before {content: '\e60f';}
.mi-blur_circular:before {content: '\e3a2';}
.mi-blur_linear:before {content: '\e3a3';}
.mi-blur_medium:before {content: '\e84c';}
.mi-blur_off:before {content: '\e3a4';}
.mi-blur_on:before {content: '\e3a5';}
.mi-blur_short:before {content: '\e8cf';}
.mi-body_fat:before {content: '\e098';}
.mi-body_system:before {content: '\e099';}
.mi-bolt:before {content: '\ea0b';}
.mi-bomb:before {content: '\f568';}
.mi-book:before {content: '\e86e';}
.mi-book_2:before {content: '\f53e';}
.mi-book_3:before {content: '\f53d';}
.mi-book_4:before {content: '\f53c';}
.mi-book_5:before {content: '\f53b';}
.mi-book_online:before {content: '\f217';}
.mi-bookmark:before {content: '\e8e7';}
.mi-bookmark_add:before {content: '\e598';}
.mi-bookmark_added:before {content: '\e599';}
.mi-bookmark_border:before {content: '\e8e7';}
.mi-bookmark_manager:before {content: '\f7b1';}
.mi-bookmark_remove:before {content: '\e59a';}
.mi-bookmarks:before {content: '\e98b';}
.mi-border_all:before {content: '\e228';}
.mi-border_bottom:before {content: '\e229';}
.mi-border_clear:before {content: '\e22a';}
.mi-border_color:before {content: '\e22b';}
.mi-border_horizontal:before {content: '\e22c';}
.mi-border_inner:before {content: '\e22d';}
.mi-border_left:before {content: '\e22e';}
.mi-border_outer:before {content: '\e22f';}
.mi-border_right:before {content: '\e230';}
.mi-border_style:before {content: '\e231';}
.mi-border_top:before {content: '\e232';}
.mi-border_vertical:before {content: '\e233';}
.mi-bottom_app_bar:before {content: '\e730';}
.mi-bottom_drawer:before {content: '\e72d';}
.mi-bottom_navigation:before {content: '\e98c';}
.mi-bottom_panel_close:before {content: '\f72a';}
.mi-bottom_panel_open:before {content: '\f729';}
.mi-bottom_right_click:before {content: '\f684';}
.mi-bottom_sheets:before {content: '\e98d';}
.mi-box:before {content: '\f5a4';}
.mi-box_add:before {content: '\f5a5';}
.mi-box_edit:before {content: '\f5a6';}
.mi-boy:before {content: '\eb67';}
.mi-brand_awareness:before {content: '\e98e';}
.mi-brand_family:before {content: '\f4f1';}
.mi-branding_watermark:before {content: '\e06b';}
.mi-breakfast_dining:before {content: '\ea54';}
.mi-breaking_news:before {content: '\ea08';}
.mi-breaking_news_alt_1:before {content: '\f0ba';}
.mi-breastfeeding:before {content: '\f856';}
.mi-brightness_1:before {content: '\e3fa';}
.mi-brightness_2:before {content: '\f036';}
.mi-brightness_3:before {content: '\e3a8';}
.mi-brightness_4:before {content: '\e3a9';}
.mi-brightness_5:before {content: '\e3aa';}
.mi-brightness_6:before {content: '\e3ab';}
.mi-brightness_7:before {content: '\e3ac';}
.mi-brightness_alert:before {content: '\f5cf';}
.mi-brightness_auto:before {content: '\e1ab';}
.mi-brightness_empty:before {content: '\f7e8';}
.mi-brightness_high:before {content: '\e1ac';}
.mi-brightness_low:before {content: '\e1ad';}
.mi-brightness_medium:before {content: '\e1ae';}
.mi-bring_your_own_ip:before {content: '\e016';}
.mi-broadcast_on_home:before {content: '\f8f8';}
.mi-broadcast_on_personal:before {content: '\f8f9';}
.mi-broken_image:before {content: '\e3ad';}
.mi-browse:before {content: '\eb13';}
.mi-browse_activity:before {content: '\f8a5';}
.mi-browse_gallery:before {content: '\ebd1';}
.mi-browser_not_supported:before {content: '\ef47';}
.mi-browser_updated:before {content: '\e7cf';}
.mi-brunch_dining:before {content: '\ea73';}
.mi-brush:before {content: '\e3ae';}
.mi-bubble:before {content: '\ef83';}
.mi-bubble_chart:before {content: '\e6dd';}
.mi-bubbles:before {content: '\f64e';}
.mi-bug_report:before {content: '\e868';}
.mi-build:before {content: '\f8cd';}
.mi-build_circle:before {content: '\ef48';}
.mi-bungalow:before {content: '\e591';}
.mi-burst_mode:before {content: '\e43c';}
.mi-bus_alert:before {content: '\e98f';}
.mi-business:before {content: '\e7ee';}
.mi-business_center:before {content: '\eb3f';}
.mi-business_chip:before {content: '\f84c';}
.mi-business_messages:before {content: '\ef84';}
.mi-buttons_alt:before {content: '\e72f';}
.mi-cabin:before {content: '\e589';}
.mi-cable:before {content: '\efe6';}
.mi-cached:before {content: '\e86a';}
.mi-cake:before {content: '\e7e9';}
.mi-cake_add:before {content: '\f85b';}
.mi-calculate:before {content: '\ea5f';}
.mi-calendar_add_on:before {content: '\ef85';}
.mi-calendar_apps_script:before {content: '\f0bb';}
.mi-calendar_clock:before {content: '\f540';}
.mi-calendar_month:before {content: '\ebcc';}
.mi-calendar_today:before {content: '\e935';}
.mi-calendar_view_day:before {content: '\e936';}
.mi-calendar_view_month:before {content: '\efe7';}
.mi-calendar_view_week:before {content: '\efe8';}
.mi-call:before {content: '\f0d4';}
.mi-call_end:before {content: '\f0bc';}
.mi-call_end_alt:before {content: '\f0bc';}
.mi-call_log:before {content: '\e08e';}
.mi-call_made:before {content: '\e0b2';}
.mi-call_merge:before {content: '\e0b3';}
.mi-call_missed:before {content: '\e0b4';}
.mi-call_missed_outgoing:before {content: '\e0e4';}
.mi-call_quality:before {content: '\f652';}
.mi-call_received:before {content: '\e0b5';}
.mi-call_split:before {content: '\e0b6';}
.mi-call_to_action:before {content: '\e06c';}
.mi-camera:before {content: '\e3af';}
.mi-camera_alt:before {content: '\e412';}
.mi-camera_enhance:before {content: '\e8fc';}
.mi-camera_front:before {content: '\e3b1';}
.mi-camera_indoor:before {content: '\efe9';}
.mi-camera_outdoor:before {content: '\efea';}
.mi-camera_rear:before {content: '\e3b2';}
.mi-camera_roll:before {content: '\e3b3';}
.mi-camera_video:before {content: '\f7a6';}
.mi-cameraswitch:before {content: '\efeb';}
.mi-campaign:before {content: '\ef49';}
.mi-camping:before {content: '\f8a2';}
.mi-cancel:before {content: '\e888';}
.mi-cancel_presentation:before {content: '\e0e9';}
.mi-cancel_schedule_send:before {content: '\ea39';}
.mi-candle:before {content: '\f588';}
.mi-candlestick_chart:before {content: '\ead4';}
.mi-captive_portal:before {content: '\f728';}
.mi-capture:before {content: '\f727';}
.mi-car_crash:before {content: '\ebf2';}
.mi-car_rental:before {content: '\ea55';}
.mi-car_repair:before {content: '\ea56';}
.mi-car_tag:before {content: '\f4e3';}
.mi-card_giftcard:before {content: '\e8f6';}
.mi-card_membership:before {content: '\e8f7';}
.mi-card_travel:before {content: '\e8f8';}
.mi-cardiology:before {content: '\e09c';}
.mi-cards:before {content: '\e991';}
.mi-carpenter:before {content: '\f1f8';}
.mi-carry_on_bag:before {content: '\eb08';}
.mi-carry_on_bag_checked:before {content: '\eb0b';}
.mi-carry_on_bag_inactive:before {content: '\eb0a';}
.mi-carry_on_bag_question:before {content: '\eb09';}
.mi-cases:before {content: '\e992';}
.mi-casino:before {content: '\eb40';}
.mi-cast:before {content: '\e307';}
.mi-cast_connected:before {content: '\e308';}
.mi-cast_for_education:before {content: '\efec';}
.mi-cast_pause:before {content: '\f5f0';}
.mi-cast_warning:before {content: '\f5ef';}
.mi-castle:before {content: '\eab1';}
.mi-category:before {content: '\e574';}
.mi-celebration:before {content: '\ea65';}
.mi-cell_merge:before {content: '\f82e';}
.mi-cell_tower:before {content: '\ebba';}
.mi-cell_wifi:before {content: '\e0ec';}
.mi-center_focus_strong:before {content: '\e3b4';}
.mi-center_focus_weak:before {content: '\e3b5';}
.mi-chair:before {content: '\efed';}
.mi-chair_alt:before {content: '\efee';}
.mi-chalet:before {content: '\e585';}
.mi-change_circle:before {content: '\e2e7';}
.mi-change_history:before {content: '\e86b';}
.mi-charger:before {content: '\e2ae';}
.mi-charging_station:before {content: '\f19d';}
.mi-chart_data:before {content: '\e473';}
.mi-chat:before {content: '\e0c9';}
.mi-chat_add_on:before {content: '\f0f3';}
.mi-chat_apps_script:before {content: '\f0bd';}
.mi-chat_bubble:before {content: '\e0cb';}
.mi-chat_bubble_outline:before {content: '\e0cb';}
.mi-chat_error:before {content: '\f7ac';}
.mi-chat_info:before {content: '\f52b';}
.mi-chat_paste_go:before {content: '\f6bd';}
.mi-check:before {content: '\e5ca';}
.mi-check_box:before {content: '\e834';}
.mi-check_box_outline_blank:before {content: '\e835';}
.mi-check_circle:before {content: '\f0be';}
.mi-check_circle_filled:before {content: '\f0be';}
.mi-check_circle_outline:before {content: '\f0be';}
.mi-check_in_out:before {content: '\f6f6';}
.mi-check_indeterminate_small:before {content: '\f88a';}
.mi-check_small:before {content: '\f88b';}
.mi-checkbook:before {content: '\e70d';}
.mi-checked_bag:before {content: '\eb0c';}
.mi-checked_bag_question:before {content: '\eb0d';}
.mi-checklist:before {content: '\e6b1';}
.mi-checklist_rtl:before {content: '\e6b3';}
.mi-checkroom:before {content: '\f19e';}
.mi-cheer:before {content: '\f6a8';}
.mi-chess:before {content: '\f5e7';}
.mi-chevron_left:before {content: '\e5cb';}
.mi-chevron_right:before {content: '\e5cc';}
.mi-child_care:before {content: '\eb41';}
.mi-child_friendly:before {content: '\eb42';}
.mi-chip_extraction:before {content: '\f821';}
.mi-chips:before {content: '\e993';}
.mi-chrome_reader_mode:before {content: '\e86d';}
.mi-chromecast_2:before {content: '\f17b';}
.mi-chromecast_device:before {content: '\e83c';}
.mi-chronic:before {content: '\ebb2';}
.mi-church:before {content: '\eaae';}
.mi-cinematic_blur:before {content: '\f853';}
.mi-circle:before {content: '\ef4a';}
.mi-circle_notifications:before {content: '\e994';}
.mi-circles:before {content: '\e7ea';}
.mi-circles_ext:before {content: '\e7ec';}
.mi-clarify:before {content: '\f0bf';}
.mi-class:before {content: '\e86e';}
.mi-clean_hands:before {content: '\f21f';}
.mi-cleaning:before {content: '\e995';}
.mi-cleaning_bucket:before {content: '\f8b4';}
.mi-cleaning_services:before {content: '\f0ff';}
.mi-clear:before {content: '\e5cd';}
.mi-clear_all:before {content: '\e0b8';}
.mi-clear_day:before {content: '\f157';}
.mi-clear_night:before {content: '\f159';}
.mi-climate_mini_split:before {content: '\f8b5';}
.mi-clinical_notes:before {content: '\e09e';}
.mi-clock_loader_10:before {content: '\f726';}
.mi-clock_loader_20:before {content: '\f725';}
.mi-clock_loader_40:before {content: '\f724';}
.mi-clock_loader_60:before {content: '\f723';}
.mi-clock_loader_80:before {content: '\f722';}
.mi-clock_loader_90:before {content: '\f721';}
.mi-close:before {content: '\e5cd';}
.mi-close_fullscreen:before {content: '\f1cf';}
.mi-close_small:before {content: '\f508';}
.mi-closed_caption:before {content: '\e996';}
.mi-closed_caption_disabled:before {content: '\f1dc';}
.mi-closed_caption_off:before {content: '\e996';}
.mi-cloud:before {content: '\f15c';}
.mi-cloud_circle:before {content: '\e2be';}
.mi-cloud_done:before {content: '\e2bf';}
.mi-cloud_download:before {content: '\e2c0';}
.mi-cloud_off:before {content: '\e2c1';}
.mi-cloud_queue:before {content: '\f15c';}
.mi-cloud_sync:before {content: '\eb5a';}
.mi-cloud_upload:before {content: '\e2c3';}
.mi-cloudy:before {content: '\f15c';}
.mi-cloudy_filled:before {content: '\f15c';}
.mi-cloudy_snowing:before {content: '\e810';}
.mi-co2:before {content: '\e7b0';}
.mi-co_present:before {content: '\eaf0';}
.mi-code:before {content: '\e86f';}
.mi-code_blocks:before {content: '\f84d';}
.mi-code_off:before {content: '\e4f3';}
.mi-coffee:before {content: '\efef';}
.mi-coffee_maker:before {content: '\eff0';}
.mi-cognition:before {content: '\e09f';}
.mi-collapse_all:before {content: '\e944';}
.mi-collapse_content:before {content: '\f507';}
.mi-collections:before {content: '\e3d3';}
.mi-collections_bookmark:before {content: '\e431';}
.mi-color_lens:before {content: '\e40a';}
.mi-colorize:before {content: '\e3b8';}
.mi-colors:before {content: '\e997';}
.mi-comedy_mask:before {content: '\f4d6';}
.mi-comic_bubble:before {content: '\f5dd';}
.mi-comment:before {content: '\e24c';}
.mi-comment_bank:before {content: '\ea4e';}
.mi-comments_disabled:before {content: '\e7a2';}
.mi-commit:before {content: '\eaf5';}
.mi-communication:before {content: '\e27c';}
.mi-communities:before {content: '\eb16';}
.mi-communities_filled:before {content: '\eb16';}
.mi-commute:before {content: '\e940';}
.mi-compare:before {content: '\e3b9';}
.mi-compare_arrows:before {content: '\e915';}
.mi-compass_calibration:before {content: '\e57c';}
.mi-component_exchange:before {content: '\f1e7';}
.mi-compost:before {content: '\e761';}
.mi-compress:before {content: '\e94d';}
.mi-computer:before {content: '\e31e';}
.mi-concierge:before {content: '\f561';}
.mi-conditions:before {content: '\e0a0';}
.mi-confirmation_number:before {content: '\e638';}
.mi-congenital:before {content: '\e0a1';}
.mi-connect_without_contact:before {content: '\f223';}
.mi-connected_tv:before {content: '\e998';}
.mi-connecting_airports:before {content: '\e7c9';}
.mi-construction:before {content: '\ea3c';}
.mi-contact_emergency:before {content: '\f8d1';}
.mi-contact_mail:before {content: '\e0d0';}
.mi-contact_page:before {content: '\f22e';}
.mi-contact_phone:before {content: '\f0c0';}
.mi-contact_phone_filled:before {content: '\f0c0';}
.mi-contact_support:before {content: '\e94c';}
.mi-contactless:before {content: '\ea71';}
.mi-contactless_off:before {content: '\f858';}
.mi-contacts:before {content: '\e0ba';}
.mi-contacts_product:before {content: '\e999';}
.mi-content_copy:before {content: '\e14d';}
.mi-content_cut:before {content: '\e14e';}
.mi-content_paste:before {content: '\e14f';}
.mi-content_paste_go:before {content: '\ea8e';}
.mi-content_paste_off:before {content: '\e4f8';}
.mi-content_paste_search:before {content: '\ea9b';}
.mi-contract:before {content: '\f5a0';}
.mi-contract_delete:before {content: '\f5a2';}
.mi-contract_edit:before {content: '\f5a1';}
.mi-contrast:before {content: '\eb37';}
.mi-contrast_rtl_off:before {content: '\ec72';}
.mi-control_camera:before {content: '\e074';}
.mi-control_point:before {content: '\e3ba';}
.mi-control_point_duplicate:before {content: '\e3bb';}
.mi-controller_gen:before {content: '\e83d';}
.mi-conversion_path:before {content: '\f0c1';}
.mi-conversion_path_off:before {content: '\f7b4';}
.mi-conveyor_belt:before {content: '\f867';}
.mi-cookie:before {content: '\eaac';}
.mi-cookie_off:before {content: '\f79a';}
.mi-cooking:before {content: '\e2b6';}
.mi-cool_to_dry:before {content: '\e276';}
.mi-copy_all:before {content: '\e2ec';}
.mi-copyright:before {content: '\e90c';}
.mi-coronavirus:before {content: '\f221';}
.mi-corporate_fare:before {content: '\f1d0';}
.mi-cottage:before {content: '\e587';}
.mi-counter_0:before {content: '\f785';}
.mi-counter_1:before {content: '\f784';}
.mi-counter_2:before {content: '\f783';}
.mi-counter_3:before {content: '\f782';}
.mi-counter_4:before {content: '\f781';}
.mi-counter_5:before {content: '\f780';}
.mi-counter_6:before {content: '\f77f';}
.mi-counter_7:before {content: '\f77e';}
.mi-counter_8:before {content: '\f77d';}
.mi-counter_9:before {content: '\f77c';}
.mi-countertops:before {content: '\f1f7';}
.mi-create:before {content: '\f097';}
.mi-create_new_folder:before {content: '\e2cc';}
.mi-credit_card:before {content: '\e8a1';}
.mi-credit_card_gear:before {content: '\f52d';}
.mi-credit_card_heart:before {content: '\f52c';}
.mi-credit_card_off:before {content: '\e4f4';}
.mi-credit_score:before {content: '\eff1';}
.mi-crib:before {content: '\e588';}
.mi-crisis_alert:before {content: '\ebe9';}
.mi-crop:before {content: '\e3be';}
.mi-crop_16_9:before {content: '\e3bc';}
.mi-crop_3_2:before {content: '\e3bd';}
.mi-crop_5_4:before {content: '\e3bf';}
.mi-crop_7_5:before {content: '\e3c0';}
.mi-crop_9_16:before {content: '\f549';}
.mi-crop_din:before {content: '\e3c6';}
.mi-crop_free:before {content: '\e3c2';}
.mi-crop_landscape:before {content: '\e3c3';}
.mi-crop_original:before {content: '\e3f4';}
.mi-crop_portrait:before {content: '\e3c5';}
.mi-crop_rotate:before {content: '\e437';}
.mi-crop_square:before {content: '\e3c6';}
.mi-crossword:before {content: '\f5e5';}
.mi-crowdsource:before {content: '\eb18';}
.mi-cruelty_free:before {content: '\e799';}
.mi-css:before {content: '\eb93';}
.mi-csv:before {content: '\e6cf';}
.mi-currency_bitcoin:before {content: '\ebc5';}
.mi-currency_exchange:before {content: '\eb70';}
.mi-currency_franc:before {content: '\eafa';}
.mi-currency_lira:before {content: '\eaef';}
.mi-currency_pound:before {content: '\eaf1';}
.mi-currency_ruble:before {content: '\eaec';}
.mi-currency_rupee:before {content: '\eaf7';}
.mi-currency_yen:before {content: '\eafb';}
.mi-currency_yuan:before {content: '\eaf9';}
.mi-curtains:before {content: '\ec1e';}
.mi-curtains_closed:before {content: '\ec1d';}
.mi-custom_typography:before {content: '\e732';}
.mi-cut:before {content: '\f08b';}
.mi-cycle:before {content: '\f854';}
.mi-cyclone:before {content: '\ebd5';}
.mi-dangerous:before {content: '\e99a';}
.mi-dark_mode:before {content: '\e51c';}
.mi-dashboard:before {content: '\e871';}
.mi-dashboard_customize:before {content: '\e99b';}
.mi-data_alert:before {content: '\f7f6';}
.mi-data_array:before {content: '\ead1';}
.mi-data_check:before {content: '\f7f2';}
.mi-data_exploration:before {content: '\e76f';}
.mi-data_info_alert:before {content: '\f7f5';}
.mi-data_loss_prevention:before {content: '\e2dc';}
.mi-data_object:before {content: '\ead3';}
.mi-data_saver_off:before {content: '\eff2';}
.mi-data_saver_on:before {content: '\eff3';}
.mi-data_table:before {content: '\e99c';}
.mi-data_thresholding:before {content: '\eb9f';}
.mi-data_usage:before {content: '\eff2';}
.mi-database:before {content: '\f20e';}
.mi-dataset:before {content: '\f8ee';}
.mi-dataset_linked:before {content: '\f8ef';}
.mi-date_range:before {content: '\e916';}
.mi-deblur:before {content: '\eb77';}
.mi-deceased:before {content: '\e0a5';}
.mi-decimal_decrease:before {content: '\f82d';}
.mi-decimal_increase:before {content: '\f82c';}
.mi-deck:before {content: '\ea42';}
.mi-dehaze:before {content: '\e3c7';}
.mi-delete:before {content: '\e92e';}
.mi-delete_forever:before {content: '\e92b';}
.mi-delete_history:before {content: '\f518';}
.mi-delete_outline:before {content: '\e92e';}
.mi-delete_sweep:before {content: '\e16c';}
.mi-demography:before {content: '\e489';}
.mi-density_large:before {content: '\eba9';}
.mi-density_medium:before {content: '\eb9e';}
.mi-density_small:before {content: '\eba8';}
.mi-dentistry:before {content: '\e0a6';}
.mi-departure_board:before {content: '\e576';}
.mi-deployed_code:before {content: '\f720';}
.mi-deployed_code_account:before {content: '\f51b';}
.mi-deployed_code_alert:before {content: '\f5f2';}
.mi-deployed_code_history:before {content: '\f5f3';}
.mi-deployed_code_update:before {content: '\f5f4';}
.mi-dermatology:before {content: '\e0a7';}
.mi-description:before {content: '\e873';}
.mi-deselect:before {content: '\ebb6';}
.mi-design_services:before {content: '\f10a';}
.mi-desk:before {content: '\f8f4';}
.mi-deskphone:before {content: '\f7fa';}
.mi-desktop_access_disabled:before {content: '\e99d';}
.mi-desktop_mac:before {content: '\e30b';}
.mi-desktop_windows:before {content: '\e30c';}
.mi-destruction:before {content: '\f585';}
.mi-details:before {content: '\e3c8';}
.mi-detection_and_zone:before {content: '\e29f';}
.mi-detector:before {content: '\e282';}
.mi-detector_alarm:before {content: '\e1f7';}
.mi-detector_battery:before {content: '\e204';}
.mi-detector_co:before {content: '\e2af';}
.mi-detector_offline:before {content: '\e223';}
.mi-detector_smoke:before {content: '\e285';}
.mi-detector_status:before {content: '\e1e8';}
.mi-developer_board:before {content: '\e30d';}
.mi-developer_board_off:before {content: '\e4ff';}
.mi-developer_guide:before {content: '\e99e';}
.mi-developer_mode:before {content: '\e1b0';}
.mi-developer_mode_tv:before {content: '\e874';}
.mi-device_hub:before {content: '\e335';}
.mi-device_reset:before {content: '\e8b3';}
.mi-device_thermostat:before {content: '\e1ff';}
.mi-device_unknown:before {content: '\e339';}
.mi-devices:before {content: '\e326';}
.mi-devices_fold:before {content: '\ebde';}
.mi-devices_off:before {content: '\f7a5';}
.mi-devices_other:before {content: '\e337';}
.mi-devices_wearables:before {content: '\f6ab';}
.mi-dew_point:before {content: '\f879';}
.mi-diagnosis:before {content: '\e0a8';}
.mi-dialer_sip:before {content: '\e0bb';}
.mi-dialogs:before {content: '\e99f';}
.mi-dialpad:before {content: '\e0bc';}
.mi-diamond:before {content: '\ead5';}
.mi-dictionary:before {content: '\f539';}
.mi-difference:before {content: '\eb7d';}
.mi-digital_out_of_home:before {content: '\f1de';}
.mi-digital_wellbeing:before {content: '\ef86';}
.mi-dining:before {content: '\eff4';}
.mi-dinner_dining:before {content: '\ea57';}
.mi-directions:before {content: '\e52e';}
.mi-directions_alt:before {content: '\f880';}
.mi-directions_alt_off:before {content: '\f881';}
.mi-directions_bike:before {content: '\e52f';}
.mi-directions_boat:before {content: '\eff5';}
.mi-directions_boat_filled:before {content: '\eff5';}
.mi-directions_bus:before {content: '\eff6';}
.mi-directions_bus_filled:before {content: '\eff6';}
.mi-directions_car:before {content: '\eff7';}
.mi-directions_car_filled:before {content: '\eff7';}
.mi-directions_off:before {content: '\f10f';}
.mi-directions_railway:before {content: '\eff8';}
.mi-directions_railway_filled:before {content: '\eff8';}
.mi-directions_run:before {content: '\e566';}
.mi-directions_subway:before {content: '\effa';}
.mi-directions_subway_filled:before {content: '\effa';}
.mi-directions_transit:before {content: '\effa';}
.mi-directions_transit_filled:before {content: '\effa';}
.mi-directions_walk:before {content: '\e536';}
.mi-directory_sync:before {content: '\e394';}
.mi-dirty_lens:before {content: '\ef4b';}
.mi-disabled_by_default:before {content: '\f230';}
.mi-disabled_visible:before {content: '\e76e';}
.mi-disc_full:before {content: '\e610';}
.mi-discover_tune:before {content: '\e018';}
.mi-dishwasher:before {content: '\e9a0';}
.mi-dishwasher_gen:before {content: '\e832';}
.mi-display_external_input:before {content: '\f7e7';}
.mi-display_settings:before {content: '\eb97';}
.mi-distance:before {content: '\f6ea';}
.mi-diversity_1:before {content: '\f8d7';}
.mi-diversity_2:before {content: '\f8d8';}
.mi-diversity_3:before {content: '\f8d9';}
.mi-diversity_4:before {content: '\f857';}
.mi-dns:before {content: '\e875';}
.mi-do_disturb:before {content: '\f08c';}
.mi-do_disturb_alt:before {content: '\f08d';}
.mi-do_disturb_off:before {content: '\f08e';}
.mi-do_disturb_on:before {content: '\f08f';}
.mi-do_not_disturb:before {content: '\f08d';}
.mi-do_not_disturb_alt:before {content: '\f08c';}
.mi-do_not_disturb_off:before {content: '\f08e';}
.mi-do_not_disturb_on:before {content: '\f08f';}
.mi-do_not_disturb_on_total_silence:before {content: '\effb';}
.mi-do_not_step:before {content: '\f19f';}
.mi-do_not_touch:before {content: '\f1b0';}
.mi-dock:before {content: '\e30e';}
.mi-dock_to_bottom:before {content: '\f7e6';}
.mi-dock_to_left:before {content: '\f7e5';}
.mi-dock_to_right:before {content: '\f7e4';}
.mi-docs_add_on:before {content: '\f0c2';}
.mi-docs_apps_script:before {content: '\f0c3';}
.mi-document_scanner:before {content: '\e5fa';}
.mi-domain:before {content: '\e7ee';}
.mi-domain_add:before {content: '\eb62';}
.mi-domain_disabled:before {content: '\e0ef';}
.mi-domain_verification:before {content: '\ef4c';}
.mi-domain_verification_off:before {content: '\f7b0';}
.mi-domino_mask:before {content: '\f5e4';}
.mi-done:before {content: '\e876';}
.mi-done_all:before {content: '\e877';}
.mi-done_outline:before {content: '\e92f';}
.mi-donut_large:before {content: '\e917';}
.mi-donut_small:before {content: '\e918';}
.mi-door_back:before {content: '\effc';}
.mi-door_front:before {content: '\effd';}
.mi-door_open:before {content: '\e77c';}
.mi-door_sensor:before {content: '\e28a';}
.mi-door_sliding:before {content: '\effe';}
.mi-doorbell:before {content: '\efff';}
.mi-doorbell_3p:before {content: '\e1e7';}
.mi-doorbell_chime:before {content: '\e1f3';}
.mi-double_arrow:before {content: '\ea50';}
.mi-downhill_skiing:before {content: '\e509';}
.mi-download:before {content: '\f090';}
.mi-download_2:before {content: '\f523';}
.mi-download_done:before {content: '\f091';}
.mi-download_for_offline:before {content: '\f000';}
.mi-downloading:before {content: '\f001';}
.mi-draft:before {content: '\e66d';}
.mi-draft_orders:before {content: '\e7b3';}
.mi-drafts:before {content: '\e151';}
.mi-drag_click:before {content: '\f71f';}
.mi-drag_handle:before {content: '\e25d';}
.mi-drag_indicator:before {content: '\e945';}
.mi-drag_pan:before {content: '\f71e';}
.mi-draw:before {content: '\e746';}
.mi-draw_abstract:before {content: '\f7f8';}
.mi-draw_collage:before {content: '\f7f7';}
.mi-drawing_recognition:before {content: '\eb00';}
.mi-dresser:before {content: '\e210';}
.mi-drive_eta:before {content: '\eff7';}
.mi-drive_file_move:before {content: '\e9a1';}
.mi-drive_file_move_outline:before {content: '\e9a1';}
.mi-drive_file_move_rtl:before {content: '\e9a1';}
.mi-drive_file_rename_outline:before {content: '\e9a2';}
.mi-drive_folder_upload:before {content: '\e9a3';}
.mi-drive_fusiontable:before {content: '\e678';}
.mi-dropdown:before {content: '\e9a4';}
.mi-dry:before {content: '\f1b3';}
.mi-dry_cleaning:before {content: '\ea58';}
.mi-dual_screen:before {content: '\f6cf';}
.mi-duo:before {content: '\e9a5';}
.mi-dvr:before {content: '\e1b2';}
.mi-dynamic_feed:before {content: '\ea14';}
.mi-dynamic_form:before {content: '\f1bf';}
.mi-e911_avatar:before {content: '\f11a';}
.mi-e911_emergency:before {content: '\f119';}
.mi-e_mobiledata:before {content: '\f002';}
.mi-e_mobiledata_badge:before {content: '\f7e3';}
.mi-earbuds:before {content: '\f003';}
.mi-earbuds_battery:before {content: '\f004';}
.mi-early_on:before {content: '\e2ba';}
.mi-earthquake:before {content: '\f64f';}
.mi-east:before {content: '\f1df';}
.mi-ecg:before {content: '\f80f';}
.mi-ecg_heart:before {content: '\f6e9';}
.mi-eco:before {content: '\ea35';}
.mi-eda:before {content: '\f6e8';}
.mi-edgesensor_high:before {content: '\f005';}
.mi-edgesensor_low:before {content: '\f006';}
.mi-edit:before {content: '\f097';}
.mi-edit_attributes:before {content: '\e578';}
.mi-edit_calendar:before {content: '\e742';}
.mi-edit_document:before {content: '\f88c';}
.mi-edit_location:before {content: '\e568';}
.mi-edit_location_alt:before {content: '\e1c5';}
.mi-edit_note:before {content: '\e745';}
.mi-edit_notifications:before {content: '\e525';}
.mi-edit_off:before {content: '\e950';}
.mi-edit_road:before {content: '\ef4d';}
.mi-edit_square:before {content: '\f88d';}
.mi-editor_choice:before {content: '\f528';}
.mi-egg:before {content: '\eacc';}
.mi-egg_alt:before {content: '\eac8';}
.mi-eject:before {content: '\e8fb';}
.mi-elderly:before {content: '\f21a';}
.mi-elderly_woman:before {content: '\eb69';}
.mi-electric_bike:before {content: '\eb1b';}
.mi-electric_bolt:before {content: '\ec1c';}
.mi-electric_car:before {content: '\eb1c';}
.mi-electric_meter:before {content: '\ec1b';}
.mi-electric_moped:before {content: '\eb1d';}
.mi-electric_rickshaw:before {content: '\eb1e';}
.mi-electric_scooter:before {content: '\eb1f';}
.mi-electrical_services:before {content: '\f102';}
.mi-elevation:before {content: '\f6e7';}
.mi-elevator:before {content: '\f1a0';}
.mi-email:before {content: '\e159';}
.mi-emergency:before {content: '\e1eb';}
.mi-emergency_heat:before {content: '\f15d';}
.mi-emergency_heat_2:before {content: '\f4e5';}
.mi-emergency_home:before {content: '\e82a';}
.mi-emergency_recording:before {content: '\ebf4';}
.mi-emergency_share:before {content: '\ebf6';}
.mi-emergency_share_off:before {content: '\f59e';}
.mi-emoji_emotions:before {content: '\ea22';}
.mi-emoji_events:before {content: '\ea23';}
.mi-emoji_flags:before {content: '\f0c6';}
.mi-emoji_food_beverage:before {content: '\ea1b';}
.mi-emoji_nature:before {content: '\ea1c';}
.mi-emoji_objects:before {content: '\ea24';}
.mi-emoji_people:before {content: '\ea1d';}
.mi-emoji_symbols:before {content: '\ea1e';}
.mi-emoji_transportation:before {content: '\ea1f';}
.mi-emoticon:before {content: '\e5f3';}
.mi-empty_dashboard:before {content: '\f844';}
.mi-enable:before {content: '\f188';}
.mi-encrypted:before {content: '\e593';}
.mi-endocrinology:before {content: '\e0a9';}
.mi-energy:before {content: '\e9a6';}
.mi-energy_program_saving:before {content: '\f15f';}
.mi-energy_program_time_used:before {content: '\f161';}
.mi-energy_savings_leaf:before {content: '\ec1a';}
.mi-engineering:before {content: '\ea3d';}
.mi-enhanced_encryption:before {content: '\e63f';}
.mi-ent:before {content: '\e0aa';}
.mi-enterprise:before {content: '\e70e';}
.mi-enterprise_off:before {content: '\eb4d';}
.mi-equal:before {content: '\f77b';}
.mi-equalizer:before {content: '\e01d';}
.mi-error:before {content: '\f8b6';}
.mi-error_circle_rounded:before {content: '\f8b6';}
.mi-error_med:before {content: '\e49b';}
.mi-error_outline:before {content: '\f8b6';}
.mi-escalator:before {content: '\f1a1';}
.mi-escalator_warning:before {content: '\f1ac';}
.mi-euro:before {content: '\ea15';}
.mi-euro_symbol:before {content: '\e926';}
.mi-ev_charger:before {content: '\e56d';}
.mi-ev_mobiledata_badge:before {content: '\f7e2';}
.mi-ev_shadow:before {content: '\ef8f';}
.mi-ev_shadow_add:before {content: '\f580';}
.mi-ev_shadow_minus:before {content: '\f57f';}
.mi-ev_station:before {content: '\e56d';}
.mi-event:before {content: '\e878';}
.mi-event_available:before {content: '\e614';}
.mi-event_busy:before {content: '\e615';}
.mi-event_list:before {content: '\f683';}
.mi-event_note:before {content: '\e616';}
.mi-event_repeat:before {content: '\eb7b';}
.mi-event_seat:before {content: '\e903';}
.mi-event_upcoming:before {content: '\f238';}
.mi-exclamation:before {content: '\f22f';}
.mi-exercise:before {content: '\f6e6';}
.mi-exit_to_app:before {content: '\e879';}
.mi-expand:before {content: '\e94f';}
.mi-expand_all:before {content: '\e946';}
.mi-expand_circle_down:before {content: '\e7cd';}
.mi-expand_circle_right:before {content: '\f591';}
.mi-expand_circle_up:before {content: '\f5d2';}
.mi-expand_content:before {content: '\f830';}
.mi-expand_less:before {content: '\e5ce';}
.mi-expand_more:before {content: '\e5cf';}
.mi-experiment:before {content: '\e686';}
.mi-explicit:before {content: '\e01e';}
.mi-explore:before {content: '\e87a';}
.mi-explore_nearby:before {content: '\e538';}
.mi-explore_off:before {content: '\e9a8';}
.mi-explosion:before {content: '\f685';}
.mi-export_notes:before {content: '\e0ac';}
.mi-exposure:before {content: '\e3f6';}
.mi-exposure_neg_1:before {content: '\e3cb';}
.mi-exposure_neg_2:before {content: '\e3cc';}
.mi-exposure_plus_1:before {content: '\e800';}
.mi-exposure_plus_2:before {content: '\e3ce';}
.mi-exposure_zero:before {content: '\e3cf';}
.mi-extension:before {content: '\e87b';}
.mi-extension_off:before {content: '\e4f5';}
.mi-eyeglasses:before {content: '\f6ee';}
.mi-face:before {content: '\f008';}
.mi-face_2:before {content: '\f8da';}
.mi-face_3:before {content: '\f8db';}
.mi-face_4:before {content: '\f8dc';}
.mi-face_5:before {content: '\f8dd';}
.mi-face_6:before {content: '\f8de';}
.mi-face_retouching_natural:before {content: '\ef4e';}
.mi-face_retouching_off:before {content: '\f007';}
.mi-face_unlock:before {content: '\f008';}
.mi-fact_check:before {content: '\f0c5';}
.mi-factory:before {content: '\ebbc';}
.mi-falling:before {content: '\f60d';}
.mi-familiar_face_and_zone:before {content: '\e21c';}
.mi-family_history:before {content: '\e0ad';}
.mi-family_home:before {content: '\eb26';}
.mi-family_link:before {content: '\eb19';}
.mi-family_restroom:before {content: '\f1a2';}
.mi-family_star:before {content: '\f527';}
.mi-farsight_digital:before {content: '\f559';}
.mi-fast_forward:before {content: '\e01f';}
.mi-fast_rewind:before {content: '\e020';}
.mi-fastfood:before {content: '\e57a';}
.mi-faucet:before {content: '\e278';}
.mi-favorite:before {content: '\e87e';}
.mi-favorite_border:before {content: '\e87e';}
.mi-fax:before {content: '\ead8';}
.mi-feature_search:before {content: '\e9a9';}
.mi-featured_play_list:before {content: '\e06d';}
.mi-featured_seasonal_and_gifts:before {content: '\ef91';}
.mi-featured_video:before {content: '\e06e';}
.mi-feed:before {content: '\f009';}
.mi-feedback:before {content: '\e87f';}
.mi-female:before {content: '\e590';}
.mi-femur:before {content: '\f891';}
.mi-femur_alt:before {content: '\f892';}
.mi-fence:before {content: '\f1f6';}
.mi-fertile:before {content: '\f6e5';}
.mi-festival:before {content: '\ea68';}
.mi-fiber_dvr:before {content: '\e05d';}
.mi-fiber_manual_record:before {content: '\e061';}
.mi-fiber_new:before {content: '\e05e';}
.mi-fiber_pin:before {content: '\e06a';}
.mi-fiber_smart_record:before {content: '\e062';}
.mi-file_copy:before {content: '\e173';}
.mi-file_copy_off:before {content: '\f4d8';}
.mi-file_download:before {content: '\f090';}
.mi-file_download_done:before {content: '\f091';}
.mi-file_download_off:before {content: '\e4fe';}
.mi-file_map:before {content: '\e2c5';}
.mi-file_open:before {content: '\eaf3';}
.mi-file_present:before {content: '\ea0e';}
.mi-file_save:before {content: '\f17f';}
.mi-file_save_off:before {content: '\e505';}
.mi-file_upload:before {content: '\f09b';}
.mi-file_upload_off:before {content: '\f886';}
.mi-filter:before {content: '\e3d3';}
.mi-filter_1:before {content: '\e3d0';}
.mi-filter_2:before {content: '\e3d1';}
.mi-filter_3:before {content: '\e3d2';}
.mi-filter_4:before {content: '\e3d4';}
.mi-filter_5:before {content: '\e3d5';}
.mi-filter_6:before {content: '\e3d6';}
.mi-filter_7:before {content: '\e3d7';}
.mi-filter_8:before {content: '\e3d8';}
.mi-filter_9:before {content: '\e3d9';}
.mi-filter_9_plus:before {content: '\e3da';}
.mi-filter_alt:before {content: '\ef4f';}
.mi-filter_alt_off:before {content: '\eb32';}
.mi-filter_b_and_w:before {content: '\e3db';}
.mi-filter_center_focus:before {content: '\e3dc';}
.mi-filter_drama:before {content: '\e3dd';}
.mi-filter_frames:before {content: '\e3de';}
.mi-filter_hdr:before {content: '\e3df';}
.mi-filter_list:before {content: '\e152';}
.mi-filter_list_alt:before {content: '\e94e';}
.mi-filter_list_off:before {content: '\eb57';}
.mi-filter_none:before {content: '\e3e0';}
.mi-filter_retrolux:before {content: '\e3e1';}
.mi-filter_tilt_shift:before {content: '\e3e2';}
.mi-filter_vintage:before {content: '\e3e3';}
.mi-finance:before {content: '\e6bf';}
.mi-finance_chip:before {content: '\f84e';}
.mi-finance_mode:before {content: '\ef92';}
.mi-find_in_page:before {content: '\e880';}
.mi-find_replace:before {content: '\e881';}
.mi-fingerprint:before {content: '\e90d';}
.mi-fire_extinguisher:before {content: '\f1d8';}
.mi-fire_hydrant:before {content: '\f1a3';}
.mi-fire_truck:before {content: '\f8f2';}
.mi-fireplace:before {content: '\ea43';}
.mi-first_page:before {content: '\e5dc';}
.mi-fit_page:before {content: '\f77a';}
.mi-fit_screen:before {content: '\ea10';}
.mi-fit_width:before {content: '\f779';}
.mi-fitness_center:before {content: '\eb43';}
.mi-flag:before {content: '\f0c6';}
.mi-flag_circle:before {content: '\eaf8';}
.mi-flag_filled:before {content: '\f0c6';}
.mi-flaky:before {content: '\ef50';}
.mi-flare:before {content: '\e3e4';}
.mi-flash_auto:before {content: '\e3e5';}
.mi-flash_off:before {content: '\e3e6';}
.mi-flash_on:before {content: '\e3e7';}
.mi-flashlight_off:before {content: '\f00a';}
.mi-flashlight_on:before {content: '\f00b';}
.mi-flatware:before {content: '\f00c';}
.mi-flex_direction:before {content: '\f778';}
.mi-flex_no_wrap:before {content: '\f777';}
.mi-flex_wrap:before {content: '\f776';}
.mi-flight:before {content: '\e539';}
.mi-flight_class:before {content: '\e7cb';}
.mi-flight_land:before {content: '\e904';}
.mi-flight_takeoff:before {content: '\e905';}
.mi-flights_and_hotels:before {content: '\e9ab';}
.mi-flightsmode:before {content: '\ef93';}
.mi-flip:before {content: '\e3e8';}
.mi-flip_camera_android:before {content: '\ea37';}
.mi-flip_camera_ios:before {content: '\ea38';}
.mi-flip_to_back:before {content: '\e882';}
.mi-flip_to_front:before {content: '\e883';}
.mi-flood:before {content: '\ebe6';}
.mi-floor:before {content: '\f6e4';}
.mi-floor_lamp:before {content: '\e21e';}
.mi-flourescent:before {content: '\f07d';}
.mi-flowsheet:before {content: '\e0ae';}
.mi-fluid:before {content: '\e483';}
.mi-fluid_balance:before {content: '\f80d';}
.mi-fluid_med:before {content: '\f80c';}
.mi-fluorescent:before {content: '\f07d';}
.mi-flutter:before {content: '\f1dd';}
.mi-flutter_dash:before {content: '\e00b';}
.mi-fmd_bad:before {content: '\f00e';}
.mi-fmd_good:before {content: '\f1db';}
.mi-foggy:before {content: '\e818';}
.mi-folded_hands:before {content: '\f5ed';}
.mi-folder:before {content: '\e2c7';}
.mi-folder_copy:before {content: '\ebbd';}
.mi-folder_data:before {content: '\f586';}
.mi-folder_delete:before {content: '\eb34';}
.mi-folder_limited:before {content: '\f4e4';}
.mi-folder_managed:before {content: '\f775';}
.mi-folder_off:before {content: '\eb83';}
.mi-folder_open:before {content: '\e2c8';}
.mi-folder_shared:before {content: '\e2c9';}
.mi-folder_special:before {content: '\e617';}
.mi-folder_supervised:before {content: '\f774';}
.mi-folder_zip:before {content: '\eb2c';}
.mi-follow_the_signs:before {content: '\f222';}
.mi-font_download:before {content: '\e167';}
.mi-font_download_off:before {content: '\e4f9';}
.mi-food_bank:before {content: '\f1f2';}
.mi-foot_bones:before {content: '\f893';}
.mi-footprint:before {content: '\f87d';}
.mi-for_you:before {content: '\e9ac';}
.mi-forest:before {content: '\ea99';}
.mi-fork_left:before {content: '\eba0';}
.mi-fork_right:before {content: '\ebac';}
.mi-forklift:before {content: '\f868';}
.mi-format_align_center:before {content: '\e234';}
.mi-format_align_justify:before {content: '\e235';}
.mi-format_align_left:before {content: '\e236';}
.mi-format_align_right:before {content: '\e237';}
.mi-format_bold:before {content: '\e238';}
.mi-format_clear:before {content: '\e239';}
.mi-format_color_fill:before {content: '\e23a';}
.mi-format_color_reset:before {content: '\e23b';}
.mi-format_color_text:before {content: '\e23c';}
.mi-format_h1:before {content: '\f85d';}
.mi-format_h2:before {content: '\f85e';}
.mi-format_h3:before {content: '\f85f';}
.mi-format_h4:before {content: '\f860';}
.mi-format_h5:before {content: '\f861';}
.mi-format_h6:before {content: '\f862';}
.mi-format_image_left:before {content: '\f863';}
.mi-format_image_right:before {content: '\f864';}
.mi-format_indent_decrease:before {content: '\e23d';}
.mi-format_indent_increase:before {content: '\e23e';}
.mi-format_ink_highlighter:before {content: '\f82b';}
.mi-format_italic:before {content: '\e23f';}
.mi-format_letter_spacing:before {content: '\f773';}
.mi-format_letter_spacing_2:before {content: '\f618';}
.mi-format_letter_spacing_standard:before {content: '\f617';}
.mi-format_letter_spacing_wide:before {content: '\f616';}
.mi-format_letter_spacing_wider:before {content: '\f615';}
.mi-format_line_spacing:before {content: '\e240';}
.mi-format_list_bulleted:before {content: '\e241';}
.mi-format_list_bulleted_add:before {content: '\f849';}
.mi-format_list_numbered:before {content: '\e242';}
.mi-format_list_numbered_rtl:before {content: '\e267';}
.mi-format_overline:before {content: '\eb65';}
.mi-format_paint:before {content: '\e243';}
.mi-format_paragraph:before {content: '\f865';}
.mi-format_quote:before {content: '\e244';}
.mi-format_shapes:before {content: '\e25e';}
.mi-format_size:before {content: '\e245';}
.mi-format_strikethrough:before {content: '\e246';}
.mi-format_text_clip:before {content: '\f82a';}
.mi-format_text_overflow:before {content: '\f829';}
.mi-format_text_wrap:before {content: '\f828';}
.mi-format_textdirection_l_to_r:before {content: '\e247';}
.mi-format_textdirection_r_to_l:before {content: '\e248';}
.mi-format_underlined:before {content: '\e249';}
.mi-format_underlined_squiggle:before {content: '\f885';}
.mi-forms_add_on:before {content: '\f0c7';}
.mi-forms_apps_script:before {content: '\f0c8';}
.mi-fort:before {content: '\eaad';}
.mi-forum:before {content: '\e8af';}
.mi-forward:before {content: '\f57a';}
.mi-forward_10:before {content: '\e056';}
.mi-forward_30:before {content: '\e057';}
.mi-forward_5:before {content: '\e058';}
.mi-forward_circle:before {content: '\f6f5';}
.mi-forward_media:before {content: '\f6f4';}
.mi-forward_to_inbox:before {content: '\f187';}
.mi-foundation:before {content: '\f200';}
.mi-frame_inspect:before {content: '\f772';}
.mi-frame_person:before {content: '\f8a6';}
.mi-frame_person_off:before {content: '\f7d1';}
.mi-frame_reload:before {content: '\f771';}
.mi-frame_source:before {content: '\f770';}
.mi-free_breakfast:before {content: '\eb44';}
.mi-free_cancellation:before {content: '\e748';}
.mi-front_hand:before {content: '\e769';}
.mi-front_loader:before {content: '\f869';}
.mi-full_coverage:before {content: '\eb12';}
.mi-full_hd:before {content: '\f58b';}
.mi-full_stacked_bar_chart:before {content: '\f212';}
.mi-fullscreen:before {content: '\e5d0';}
.mi-fullscreen_exit:before {content: '\e5d1';}
.mi-function:before {content: '\f866';}
.mi-functions:before {content: '\e24a';}
.mi-g_mobiledata:before {content: '\f010';}
.mi-g_mobiledata_badge:before {content: '\f7e1';}
.mi-g_translate:before {content: '\e927';}
.mi-gallery_thumbnail:before {content: '\f86f';}
.mi-gamepad:before {content: '\e30f';}
.mi-games:before {content: '\e30f';}
.mi-garage:before {content: '\f011';}
.mi-garage_door:before {content: '\e714';}
.mi-garage_home:before {content: '\e82d';}
.mi-garden_cart:before {content: '\f8a9';}
.mi-gas_meter:before {content: '\ec19';}
.mi-gastroenterology:before {content: '\e0f1';}
.mi-gate:before {content: '\e277';}
.mi-gavel:before {content: '\e90e';}
.mi-general_device:before {content: '\e6de';}
.mi-generating_tokens:before {content: '\e749';}
.mi-genetics:before {content: '\e0f3';}
.mi-genres:before {content: '\e6ee';}
.mi-gesture:before {content: '\e155';}
.mi-gesture_select:before {content: '\f657';}
.mi-get_app:before {content: '\f090';}
.mi-gif:before {content: '\e908';}
.mi-gif_box:before {content: '\e7a3';}
.mi-girl:before {content: '\eb68';}
.mi-gite:before {content: '\e58b';}
.mi-glass_cup:before {content: '\f6e3';}
.mi-globe:before {content: '\e64c';}
.mi-globe_asia:before {content: '\f799';}
.mi-globe_uk:before {content: '\f798';}
.mi-glucose:before {content: '\e4a0';}
.mi-glyphs:before {content: '\f8a3';}
.mi-go_to_line:before {content: '\f71d';}
.mi-golf_course:before {content: '\eb45';}
.mi-google_home_devices:before {content: '\e715';}
.mi-google_plus_reshare:before {content: '\f57a';}
.mi-google_tv_remote:before {content: '\f5db';}
.mi-google_wifi:before {content: '\f579';}
.mi-gpp_bad:before {content: '\f012';}
.mi-gpp_good:before {content: '\f013';}
.mi-gpp_maybe:before {content: '\f014';}
.mi-gps_fixed:before {content: '\e55c';}
.mi-gps_not_fixed:before {content: '\e1b7';}
.mi-gps_off:before {content: '\e1b6';}
.mi-grade:before {content: '\e885';}
.mi-gradient:before {content: '\e3e9';}
.mi-grading:before {content: '\ea4f';}
.mi-grain:before {content: '\e3ea';}
.mi-graphic_eq:before {content: '\e1b8';}
.mi-grass:before {content: '\f205';}
.mi-grid_3x3:before {content: '\f015';}
.mi-grid_3x3_off:before {content: '\f67c';}
.mi-grid_4x4:before {content: '\f016';}
.mi-grid_goldenratio:before {content: '\f017';}
.mi-grid_guides:before {content: '\f76f';}
.mi-grid_off:before {content: '\e3eb';}
.mi-grid_on:before {content: '\e3ec';}
.mi-grid_view:before {content: '\e9b0';}
.mi-grocery:before {content: '\ef97';}
.mi-group:before {content: '\ea21';}
.mi-group_add:before {content: '\e7f0';}
.mi-group_off:before {content: '\e747';}
.mi-group_remove:before {content: '\e7ad';}
.mi-group_work:before {content: '\e886';}
.mi-grouped_bar_chart:before {content: '\f211';}
.mi-groups:before {content: '\f233';}
.mi-groups_2:before {content: '\f8df';}
.mi-groups_3:before {content: '\f8e0';}
.mi-gynecology:before {content: '\e0f4';}
.mi-h_mobiledata:before {content: '\f018';}
.mi-h_mobiledata_badge:before {content: '\f7e0';}
.mi-h_plus_mobiledata:before {content: '\f019';}
.mi-h_plus_mobiledata_badge:before {content: '\f7df';}
.mi-hail:before {content: '\e9b1';}
.mi-hallway:before {content: '\e6f8';}
.mi-hand_bones:before {content: '\f894';}
.mi-hand_gesture:before {content: '\ef9c';}
.mi-handshake:before {content: '\ebcb';}
.mi-handwriting_recognition:before {content: '\eb02';}
.mi-handyman:before {content: '\f10b';}
.mi-hangout_video:before {content: '\e0c1';}
.mi-hangout_video_off:before {content: '\e0c2';}
.mi-hard_drive:before {content: '\f80e';}
.mi-hard_drive_2:before {content: '\f7a4';}
.mi-hardware:before {content: '\ea59';}
.mi-hd:before {content: '\e052';}
.mi-hdr_auto:before {content: '\f01a';}
.mi-hdr_auto_select:before {content: '\f01b';}
.mi-hdr_enhanced_select:before {content: '\ef51';}
.mi-hdr_off:before {content: '\e3ed';}
.mi-hdr_off_select:before {content: '\f01c';}
.mi-hdr_on:before {content: '\e3ee';}
.mi-hdr_on_select:before {content: '\f01d';}
.mi-hdr_plus:before {content: '\f01e';}
.mi-hdr_plus_off:before {content: '\e3ef';}
.mi-hdr_strong:before {content: '\e3f1';}
.mi-hdr_weak:before {content: '\e3f2';}
.mi-headphones:before {content: '\f01f';}
.mi-headphones_battery:before {content: '\f020';}
.mi-headset:before {content: '\f01f';}
.mi-headset_mic:before {content: '\e311';}
.mi-headset_off:before {content: '\e33a';}
.mi-healing:before {content: '\e3f3';}
.mi-health_and_beauty:before {content: '\ef9d';}
.mi-health_and_safety:before {content: '\e1d5';}
.mi-health_metrics:before {content: '\f6e2';}
.mi-heap_snapshot_large:before {content: '\f76e';}
.mi-heap_snapshot_multiple:before {content: '\f76d';}
.mi-heap_snapshot_thumbnail:before {content: '\f76c';}
.mi-hearing:before {content: '\e023';}
.mi-hearing_disabled:before {content: '\f104';}
.mi-heart_broken:before {content: '\eac2';}
.mi-heart_check:before {content: '\f60a';}
.mi-heart_minus:before {content: '\f883';}
.mi-heart_plus:before {content: '\f884';}
.mi-heat:before {content: '\f537';}
.mi-heat_pump:before {content: '\ec18';}
.mi-heat_pump_balance:before {content: '\e27e';}
.mi-height:before {content: '\ea16';}
.mi-helicopter:before {content: '\f60c';}
.mi-help:before {content: '\e8fd';}
.mi-help_center:before {content: '\f1c0';}
.mi-help_clinic:before {content: '\f810';}
.mi-help_outline:before {content: '\e8fd';}
.mi-hematology:before {content: '\e0f6';}
.mi-hevc:before {content: '\f021';}
.mi-hexagon:before {content: '\eb39';}
.mi-hide:before {content: '\ef9e';}
.mi-hide_image:before {content: '\f022';}
.mi-hide_source:before {content: '\f023';}
.mi-high_density:before {content: '\f79c';}
.mi-high_quality:before {content: '\e024';}
.mi-high_res:before {content: '\f54b';}
.mi-highlight:before {content: '\e25f';}
.mi-highlight_keyboard_focus:before {content: '\f510';}
.mi-highlight_mouse_cursor:before {content: '\f511';}
.mi-highlight_off:before {content: '\e888';}
.mi-highlight_text_cursor:before {content: '\f512';}
.mi-highlighter_size_1:before {content: '\f76b';}
.mi-highlighter_size_2:before {content: '\f76a';}
.mi-highlighter_size_3:before {content: '\f769';}
.mi-highlighter_size_4:before {content: '\f768';}
.mi-highlighter_size_5:before {content: '\f767';}
.mi-hiking:before {content: '\e50a';}
.mi-history:before {content: '\e8b3';}
.mi-history_edu:before {content: '\ea3e';}
.mi-history_off:before {content: '\f4da';}
.mi-history_toggle_off:before {content: '\f17d';}
.mi-hive:before {content: '\eaa6';}
.mi-hls:before {content: '\eb8a';}
.mi-hls_off:before {content: '\eb8c';}
.mi-holiday_village:before {content: '\e58a';}
.mi-home:before {content: '\e9b2';}
.mi-home_and_garden:before {content: '\ef9f';}
.mi-home_app_logo:before {content: '\e295';}
.mi-home_filled:before {content: '\e9b2';}
.mi-home_health:before {content: '\e4b9';}
.mi-home_improvement_and_tools:before {content: '\efa0';}
.mi-home_iot_device:before {content: '\e283';}
.mi-home_max:before {content: '\f024';}
.mi-home_max_dots:before {content: '\e849';}
.mi-home_mini:before {content: '\f025';}
.mi-home_pin:before {content: '\f14d';}
.mi-home_repair_service:before {content: '\f100';}
.mi-home_speaker:before {content: '\f11c';}
.mi-home_storage:before {content: '\f86c';}
.mi-home_work:before {content: '\f030';}
.mi-horizontal_distribute:before {content: '\e014';}
.mi-horizontal_rule:before {content: '\f108';}
.mi-horizontal_split:before {content: '\e947';}
.mi-hot_tub:before {content: '\eb46';}
.mi-hotel:before {content: '\e549';}
.mi-hotel_class:before {content: '\e743';}
.mi-hourglass:before {content: '\ebff';}
.mi-hourglass_bottom:before {content: '\ea5c';}
.mi-hourglass_disabled:before {content: '\ef53';}
.mi-hourglass_empty:before {content: '\e88b';}
.mi-hourglass_full:before {content: '\e88c';}
.mi-hourglass_top:before {content: '\ea5b';}
.mi-house:before {content: '\ea44';}
.mi-house_siding:before {content: '\f202';}
.mi-house_with_shield:before {content: '\e786';}
.mi-houseboat:before {content: '\e584';}
.mi-household_supplies:before {content: '\efa1';}
.mi-how_to_reg:before {content: '\e174';}
.mi-how_to_vote:before {content: '\e175';}
.mi-hr_resting:before {content: '\f6ba';}
.mi-html:before {content: '\eb7e';}
.mi-http:before {content: '\e902';}
.mi-https:before {content: '\e899';}
.mi-hub:before {content: '\e9f4';}
.mi-humerus:before {content: '\f895';}
.mi-humerus_alt:before {content: '\f896';}
.mi-humidity_high:before {content: '\f163';}
.mi-humidity_indoor:before {content: '\f558';}
.mi-humidity_low:before {content: '\f164';}
.mi-humidity_mid:before {content: '\f165';}
.mi-humidity_percentage:before {content: '\f87e';}
.mi-hvac:before {content: '\f10e';}
.mi-ice_skating:before {content: '\e50b';}
.mi-icecream:before {content: '\ea69';}
.mi-ifl:before {content: '\e025';}
.mi-iframe:before {content: '\f71b';}
.mi-iframe_off:before {content: '\f71c';}
.mi-image:before {content: '\e3f4';}
.mi-image_aspect_ratio:before {content: '\e3f5';}
.mi-image_not_supported:before {content: '\f116';}
.mi-image_search:before {content: '\e43f';}
.mi-imagesearch_roller:before {content: '\e9b4';}
.mi-imagesmode:before {content: '\efa2';}
.mi-immunology:before {content: '\e0fb';}
.mi-import_contacts:before {content: '\e0e0';}
.mi-import_export:before {content: '\e8d5';}
.mi-important_devices:before {content: '\e912';}
.mi-in_home_mode:before {content: '\e833';}
.mi-inactive_order:before {content: '\e0fc';}
.mi-inbox:before {content: '\e156';}
.mi-inbox_customize:before {content: '\f859';}
.mi-incomplete_circle:before {content: '\e79b';}
.mi-indeterminate_check_box:before {content: '\e909';}
.mi-indeterminate_question_box:before {content: '\f56d';}
.mi-info:before {content: '\e88e';}
.mi-info_i:before {content: '\f59b';}
.mi-infrared:before {content: '\f87c';}
.mi-ink_eraser:before {content: '\e6d0';}
.mi-ink_eraser_off:before {content: '\e7e3';}
.mi-ink_highlighter:before {content: '\e6d1';}
.mi-ink_highlighter_move:before {content: '\f524';}
.mi-ink_marker:before {content: '\e6d2';}
.mi-ink_pen:before {content: '\e6d3';}
.mi-inpatient:before {content: '\e0fe';}
.mi-input:before {content: '\e890';}
.mi-input_circle:before {content: '\f71a';}
.mi-insert_chart:before {content: '\f0cc';}
.mi-insert_chart_filled:before {content: '\f0cc';}
.mi-insert_chart_outlined:before {content: '\f0cc';}
.mi-insert_comment:before {content: '\e24c';}
.mi-insert_drive_file:before {content: '\e66d';}
.mi-insert_emoticon:before {content: '\ea22';}
.mi-insert_invitation:before {content: '\e878';}
.mi-insert_link:before {content: '\e250';}
.mi-insert_page_break:before {content: '\eaca';}
.mi-insert_photo:before {content: '\e3f4';}
.mi-insert_text:before {content: '\f827';}
.mi-insights:before {content: '\f092';}
.mi-install_desktop:before {content: '\eb71';}
.mi-install_mobile:before {content: '\eb72';}
.mi-instant_mix:before {content: '\e026';}
.mi-integration_instructions:before {content: '\ef54';}
.mi-interactive_space:before {content: '\f7ff';}
.mi-interests:before {content: '\e7c8';}
.mi-interpreter_mode:before {content: '\e83b';}
.mi-inventory:before {content: '\e179';}
.mi-inventory_2:before {content: '\e1a1';}
.mi-invert_colors:before {content: '\e891';}
.mi-invert_colors_off:before {content: '\e0c4';}
.mi-ios:before {content: '\e027';}
.mi-ios_share:before {content: '\e6b8';}
.mi-iron:before {content: '\e583';}
.mi-iso:before {content: '\e3f6';}
.mi-jamboard_kiosk:before {content: '\e9b5';}
.mi-javascript:before {content: '\eb7c';}
.mi-join:before {content: '\f84f';}
.mi-join_full:before {content: '\f84f';}
.mi-join_inner:before {content: '\eaf4';}
.mi-join_left:before {content: '\eaf2';}
.mi-join_right:before {content: '\eaea';}
.mi-joystick:before {content: '\f5ee';}
.mi-jump_to_element:before {content: '\f719';}
.mi-kayaking:before {content: '\e50c';}
.mi-kebab_dining:before {content: '\e842';}
.mi-kettle:before {content: '\e2b9';}
.mi-key:before {content: '\e73c';}
.mi-key_off:before {content: '\eb84';}
.mi-key_vertical:before {content: '\f51a';}
.mi-key_visualizer:before {content: '\f199';}
.mi-keyboard:before {content: '\e312';}
.mi-keyboard_alt:before {content: '\f028';}
.mi-keyboard_arrow_down:before {content: '\e313';}
.mi-keyboard_arrow_left:before {content: '\e314';}
.mi-keyboard_arrow_right:before {content: '\e315';}
.mi-keyboard_arrow_up:before {content: '\e316';}
.mi-keyboard_backspace:before {content: '\e317';}
.mi-keyboard_capslock:before {content: '\e318';}
.mi-keyboard_capslock_badge:before {content: '\f7de';}
.mi-keyboard_command_key:before {content: '\eae7';}
.mi-keyboard_control_key:before {content: '\eae6';}
.mi-keyboard_double_arrow_down:before {content: '\ead0';}
.mi-keyboard_double_arrow_left:before {content: '\eac3';}
.mi-keyboard_double_arrow_right:before {content: '\eac9';}
.mi-keyboard_double_arrow_up:before {content: '\eacf';}
.mi-keyboard_external_input:before {content: '\f7dd';}
.mi-keyboard_full:before {content: '\f7dc';}
.mi-keyboard_hide:before {content: '\e31a';}
.mi-keyboard_keys:before {content: '\f67b';}
.mi-keyboard_off:before {content: '\f67a';}
.mi-keyboard_onscreen:before {content: '\f7db';}
.mi-keyboard_option_key:before {content: '\eae8';}
.mi-keyboard_previous_language:before {content: '\f7da';}
.mi-keyboard_return:before {content: '\e31b';}
.mi-keyboard_tab:before {content: '\e31c';}
.mi-keyboard_tab_rtl:before {content: '\ec73';}
.mi-keyboard_voice:before {content: '\e31d';}
.mi-kid_star:before {content: '\f526';}
.mi-king_bed:before {content: '\ea45';}
.mi-kitchen:before {content: '\eb47';}
.mi-kitesurfing:before {content: '\e50d';}
.mi-lab_panel:before {content: '\e103';}
.mi-lab_profile:before {content: '\e104';}
.mi-lab_research:before {content: '\f80b';}
.mi-label:before {content: '\e893';}
.mi-label_important:before {content: '\e948';}
.mi-label_important_outline:before {content: '\e948';}
.mi-label_off:before {content: '\e9b6';}
.mi-label_outline:before {content: '\e893';}
.mi-labs:before {content: '\e105';}
.mi-lan:before {content: '\eb2f';}
.mi-landscape:before {content: '\e564';}
.mi-landslide:before {content: '\ebd7';}
.mi-language:before {content: '\e894';}
.mi-language_chinese_array:before {content: '\f766';}
.mi-language_chinese_cangjie:before {content: '\f765';}
.mi-language_chinese_dayi:before {content: '\f764';}
.mi-language_chinese_pinyin:before {content: '\f763';}
.mi-language_chinese_quick:before {content: '\f762';}
.mi-language_chinese_wubi:before {content: '\f761';}
.mi-language_french:before {content: '\f760';}
.mi-language_gb_english:before {content: '\f75f';}
.mi-language_international:before {content: '\f75e';}
.mi-language_japanese_kana:before {content: '\f513';}
.mi-language_korean_latin:before {content: '\f75d';}
.mi-language_pinyin:before {content: '\f75c';}
.mi-language_spanish:before {content: '\f5e9';}
.mi-language_us:before {content: '\f759';}
.mi-language_us_colemak:before {content: '\f75b';}
.mi-language_us_dvorak:before {content: '\f75a';}
.mi-laps:before {content: '\f6b9';}
.mi-laptop:before {content: '\e31e';}
.mi-laptop_chromebook:before {content: '\e31f';}
.mi-laptop_mac:before {content: '\e320';}
.mi-laptop_windows:before {content: '\e321';}
.mi-lasso_select:before {content: '\eb03';}
.mi-last_page:before {content: '\e5dd';}
.mi-launch:before {content: '\e89e';}
.mi-laundry:before {content: '\e2a8';}
.mi-layers:before {content: '\e53b';}
.mi-layers_clear:before {content: '\e53c';}
.mi-lda:before {content: '\e106';}
.mi-leaderboard:before {content: '\f20c';}
.mi-leak_add:before {content: '\e3f8';}
.mi-leak_remove:before {content: '\e3f9';}
.mi-left_click:before {content: '\f718';}
.mi-left_panel_close:before {content: '\f717';}
.mi-left_panel_open:before {content: '\f716';}
.mi-legend_toggle:before {content: '\f11b';}
.mi-lens:before {content: '\e3fa';}
.mi-lens_blur:before {content: '\f029';}
.mi-letter_switch:before {content: '\f758';}
.mi-library_add:before {content: '\e03c';}
.mi-library_add_check:before {content: '\e9b7';}
.mi-library_books:before {content: '\e02f';}
.mi-library_music:before {content: '\e030';}
.mi-license:before {content: '\eb04';}
.mi-lift_to_talk:before {content: '\efa3';}
.mi-light:before {content: '\f02a';}
.mi-light_group:before {content: '\e28b';}
.mi-light_mode:before {content: '\e518';}
.mi-light_off:before {content: '\e9b8';}
.mi-lightbulb:before {content: '\e90f';}
.mi-lightbulb_circle:before {content: '\ebfe';}
.mi-lightbulb_outline:before {content: '\e90f';}
.mi-lightning_stand:before {content: '\efa4';}
.mi-line_axis:before {content: '\ea9a';}
.mi-line_curve:before {content: '\f757';}
.mi-line_end:before {content: '\f826';}
.mi-line_end_arrow:before {content: '\f81d';}
.mi-line_end_arrow_notch:before {content: '\f81c';}
.mi-line_end_circle:before {content: '\f81b';}
.mi-line_end_diamond:before {content: '\f81a';}
.mi-line_end_square:before {content: '\f819';}
.mi-line_start:before {content: '\f825';}
.mi-line_start_arrow:before {content: '\f818';}
.mi-line_start_arrow_notch:before {content: '\f817';}
.mi-line_start_circle:before {content: '\f816';}
.mi-line_start_diamond:before {content: '\f815';}
.mi-line_start_square:before {content: '\f814';}
.mi-line_style:before {content: '\e919';}
.mi-line_weight:before {content: '\e91a';}
.mi-linear_scale:before {content: '\e260';}
.mi-link:before {content: '\e250';}
.mi-link_off:before {content: '\e16f';}
.mi-linked_camera:before {content: '\e438';}
.mi-linked_services:before {content: '\f535';}
.mi-liquor:before {content: '\ea60';}
.mi-list:before {content: '\e896';}
.mi-list_alt:before {content: '\e0ee';}
.mi-list_alt_add:before {content: '\f756';}
.mi-lists:before {content: '\e9b9';}
.mi-live_help:before {content: '\e0c6';}
.mi-live_tv:before {content: '\e63a';}
.mi-living:before {content: '\f02b';}
.mi-local_activity:before {content: '\e553';}
.mi-local_airport:before {content: '\e53d';}
.mi-local_atm:before {content: '\e53e';}
.mi-local_bar:before {content: '\e540';}
.mi-local_cafe:before {content: '\eb44';}
.mi-local_car_wash:before {content: '\e542';}
.mi-local_convenience_store:before {content: '\e543';}
.mi-local_dining:before {content: '\e561';}
.mi-local_drink:before {content: '\e544';}
.mi-local_fire_department:before {content: '\ef55';}
.mi-local_florist:before {content: '\e545';}
.mi-local_gas_station:before {content: '\e546';}
.mi-local_grocery_store:before {content: '\e8cc';}
.mi-local_hospital:before {content: '\e548';}
.mi-local_hotel:before {content: '\e549';}
.mi-local_laundry_service:before {content: '\e54a';}
.mi-local_library:before {content: '\e54b';}
.mi-local_mall:before {content: '\e54c';}
.mi-local_movies:before {content: '\e8da';}
.mi-local_offer:before {content: '\f05b';}
.mi-local_parking:before {content: '\e54f';}
.mi-local_pharmacy:before {content: '\e550';}
.mi-local_phone:before {content: '\f0d4';}
.mi-local_pizza:before {content: '\e552';}
.mi-local_play:before {content: '\e553';}
.mi-local_police:before {content: '\ef56';}
.mi-local_post_office:before {content: '\e554';}
.mi-local_printshop:before {content: '\e8ad';}
.mi-local_see:before {content: '\e557';}
.mi-local_shipping:before {content: '\e558';}
.mi-local_taxi:before {content: '\e559';}
.mi-location_automation:before {content: '\f14f';}
.mi-location_away:before {content: '\f150';}
.mi-location_chip:before {content: '\f850';}
.mi-location_city:before {content: '\e7f1';}
.mi-location_disabled:before {content: '\e1b6';}
.mi-location_home:before {content: '\f152';}
.mi-location_off:before {content: '\e0c7';}
.mi-location_on:before {content: '\f1db';}
.mi-location_pin:before {content: '\f1db';}
.mi-location_searching:before {content: '\e1b7';}
.mi-locator_tag:before {content: '\f8c1';}
.mi-lock:before {content: '\e899';}
.mi-lock_clock:before {content: '\ef57';}
.mi-lock_open:before {content: '\e898';}
.mi-lock_open_right:before {content: '\f656';}
.mi-lock_outline:before {content: '\e899';}
.mi-lock_person:before {content: '\f8f3';}
.mi-lock_reset:before {content: '\eade';}
.mi-login:before {content: '\ea77';}
.mi-logo_dev:before {content: '\ead6';}
.mi-logout:before {content: '\e9ba';}
.mi-looks:before {content: '\e3fc';}
.mi-looks_3:before {content: '\e3fb';}
.mi-looks_4:before {content: '\e3fd';}
.mi-looks_5:before {content: '\e3fe';}
.mi-looks_6:before {content: '\e3ff';}
.mi-looks_one:before {content: '\e400';}
.mi-looks_two:before {content: '\e401';}
.mi-loop:before {content: '\e863';}
.mi-loupe:before {content: '\e402';}
.mi-low_density:before {content: '\f79b';}
.mi-low_priority:before {content: '\e16d';}
.mi-loyalty:before {content: '\e89a';}
.mi-lte_mobiledata:before {content: '\f02c';}
.mi-lte_mobiledata_badge:before {content: '\f7d9';}
.mi-lte_plus_mobiledata:before {content: '\f02d';}
.mi-lte_plus_mobiledata_badge:before {content: '\f7d8';}
.mi-luggage:before {content: '\f235';}
.mi-lunch_dining:before {content: '\ea61';}
.mi-lyrics:before {content: '\ec0b';}
.mi-macro_auto:before {content: '\f6f2';}
.mi-macro_off:before {content: '\f8d2';}
.mi-magic_button:before {content: '\f136';}
.mi-magic_exchange:before {content: '\f7f4';}
.mi-magic_tether:before {content: '\f7d7';}
.mi-magnification_large:before {content: '\f83d';}
.mi-magnification_small:before {content: '\f83c';}
.mi-magnify_docked:before {content: '\f7d6';}
.mi-magnify_fullscreen:before {content: '\f7d5';}
.mi-mail:before {content: '\e159';}
.mi-mail_lock:before {content: '\ec0a';}
.mi-mail_outline:before {content: '\e159';}
.mi-male:before {content: '\e58e';}
.mi-man:before {content: '\e4eb';}
.mi-man_2:before {content: '\f8e1';}
.mi-man_3:before {content: '\f8e2';}
.mi-man_4:before {content: '\f8e3';}
.mi-manage_accounts:before {content: '\f02e';}
.mi-manage_history:before {content: '\ebe7';}
.mi-manage_search:before {content: '\f02f';}
.mi-manga:before {content: '\f5e3';}
.mi-manufacturing:before {content: '\e726';}
.mi-map:before {content: '\e55b';}
.mi-maps_home_work:before {content: '\f030';}
.mi-maps_ugc:before {content: '\ef58';}
.mi-margin:before {content: '\e9bb';}
.mi-mark_as_unread:before {content: '\e9bc';}
.mi-mark_chat_read:before {content: '\f18b';}
.mi-mark_chat_unread:before {content: '\f189';}
.mi-mark_email_read:before {content: '\f18c';}
.mi-mark_email_unread:before {content: '\f18a';}
.mi-mark_unread_chat_alt:before {content: '\eb9d';}
.mi-markdown:before {content: '\f552';}
.mi-markdown_copy:before {content: '\f553';}
.mi-markdown_paste:before {content: '\f554';}
.mi-markunread:before {content: '\e159';}
.mi-markunread_mailbox:before {content: '\e89b';}
.mi-masked_transitions:before {content: '\e72e';}
.mi-masks:before {content: '\f218';}
.mi-match_case:before {content: '\f6f1';}
.mi-match_word:before {content: '\f6f0';}
.mi-matter:before {content: '\e907';}
.mi-maximize:before {content: '\e930';}
.mi-measuring_tape:before {content: '\f6af';}
.mi-media_bluetooth_off:before {content: '\f031';}
.mi-media_bluetooth_on:before {content: '\f032';}
.mi-media_link:before {content: '\f83f';}
.mi-media_output:before {content: '\f4f2';}
.mi-media_output_off:before {content: '\f4f3';}
.mi-mediation:before {content: '\efa7';}
.mi-medical_information:before {content: '\ebed';}
.mi-medical_mask:before {content: '\f80a';}
.mi-medical_services:before {content: '\f109';}
.mi-medication:before {content: '\f033';}
.mi-medication_liquid:before {content: '\ea87';}
.mi-meeting_room:before {content: '\eb4f';}
.mi-memory:before {content: '\e322';}
.mi-memory_alt:before {content: '\f7a3';}
.mi-menstrual_health:before {content: '\f6e1';}
.mi-menu:before {content: '\e5d2';}
.mi-menu_book:before {content: '\ea19';}
.mi-menu_open:before {content: '\e9bd';}
.mi-merge:before {content: '\eb98';}
.mi-merge_type:before {content: '\e252';}
.mi-message:before {content: '\e0c9';}
.mi-metabolism:before {content: '\e10b';}
.mi-mfg_nest_yale_lock:before {content: '\f11d';}
.mi-mic:before {content: '\e31d';}
.mi-mic_double:before {content: '\f5d1';}
.mi-mic_external_off:before {content: '\ef59';}
.mi-mic_external_on:before {content: '\ef5a';}
.mi-mic_none:before {content: '\e31d';}
.mi-mic_off:before {content: '\e02b';}
.mi-microbiology:before {content: '\e10c';}
.mi-microwave:before {content: '\f204';}
.mi-microwave_gen:before {content: '\e847';}
.mi-military_tech:before {content: '\ea3f';}
.mi-mimo:before {content: '\e9be';}
.mi-mimo_disconnect:before {content: '\e9bf';}
.mi-mindfulness:before {content: '\f6e0';}
.mi-minimize:before {content: '\e931';}
.mi-minor_crash:before {content: '\ebf1';}
.mi-mintmark:before {content: '\efa9';}
.mi-missed_video_call:before {content: '\f0ce';}
.mi-missed_video_call_filled:before {content: '\f0ce';}
.mi-missing_controller:before {content: '\e701';}
.mi-mist:before {content: '\e188';}
.mi-mitre:before {content: '\f547';}
.mi-mixture_med:before {content: '\e4c8';}
.mi-mms:before {content: '\e618';}
.mi-mobile_friendly:before {content: '\e200';}
.mi-mobile_off:before {content: '\e201';}
.mi-mobile_screen_share:before {content: '\e0e7';}
.mi-mobiledata_off:before {content: '\f034';}
.mi-mode:before {content: '\f097';}
.mi-mode_comment:before {content: '\e253';}
.mi-mode_cool:before {content: '\f166';}
.mi-mode_cool_off:before {content: '\f167';}
.mi-mode_dual:before {content: '\f557';}
.mi-mode_edit:before {content: '\f097';}
.mi-mode_edit_outline:before {content: '\f097';}
.mi-mode_fan:before {content: '\f168';}
.mi-mode_fan_off:before {content: '\ec17';}
.mi-mode_heat:before {content: '\f16a';}
.mi-mode_heat_cool:before {content: '\f16b';}
.mi-mode_heat_off:before {content: '\f16d';}
.mi-mode_night:before {content: '\f036';}
.mi-mode_of_travel:before {content: '\e7ce';}
.mi-mode_off_on:before {content: '\f16f';}
.mi-mode_standby:before {content: '\f037';}
.mi-model_training:before {content: '\f0cf';}
.mi-monetization_on:before {content: '\e263';}
.mi-money:before {content: '\e57d';}
.mi-money_off:before {content: '\f038';}
.mi-money_off_csred:before {content: '\f038';}
.mi-monitor:before {content: '\ef5b';}
.mi-monitor_heart:before {content: '\eaa2';}
.mi-monitor_weight:before {content: '\f039';}
.mi-monitor_weight_gain:before {content: '\f6df';}
.mi-monitor_weight_loss:before {content: '\f6de';}
.mi-monitoring:before {content: '\f190';}
.mi-monochrome_photos:before {content: '\e403';}
.mi-mood:before {content: '\ea22';}
.mi-mood_bad:before {content: '\e7f3';}
.mi-mop:before {content: '\e28d';}
.mi-more:before {content: '\e619';}
.mi-more_down:before {content: '\f196';}
.mi-more_horiz:before {content: '\e5d3';}
.mi-more_time:before {content: '\ea5d';}
.mi-more_up:before {content: '\f197';}
.mi-more_vert:before {content: '\e5d4';}
.mi-mosque:before {content: '\eab2';}
.mi-motion_blur:before {content: '\f0d0';}
.mi-motion_mode:before {content: '\f842';}
.mi-motion_photos_auto:before {content: '\f03a';}
.mi-motion_photos_off:before {content: '\e9c0';}
.mi-motion_photos_on:before {content: '\e9c1';}
.mi-motion_photos_pause:before {content: '\f227';}
.mi-motion_photos_paused:before {content: '\f227';}
.mi-motion_sensor_active:before {content: '\e792';}
.mi-motion_sensor_alert:before {content: '\e784';}
.mi-motion_sensor_idle:before {content: '\e783';}
.mi-motion_sensor_urgent:before {content: '\e78e';}
.mi-motorcycle:before {content: '\e91b';}
.mi-mountain_flag:before {content: '\f5e2';}
.mi-mouse:before {content: '\e323';}
.mi-move:before {content: '\e740';}
.mi-move_down:before {content: '\eb61';}
.mi-move_group:before {content: '\f715';}
.mi-move_item:before {content: '\f1ff';}
.mi-move_location:before {content: '\e741';}
.mi-move_selection_down:before {content: '\f714';}
.mi-move_selection_left:before {content: '\f713';}
.mi-move_selection_right:before {content: '\f712';}
.mi-move_selection_up:before {content: '\f711';}
.mi-move_to_inbox:before {content: '\e168';}
.mi-move_up:before {content: '\eb64';}
.mi-moved_location:before {content: '\e594';}
.mi-movie:before {content: '\e404';}
.mi-movie_creation:before {content: '\e404';}
.mi-movie_edit:before {content: '\f840';}
.mi-movie_filter:before {content: '\e43a';}
.mi-movie_info:before {content: '\e02d';}
.mi-moving:before {content: '\e501';}
.mi-moving_beds:before {content: '\e73d';}
.mi-moving_ministry:before {content: '\e73e';}
.mi-mp:before {content: '\e9c3';}
.mi-multicooker:before {content: '\e293';}
.mi-multiline_chart:before {content: '\e6df';}
.mi-multiple_stop:before {content: '\f1b9';}
.mi-museum:before {content: '\ea36';}
.mi-music_cast:before {content: '\eb1a';}
.mi-music_note:before {content: '\e405';}
.mi-music_off:before {content: '\e440';}
.mi-music_video:before {content: '\e063';}
.mi-my_location:before {content: '\e55c';}
.mi-mystery:before {content: '\f5e1';}
.mi-nat:before {content: '\ef5c';}
.mi-nature:before {content: '\e406';}
.mi-nature_people:before {content: '\e407';}
.mi-navigate_before:before {content: '\e408';}
.mi-navigate_next:before {content: '\e409';}
.mi-navigation:before {content: '\e55d';}
.mi-near_me:before {content: '\e569';}
.mi-near_me_disabled:before {content: '\f1ef';}
.mi-nearby:before {content: '\e6b7';}
.mi-nearby_error:before {content: '\f03b';}
.mi-nearby_off:before {content: '\f03c';}
.mi-nephrology:before {content: '\e10d';}
.mi-nest_audio:before {content: '\ebbf';}
.mi-nest_cam_floodlight:before {content: '\f8b7';}
.mi-nest_cam_indoor:before {content: '\f11e';}
.mi-nest_cam_iq:before {content: '\f11f';}
.mi-nest_cam_iq_outdoor:before {content: '\f120';}
.mi-nest_cam_magnet_mount:before {content: '\f8b8';}
.mi-nest_cam_outdoor:before {content: '\f121';}
.mi-nest_cam_stand:before {content: '\f8b9';}
.mi-nest_cam_wall_mount:before {content: '\f8ba';}
.mi-nest_cam_wired_stand:before {content: '\ec16';}
.mi-nest_clock_farsight_analog:before {content: '\f8bb';}
.mi-nest_clock_farsight_digital:before {content: '\f8bc';}
.mi-nest_connect:before {content: '\f122';}
.mi-nest_detect:before {content: '\f123';}
.mi-nest_display:before {content: '\f124';}
.mi-nest_display_max:before {content: '\f125';}
.mi-nest_doorbell_visitor:before {content: '\f8bd';}
.mi-nest_eco_leaf:before {content: '\f8be';}
.mi-nest_farsight_weather:before {content: '\f8bf';}
.mi-nest_found_savings:before {content: '\f8c0';}
.mi-nest_gale_wifi:before {content: '\f579';}
.mi-nest_heat_link_e:before {content: '\f126';}
.mi-nest_heat_link_gen_3:before {content: '\f127';}
.mi-nest_hello_doorbell:before {content: '\e82c';}
.mi-nest_locator_tag:before {content: '\f8c1';}
.mi-nest_mini:before {content: '\e789';}
.mi-nest_multi_room:before {content: '\f8c2';}
.mi-nest_protect:before {content: '\e68e';}
.mi-nest_remote:before {content: '\f5db';}
.mi-nest_remote_comfort_sensor:before {content: '\f12a';}
.mi-nest_secure_alarm:before {content: '\f12b';}
.mi-nest_sunblock:before {content: '\f8c3';}
.mi-nest_tag:before {content: '\f8c1';}
.mi-nest_thermostat:before {content: '\e68f';}
.mi-nest_thermostat_e_eu:before {content: '\f12d';}
.mi-nest_thermostat_gen_3:before {content: '\f12e';}
.mi-nest_thermostat_sensor:before {content: '\f12f';}
.mi-nest_thermostat_sensor_eu:before {content: '\f130';}
.mi-nest_thermostat_zirconium_eu:before {content: '\f131';}
.mi-nest_true_radiant:before {content: '\f8c4';}
.mi-nest_wake_on_approach:before {content: '\f8c5';}
.mi-nest_wake_on_press:before {content: '\f8c6';}
.mi-nest_wifi_gale:before {content: '\f132';}
.mi-nest_wifi_mistral:before {content: '\f133';}
.mi-nest_wifi_point:before {content: '\f134';}
.mi-nest_wifi_point_vento:before {content: '\f134';}
.mi-nest_wifi_pro:before {content: '\f56b';}
.mi-nest_wifi_pro_2:before {content: '\f56a';}
.mi-nest_wifi_router:before {content: '\f133';}
.mi-network_cell:before {content: '\e1b9';}
.mi-network_check:before {content: '\e640';}
.mi-network_intelligence_history:before {content: '\f5f6';}
.mi-network_intelligence_update:before {content: '\f5f5';}
.mi-network_locked:before {content: '\e61a';}
.mi-network_manage:before {content: '\f7ab';}
.mi-network_node:before {content: '\f56e';}
.mi-network_ping:before {content: '\ebca';}
.mi-network_wifi:before {content: '\e1ba';}
.mi-network_wifi_1_bar:before {content: '\ebe4';}
.mi-network_wifi_1_bar_locked:before {content: '\f58f';}
.mi-network_wifi_2_bar:before {content: '\ebd6';}
.mi-network_wifi_2_bar_locked:before {content: '\f58e';}
.mi-network_wifi_3_bar:before {content: '\ebe1';}
.mi-network_wifi_3_bar_locked:before {content: '\f58d';}
.mi-network_wifi_locked:before {content: '\f532';}
.mi-neurology:before {content: '\e10e';}
.mi-new_label:before {content: '\e609';}
.mi-new_releases:before {content: '\ef76';}
.mi-new_window:before {content: '\f710';}
.mi-news:before {content: '\e032';}
.mi-newsmode:before {content: '\efad';}
.mi-newspaper:before {content: '\eb81';}
.mi-newsstand:before {content: '\e9c4';}
.mi-next_plan:before {content: '\ef5d';}
.mi-next_week:before {content: '\e16a';}
.mi-nfc:before {content: '\e1bb';}
.mi-night_shelter:before {content: '\f1f1';}
.mi-night_sight_auto:before {content: '\f1d7';}
.mi-night_sight_auto_off:before {content: '\f1f9';}
.mi-night_sight_max:before {content: '\f6c3';}
.mi-nightlife:before {content: '\ea62';}
.mi-nightlight:before {content: '\f03d';}
.mi-nightlight_round:before {content: '\f03d';}
.mi-nights_stay:before {content: '\ea46';}
.mi-no_accounts:before {content: '\f03e';}
.mi-no_adult_content:before {content: '\f8fe';}
.mi-no_backpack:before {content: '\f237';}
.mi-no_crash:before {content: '\ebf0';}
.mi-no_drinks:before {content: '\f1a5';}
.mi-no_encryption:before {content: '\f03f';}
.mi-no_encryption_gmailerrorred:before {content: '\f03f';}
.mi-no_flash:before {content: '\f1a6';}
.mi-no_food:before {content: '\f1a7';}
.mi-no_luggage:before {content: '\f23b';}
.mi-no_meals:before {content: '\f1d6';}
.mi-no_meeting_room:before {content: '\eb4e';}
.mi-no_photography:before {content: '\f1a8';}
.mi-no_sim:before {content: '\e1ce';}
.mi-no_sound:before {content: '\e710';}
.mi-no_stroller:before {content: '\f1af';}
.mi-no_transfer:before {content: '\f1d5';}
.mi-noise_aware:before {content: '\ebec';}
.mi-noise_control_off:before {content: '\ebf3';}
.mi-noise_control_on:before {content: '\f8a8';}
.mi-nordic_walking:before {content: '\e50e';}
.mi-north:before {content: '\f1e0';}
.mi-north_east:before {content: '\f1e1';}
.mi-north_west:before {content: '\f1e2';}
.mi-not_accessible:before {content: '\f0fe';}
.mi-not_accessible_forward:before {content: '\f54a';}
.mi-not_interested:before {content: '\f08c';}
.mi-not_listed_location:before {content: '\e575';}
.mi-not_started:before {content: '\f0d1';}
.mi-note:before {content: '\e66d';}
.mi-note_add:before {content: '\e89c';}
.mi-note_alt:before {content: '\f040';}
.mi-note_stack:before {content: '\f562';}
.mi-note_stack_add:before {content: '\f563';}
.mi-notes:before {content: '\e26c';}
.mi-notification_add:before {content: '\e399';}
.mi-notification_important:before {content: '\e004';}
.mi-notification_multiple:before {content: '\e6c2';}
.mi-notifications:before {content: '\e7f5';}
.mi-notifications_active:before {content: '\e7f7';}
.mi-notifications_none:before {content: '\e7f5';}
.mi-notifications_off:before {content: '\e7f6';}
.mi-notifications_paused:before {content: '\e7f8';}
.mi-notifications_unread:before {content: '\f4fe';}
.mi-numbers:before {content: '\eac7';}
.mi-nutrition:before {content: '\e110';}
.mi-ods:before {content: '\e6e8';}
.mi-odt:before {content: '\e6e9';}
.mi-offline_bolt:before {content: '\e932';}
.mi-offline_pin:before {content: '\e90a';}
.mi-offline_share:before {content: '\e9c5';}
.mi-oil_barrel:before {content: '\ec15';}
.mi-on_device_training:before {content: '\ebfd';}
.mi-on_hub_device:before {content: '\e6c3';}
.mi-oncology:before {content: '\e114';}
.mi-ondemand_video:before {content: '\e63a';}
.mi-online_prediction:before {content: '\f0eb';}
.mi-onsen:before {content: '\f6f8';}
.mi-opacity:before {content: '\e91c';}
.mi-open_in_browser:before {content: '\e89d';}
.mi-open_in_full:before {content: '\f1ce';}
.mi-open_in_new:before {content: '\e89e';}
.mi-open_in_new_down:before {content: '\f70f';}
.mi-open_in_new_off:before {content: '\e4f6';}
.mi-open_in_phone:before {content: '\e702';}
.mi-open_jam:before {content: '\efae';}
.mi-open_with:before {content: '\e89f';}
.mi-ophthalmology:before {content: '\e115';}
.mi-oral_disease:before {content: '\e116';}
.mi-order_approve:before {content: '\f812';}
.mi-order_play:before {content: '\f811';}
.mi-orders:before {content: '\eb14';}
.mi-orthopedics:before {content: '\f897';}
.mi-other_admission:before {content: '\e47b';}
.mi-other_houses:before {content: '\e58c';}
.mi-outbound:before {content: '\e1ca';}
.mi-outbox:before {content: '\ef5f';}
.mi-outbox_alt:before {content: '\eb17';}
.mi-outdoor_garden:before {content: '\e205';}
.mi-outdoor_grill:before {content: '\ea47';}
.mi-outgoing_mail:before {content: '\f0d2';}
.mi-outlet:before {content: '\f1d4';}
.mi-outlined_flag:before {content: '\f0c6';}
.mi-outpatient:before {content: '\e118';}
.mi-outpatient_med:before {content: '\e119';}
.mi-output:before {content: '\ebbe';}
.mi-output_circle:before {content: '\f70e';}
.mi-oven:before {content: '\e9c7';}
.mi-oven_gen:before {content: '\e843';}
.mi-overview:before {content: '\e4a7';}
.mi-overview_key:before {content: '\f7d4';}
.mi-oxygen_saturation:before {content: '\e4de';}
.mi-p2p:before {content: '\f52a';}
.mi-pace:before {content: '\f6b8';}
.mi-pacemaker:before {content: '\e656';}
.mi-package:before {content: '\e48f';}
.mi-package_2:before {content: '\f569';}
.mi-padding:before {content: '\e9c8';}
.mi-page_control:before {content: '\e731';}
.mi-page_info:before {content: '\f614';}
.mi-pageless:before {content: '\f509';}
.mi-pages:before {content: '\e7f9';}
.mi-pageview:before {content: '\e8a0';}
.mi-paid:before {content: '\f041';}
.mi-palette:before {content: '\e40a';}
.mi-pallet:before {content: '\f86a';}
.mi-pan_tool:before {content: '\e925';}
.mi-pan_tool_alt:before {content: '\ebb9';}
.mi-pan_zoom:before {content: '\f655';}
.mi-panorama:before {content: '\e40b';}
.mi-panorama_fish_eye:before {content: '\e40c';}
.mi-panorama_horizontal:before {content: '\e40d';}
.mi-panorama_photosphere:before {content: '\e9c9';}
.mi-panorama_vertical:before {content: '\e40e';}
.mi-panorama_wide_angle:before {content: '\e40f';}
.mi-paragliding:before {content: '\e50f';}
.mi-park:before {content: '\ea63';}
.mi-partly_cloudy_day:before {content: '\f172';}
.mi-partly_cloudy_night:before {content: '\f174';}
.mi-partner_exchange:before {content: '\f7f9';}
.mi-partner_reports:before {content: '\efaf';}
.mi-party_mode:before {content: '\e7fa';}
.mi-passkey:before {content: '\f87f';}
.mi-password:before {content: '\f042';}
.mi-patient_list:before {content: '\e653';}
.mi-pattern:before {content: '\f043';}
.mi-pause:before {content: '\e034';}
.mi-pause_circle:before {content: '\e1a2';}
.mi-pause_circle_filled:before {content: '\e1a2';}
.mi-pause_circle_outline:before {content: '\e1a2';}
.mi-pause_presentation:before {content: '\e0ea';}
.mi-payment:before {content: '\e8a1';}
.mi-payments:before {content: '\ef63';}
.mi-pedal_bike:before {content: '\eb29';}
.mi-pediatrics:before {content: '\e11d';}
.mi-pen_size_1:before {content: '\f755';}
.mi-pen_size_2:before {content: '\f754';}
.mi-pen_size_3:before {content: '\f753';}
.mi-pen_size_4:before {content: '\f752';}
.mi-pen_size_5:before {content: '\f751';}
.mi-pending:before {content: '\ef64';}
.mi-pending_actions:before {content: '\f1bb';}
.mi-pentagon:before {content: '\eb50';}
.mi-people:before {content: '\ea21';}
.mi-people_alt:before {content: '\ea21';}
.mi-people_outline:before {content: '\ea21';}
.mi-percent:before {content: '\eb58';}
.mi-performance_max:before {content: '\e51a';}
.mi-pergola:before {content: '\e203';}
.mi-perm_camera_mic:before {content: '\e8a2';}
.mi-perm_contact_calendar:before {content: '\e8a3';}
.mi-perm_data_setting:before {content: '\e8a4';}
.mi-perm_device_information:before {content: '\e8a5';}
.mi-perm_identity:before {content: '\f0d3';}
.mi-perm_media:before {content: '\e8a7';}
.mi-perm_phone_msg:before {content: '\e8a8';}
.mi-perm_scan_wifi:before {content: '\e8a9';}
.mi-person:before {content: '\f0d3';}
.mi-person_2:before {content: '\f8e4';}
.mi-person_3:before {content: '\f8e5';}
.mi-person_4:before {content: '\f8e6';}
.mi-person_add:before {content: '\ea4d';}
.mi-person_add_alt:before {content: '\ea4d';}
.mi-person_add_disabled:before {content: '\e9cb';}
.mi-person_alert:before {content: '\f567';}
.mi-person_apron:before {content: '\f5a3';}
.mi-person_book:before {content: '\f5e8';}
.mi-person_cancel:before {content: '\f566';}
.mi-person_celebrate:before {content: '\f7fe';}
.mi-person_check:before {content: '\f565';}
.mi-person_edit:before {content: '\f4fa';}
.mi-person_filled:before {content: '\f0d3';}
.mi-person_off:before {content: '\e510';}
.mi-person_outline:before {content: '\f0d3';}
.mi-person_pin:before {content: '\e55a';}
.mi-person_pin_circle:before {content: '\e56a';}
.mi-person_play:before {content: '\f7fd';}
.mi-person_raised_hand:before {content: '\f59a';}
.mi-person_remove:before {content: '\ef66';}
.mi-person_search:before {content: '\f106';}
.mi-personal_bag:before {content: '\eb0e';}
.mi-personal_bag_off:before {content: '\eb0f';}
.mi-personal_bag_question:before {content: '\eb10';}
.mi-personal_injury:before {content: '\e6da';}
.mi-personal_places:before {content: '\e703';}
.mi-personal_video:before {content: '\e63b';}
.mi-pest_control:before {content: '\f0fa';}
.mi-pest_control_rodent:before {content: '\f0fd';}
.mi-pet_supplies:before {content: '\efb1';}
.mi-pets:before {content: '\e91d';}
.mi-phishing:before {content: '\ead7';}
.mi-phone:before {content: '\f0d4';}
.mi-phone_alt:before {content: '\f0d4';}
.mi-phone_android:before {content: '\e324';}
.mi-phone_bluetooth_speaker:before {content: '\e61b';}
.mi-phone_callback:before {content: '\e649';}
.mi-phone_disabled:before {content: '\e9cc';}
.mi-phone_enabled:before {content: '\e9cd';}
.mi-phone_forwarded:before {content: '\e61c';}
.mi-phone_in_talk:before {content: '\e61d';}
.mi-phone_iphone:before {content: '\e325';}
.mi-phone_locked:before {content: '\e61e';}
.mi-phone_missed:before {content: '\e61f';}
.mi-phone_paused:before {content: '\e620';}
.mi-phonelink:before {content: '\e326';}
.mi-phonelink_erase:before {content: '\e0db';}
.mi-phonelink_lock:before {content: '\e0dc';}
.mi-phonelink_off:before {content: '\e327';}
.mi-phonelink_ring:before {content: '\e0dd';}
.mi-phonelink_ring_off:before {content: '\f7aa';}
.mi-phonelink_setup:before {content: '\ef41';}
.mi-photo:before {content: '\e432';}
.mi-photo_album:before {content: '\e411';}
.mi-photo_auto_merge:before {content: '\f530';}
.mi-photo_camera:before {content: '\e412';}
.mi-photo_camera_back:before {content: '\ef68';}
.mi-photo_camera_front:before {content: '\ef69';}
.mi-photo_filter:before {content: '\e43b';}
.mi-photo_frame:before {content: '\f0d9';}
.mi-photo_library:before {content: '\e413';}
.mi-photo_prints:before {content: '\efb2';}
.mi-photo_size_select_actual:before {content: '\e432';}
.mi-photo_size_select_large:before {content: '\e433';}
.mi-photo_size_select_small:before {content: '\e434';}
.mi-php:before {content: '\eb8f';}
.mi-physical_therapy:before {content: '\e11e';}
.mi-piano:before {content: '\e521';}
.mi-piano_off:before {content: '\e520';}
.mi-picture_as_pdf:before {content: '\e415';}
.mi-picture_in_picture:before {content: '\e8aa';}
.mi-picture_in_picture_alt:before {content: '\e911';}
.mi-picture_in_picture_center:before {content: '\f550';}
.mi-picture_in_picture_large:before {content: '\f54f';}
.mi-picture_in_picture_medium:before {content: '\f54e';}
.mi-picture_in_picture_mobile:before {content: '\f517';}
.mi-picture_in_picture_off:before {content: '\f52f';}
.mi-picture_in_picture_small:before {content: '\f54d';}
.mi-pie_chart:before {content: '\f0da';}
.mi-pie_chart_filled:before {content: '\f0da';}
.mi-pie_chart_outline:before {content: '\f0da';}
.mi-pie_chart_outlined:before {content: '\f0da';}
.mi-pill:before {content: '\e11f';}
.mi-pill_off:before {content: '\f809';}
.mi-pin:before {content: '\f045';}
.mi-pin_drop:before {content: '\e55e';}
.mi-pin_end:before {content: '\e767';}
.mi-pin_invoke:before {content: '\e763';}
.mi-pinch:before {content: '\eb38';}
.mi-pinch_zoom_in:before {content: '\f1fa';}
.mi-pinch_zoom_out:before {content: '\f1fb';}
.mi-pip:before {content: '\f64d';}
.mi-pip_exit:before {content: '\f70d';}
.mi-pivot_table_chart:before {content: '\e9ce';}
.mi-place:before {content: '\f1db';}
.mi-place_item:before {content: '\f1f0';}
.mi-plagiarism:before {content: '\ea5a';}
.mi-planner_banner_ad_pt:before {content: '\e692';}
.mi-planner_review:before {content: '\e694';}
.mi-play_arrow:before {content: '\e037';}
.mi-play_circle:before {content: '\e1c4';}
.mi-play_disabled:before {content: '\ef6a';}
.mi-play_for_work:before {content: '\e906';}
.mi-play_lesson:before {content: '\f047';}
.mi-play_music:before {content: '\e6ee';}
.mi-play_pause:before {content: '\f137';}
.mi-play_shapes:before {content: '\f7fc';}
.mi-playing_cards:before {content: '\f5dc';}
.mi-playlist_add:before {content: '\e03b';}
.mi-playlist_add_check:before {content: '\e065';}
.mi-playlist_add_check_circle:before {content: '\e7e6';}
.mi-playlist_add_circle:before {content: '\e7e5';}
.mi-playlist_play:before {content: '\e05f';}
.mi-playlist_remove:before {content: '\eb80';}
.mi-plumbing:before {content: '\f107';}
.mi-plus_one:before {content: '\e800';}
.mi-podcasts:before {content: '\f048';}
.mi-podiatry:before {content: '\e120';}
.mi-podium:before {content: '\f7fb';}
.mi-point_of_sale:before {content: '\f17e';}
.mi-point_scan:before {content: '\f70c';}
.mi-policy:before {content: '\ea17';}
.mi-poll:before {content: '\f0cc';}
.mi-polyline:before {content: '\ebbb';}
.mi-polymer:before {content: '\e8ab';}
.mi-pool:before {content: '\eb48';}
.mi-portable_wifi_off:before {content: '\f087';}
.mi-portrait:before {content: '\e851';}
.mi-position_bottom_left:before {content: '\f70b';}
.mi-position_bottom_right:before {content: '\f70a';}
.mi-position_top_right:before {content: '\f709';}
.mi-post:before {content: '\e705';}
.mi-post_add:before {content: '\ea20';}
.mi-potted_plant:before {content: '\f8aa';}
.mi-power:before {content: '\e63c';}
.mi-power_input:before {content: '\e336';}
.mi-power_off:before {content: '\e646';}
.mi-power_rounded:before {content: '\f8c7';}
.mi-power_settings_new:before {content: '\f8c7';}
.mi-prayer_times:before {content: '\f838';}
.mi-precision_manufacturing:before {content: '\f049';}
.mi-pregnancy:before {content: '\f5f1';}
.mi-pregnant_woman:before {content: '\f5f1';}
.mi-preliminary:before {content: '\e7d8';}
.mi-prescriptions:before {content: '\e121';}
.mi-present_to_all:before {content: '\e0df';}
.mi-preview:before {content: '\f1c5';}
.mi-preview_off:before {content: '\f7af';}
.mi-price_change:before {content: '\f04a';}
.mi-price_check:before {content: '\f04b';}
.mi-print:before {content: '\e8ad';}
.mi-print_add:before {content: '\f7a2';}
.mi-print_connect:before {content: '\f7a1';}
.mi-print_disabled:before {content: '\e9cf';}
.mi-print_error:before {content: '\f7a0';}
.mi-print_lock:before {content: '\f651';}
.mi-priority:before {content: '\e19f';}
.mi-priority_high:before {content: '\e645';}
.mi-privacy:before {content: '\f148';}
.mi-privacy_tip:before {content: '\f0dc';}
.mi-private_connectivity:before {content: '\e744';}
.mi-problem:before {content: '\e122';}
.mi-procedure:before {content: '\e651';}
.mi-process_chart:before {content: '\f855';}
.mi-production_quantity_limits:before {content: '\e1d1';}
.mi-productivity:before {content: '\e296';}
.mi-progress_activity:before {content: '\e9d0';}
.mi-prompt_suggestion:before {content: '\f4f6';}
.mi-propane:before {content: '\ec14';}
.mi-propane_tank:before {content: '\ec13';}
.mi-psychiatry:before {content: '\e123';}
.mi-psychology:before {content: '\ea4a';}
.mi-psychology_alt:before {content: '\f8ea';}
.mi-public:before {content: '\e80b';}
.mi-public_off:before {content: '\f1ca';}
.mi-publish:before {content: '\e255';}
.mi-published_with_changes:before {content: '\f232';}
.mi-pulmonology:before {content: '\e124';}
.mi-pulse_alert:before {content: '\f501';}
.mi-punch_clock:before {content: '\eaa8';}
.mi-push_pin:before {content: '\f10d';}
.mi-qr_code:before {content: '\ef6b';}
.mi-qr_code_2:before {content: '\e00a';}
.mi-qr_code_2_add:before {content: '\f658';}
.mi-qr_code_scanner:before {content: '\f206';}
.mi-query_builder:before {content: '\efd6';}
.mi-query_stats:before {content: '\e4fc';}
.mi-question_answer:before {content: '\e8af';}
.mi-question_exchange:before {content: '\f7f3';}
.mi-question_mark:before {content: '\eb8b';}
.mi-queue:before {content: '\e03c';}
.mi-queue_music:before {content: '\e03d';}
.mi-queue_play_next:before {content: '\e066';}
.mi-quick_phrases:before {content: '\e7d1';}
.mi-quick_reference:before {content: '\e46e';}
.mi-quick_reference_all:before {content: '\f801';}
.mi-quick_reorder:before {content: '\eb15';}
.mi-quickreply:before {content: '\ef6c';}
.mi-quiet_time:before {content: '\e1f9';}
.mi-quiet_time_active:before {content: '\e291';}
.mi-quiz:before {content: '\f04c';}
.mi-r_mobiledata:before {content: '\f04d';}
.mi-radar:before {content: '\f04e';}
.mi-radio:before {content: '\e03e';}
.mi-radio_button_checked:before {content: '\e837';}
.mi-radio_button_partial:before {content: '\f560';}
.mi-radio_button_unchecked:before {content: '\e836';}
.mi-radiology:before {content: '\e125';}
.mi-railway_alert:before {content: '\e9d1';}
.mi-rainy:before {content: '\f176';}
.mi-rainy_heavy:before {content: '\f61f';}
.mi-rainy_light:before {content: '\f61e';}
.mi-rainy_snow:before {content: '\f61d';}
.mi-ramen_dining:before {content: '\ea64';}
.mi-ramp_left:before {content: '\eb9c';}
.mi-ramp_right:before {content: '\eb96';}
.mi-range_hood:before {content: '\e1ea';}
.mi-rate_review:before {content: '\e560';}
.mi-raven:before {content: '\f555';}
.mi-raw_off:before {content: '\f04f';}
.mi-raw_on:before {content: '\f050';}
.mi-read_more:before {content: '\ef6d';}
.mi-readiness_score:before {content: '\f6dd';}
.mi-real_estate_agent:before {content: '\e73a';}
.mi-rear_camera:before {content: '\f6c2';}
.mi-rebase:before {content: '\f845';}
.mi-rebase_edit:before {content: '\f846';}
.mi-receipt:before {content: '\e8b0';}
.mi-receipt_long:before {content: '\ef6e';}
.mi-recent_actors:before {content: '\e03f';}
.mi-recent_patient:before {content: '\f808';}
.mi-recommend:before {content: '\e9d2';}
.mi-record_voice_over:before {content: '\e91f';}
.mi-rectangle:before {content: '\eb54';}
.mi-recycling:before {content: '\e760';}
.mi-redeem:before {content: '\e8f6';}
.mi-redo:before {content: '\e15a';}
.mi-reduce_capacity:before {content: '\f21c';}
.mi-refresh:before {content: '\e5d5';}
.mi-regular_expression:before {content: '\f750';}
.mi-relax:before {content: '\f6dc';}
.mi-release_alert:before {content: '\f654';}
.mi-remember_me:before {content: '\f051';}
.mi-reminder:before {content: '\e6c6';}
.mi-reminders_alt:before {content: '\e6c6';}
.mi-remote_gen:before {content: '\e83e';}
.mi-remove:before {content: '\e15b';}
.mi-remove_circle:before {content: '\f08f';}
.mi-remove_circle_outline:before {content: '\f08f';}
.mi-remove_done:before {content: '\e9d3';}
.mi-remove_from_queue:before {content: '\e067';}
.mi-remove_moderator:before {content: '\e9d4';}
.mi-remove_red_eye:before {content: '\e8f4';}
.mi-remove_road:before {content: '\ebfc';}
.mi-remove_selection:before {content: '\e9d5';}
.mi-remove_shopping_cart:before {content: '\e928';}
.mi-reopen_window:before {content: '\f708';}
.mi-reorder:before {content: '\e8fe';}
.mi-repartition:before {content: '\f8e8';}
.mi-repeat:before {content: '\e040';}
.mi-repeat_on:before {content: '\e9d6';}
.mi-repeat_one:before {content: '\e041';}
.mi-repeat_one_on:before {content: '\e9d7';}
.mi-replay:before {content: '\e042';}
.mi-replay_10:before {content: '\e059';}
.mi-replay_30:before {content: '\e05a';}
.mi-replay_5:before {content: '\e05b';}
.mi-replay_circle_filled:before {content: '\e9d8';}
.mi-reply:before {content: '\e15e';}
.mi-reply_all:before {content: '\e15f';}
.mi-report:before {content: '\f052';}
.mi-report_gmailerrorred:before {content: '\f052';}
.mi-report_off:before {content: '\e170';}
.mi-report_problem:before {content: '\f083';}
.mi-request_page:before {content: '\f22c';}
.mi-request_quote:before {content: '\f1b6';}
.mi-reset_image:before {content: '\f824';}
.mi-reset_tv:before {content: '\e9d9';}
.mi-reset_wrench:before {content: '\f56c';}
.mi-resize:before {content: '\f707';}
.mi-respiratory_rate:before {content: '\e127';}
.mi-responsive_layout:before {content: '\e9da';}
.mi-restart_alt:before {content: '\f053';}
.mi-restaurant:before {content: '\e56c';}
.mi-restaurant_menu:before {content: '\e561';}
.mi-restore:before {content: '\e8b3';}
.mi-restore_from_trash:before {content: '\e938';}
.mi-restore_page:before {content: '\e929';}
.mi-resume:before {content: '\f7d0';}
.mi-reviews:before {content: '\f07c';}
.mi-rewarded_ads:before {content: '\efb6';}
.mi-rheumatology:before {content: '\e128';}
.mi-rib_cage:before {content: '\f898';}
.mi-rice_bowl:before {content: '\f1f5';}
.mi-right_click:before {content: '\f706';}
.mi-right_panel_close:before {content: '\f705';}
.mi-right_panel_open:before {content: '\f704';}
.mi-ring_volume:before {content: '\f0dd';}
.mi-ring_volume_filled:before {content: '\f0dd';}
.mi-ripples:before {content: '\e9db';}
.mi-robot:before {content: '\f882';}
.mi-robot_2:before {content: '\f5d0';}
.mi-rocket:before {content: '\eba5';}
.mi-rocket_launch:before {content: '\eb9b';}
.mi-roller_shades:before {content: '\ec12';}
.mi-roller_shades_closed:before {content: '\ec11';}
.mi-roller_skating:before {content: '\ebcd';}
.mi-roofing:before {content: '\f201';}
.mi-room:before {content: '\f1db';}
.mi-room_preferences:before {content: '\f1b8';}
.mi-room_service:before {content: '\eb49';}
.mi-rotate_90_degrees_ccw:before {content: '\e418';}
.mi-rotate_90_degrees_cw:before {content: '\eaab';}
.mi-rotate_left:before {content: '\e419';}
.mi-rotate_right:before {content: '\e41a';}
.mi-roundabout_left:before {content: '\eb99';}
.mi-roundabout_right:before {content: '\eba3';}
.mi-rounded_corner:before {content: '\e920';}
.mi-route:before {content: '\eacd';}
.mi-router:before {content: '\e328';}
.mi-routine:before {content: '\e20c';}
.mi-rowing:before {content: '\e921';}
.mi-rss_feed:before {content: '\e0e5';}
.mi-rsvp:before {content: '\f055';}
.mi-rtt:before {content: '\e9ad';}
.mi-rubric:before {content: '\eb27';}
.mi-rule:before {content: '\f1c2';}
.mi-rule_folder:before {content: '\f1c9';}
.mi-rule_settings:before {content: '\f64c';}
.mi-run_circle:before {content: '\ef6f';}
.mi-running_with_errors:before {content: '\e51d';}
.mi-rv_hookup:before {content: '\e642';}
.mi-safety_check:before {content: '\ebef';}
.mi-safety_check_off:before {content: '\f59d';}
.mi-safety_divider:before {content: '\e1cc';}
.mi-sailing:before {content: '\e502';}
.mi-salinity:before {content: '\f876';}
.mi-sanitizer:before {content: '\f21d';}
.mi-satellite:before {content: '\e562';}
.mi-satellite_alt:before {content: '\eb3a';}
.mi-sauna:before {content: '\f6f7';}
.mi-save:before {content: '\e161';}
.mi-save_alt:before {content: '\f090';}
.mi-save_as:before {content: '\eb60';}
.mi-saved_search:before {content: '\ea11';}
.mi-savings:before {content: '\e2eb';}
.mi-scale:before {content: '\eb5f';}
.mi-scan:before {content: '\f74e';}
.mi-scan_delete:before {content: '\f74f';}
.mi-scanner:before {content: '\e329';}
.mi-scatter_plot:before {content: '\e268';}
.mi-scene:before {content: '\e2a7';}
.mi-schedule:before {content: '\efd6';}
.mi-schedule_send:before {content: '\ea0a';}
.mi-schema:before {content: '\e4fd';}
.mi-school:before {content: '\e80c';}
.mi-science:before {content: '\ea4b';}
.mi-science_off:before {content: '\f542';}
.mi-score:before {content: '\e269';}
.mi-scoreboard:before {content: '\ebd0';}
.mi-screen_lock_landscape:before {content: '\e1be';}
.mi-screen_lock_portrait:before {content: '\e1bf';}
.mi-screen_lock_rotation:before {content: '\e1c0';}
.mi-screen_record:before {content: '\f679';}
.mi-screen_rotation:before {content: '\e1c1';}
.mi-screen_rotation_alt:before {content: '\ebee';}
.mi-screen_rotation_up:before {content: '\f678';}
.mi-screen_search_desktop:before {content: '\ef70';}
.mi-screen_share:before {content: '\e0e2';}
.mi-screenshot:before {content: '\f056';}
.mi-screenshot_frame:before {content: '\f677';}
.mi-screenshot_keyboard:before {content: '\f7d3';}
.mi-screenshot_monitor:before {content: '\ec08';}
.mi-screenshot_region:before {content: '\f7d2';}
.mi-screenshot_tablet:before {content: '\f697';}
.mi-scrollable_header:before {content: '\e9dc';}
.mi-scuba_diving:before {content: '\ebce';}
.mi-sd:before {content: '\e9dd';}
.mi-sd_card:before {content: '\e623';}
.mi-sd_card_alert:before {content: '\f057';}
.mi-sd_storage:before {content: '\e623';}
.mi-sdk:before {content: '\e720';}
.mi-search:before {content: '\e8b6';}
.mi-search_check:before {content: '\f800';}
.mi-search_hands_free:before {content: '\e696';}
.mi-search_off:before {content: '\ea76';}
.mi-security:before {content: '\e32a';}
.mi-security_key:before {content: '\f503';}
.mi-security_update:before {content: '\f072';}
.mi-security_update_good:before {content: '\f073';}
.mi-security_update_warning:before {content: '\f074';}
.mi-segment:before {content: '\e94b';}
.mi-select:before {content: '\f74d';}
.mi-select_all:before {content: '\e162';}
.mi-select_check_box:before {content: '\f1fe';}
.mi-select_to_speak:before {content: '\f7cf';}
.mi-select_window:before {content: '\e6fa';}
.mi-select_window_off:before {content: '\e506';}
.mi-self_care:before {content: '\f86d';}
.mi-self_improvement:before {content: '\ea78';}
.mi-sell:before {content: '\f05b';}
.mi-send:before {content: '\e163';}
.mi-send_and_archive:before {content: '\ea0c';}
.mi-send_money:before {content: '\e8b7';}
.mi-send_time_extension:before {content: '\eadb';}
.mi-send_to_mobile:before {content: '\f05c';}
.mi-sensor_door:before {content: '\f1b5';}
.mi-sensor_occupied:before {content: '\ec10';}
.mi-sensor_window:before {content: '\f1b4';}
.mi-sensors:before {content: '\e51e';}
.mi-sensors_krx:before {content: '\f556';}
.mi-sensors_krx_off:before {content: '\f515';}
.mi-sensors_off:before {content: '\e51f';}
.mi-sentiment_calm:before {content: '\f6a7';}
.mi-sentiment_content:before {content: '\f6a6';}
.mi-sentiment_dissatisfied:before {content: '\e811';}
.mi-sentiment_excited:before {content: '\f6a5';}
.mi-sentiment_extremely_dissatisfied:before {content: '\f194';}
.mi-sentiment_frustrated:before {content: '\f6a4';}
.mi-sentiment_neutral:before {content: '\e812';}
.mi-sentiment_sad:before {content: '\f6a3';}
.mi-sentiment_satisfied:before {content: '\e813';}
.mi-sentiment_satisfied_alt:before {content: '\e813';}
.mi-sentiment_stressed:before {content: '\f6a2';}
.mi-sentiment_very_dissatisfied:before {content: '\e814';}
.mi-sentiment_very_satisfied:before {content: '\e815';}
.mi-sentiment_worried:before {content: '\f6a1';}
.mi-service_toolbox:before {content: '\e717';}
.mi-set_meal:before {content: '\f1ea';}
.mi-settings:before {content: '\e8b8';}
.mi-settings_accessibility:before {content: '\f05d';}
.mi-settings_account_box:before {content: '\f835';}
.mi-settings_alert:before {content: '\f143';}
.mi-settings_applications:before {content: '\e8b9';}
.mi-settings_b_roll:before {content: '\f625';}
.mi-settings_backup_restore:before {content: '\e8ba';}
.mi-settings_bluetooth:before {content: '\e8bb';}
.mi-settings_brightness:before {content: '\e8bd';}
.mi-settings_cell:before {content: '\e8bc';}
.mi-settings_cinematic_blur:before {content: '\f624';}
.mi-settings_ethernet:before {content: '\e8be';}
.mi-settings_heart:before {content: '\f522';}
.mi-settings_input_antenna:before {content: '\e8bf';}
.mi-settings_input_component:before {content: '\e8c1';}
.mi-settings_input_composite:before {content: '\e8c1';}
.mi-settings_input_hdmi:before {content: '\e8c2';}
.mi-settings_input_svideo:before {content: '\e8c3';}
.mi-settings_motion_mode:before {content: '\f833';}
.mi-settings_night_sight:before {content: '\f832';}
.mi-settings_overscan:before {content: '\e8c4';}
.mi-settings_panorama:before {content: '\f831';}
.mi-settings_phone:before {content: '\e8c5';}
.mi-settings_photo_camera:before {content: '\f834';}
.mi-settings_power:before {content: '\e8c6';}
.mi-settings_remote:before {content: '\e8c7';}
.mi-settings_slow_motion:before {content: '\f623';}
.mi-settings_suggest:before {content: '\f05e';}
.mi-settings_system_daydream:before {content: '\e1c3';}
.mi-settings_timelapse:before {content: '\f622';}
.mi-settings_video_camera:before {content: '\f621';}
.mi-settings_voice:before {content: '\e8c8';}
.mi-settop_component:before {content: '\e2ac';}
.mi-severe_cold:before {content: '\ebd3';}
.mi-shadow:before {content: '\e9df';}
.mi-shadow_add:before {content: '\f584';}
.mi-shadow_minus:before {content: '\f583';}
.mi-shape_line:before {content: '\f8d3';}
.mi-shape_recognition:before {content: '\eb01';}
.mi-shapes:before {content: '\e602';}
.mi-share:before {content: '\e80d';}
.mi-share_location:before {content: '\f05f';}
.mi-share_off:before {content: '\f6cb';}
.mi-share_reviews:before {content: '\f8a4';}
.mi-share_windows:before {content: '\f613';}
.mi-sheets_rtl:before {content: '\f823';}
.mi-shelf_auto_hide:before {content: '\f703';}
.mi-shelf_position:before {content: '\f702';}
.mi-shelves:before {content: '\f86e';}
.mi-shield:before {content: '\e9e0';}
.mi-shield_lock:before {content: '\f686';}
.mi-shield_locked:before {content: '\f592';}
.mi-shield_moon:before {content: '\eaa9';}
.mi-shield_person:before {content: '\f650';}
.mi-shield_question:before {content: '\f529';}
.mi-shield_with_heart:before {content: '\e78f';}
.mi-shield_with_house:before {content: '\e78d';}
.mi-shift:before {content: '\e5f2';}
.mi-shift_lock:before {content: '\f7ae';}
.mi-shop:before {content: '\e8c9';}
.mi-shop_2:before {content: '\e8ca';}
.mi-shop_two:before {content: '\e8ca';}
.mi-shopping_bag:before {content: '\f1cc';}
.mi-shopping_basket:before {content: '\e8cb';}
.mi-shopping_cart:before {content: '\e8cc';}
.mi-shopping_cart_checkout:before {content: '\eb88';}
.mi-shopping_cart_off:before {content: '\f4f7';}
.mi-shoppingmode:before {content: '\efb7';}
.mi-short_stay:before {content: '\e4d0';}
.mi-short_text:before {content: '\e261';}
.mi-shortcut:before {content: '\f57a';}
.mi-show_chart:before {content: '\e6e1';}
.mi-shower:before {content: '\f061';}
.mi-shuffle:before {content: '\e043';}
.mi-shuffle_on:before {content: '\e9e1';}
.mi-shutter_speed:before {content: '\e43d';}
.mi-shutter_speed_add:before {content: '\f57e';}
.mi-shutter_speed_minus:before {content: '\f57d';}
.mi-sick:before {content: '\f220';}
.mi-side_navigation:before {content: '\e9e2';}
.mi-sign_language:before {content: '\ebe5';}
.mi-signal_cellular_0_bar:before {content: '\f0a8';}
.mi-signal_cellular_1_bar:before {content: '\f0a9';}
.mi-signal_cellular_2_bar:before {content: '\f0aa';}
.mi-signal_cellular_3_bar:before {content: '\f0ab';}
.mi-signal_cellular_4_bar:before {content: '\e1c8';}
.mi-signal_cellular_add:before {content: '\f7a9';}
.mi-signal_cellular_alt:before {content: '\e202';}
.mi-signal_cellular_alt_1_bar:before {content: '\ebdf';}
.mi-signal_cellular_alt_2_bar:before {content: '\ebe3';}
.mi-signal_cellular_connected_no_internet_0_bar:before {content: '\f0ac';}
.mi-signal_cellular_connected_no_internet_4_bar:before {content: '\e1cd';}
.mi-signal_cellular_no_sim:before {content: '\e1ce';}
.mi-signal_cellular_nodata:before {content: '\f062';}
.mi-signal_cellular_null:before {content: '\e1cf';}
.mi-signal_cellular_off:before {content: '\e1d0';}
.mi-signal_cellular_pause:before {content: '\f5a7';}
.mi-signal_disconnected:before {content: '\f239';}
.mi-signal_wifi_0_bar:before {content: '\f0b0';}
.mi-signal_wifi_4_bar:before {content: '\f065';}
.mi-signal_wifi_4_bar_lock:before {content: '\e1e1';}
.mi-signal_wifi_bad:before {content: '\f064';}
.mi-signal_wifi_connected_no_internet_4:before {content: '\f064';}
.mi-signal_wifi_off:before {content: '\e1da';}
.mi-signal_wifi_statusbar_4_bar:before {content: '\f065';}
.mi-signal_wifi_statusbar_not_connected:before {content: '\f0ef';}
.mi-signal_wifi_statusbar_null:before {content: '\f067';}
.mi-signature:before {content: '\f74c';}
.mi-signpost:before {content: '\eb91';}
.mi-sim_card:before {content: '\e32b';}
.mi-sim_card_alert:before {content: '\f057';}
.mi-sim_card_download:before {content: '\f068';}
.mi-single_bed:before {content: '\ea48';}
.mi-sip:before {content: '\f069';}
.mi-skateboarding:before {content: '\e511';}
.mi-skeleton:before {content: '\f899';}
.mi-skillet:before {content: '\f543';}
.mi-skillet_cooktop:before {content: '\f544';}
.mi-skip_next:before {content: '\e044';}
.mi-skip_previous:before {content: '\e045';}
.mi-skull:before {content: '\f89a';}
.mi-sledding:before {content: '\e512';}
.mi-sleep:before {content: '\e213';}
.mi-sleep_score:before {content: '\f6b7';}
.mi-slide_library:before {content: '\f822';}
.mi-sliders:before {content: '\e9e3';}
.mi-slideshow:before {content: '\e41b';}
.mi-slow_motion_video:before {content: '\e068';}
.mi-smart_button:before {content: '\f1c1';}
.mi-smart_display:before {content: '\f06a';}
.mi-smart_outlet:before {content: '\e844';}
.mi-smart_screen:before {content: '\f06b';}
.mi-smart_toy:before {content: '\f06c';}
.mi-smartphone:before {content: '\e32c';}
.mi-smb_share:before {content: '\f74b';}
.mi-smoke_free:before {content: '\eb4a';}
.mi-smoking_rooms:before {content: '\eb4b';}
.mi-sms:before {content: '\e625';}
.mi-sms_failed:before {content: '\e87f';}
.mi-snippet_folder:before {content: '\f1c7';}
.mi-snooze:before {content: '\e046';}
.mi-snowboarding:before {content: '\e513';}
.mi-snowing:before {content: '\e80f';}
.mi-snowing_heavy:before {content: '\f61c';}
.mi-snowmobile:before {content: '\e503';}
.mi-snowshoeing:before {content: '\e514';}
.mi-soap:before {content: '\f1b2';}
.mi-social_distance:before {content: '\e1cb';}
.mi-social_leaderboard:before {content: '\f6a0';}
.mi-solar_power:before {content: '\ec0f';}
.mi-sort:before {content: '\e164';}
.mi-sort_by_alpha:before {content: '\e053';}
.mi-sos:before {content: '\ebf7';}
.mi-sound_detection_dog_barking:before {content: '\f149';}
.mi-sound_detection_glass_break:before {content: '\f14a';}
.mi-sound_detection_loud_sound:before {content: '\f14b';}
.mi-sound_sampler:before {content: '\f6b4';}
.mi-soup_kitchen:before {content: '\e7d3';}
.mi-source:before {content: '\f1c8';}
.mi-source_environment:before {content: '\e527';}
.mi-source_notes:before {content: '\e12d';}
.mi-south:before {content: '\f1e3';}
.mi-south_america:before {content: '\e7e4';}
.mi-south_east:before {content: '\f1e4';}
.mi-south_west:before {content: '\f1e5';}
.mi-spa:before {content: '\eb4c';}
.mi-space_bar:before {content: '\e256';}
.mi-space_dashboard:before {content: '\e66b';}
.mi-spatial_audio:before {content: '\ebeb';}
.mi-spatial_audio_off:before {content: '\ebe8';}
.mi-spatial_tracking:before {content: '\ebea';}
.mi-speaker:before {content: '\e32d';}
.mi-speaker_group:before {content: '\e32e';}
.mi-speaker_notes:before {content: '\e8cd';}
.mi-speaker_notes_off:before {content: '\e92a';}
.mi-speaker_phone:before {content: '\e0d2';}
.mi-special_character:before {content: '\f74a';}
.mi-specific_gravity:before {content: '\f872';}
.mi-speech_to_text:before {content: '\f8a7';}
.mi-speed:before {content: '\e9e4';}
.mi-speed_0_5:before {content: '\f4e2';}
.mi-speed_1_2:before {content: '\f4e1';}
.mi-speed_1_5:before {content: '\f4e0';}
.mi-speed_2x:before {content: '\f4eb';}
.mi-spellcheck:before {content: '\e8ce';}
.mi-splitscreen:before {content: '\f06d';}
.mi-splitscreen_add:before {content: '\f4fd';}
.mi-splitscreen_bottom:before {content: '\f676';}
.mi-splitscreen_left:before {content: '\f675';}
.mi-splitscreen_right:before {content: '\f674';}
.mi-splitscreen_top:before {content: '\f673';}
.mi-splitscreen_vertical_add:before {content: '\f4fc';}
.mi-spo2:before {content: '\f6db';}
.mi-spoke:before {content: '\e9a7';}
.mi-sports:before {content: '\ea30';}
.mi-sports_and_outdoors:before {content: '\efb8';}
.mi-sports_bar:before {content: '\f1f3';}
.mi-sports_baseball:before {content: '\ea51';}
.mi-sports_basketball:before {content: '\ea26';}
.mi-sports_cricket:before {content: '\ea27';}
.mi-sports_esports:before {content: '\ea28';}
.mi-sports_football:before {content: '\ea29';}
.mi-sports_golf:before {content: '\ea2a';}
.mi-sports_gymnastics:before {content: '\ebc4';}
.mi-sports_handball:before {content: '\ea33';}
.mi-sports_hockey:before {content: '\ea2b';}
.mi-sports_kabaddi:before {content: '\ea34';}
.mi-sports_martial_arts:before {content: '\eae9';}
.mi-sports_mma:before {content: '\ea2c';}
.mi-sports_motorsports:before {content: '\ea2d';}
.mi-sports_rugby:before {content: '\ea2e';}
.mi-sports_score:before {content: '\f06e';}
.mi-sports_soccer:before {content: '\ea2f';}
.mi-sports_tennis:before {content: '\ea32';}
.mi-sports_volleyball:before {content: '\ea31';}
.mi-sprinkler:before {content: '\e29a';}
.mi-sprint:before {content: '\f81f';}
.mi-square:before {content: '\eb36';}
.mi-square_foot:before {content: '\ea49';}
.mi-ssid_chart:before {content: '\eb66';}
.mi-stack:before {content: '\f609';}
.mi-stack_off:before {content: '\f608';}
.mi-stack_star:before {content: '\f607';}
.mi-stacked_bar_chart:before {content: '\e9e6';}
.mi-stacked_email:before {content: '\e6c7';}
.mi-stacked_inbox:before {content: '\e6c9';}
.mi-stacked_line_chart:before {content: '\f22b';}
.mi-stacks:before {content: '\f500';}
.mi-stadia_controller:before {content: '\f135';}
.mi-stadium:before {content: '\eb90';}
.mi-stairs:before {content: '\f1a9';}
.mi-star:before {content: '\f09a';}
.mi-star_border:before {content: '\f09a';}
.mi-star_border_purple500:before {content: '\f09a';}
.mi-star_half:before {content: '\e839';}
.mi-star_outline:before {content: '\f09a';}
.mi-star_purple500:before {content: '\f09a';}
.mi-star_rate:before {content: '\f0ec';}
.mi-star_rate_half:before {content: '\ec45';}
.mi-stars:before {content: '\e8d0';}
.mi-start:before {content: '\e089';}
.mi-stat_0:before {content: '\e697';}
.mi-stat_1:before {content: '\e698';}
.mi-stat_2:before {content: '\e699';}
.mi-stat_3:before {content: '\e69a';}
.mi-stat_minus_1:before {content: '\e69b';}
.mi-stat_minus_2:before {content: '\e69c';}
.mi-stat_minus_3:before {content: '\e69d';}
.mi-stay_current_landscape:before {content: '\e0d3';}
.mi-stay_current_portrait:before {content: '\e0d4';}
.mi-stay_primary_landscape:before {content: '\e0d5';}
.mi-stay_primary_portrait:before {content: '\e0d6';}
.mi-step:before {content: '\f6fe';}
.mi-step_into:before {content: '\f701';}
.mi-step_out:before {content: '\f700';}
.mi-step_over:before {content: '\f6ff';}
.mi-steppers:before {content: '\e9e7';}
.mi-steps:before {content: '\f6da';}
.mi-stethoscope:before {content: '\f805';}
.mi-stethoscope_arrow:before {content: '\f807';}
.mi-stethoscope_check:before {content: '\f806';}
.mi-sticky_note:before {content: '\e9e8';}
.mi-sticky_note_2:before {content: '\f1fc';}
.mi-stock_media:before {content: '\f570';}
.mi-stockpot:before {content: '\f545';}
.mi-stop:before {content: '\e047';}
.mi-stop_circle:before {content: '\ef71';}
.mi-stop_screen_share:before {content: '\e0e3';}
.mi-storage:before {content: '\e1db';}
.mi-store:before {content: '\e8d1';}
.mi-store_mall_directory:before {content: '\e8d1';}
.mi-storefront:before {content: '\ea12';}
.mi-storm:before {content: '\f070';}
.mi-straight:before {content: '\eb95';}
.mi-straighten:before {content: '\e41c';}
.mi-strategy:before {content: '\f5df';}
.mi-stream:before {content: '\e9e9';}
.mi-stream_apps:before {content: '\f79f';}
.mi-streetview:before {content: '\e56e';}
.mi-stress_management:before {content: '\f6d9';}
.mi-strikethrough_s:before {content: '\e257';}
.mi-stroke_full:before {content: '\f749';}
.mi-stroke_partial:before {content: '\f748';}
.mi-stroller:before {content: '\f1ae';}
.mi-style:before {content: '\e41d';}
.mi-styler:before {content: '\e273';}
.mi-stylus:before {content: '\f604';}
.mi-stylus_laser_pointer:before {content: '\f747';}
.mi-stylus_note:before {content: '\f603';}
.mi-subdirectory_arrow_left:before {content: '\e5d9';}
.mi-subdirectory_arrow_right:before {content: '\e5da';}
.mi-subheader:before {content: '\e9ea';}
.mi-subject:before {content: '\e8d2';}
.mi-subscript:before {content: '\f111';}
.mi-subscriptions:before {content: '\e064';}
.mi-subtitles:before {content: '\e048';}
.mi-subtitles_off:before {content: '\ef72';}
.mi-subway:before {content: '\e56f';}
.mi-summarize:before {content: '\f071';}
.mi-sunny:before {content: '\e81a';}
.mi-sunny_snowing:before {content: '\e819';}
.mi-superscript:before {content: '\f112';}
.mi-supervised_user_circle:before {content: '\e939';}
.mi-supervised_user_circle_off:before {content: '\f60e';}
.mi-supervisor_account:before {content: '\e8d3';}
.mi-support:before {content: '\ef73';}
.mi-support_agent:before {content: '\f0e2';}
.mi-surfing:before {content: '\e515';}
.mi-surgical:before {content: '\e131';}
.mi-surround_sound:before {content: '\e049';}
.mi-swap_calls:before {content: '\e0d7';}
.mi-swap_driving_apps:before {content: '\e69e';}
.mi-swap_driving_apps_wheel:before {content: '\e69f';}
.mi-swap_horiz:before {content: '\e8d4';}
.mi-swap_horizontal_circle:before {content: '\e933';}
.mi-swap_vert:before {content: '\e8d5';}
.mi-swap_vertical_circle:before {content: '\e8d6';}
.mi-sweep:before {content: '\e6ac';}
.mi-swipe:before {content: '\e9ec';}
.mi-swipe_down:before {content: '\eb53';}
.mi-swipe_down_alt:before {content: '\eb30';}
.mi-swipe_left:before {content: '\eb59';}
.mi-swipe_left_alt:before {content: '\eb33';}
.mi-swipe_right:before {content: '\eb52';}
.mi-swipe_right_alt:before {content: '\eb56';}
.mi-swipe_up:before {content: '\eb2e';}
.mi-swipe_up_alt:before {content: '\eb35';}
.mi-swipe_vertical:before {content: '\eb51';}
.mi-switch:before {content: '\e1f4';}
.mi-switch_access:before {content: '\f6fd';}
.mi-switch_access_2:before {content: '\f506';}
.mi-switch_access_shortcut:before {content: '\e7e1';}
.mi-switch_access_shortcut_add:before {content: '\e7e2';}
.mi-switch_account:before {content: '\e9ed';}
.mi-switch_camera:before {content: '\e41e';}
.mi-switch_left:before {content: '\f1d1';}
.mi-switch_right:before {content: '\f1d2';}
.mi-switch_video:before {content: '\e41f';}
.mi-switches:before {content: '\e733';}
.mi-sword_rose:before {content: '\f5de';}
.mi-swords:before {content: '\f889';}
.mi-symptoms:before {content: '\e132';}
.mi-synagogue:before {content: '\eab0';}
.mi-sync:before {content: '\e627';}
.mi-sync_alt:before {content: '\ea18';}
.mi-sync_disabled:before {content: '\e628';}
.mi-sync_lock:before {content: '\eaee';}
.mi-sync_problem:before {content: '\e629';}
.mi-sync_saved_locally:before {content: '\f820';}
.mi-syringe:before {content: '\e133';}
.mi-system_security_update:before {content: '\f072';}
.mi-system_security_update_good:before {content: '\f073';}
.mi-system_security_update_warning:before {content: '\f074';}
.mi-system_update:before {content: '\f072';}
.mi-system_update_alt:before {content: '\e8d7';}
.mi-tab:before {content: '\e8d8';}
.mi-tab_close:before {content: '\f745';}
.mi-tab_close_right:before {content: '\f746';}
.mi-tab_duplicate:before {content: '\f744';}
.mi-tab_group:before {content: '\f743';}
.mi-tab_move:before {content: '\f742';}
.mi-tab_new_right:before {content: '\f741';}
.mi-tab_recent:before {content: '\f740';}
.mi-tab_unselected:before {content: '\e8d9';}
.mi-table:before {content: '\f191';}
.mi-table_bar:before {content: '\ead2';}
.mi-table_chart:before {content: '\e265';}
.mi-table_chart_view:before {content: '\f6ef';}
.mi-table_lamp:before {content: '\e1f2';}
.mi-table_restaurant:before {content: '\eac6';}
.mi-table_rows:before {content: '\f101';}
.mi-table_rows_narrow:before {content: '\f73f';}
.mi-table_view:before {content: '\f1be';}
.mi-tablet:before {content: '\e32f';}
.mi-tablet_android:before {content: '\e330';}
.mi-tablet_mac:before {content: '\e331';}
.mi-tabs:before {content: '\e9ee';}
.mi-tactic:before {content: '\f564';}
.mi-tag:before {content: '\e9ef';}
.mi-tag_faces:before {content: '\ea22';}
.mi-takeout_dining:before {content: '\ea74';}
.mi-tamper_detection_off:before {content: '\e82e';}
.mi-tamper_detection_on:before {content: '\f8c8';}
.mi-tap_and_play:before {content: '\e62b';}
.mi-tapas:before {content: '\f1e9';}
.mi-target:before {content: '\e719';}
.mi-task:before {content: '\f075';}
.mi-task_alt:before {content: '\e2e6';}
.mi-taunt:before {content: '\f69f';}
.mi-taxi_alert:before {content: '\ef74';}
.mi-team_dashboard:before {content: '\e013';}
.mi-temp_preferences_custom:before {content: '\f8c9';}
.mi-temp_preferences_eco:before {content: '\f8ca';}
.mi-temple_buddhist:before {content: '\eab3';}
.mi-temple_hindu:before {content: '\eaaf';}
.mi-tenancy:before {content: '\f0e3';}
.mi-terminal:before {content: '\eb8e';}
.mi-terrain:before {content: '\e564';}
.mi-text_ad:before {content: '\e728';}
.mi-text_decrease:before {content: '\eadd';}
.mi-text_fields:before {content: '\e262';}
.mi-text_fields_alt:before {content: '\e9f1';}
.mi-text_format:before {content: '\e165';}
.mi-text_increase:before {content: '\eae2';}
.mi-text_rotate_up:before {content: '\e93a';}
.mi-text_rotate_vertical:before {content: '\e93b';}
.mi-text_rotation_angledown:before {content: '\e93c';}
.mi-text_rotation_angleup:before {content: '\e93d';}
.mi-text_rotation_down:before {content: '\e93e';}
.mi-text_rotation_none:before {content: '\e93f';}
.mi-text_select_end:before {content: '\f73e';}
.mi-text_select_jump_to_beginning:before {content: '\f73d';}
.mi-text_select_jump_to_end:before {content: '\f73c';}
.mi-text_select_move_back_character:before {content: '\f73b';}
.mi-text_select_move_back_word:before {content: '\f73a';}
.mi-text_select_move_down:before {content: '\f739';}
.mi-text_select_move_forward_character:before {content: '\f738';}
.mi-text_select_move_forward_word:before {content: '\f737';}
.mi-text_select_move_up:before {content: '\f736';}
.mi-text_select_start:before {content: '\f735';}
.mi-text_snippet:before {content: '\f1c6';}
.mi-text_to_speech:before {content: '\f1bc';}
.mi-textsms:before {content: '\e625';}
.mi-texture:before {content: '\e421';}
.mi-texture_add:before {content: '\f57c';}
.mi-texture_minus:before {content: '\f57b';}
.mi-theater_comedy:before {content: '\ea66';}
.mi-theaters:before {content: '\e8da';}
.mi-thermometer:before {content: '\e846';}
.mi-thermometer_add:before {content: '\f582';}
.mi-thermometer_gain:before {content: '\f6d8';}
.mi-thermometer_loss:before {content: '\f6d7';}
.mi-thermometer_minus:before {content: '\f581';}
.mi-thermostat:before {content: '\f076';}
.mi-thermostat_auto:before {content: '\f077';}
.mi-thermostat_carbon:before {content: '\f178';}
.mi-things_to_do:before {content: '\eb2a';}
.mi-thread_unread:before {content: '\f4f9';}
.mi-thumb_down:before {content: '\f578';}
.mi-thumb_down_alt:before {content: '\f578';}
.mi-thumb_down_filled:before {content: '\f578';}
.mi-thumb_down_off:before {content: '\f578';}
.mi-thumb_down_off_alt:before {content: '\f578';}
.mi-thumb_up:before {content: '\f577';}
.mi-thumb_up_alt:before {content: '\f577';}
.mi-thumb_up_filled:before {content: '\f577';}
.mi-thumb_up_off:before {content: '\f577';}
.mi-thumb_up_off_alt:before {content: '\f577';}
.mi-thumbnail_bar:before {content: '\f734';}
.mi-thumbs_up_down:before {content: '\e8dd';}
.mi-thunderstorm:before {content: '\ebdb';}
.mi-tibia:before {content: '\f89b';}
.mi-tibia_alt:before {content: '\f89c';}
.mi-time_auto:before {content: '\f0e4';}
.mi-time_to_leave:before {content: '\eff7';}
.mi-timelapse:before {content: '\e422';}
.mi-timeline:before {content: '\e922';}
.mi-timer:before {content: '\e425';}
.mi-timer_10:before {content: '\e423';}
.mi-timer_10_alt_1:before {content: '\efbf';}
.mi-timer_10_select:before {content: '\f07a';}
.mi-timer_3:before {content: '\e424';}
.mi-timer_3_alt_1:before {content: '\efc0';}
.mi-timer_3_select:before {content: '\f07b';}
.mi-timer_off:before {content: '\e426';}
.mi-tips_and_updates:before {content: '\e79a';}
.mi-tire_repair:before {content: '\ebc8';}
.mi-title:before {content: '\e264';}
.mi-toast:before {content: '\efc1';}
.mi-toc:before {content: '\e8de';}
.mi-today:before {content: '\e8df';}
.mi-toggle_off:before {content: '\e9f5';}
.mi-toggle_on:before {content: '\e9f6';}
.mi-token:before {content: '\ea25';}
.mi-toll:before {content: '\e8e0';}
.mi-tonality:before {content: '\e427';}
.mi-toolbar:before {content: '\e9f7';}
.mi-tools_flat_head:before {content: '\f8cb';}
.mi-tools_installation_kit:before {content: '\e2ab';}
.mi-tools_ladder:before {content: '\e2cb';}
.mi-tools_level:before {content: '\e77b';}
.mi-tools_phillips:before {content: '\f8cc';}
.mi-tools_pliers_wire_stripper:before {content: '\e2aa';}
.mi-tools_power_drill:before {content: '\e1e9';}
.mi-tools_wrench:before {content: '\f8cd';}
.mi-tooltip:before {content: '\e9f8';}
.mi-top_panel_close:before {content: '\f733';}
.mi-top_panel_open:before {content: '\f732';}
.mi-topic:before {content: '\f1c8';}
.mi-tornado:before {content: '\e199';}
.mi-total_dissolved_solids:before {content: '\f877';}
.mi-touch_app:before {content: '\e913';}
.mi-touchpad_mouse:before {content: '\f687';}
.mi-touchpad_mouse_off:before {content: '\f4e6';}
.mi-tour:before {content: '\ef75';}
.mi-toys:before {content: '\e332';}
.mi-toys_and_games:before {content: '\efc2';}
.mi-toys_fan:before {content: '\f887';}
.mi-track_changes:before {content: '\e8e1';}
.mi-traffic:before {content: '\e565';}
.mi-trail_length:before {content: '\eb5e';}
.mi-trail_length_medium:before {content: '\eb63';}
.mi-trail_length_short:before {content: '\eb6d';}
.mi-train:before {content: '\e570';}
.mi-tram:before {content: '\e571';}
.mi-transcribe:before {content: '\f8ec';}
.mi-transfer_within_a_station:before {content: '\e572';}
.mi-transform:before {content: '\e428';}
.mi-transgender:before {content: '\e58d';}
.mi-transit_enterexit:before {content: '\e579';}
.mi-transition_chop:before {content: '\f50e';}
.mi-transition_dissolve:before {content: '\f50d';}
.mi-transition_fade:before {content: '\f50c';}
.mi-transition_push:before {content: '\f50b';}
.mi-transition_slide:before {content: '\f50a';}
.mi-translate:before {content: '\e8e2';}
.mi-transportation:before {content: '\e21d';}
.mi-travel:before {content: '\ef93';}
.mi-travel_explore:before {content: '\e2db';}
.mi-travel_luggage_and_bags:before {content: '\efc3';}
.mi-trending_down:before {content: '\e8e3';}
.mi-trending_flat:before {content: '\e8e4';}
.mi-trending_up:before {content: '\e8e5';}
.mi-trip:before {content: '\e6fb';}
.mi-trip_origin:before {content: '\e57b';}
.mi-trolley:before {content: '\f86b';}
.mi-trophy:before {content: '\ea23';}
.mi-troubleshoot:before {content: '\e1d2';}
.mi-try:before {content: '\f07c';}
.mi-tsunami:before {content: '\ebd8';}
.mi-tsv:before {content: '\e6d6';}
.mi-tty:before {content: '\f1aa';}
.mi-tune:before {content: '\e429';}
.mi-tungsten:before {content: '\f07d';}
.mi-turn_left:before {content: '\eba6';}
.mi-turn_right:before {content: '\ebab';}
.mi-turn_sharp_left:before {content: '\eba7';}
.mi-turn_sharp_right:before {content: '\ebaa';}
.mi-turn_slight_left:before {content: '\eba4';}
.mi-turn_slight_right:before {content: '\eb9a';}
.mi-turned_in:before {content: '\e8e7';}
.mi-turned_in_not:before {content: '\e8e7';}
.mi-tv:before {content: '\e63b';}
.mi-tv_gen:before {content: '\e830';}
.mi-tv_guide:before {content: '\e1dc';}
.mi-tv_off:before {content: '\e647';}
.mi-tv_options_edit_channels:before {content: '\e1dd';}
.mi-tv_options_input_settings:before {content: '\e1de';}
.mi-tv_remote:before {content: '\f5d9';}
.mi-tv_signin:before {content: '\e71b';}
.mi-tv_with_assistant:before {content: '\e785';}
.mi-two_pager:before {content: '\f51f';}
.mi-two_wheeler:before {content: '\e9f9';}
.mi-type_specimen:before {content: '\f8f0';}
.mi-u_turn_left:before {content: '\eba1';}
.mi-u_turn_right:before {content: '\eba2';}
.mi-ulna_radius:before {content: '\f89d';}
.mi-ulna_radius_alt:before {content: '\f89e';}
.mi-umbrella:before {content: '\f1ad';}
.mi-unarchive:before {content: '\e169';}
.mi-undo:before {content: '\e166';}
.mi-unfold_less:before {content: '\e5d6';}
.mi-unfold_less_double:before {content: '\f8cf';}
.mi-unfold_more:before {content: '\e5d7';}
.mi-unfold_more_double:before {content: '\f8d0';}
.mi-ungroup:before {content: '\f731';}
.mi-universal_currency:before {content: '\e9fa';}
.mi-universal_currency_alt:before {content: '\e734';}
.mi-universal_local:before {content: '\e9fb';}
.mi-unknown_2:before {content: '\e6a2';}
.mi-unknown_5:before {content: '\e6a5';}
.mi-unknown_document:before {content: '\f804';}
.mi-unknown_med:before {content: '\eabd';}
.mi-unlicense:before {content: '\eb05';}
.mi-unpublished:before {content: '\f236';}
.mi-unsubscribe:before {content: '\e0eb';}
.mi-upcoming:before {content: '\f07e';}
.mi-update:before {content: '\e923';}
.mi-update_disabled:before {content: '\e075';}
.mi-upgrade:before {content: '\f0fb';}
.mi-upload:before {content: '\f09b';}
.mi-upload_2:before {content: '\f521';}
.mi-upload_file:before {content: '\e9fc';}
.mi-urology:before {content: '\e137';}
.mi-usb:before {content: '\e1e0';}
.mi-usb_off:before {content: '\e4fa';}
.mi-user_attributes:before {content: '\e708';}
.mi-vaccines:before {content: '\e138';}
.mi-vacuum:before {content: '\efc5';}
.mi-valve:before {content: '\e224';}
.mi-vape_free:before {content: '\ebc6';}
.mi-vaping_rooms:before {content: '\ebcf';}
.mi-variable_add:before {content: '\f51e';}
.mi-variable_insert:before {content: '\f51d';}
.mi-variable_remove:before {content: '\f51c';}
.mi-variables:before {content: '\f851';}
.mi-ventilator:before {content: '\e139';}
.mi-verified:before {content: '\ef76';}
.mi-verified_user:before {content: '\f013';}
.mi-vertical_align_bottom:before {content: '\e258';}
.mi-vertical_align_center:before {content: '\e259';}
.mi-vertical_align_top:before {content: '\e25a';}
.mi-vertical_distribute:before {content: '\e076';}
.mi-vertical_shades:before {content: '\ec0e';}
.mi-vertical_shades_closed:before {content: '\ec0d';}
.mi-vertical_split:before {content: '\e949';}
.mi-vibration:before {content: '\e62d';}
.mi-video_call:before {content: '\e070';}
.mi-video_camera_back:before {content: '\f07f';}
.mi-video_camera_front:before {content: '\f080';}
.mi-video_camera_front_off:before {content: '\f83b';}
.mi-video_chat:before {content: '\f8a0';}
.mi-video_file:before {content: '\eb87';}
.mi-video_label:before {content: '\e071';}
.mi-video_library:before {content: '\e04a';}
.mi-video_search:before {content: '\efc6';}
.mi-video_settings:before {content: '\ea75';}
.mi-video_stable:before {content: '\f081';}
.mi-videocam:before {content: '\e04b';}
.mi-videocam_off:before {content: '\e04c';}
.mi-videogame_asset:before {content: '\e338';}
.mi-videogame_asset_off:before {content: '\e500';}
.mi-view_agenda:before {content: '\e8e9';}
.mi-view_array:before {content: '\e8ea';}
.mi-view_carousel:before {content: '\e8eb';}
.mi-view_column:before {content: '\e8ec';}
.mi-view_column_2:before {content: '\f847';}
.mi-view_comfy:before {content: '\e42a';}
.mi-view_comfy_alt:before {content: '\eb73';}
.mi-view_compact:before {content: '\e42b';}
.mi-view_compact_alt:before {content: '\eb74';}
.mi-view_cozy:before {content: '\eb75';}
.mi-view_day:before {content: '\e8ed';}
.mi-view_headline:before {content: '\e8ee';}
.mi-view_in_ar:before {content: '\efc9';}
.mi-view_in_ar_new:before {content: '\efc9';}
.mi-view_in_ar_off:before {content: '\f61b';}
.mi-view_kanban:before {content: '\eb7f';}
.mi-view_list:before {content: '\e8ef';}
.mi-view_module:before {content: '\e8f0';}
.mi-view_quilt:before {content: '\e8f1';}
.mi-view_sidebar:before {content: '\f114';}
.mi-view_stream:before {content: '\e8f2';}
.mi-view_timeline:before {content: '\eb85';}
.mi-view_week:before {content: '\e8f3';}
.mi-vignette:before {content: '\e435';}
.mi-villa:before {content: '\e586';}
.mi-visibility:before {content: '\e8f4';}
.mi-visibility_lock:before {content: '\f653';}
.mi-visibility_off:before {content: '\e8f5';}
.mi-vital_signs:before {content: '\e650';}
.mi-vitals:before {content: '\e13b';}
.mi-voice_chat:before {content: '\e62e';}
.mi-voice_over_off:before {content: '\e94a';}
.mi-voice_selection:before {content: '\f58a';}
.mi-voicemail:before {content: '\e0d9';}
.mi-volcano:before {content: '\ebda';}
.mi-volume_down:before {content: '\e04d';}
.mi-volume_down_alt:before {content: '\e79c';}
.mi-volume_mute:before {content: '\e04e';}
.mi-volume_off:before {content: '\e04f';}
.mi-volume_up:before {content: '\e050';}
.mi-volunteer_activism:before {content: '\ea70';}
.mi-voting_chip:before {content: '\f852';}
.mi-vpn_key:before {content: '\e0da';}
.mi-vpn_key_alert:before {content: '\f6cc';}
.mi-vpn_key_off:before {content: '\eb7a';}
.mi-vpn_lock:before {content: '\e62f';}
.mi-vr180_create2d:before {content: '\efca';}
.mi-vr180_create2d_off:before {content: '\f571';}
.mi-vrpano:before {content: '\f082';}
.mi-wall_art:before {content: '\efcb';}
.mi-wall_lamp:before {content: '\e2b4';}
.mi-wallet:before {content: '\f8ff';}
.mi-wallpaper:before {content: '\e1bc';}
.mi-wallpaper_slideshow:before {content: '\f672';}
.mi-ward:before {content: '\e13c';}
.mi-warehouse:before {content: '\ebb8';}
.mi-warning:before {content: '\f083';}
.mi-warning_amber:before {content: '\f083';}
.mi-warning_off:before {content: '\f7ad';}
.mi-wash:before {content: '\f1b1';}
.mi-watch:before {content: '\e334';}
.mi-watch_button_press:before {content: '\f6aa';}
.mi-watch_later:before {content: '\efd6';}
.mi-watch_off:before {content: '\eae3';}
.mi-watch_screentime:before {content: '\f6ae';}
.mi-watch_wake:before {content: '\f6a9';}
.mi-water:before {content: '\f084';}
.mi-water_bottle:before {content: '\f69d';}
.mi-water_bottle_large:before {content: '\f69e';}
.mi-water_damage:before {content: '\f203';}
.mi-water_do:before {content: '\f870';}
.mi-water_drop:before {content: '\e798';}
.mi-water_ec:before {content: '\f875';}
.mi-water_full:before {content: '\f6d6';}
.mi-water_heater:before {content: '\e284';}
.mi-water_lock:before {content: '\f6ad';}
.mi-water_loss:before {content: '\f6d5';}
.mi-water_lux:before {content: '\f874';}
.mi-water_medium:before {content: '\f6d4';}
.mi-water_orp:before {content: '\f878';}
.mi-water_ph:before {content: '\f87a';}
.mi-water_pump:before {content: '\f5d8';}
.mi-water_voc:before {content: '\f87b';}
.mi-waterfall_chart:before {content: '\ea00';}
.mi-waves:before {content: '\e176';}
.mi-waving_hand:before {content: '\e766';}
.mi-wb_auto:before {content: '\e42c';}
.mi-wb_cloudy:before {content: '\f15c';}
.mi-wb_incandescent:before {content: '\e42e';}
.mi-wb_iridescent:before {content: '\f07d';}
.mi-wb_shade:before {content: '\ea01';}
.mi-wb_sunny:before {content: '\e430';}
.mi-wb_twilight:before {content: '\e1c6';}
.mi-wc:before {content: '\e63d';}
.mi-weather_hail:before {content: '\f67f';}
.mi-weather_mix:before {content: '\f60b';}
.mi-weather_snowy:before {content: '\e2cd';}
.mi-web:before {content: '\e051';}
.mi-web_asset:before {content: '\e069';}
.mi-web_asset_off:before {content: '\ef47';}
.mi-web_stories:before {content: '\e595';}
.mi-web_traffic:before {content: '\ea03';}
.mi-webhook:before {content: '\eb92';}
.mi-weekend:before {content: '\e16b';}
.mi-weight:before {content: '\e13d';}
.mi-west:before {content: '\f1e6';}
.mi-whatshot:before {content: '\e80e';}
.mi-wheelchair_pickup:before {content: '\f1ab';}
.mi-where_to_vote:before {content: '\e177';}
.mi-widgets:before {content: '\e1bd';}
.mi-width:before {content: '\f730';}
.mi-width_full:before {content: '\f8f5';}
.mi-width_normal:before {content: '\f8f6';}
.mi-width_wide:before {content: '\f8f7';}
.mi-wifi:before {content: '\e63e';}
.mi-wifi_1_bar:before {content: '\e4ca';}
.mi-wifi_2_bar:before {content: '\e4d9';}
.mi-wifi_add:before {content: '\f7a8';}
.mi-wifi_calling:before {content: '\ef77';}
.mi-wifi_calling_1:before {content: '\f0f6';}
.mi-wifi_calling_2:before {content: '\f0f6';}
.mi-wifi_calling_3:before {content: '\f0f6';}
.mi-wifi_channel:before {content: '\eb6a';}
.mi-wifi_find:before {content: '\eb31';}
.mi-wifi_home:before {content: '\f671';}
.mi-wifi_lock:before {content: '\e1e1';}
.mi-wifi_notification:before {content: '\f670';}
.mi-wifi_off:before {content: '\e648';}
.mi-wifi_password:before {content: '\eb6b';}
.mi-wifi_protected_setup:before {content: '\f0fc';}
.mi-wifi_proxy:before {content: '\f7a7';}
.mi-wifi_tethering:before {content: '\e1e2';}
.mi-wifi_tethering_error:before {content: '\ead9';}
.mi-wifi_tethering_off:before {content: '\f087';}
.mi-wind_power:before {content: '\ec0c';}
.mi-window:before {content: '\f088';}
.mi-window_closed:before {content: '\e77e';}
.mi-window_open:before {content: '\e78c';}
.mi-window_sensor:before {content: '\e2bb';}
.mi-wine_bar:before {content: '\f1e8';}
.mi-woman:before {content: '\e13e';}
.mi-woman_2:before {content: '\f8e7';}
.mi-work:before {content: '\e943';}
.mi-work_alert:before {content: '\f5f7';}
.mi-work_history:before {content: '\ec09';}
.mi-work_off:before {content: '\e942';}
.mi-work_outline:before {content: '\e943';}
.mi-work_update:before {content: '\f5f8';}
.mi-workflow:before {content: '\ea04';}
.mi-workspace_premium:before {content: '\e7af';}
.mi-workspaces:before {content: '\ea0f';}
.mi-workspaces_outline:before {content: '\ea0f';}
.mi-wounds_injuries:before {content: '\e13f';}
.mi-wrap_text:before {content: '\e25b';}
.mi-wrist:before {content: '\f69c';}
.mi-wrong_location:before {content: '\ef78';}
.mi-wysiwyg:before {content: '\f1c3';}
.mi-yard:before {content: '\f089';}
.mi-your_trips:before {content: '\eb2b';}
.mi-youtube_activity:before {content: '\f85a';}
.mi-youtube_searched_for:before {content: '\e8fa';}
.mi-zone_person_alert:before {content: '\e781';}
.mi-zone_person_idle:before {content: '\e77a';}
.mi-zone_person_urgent:before {content: '\e788';}
.mi-zoom_in:before {content: '\e8ff';}
.mi-zoom_in_map:before {content: '\eb2d';}
.mi-zoom_out:before {content: '\e900';}
.mi-zoom_out_map:before {content: '\e56b';}
.mi-adobe:before {content: '\ea96';}
.mi-airplanemode_off:before {content: '\e194';}
.mi-airplanemode_on:before {content: '\e195';}
.mi-apple:before {content: '\ea80';}
.mi-block_flipped:before {content: '\ef46';}
.mi-bookmark_outline:before {content: '\e867';}
.mi-catching_pokemon:before {content: '\e508';}
.mi-confirmation_num:before {content: '\e638';}
.mi-delivery_dining:before {content: '\ea72';}
.mi-directions_ferry:before {content: '\e532';}
.mi-directions_train:before {content: '\e534';}
.mi-discord:before {content: '\ea6c';}
.mi-discount:before {content: '\ebc9';}
.mi-dnd_forwardslash:before {content: '\e611';}
.mi-enhance_photo_translate:before {content: '\e8fc';}
.mi-exposure_minus_1:before {content: '\e3cb';}
.mi-exposure_minus_2:before {content: '\e3cc';}
.mi-facebook:before {content: '\f234';}
.mi-favorite_outline:before {content: '\e87e';}
.mi-fire_hydrant_alt:before {content: '\f8f1';}
.mi-fitbit:before {content: '\e82b';}
.mi-format_underline:before {content: '\e249';}
.mi-goat:before {content: '\10fffd';}
.mi-highlight_alt:before {content: '\ef52';}
.mi-highlight_remove:before {content: '\e888';}
.mi-info_outline:before {content: '\e88f';}
.mi-invert_colors_on:before {content: '\e891';}
.mi-keyboard_command:before {content: '\eae0';}
.mi-keyboard_control:before {content: '\e5d3';}
.mi-keyboard_option:before {content: '\eadf';}
.mi-leave_bags_at_home:before {content: '\f21b';}
.mi-local_attraction:before {content: '\e53f';}
.mi-local_print_shop:before {content: '\e555';}
.mi-local_restaurant:before {content: '\e556';}
.mi-location_history:before {content: '\e55a';}
.mi-messenger:before {content: '\e0ca';}
.mi-messenger_outline:before {content: '\e0cb';}
.mi-miscellaneous_services:before {content: '\f10c';}
.mi-moped:before {content: '\eb28';}
.mi-multitrack_audio:before {content: '\e1b8';}
.mi-my_library_add:before {content: '\e02e';}
.mi-my_library_books:before {content: '\e02f';}
.mi-my_library_music:before {content: '\e030';}
.mi-no_cell:before {content: '\f1a4';}
.mi-no_meals_ouline:before {content: '\f229';}
.mi-notifications_on:before {content: '\e7f7';}
.mi-now_wallpaper:before {content: '\e1bc';}
.mi-now_widgets:before {content: '\e1bd';}
.mi-outbond:before {content: '\f228';}
.mi-panorama_fisheye:before {content: '\e40c';}
.mi-panorama_horizontal_select:before {content: '\ef60';}
.mi-panorama_photosphere_select:before {content: '\e9ca';}
.mi-panorama_vertical_select:before {content: '\ef61';}
.mi-panorama_wide_angle_select:before {content: '\ef62';}
.mi-paypal:before {content: '\ea8d';}
.mi-perm_contact_cal:before {content: '\e8a3';}
.mi-perm_device_info:before {content: '\e8a5';}
.mi-person_add_alt_1:before {content: '\ef65';}
.mi-person_remove_alt_1:before {content: '\ef67';}
.mi-pix:before {content: '\eaa3';}
.mi-play_circle_fill:before {content: '\e038';}
.mi-play_circle_filled:before {content: '\e038';}
.mi-play_circle_outline:before {content: '\e039';}
.mi-quick_contacts_dialer:before {content: '\e0cf';}
.mi-quick_contacts_mail:before {content: '\e0d0';}
.mi-quora:before {content: '\ea98';}
.mi-radio_button_off:before {content: '\e836';}
.mi-radio_button_on:before {content: '\e837';}
.mi-reddit:before {content: '\eaa0';}
.mi-settings_display:before {content: '\e8bd';}
.mi-share_arrival_time:before {content: '\e524';}
.mi-shopify:before {content: '\ea9d';}
.mi-signal_wifi_statusbar_connected_no_internet_4:before {content: '\f066';}
.mi-snapchat:before {content: '\ea6e';}
.mi-swap_vert_circle:before {content: '\e8d6';}
.mi-system_update_tv:before {content: '\e8d7';}
.mi-telegram:before {content: '\ea6b';}
.mi-tiktok:before {content: '\ea7e';}
.mi-trending_neutral:before {content: '\e8e4';}
.mi-video_collection:before {content: '\e04a';}
.mi-view_comfortable:before {content: '\e42a';}
.mi-wallet_giftcard:before {content: '\e8f6';}
.mi-wallet_membership:before {content: '\e8f7';}
.mi-wallet_travel:before {content: '\e8f8';}
.mi-wb_twighlight:before {content: '\ea02';}
.mi-wechat:before {content: '\ea81';}
.mi-wifi_tethering_error_rounded:before {content: '\f086';}
.mi-woo_commerce:before {content: '\ea6d';}
.mi-wordpress:before {content: '\ea9f';}
.mi-workspaces_filled:before {content: '\ea0d';}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *







*/

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
*/
@charset "UTF-8";
/* rems
$prototype-sizes: (
  25: 25%,
  50: 50%,
  75: 75%,
  100: 100%
);

// 42. Prototype Spacing
// ---------------------

$prototype-spacing-breakpoints: $global-prototype-breakpoints;
$prototype-spacers-count: 3;

// 43. Prototype Text-Decoration
// -----------------------------

$prototype-decoration-breakpoints: $global-prototype-breakpoints;
$prototype-text-decoration: (
  overline,
  underline,
  line-through,
);
*/
/**
 * Foundation for Sites
 * Version 6.6.2
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1779ba; }
  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1779ba; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > .input-group-button:first-child > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > .input-group-button:last-child > * {
    border-radius: 0 0 0 0; }

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px;
    margin-right: 0; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #126195;
    color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #767676;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #5e5e5e;
    color: #fefefe; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }
  .button-group.success .button:hover, .button-group.success .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button-group.warning .button:hover, .button-group.warning .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus,
  .button-group,
  .button-group.disabled,
  .button-group[disabled],
  .button-group.disabled:hover,
  .button-group[disabled]:hover,
  .button-group.disabled:focus,
  .button-group[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus,
  .button-group:hover,
  .button-group:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #1779ba; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #0c3d5d; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #1779ba; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0c3d5d; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #767676; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #3b3b3b; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #67251a; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      flex: 1 1 0px;
      margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
    outline: 0; }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }
.ms-container{
  width: 200px;
}

.ms-container:after{
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
  background: #fff;
  color: #555555;
  /*float: left;*/
}

.ms-container .ms-list{
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}

.ms-container ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.ms-container .ms-optgroup-container{
  width: 100%;
}

.ms-container .ms-optgroup-label{
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable{
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover{
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}

.ms-container .ms-selectable li.disabled{
  background-color: #eee;
  color: #aaa;
  cursor: text;
}

.ms-container .ms-selectable li span.ms-elem-selected {
  display: none;
}

.pull-right.ms-elem-selected{
  float: right;
}
/* rdeča: #fe0036 modra: #013e7f siva=#68798d rgba(104, 121, 141, 0.2);*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&subset=latin,latin-ext'); */

/* NOVO 2019
temno-siva: #284a6d rgba(40, 74, 109, 1)
svetlo-siva: #4d6e8f rgba(77, 110, 143, 1)
*/

body {
  font-family: Poppins, "Trebuchet MS", Helvetica;
  line-height: 1.4em;
  line-height: normal;
  font-size: 12px;
}

.dc-menu, .dc-form-frame {
  font-size: 14px;
  font-family: Exo,arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-family: Poppins, "Trebuchet MS", Helvetica;}

/** zaradi FOUNDATIONS **/
*, *::before, *::after {
/*  box-sizing: initial; */
}
/*
.row, .row::before, .row::after {
  box-sizing: inherit;
}
*/


ul {
  margin-left: 0;
  list-style-type: none;
  line-height: initial;
  margin-bottom: 0;
}

hr {
 margin: 0;
 border: 0;
}

th {
color: #68798d;  
}

.row, .row .row  {
  max-width: inherit;
  margin: 0;
}
/** foundations */


b {font-weight: bold;}
hr {background-color: transparent;}
a:link, a:active, a:visited {
text-decoration: none;
font-weight: normal; 
color: #284a6d;
font-weight: 600;
}

a:hover { 
color: rgba(104, 121, 141, 0.52);
}


#site-top, #site-main, #site-bottom, #site-menu {
width: 960px;
margin: 0 auto;
padding-top: 5px;}

textarea {
font-size: 16px;
border: 1px solid rgba(104, 121, 141, 0.5);
border-radius: 2px;
}

h4 {
  font-size: 1.6em;
  color: #333;
}

button {
  padding: 12px 16px;
  background-color: #4d6e8f;
  background-color: #284a6d;
  
  border-radius: 2px;
  margin: 8px 0;
}

.dc-form-frame button {margin: 0;}

button a:link, button a:visited {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

button:hover {
  background-color: #4d6e8f;
  transition-duration: 0.5s;
}

input[type=checkbox] {
  margin: 0 4px;
}


.wrap {
margin: 0 auto;
max-width: 1200px;
}

.hr-1 {
margin: 0;
margin: 2px 0;
/*background: #d7d1bf;*/
height: 1px;
border-bottom: 1px solid #fff;
}

.hr-2 {
margin: 0;
/*background: #d7d1bf;*/
height: 1px;
border-bottom: 1px solid #fff;
}
.hr-3 {
margin-top: 2px;
background: #8a9bbf;
background: #e8e8e8;
height: 1px;
}
.hr-4 {
margin-top: 1px;
background: #68798d;
height: 5px;
}
.hr-5 {
margin-top: 1px;
background: rgba(104, 121, 141, 0.4);
height: 5px;
}

/* Site top */
#moj-top-bg {
height: 70px;
background-color: #fff;
}
#moj-top {
margin: 0 auto;
width: 1200px;
position: relative;
font-size: 8px;
box-sizing: initial;
}

#moj-top #left {
position: absolute;
left: 0;
margin-top: 15px;
padding-left: 0;
height: 25px;
display: flex;
}

#moj-top #left li {
display: inline;
padding: 0;
padding-top: 15px;
}

#moj-top #left li a {
color: #68798d;
}

#moj-top #right li {
border-left: 1px solid #d2d7dd;
padding: 30px 15px 0 20px;
height: 40px;
vertical-align: middle;
}

#moj-top #right {
position: absolute;
display: flex;
right: 0;
top: 0;
font-size: 14px;
color: #68798d;

/* height: 50px; */
}

#moj-top #right li div {
  font-size: 1rem;
  font-weight: 600;
}

#moj-top #right li div a {
color: #68798d;
}

#moj-top #right li a {
color: #68798d;
font-size: 16px;
}
#moj-top #right li a:hover {
  color: #fe0036;
}

#moj-top i {
  vertical-align: sub;
}

/******************    Site BOTTOM    **********************/

.moj-bottom-bg-rdec {
background-color: #fe0036;
background-color: #284a6d;
color: #fff;
}

.moj-bottom-bg-siv {
background-color: #556575;
background-color: #4d6e8f;
color: #fff;
}

#bottom-novice {
margin: 0 auto;
max-width: 1200px;
font-size: 1.8em;
padding: 25px 0;
text-align: center;
}

#bottom-novice div {
  float: left;
}

#bottom-novice input {
padding: 13px;
margin-left: 0;
padding-left: 40px;
max-width: 400px;
}

#bottom-novice .ikonca-tag {
position: relative; 
}

#bottom-novice .ikonca-tag:before {
position: absolute; 
font-family: 'MI-O';
font-size: 22px;
color: #8a9bbf;
top: 8px;
left: 10px;
content: "\e0be";
}


.prijava-novice {
font-size: 14px;
color: #fff;
background-color: #556575;
background-color: #fe0036;
padding: 10px 20px 8px 20px;
}

.prijava-novice:hover {
color: #fe0036;
background-color: #fff;
cursor: pointer;
}

#kategorije-prva {
margin: 0 auto;
width: 1200px;
padding: 20px 0 10px 0;
}
#kategorije-prva #naslov {
font-size: 1.5em;
}
#kategorije-prva #crta {
color: #556575;
border-bottom: 3px solid #fe0036; 
}

#kategorije-prva .levo {
width: 240px;
float: left;
}

#kategorije-prva .levo .seznam {
color: #f6f6f6;
}
#kategorije-prva a:link, #kategorije-prva a:visited  {color: #fff;}


#bottom-menu {
margin: 0 auto;
width: 1200px;
padding: 30px 0;
}
 
#bottom-menu span {
margin-right: 80px;
}

#bottom-menu a {
font-size: 1.2em;
font-weight: bold;
color: #fff;
}

#bottom-menu a:hover {
border-bottom: 3px solid #fff; 
border-bottom: 3px solid #fe0036;
}

#pravice {
margin: 0 auto;
max-width: 1200px;
padding: 40px 0;
font-size: 1.6em;
}


/* TOP MENU 
#moj-menu-bg {
height: 100px;
background-color: #68798d;
}

#moj-menu #left {
position: absolute;
left: 0;
margin-top: 5px;
padding-left: 0;
height: 50px;
display: flex;
}

#moj-menu #right {
position: absolute;
display: flex;
right: 0;
top: 24px;
/* height: 50px; 
}
*/ 

#moj-menu {
margin: 0 auto;
width: 1200px;
position: relative;
height: 70px;
vertical-align: top;
}

#moj-menu ul li {
display: inline;
padding: 5px 25px 5px 0;
}
#moj-menu #left {
float: left;
padding-top: 10px;
}
#moj-menu #right {
float: left;
/*text-transform: uppercase;*/
padding-top: 27px;
font-size: 16px;
}
#moj-menu a:link, #moj-menu a:visited {
color: #fff;
font-weight: bold;
letter-spacing: 1px;

}
#moj-menu #right a:hover {
padding-bottom: 6px;
border-bottom: 3px solid #fe0036;
}


/* Da ne prikaže preveč rezultatov v autocomplete */
.ui-menu {
max-height: 400px;
overflow: hidden;
z-index: 1000;
}

.ui-menu .ui-menu-item div { 
color:#68798d;
padding: 8px; 
font-size: 2em;
}

.ui-menu .ui-menu-item .ui-state-active { 
color: #fe0036;
background: #eee;
border: none;
padding-left: 6px;
}

.ui-menu .ui-menu-item div:before { 
content: "\276F";
font-size: 20px;	
margin-right: 15px;
white-space: nowrap;
}

.ui-menu .ui-widget-content { 
border: none;
}
.ui-menu .ui-widget { 
border: none;
}

#moj-img-bg {
/*background: transparent url(/ikone/moj-obrtnik-vstopna.jpg) top center no-repeat;*/
background: none;

height:550px;
}

#moj-img {
margin: 0 auto;
width: 1200px;  
height: 550px;
text-align: center;
font-weight: bold;
color: #fff;
}

#moj-img #naslov1 {
padding-top: 150px;
font-size: 5.5em;
text-shadow: 1px 1px #fff;
line-height: 1.3em;
letter-spacing: 2px;
}  

#moj-img #naslov2 {
padding-top: 20px;  
font-size: 1.5em;
line-height: 1.4em;
}  


#search_div_z {
  padding-top: 300px;
}

#search_div_brez {
  height: 50px;
  width: 790px;
  padding-top: 10px;
  margin: 0 auto;
}

#search_form {
display: block;
}    

#search_form table {
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  height: 80px;
}    

#search_form input.text {
  font-family: Poppins,"Trebuchet MS", Helvetica;
  font-size: 18px;
  padding: 0 0 0 45px;
  height: 50px;
  display: inline;
  vertical-align: top;
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-bottom: 20px;
  outline: none;
  opacity: 90;
  background-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: rgba(104, 121, 141, 0.7)
}
input:-moz-placeholder, textarea:-moz-placeholder { 
color: rgba(104, 121, 141, 0.7)
}
input::-moz-placeholder, textarea::-moz-placeholder { 
color: rgba(104, 121, 141, 0.7)
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: rgba(104, 121, 141, 0.7)
}

#search_form #q {
width: 500px;
}

#search_form #kraj {
width: 500px;
}

.search_td {
vertical-align: top;
}

#search_form a {
font-size: 16px;
color: white;
font-weight: normal;
text-decoration: underline;
}


#search_form .search-spots {
font-size: 16px;
color: #fff;
cursor: pointer; 
margin-left: 20px;
border-radius: 3px;
padding: 15px 25px;
border: 1px solid #ccc;
}


#search_form input.submit:hover {
/*border-bottom: 2px solid #ACACAC;
border-right: 2px solid #ACACAC;*/

 box-shadow: 1px 1px 2px #222;
}

#search_form .ikonca-tag, #search_form .ikonca-map {
border: 1px solid #bbb;
position: relative; 
width: 560px;
height: 57px;
margin-bottom: 15px;
padding-top: 2px;
border-radius: 3px;
}

/***********************************************************/
/* SPOT search */
/***********************************************************/
#spot-search-bg {
background-color: #68798d;
background-color: #4d6e8f;
padding-top: 30px;
}
.spot-search {
margin: 0 auto;
width: 1200px;
}

.spot-search input.text {
font-family: Poppins,"Trebuchet MS", Helvetica;
font-size: 18px;
padding: 0 0 0 9px;
height: 60px;
display: inline;
vertical-align: top;
color: #222;
border: 0;
margin-left: -4px;
font-style: normal;
box-sizing: initial;
margin: 0;
border-radius: 2px;
}

.spot-search #q {
max-width: 380px;
padding-left: 50px;}

.spot-search #kraj {
max-width: 300px;
padding-left: 42px;
}

/**                                                        **/
.spot-search .ikonca-tag, .spot-search .ikonca-map {
position: relative; 
margin: 0 15px 10px 0;
padding: 6px 0 0 0;
}

.spot-search .ikonca-tag:before, .spot-search .ikonca-map:before {
  font-family: 'MI';
  position: absolute;
  font-size: 22px;
  color: #68798d;
  top: 2px;
  left: 15px;
  content: "\f05b";
}

.spot-search .ikonca-map:before {
content: "\e0c8";
}


.btn-isci {
display: inline-block;
padding: 12px 18px;
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
color: #fff;
background-color: #68798d;
border: 2px solid #fff;
cursor: pointer;
}

.btn-isci:hover {
background-color: #fe0036;
border: 2px solid #fe0036;
}  

/*
.spot-search .submit {
font-family: Poppins,"Trebuchet MS", Helvetica;
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
line-height: 30px;
padding: 16px 10px 5px 10px;
color: white;

border: none;
position: relative;
margin-left: 10px;
background-color: #fe0036;
}

.spot-search .submit:hover {
color: #68798d;
}
*/

.btn-ponudba {
width: 160px;
display: block;
float: right;
word-wrap: break-word;
text-align: center;
font-size: 16px;
font-weight: bold;
line-height: 23px;
padding: 6px 15px;
color: #fff;
background-color: #fe0036;
border: 2px solid #fe0036;
cursor: pointer;
margin-right: 1rem;
}

.btn-ponudba:hover {
background-color: #68798d;
border: 2px solid #fff;
}  

/* PAGINATION */
#main-center .pagination {
margin-top: 30px;
}
#main-center .pagination span {
display: inline-block;  
font-size: 1.5em;
width: 36px;
height: 36px;
padding-top: 8px;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(104, 121, 141, 0.4);
border-radius: 2px;
margin-right: 10px;
background: none;
}

#main-center .pagination .current, #main-center .pagination span:hover {
background-color: #fe0036;  
border: 1px solid #fe0036;
}
#main-center .pagination span:hover a { color: #fff; }

.spots .po-straneh {
  text-align: left;
}
.spots .po-straneh .stran {
display: inline-flex;
font-size: 1.5em;
padding: 8px 16px;
border: 1px solid rgba(104, 121, 141, 0.4);
border-radius: 2px;
margin-right: 10px;
margin-bottom: 20px;
}
.spots .po-straneh .levo-desno {
display: inline;
font-size: 2em;
padding: 12px 24px 10px 0;
}
.spots .po-straneh .trenutna {
border: 1px solid #fe0036;
background-color: #fe0036;
}

.spots .po-straneh a {
color: #68798d;
}
.spots .po-straneh .stran:hover {
background-color: #fe0036; 
border: 1px solid #fe0036;
}

.spots .po-straneh .levo-desno a {
color: #fe0036; 
line-height: 3em;
}

.spots .po-straneh .trenutna a {
color: #fff;  
}


/* DROBTINICE */

.breadcrumb {
background-color: rgba(104, 121, 141, 0.1);
padding: 20px;
}
.breadcrumb div {
margin: 0 auto;
max-width: 1200px;
color: #68798d;

}

.breadcrumb a {
font-weight: normal;
color: #68798d;
}

.breadcrumb h1 {
font-weight: bold;
padding-top: 10px;
font-size: 2.5em;
line-height: 1.2em;
}

#form .naslov {
position: absolute;
left: 0;  
}
#form .breadcrumb {
position: relative;
margin: 0 auto;
width: 1200px;
}

/* SORTIRANJE */

.sortiranje-bg {
background-color: #68798d;
padding: 20px 0;
}

.sortiranje {
position: relative;
margin: 0 auto;
font-size: 1.2em;
max-width: 1200px;
min-height: 20px;
color: #fff;
}

#sort-rocka {
position: absolute;
right: 50px;
cursor: pointer;
}

#sort-rocka span { padding: 0 10px; }
#sort {
display: none;
z-index: 1000;
background-color: #fe0036;
position: absolute;
right: 40px;
top: 40px;
color: #fff;
}

#sort li {
padding: 10px 15px;
}
#sort li:before { 
content: "\276F";
font-size: 13px;	
margin-right: 15px;
}
#sort li:hover {
background-color: #fff;
color: #fe0036;
cursor: pointer;
}

/* Iskalni pojem */
#iskalni-pojem {
position: absolute;
top: -5px;
font-size: 1.4em;
padding-bottom: 5px;
padding-left: 2px;
color: white;
}
#iskalni-pojem .komentar {color: #ddd;}

#iskalni-pojem span {
padding: 2px 5px;
font-size: 14px;
margin-left: 20px;
border-radius: 3px;
}

#iskalni-pojem a {color: #fff;}
#iskalni-pojem a:hover {color: #fe0036;}


/* NASLOVI */

#title {
font-size: 2.2em;
color: #68798d;
margin-top: 1rem;
}

.crta .kratka {
width: 30%;
float: left;
}
.crta .dolga {
width: 35%;
float: left;
}
.crta .dolga hr {
background-color: #e8e8e8;
height: 1px;
margin-top: 1px;
}
.crta .kratka hr {
background-color: #fe0036;
height: 3px;
}

/***********************************************************/
/* Prva stran */
/***********************************************************/

.prva-stran {
margin: 0 auto;
width: 1200px;
color: #68798d;
text-align: center;
}
/*
.prva-stran #naslov {
font-size: 40px;
margin-top: 50px;
}
*/
.prva-stran #title {
font-size: 40px;
margin-top: 50px;
}
.prva-stran .crta .kratka {
width: 20%;
}
.prva-stran .crta .dolga {
width: 40%;
}

#home-crta {
border-bottom: 3px solid #fe0036;
color: #fff;
}
#crta {
border-bottom: 3px solid #fe0036;
color: #fff;
text-align: left;
}

.prva-stran #tekst {
font-size: 1.3em;
line-height: normal;
letter-spacing: 1px;
text-align: justify;
padding-top: 10px;
color: #8899ad;
}

#main-bon {
/*background: transparent url(/ikone/darilni-bon.jpg) bottom left no-repeat;*/
background: transparent url(/ikone/obrtniski-gros.jpg) bottom left no-repeat;
}

#main-bon #tekst {padding-left: 480px;}

/* prva stran - statistika */

.prva-stran-bg-siv {
background-color: #68798d;
color: #fff;
}

.prva-stran-bg-siv #title {
color: #fff;
font-size: 36px;
padding-top: 30px;
}

.prva-stran-bg-siv .dolga hr {
background-color: #B4BDC6;
}

.prva-stran .statistika {
text-align:justify;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
padding: 50px 150px;
}

.prva-stran .statistika font {
font-size: 4.5em;
font-weight: normal;
}

.prva-stran .statistika > li {
display:inline-block;
text-align: center;
}

.prva-stran > .statistika:after { content:' '; display:inline-block; width: 100%; height: 0 }

/* prva stran - partnerji */
.prva-stran .partnerji {
text-align:justify;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}

.prva-stran .partnerji > li {
display:inline-block;
text-align: center;
padding: 20px;
/*border: 1px solid #222; */
}

.prva-kredit-bg {
background: transparent url(/ikone/kredit.jpg) top center no-repeat;
height:180px;
}

.prva-kredit-bg .prva-stran {
font-size: 3em;
color: #fff;
text-align: center;
padding-top: 40px;
}

.prva-stran > .partnerji:after { content:' '; display:inline-block; width: 100%; height: 0 }

.prva-stran .partnerji img {
  max-height: 60px;
}

/* prva stran - zakaj moj obrtnik */

.prva-stran .zakaj {
text-align:center;
font-size: 2em;
font-weight: bold;
letter-spacing: 2px;
}

.prva-stran #zakaj-levo {
float: left;
background-color: #68798d;
color: #fff;
border-top: 2px solid #68798d;
padding: 0;
width: 50%;}

.prva-stran #zakaj-desno {
float: left;
background-color: #fff;
color: #68798d;
border-top: 1px solid #68798d;
border-right: 1px solid #68798d;
padding: 0;
width: 49.5%;
}
.prva-stran .zakaj img {
vertical-align: middle;
margin-right: 20px;
}

.prva-stran #zakaj-levo div, .prva-stran #zakaj-desno div {
padding: 25px;
}

#zakaj-container {
position: relative;
height: 300px;

}

#zakaj-levo-tekst {
width: 99.6%;
position: absolute;
top: 0;
left: 0;

color: #fff;
background-color: #68798d;
letter-spacing: 1px;
}

#zakaj-levo, #zakaj-desno {cursor: pointer;}

#zakaj-levo-tekst img {
margin: 60px;
}
#zakaj-levo-tekst b {
font-size: 1.5em;
}

#zakaj-levo-tekst .desno {
float: right;
width: 47%;
margin-top: 55px;
font-size: 16px;
font-weight: normal;
text-align: left;
}

#zakaj-desno-tekst {
display: none;
position: absolute;
top: 0;
left: 0;
color: #68798d;
font-weight: normal;
text-align: left;
border: 1px solid #68798d;
border-top: none;
width: 1153px;
padding: 0 20px;
letter-spacing: 0;
font-size: 0.7em;
}

#zakaj-desno-tekst b {
font-size: 1.5em;
padding-bottom: 5px;
}
#zakaj-desno-tekst #tekstd {
padding: 70px 40px;
}

/* Spots main div */
#main {
max-width: 1200px;
margin: 0 auto;
}

#main-left {
background-color: #fff;
padding: 18px 0 0 16px;
}

#main-right {
margin: 8px 0;
padding: 0 2rem;
color: #68798d;
}

.row.spots {
 margin-top: 1rem;
}


/* En spot na seznamu rezultatov */
.spot {
position: relative;
font-weight: normal;
/*
float: left;
margin: 25px 20px 5px 1px;
min-height: 580px;
width: 370px;
*/
color: #68798d;
}

.page-down-spinner {
text-align: center;
display: none;
font-size: 4em;
}

.page-up, .page-down:hover {
text-shadow: 1px 1px #888;
}

.spot .slika {
float: left;
padding: 2px 0 5px 0;
width:60px;
height:60px;
}

.spot .slika img{
max-width:60px;
max-height:60px;
}

.spot .slika-zgoraj {
/*
width:370px;
height:210px;
*/
margin-bottom: 8px;
position: relative;
}

.spot .naziv {
font-size: 13px;
line-height: 20px;
padding: 0; 
padding-left: 15px; 
overflow: hidden;
text-overflow: ellipsis;
display: block;
max-height: 61px;
}

.spot a .naziv {
font-size: 1.4em;
font-weight: bold;
color: #333;
}

.spot .naslov {
margin-top: 5px;
color: #68798d;
font-size: 1.2em;
height: 25px;
line-height: 1.3em;
}

.spot .ozadje-zgoraj {
position: absolute;
padding: 20px 8px;
right: 0;
top: 0;
background-color: #68798d;
height: 100%;
width: 54px;
text-align: center;
background: rgba(104,121,141,0.8);
z-index: 10;
}

.ozadje-zgoraj .marker {
color: #fff;
opacity: none;
font-size: 1.8em;
font-weight: normal;
vertical-align: middle;
text-align: center;
}

.ozadje-zgoraj .marker img {
vertical-align: middle;
padding-right: 3px;
padding-bottom: 3px;
}

.ozadje-zgoraj hr {
height: 1px;
background-color: #fff;
}

.razdalja {
float: left;
border-left: 1px solid #e8e8e8;
border-right: 1px solid #e8e8e8;
padding: 0 6px;
margin: 0 6px;
}

.spot .phone {
padding-left: 30px;
height: 25px;
margin-top: 10px;
font-size: 1.4em;
background: transparent url(/ikone/phone-mala.png) no-repeat;
}


.spot .kat {
margin-top: 50px;
font-size: 1.3em;
}

.spot .rating {
font-size: 1.2em;
padding: 5px 0;
min-height: 45px;
margin-bottom: 8px;
}

.spot .rating i {
font-size: 1.1em;
margin-right: 4px;
}

.ocena {float: left;} 
.ocena:hover {cursor: pointer;} 
.ocena img { margin-right: 3px;}

.odprto-zaprto {
overflow: hidden;
white-space: nowrap;
}

.poslov {
float: right;
padding-left: 20px;
border-left: 1px solid #e8e8e8; 
}

#odprto, #zaprto {
color: #9CBF3D; 
font-size: 1.2em;
padding-top: 7px;
}
#zaprto {color: #fe0036;}

.spot .povezava {
display: block;
text-align: center;
padding: 3px 50px 4px 50px;
margin: 0;
}
.spot .povezava a {
font-size: 0.8em;
font-weight: normal;
}
.spot .povezava-prazna {
display: block;
text-align: center;
padding: 6px 50px;
background-color: rgba(104, 121, 141, 0.5);
border-radius: 3px;
font-size: 16px;
color: #fff;
}

#main-right #spot-top {
padding: 25px;
margin-top: 14px;
font-size: 1.4em;
color: #fff;
border-radius: 5px;
}

#povezave {
  display: flex;
  padding: 10px 0;
}

#povezave img {
  height: 36px;
  margin-right: 4px;
}

#povezave a {
color: rgba(104, 121, 141, 1);
}

#povezave a:hover {
color: rgba(104, 121, 141, 0.5);
}

#main-right #urnik {
font-size: 1.2em;
}
#main-right #title {
font-size: 1.6em;
font-weight: bold;
padding: 20px 0 0 0;
}

/* PRIKAZ EN SPOT */

#spot {
color: #68798d;
}


#spot .mi-edit {
  background-color: #ddd;
  border-radius: 26px;
  padding: 4px;
  display: inline;
}

#spot .mi-edit:hover {
  background-color: #888;
  border-radius: 26px;
  padding: 4px;
  display: inline;
  color: #fff;
}

#spot #slika {
height:80px;
width: 80px;
float: left;
margin-right: 4px;
}
#spot #slika img {
max-height:80px;
max-width: 80px;
}

#spot #naslov{
font-size: 1.2em;
font-weight: bold;
}

#spot #naziv {
font-size: 1.6em;
font-weight: bold;
vertical-align: top;
display:inline; 
line-height: 1.2em;
}

#kontakti {
margin-top: 12px;
padding: 10px 0;  
font-size: 1.2em;
text-align: center;
display: blok;
background-color: #fe0036;
color: #fff;
border-radius: 2px;
}
#kontakti span { padding: 10px 30px; }
.spot #kontakti span { padding: 5px 10px; } 
#kontakti i {
  font-size: 1.6em;
  padding-right: 5px;
  vertical-align: sub;
}

#spot #rating {
  font-size: 1.2em;
  margin: 7px 0;
  border-bottom: 1px solid #e8e8e8;
  height: 55px;
  display: flex;
}

#spot .razdalja {
padding: 0 12px;
margin: 0 12px;
height: 55px;
}

#spot #rating .ocena {
}

#spot .hr-3 {
  margin-top: 2px;
}

#spot #services {
padding: 5px 0;
font-size: 1.4em;
line-height: 1.4em;
}

.vec-podobnih {
text-align: center;
max-width: 760px;
}

#slike-poslovalnice {
margin: 20px 0;
/*border-left: 50px solid #8a9bbf;*/
/*background-color: #f2f2f2;*/
}

#slike-poslovalnice img {
margin: 10px 0 10px 20px;
margin: 10px 20px 10px 0;
max-width: 325px;
}

#slike-proizvodov { 
margin-top: 50px;
line-height: 1.3em;
color: #929292; 
}
#slike-proizvodov .proizvod { 
float: outside;
height: 142px;
margin-bottom: 20px;
border: 1px solid #e8e8e8;
position: relative;
}

#slike-proizvodov .proizvod .slika { 
float: left;
background-color: #fff;
width: 140px;
height: 140px;
}

#slike-proizvodov .proizvod .tekst { 
padding: 10px;
max-height: 115px;
overflow: hidden;
}
#slike-proizvodov .proizvod .tekst b { 
font-size: 1.2em; 
line-height: 1.3em;
color: #68798d;
}

#slike-proizvodov .proizvod .cena { 
font-size: 2em;
color: #fff;
text-align: center;
width: 140px;
background: rgba(104,121,141,0.6);
padding: 15px 5px 10px;
position: absolute;
bottom: 0;
left: 0;
white-space: nowrap;
overflow: hidden;
}


/* SPOT DESNO */
#spot-top {
background-color: #68798d;  
}

/* URNIK */

#urnik {
margin-top: 15px;
margin-bottom: 15px;
background: #fff;
font-size: 18px;
line-height: 20px;
}

#urnik-top {
background: #f8f8f8;
padding: 6px;
}

#urnik-top img {vertical-align:middle;}
#urnik-top span {vertical-align:middle;}

.urnik-dan {
padding: 12px 4px 14px 4px;
vertical-align: middle;
overflow:auto;
}
.urnik-danes {
font-weight: bold;
background-color: #e8e8e8;
background-color: rgba(104, 121, 141, 0.4);
}
.urnik-vikend {
background-color: #f8f8f8;
background-color: rgba(104, 121, 141, 0.1);
}

.urnik-dan .dan {
max-width: 510px; white-space: nowrap; overflow:hidden;text-overflow: none;  
float: left;
}
.urnik-dan .pikice {
}


/* GROŠI */

#grosi-bg {
background: transparent url(/ikone/darilni-bon-banner.jpg) top center no-repeat;
height: 410px;
}
#grosi-bg #naslov1 {
margin: 0 auto;
width: 1200px;  
font-size: 5em;
color: #fff;
line-height: 1.1em;
padding-top: 100px;
}
#grosi-bg #naslov1 .mali {
padding-top: 20px;
font-size: 0.29em;
line-height: 1.2em;
font-weight: bold;
}


/* Gros na seznamu grosev */

.spot-gros {
font-weight: normal;
float: left;
margin: 25px 20px 25px 1px;
color: #68798d;
}

 
.spot-gros .slika-zgoraj {
margin-bottom: 15px;
position: relative;
}

.spot-gros .slika-zgoraj .cena { 
position: absolute;
bottom: 0;
left: 0;
font-size: 2em;
color: #fff;
text-align: center;
width: 100%;
background: rgba(104,121,141,0.6);
padding: 10px 5px 5px;
overflow: hidden;
}

.gros-logo {
background-color: #fe0036;
padding: 8px;
width: 33px;
margin-right: 6px;
float: left;
}

.spot-gros .naziv {
padding-left: 8px;
text-transform: uppercase;
color: #222;
font-weight: bold;
}

.spot-gros .spot-naziv {
color: #68798d;
font-weight: bold;
padding-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
}

.spot-gros .podatki {
color: #68798d;
margin: 10px 0;
padding: 10px 0;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
font-size: 1.1em;
}

.spot-gros .storitev {
height: 7rem;
overflow: hidden;
}


.spot-gros .desno {
text-align: right;
padding-left: 10px;
border-left:  1px solid #e8e8e8;
width: 50%;
}

/* grosi pri predstavitvi SPOT-a */
.gros {
margin: 20px 0;
font-size: 10px;
line-height: 16px;
height: 95px;
overflow: hidden;
}
.gros b {
font-size: 11px;
}

.gros .slika {
width: 100px;
height: 100px;
float: left;
margin-right: 10px;
}
.gros .naziv {
float: left;
}

.gros button a:link, .gros button a:visited {
  color: #284a6d;
  font-size: 1.2em;
  font-weight: 600;
}



#vrste-del .ime {
float: left;
padding: 5px 10px 4px;
border: 1px solid #68798d;
margin: 10px 10px 0 0;
border-radius: 3px;
}

.navigation-divider {
background: transparent url(/assets/navigation_divider.png) top center no-repeat;
padding: 10px 15px;
}

/* zemljevid */
#map {
width: 100%;
padding: 0;
background-color: #fff;
margin: 0;
}
#map-container {
width: 100%;
height: 220px;
}
#map a {
color: #fe0036;
}
#map a:hover {
color: #68798d;
}

/*
#iskalni-pojem .vpis {color: #b60635}
*/
/* HOME */
#home h2 {
  font-size: 3em;
  padding: 8px 4px;
  text-align: center;
}

#home .home-izbira {
width: 290px;
height: 200px;
background-color: #fff;
padding: 10px;
font-size: 2em;
font-weight: normal;
margin: 10px 0;
text-align: center;
box-shadow: 2px 2px 8px #ccc;

display:flex;
justify-content:center;
align-items:center;
  
-ms-display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;  
}  

#home .home-izbira a {}

#home .home-izbira span {
/*  display: inline-block;
  vertical-align: middle;
*/  
/*
    height: inherit;
    display: table-cell;
    vertical-align: middle;  
*/
}

#home .home-izbira:hover {
box-shadow: 2px 2px 8px #666;
text-shadow: 0 1px 0 #888;
}

/* zvezdice */
/*
.cela {
font-size: 1.4em;
color: gold;
text-shadow: 0 1px 0 #444;
padding: 0 1px;
}
.polcela {
color: gold;
padding: 0 4px 0 1px;
text-shadow: 0 1px 0 #444;
font-size: 1.4em;
}


.necela {
font-size: 1.4em;
color: #ddd;
text-shadow: 0 1px 0 #444;
padding: 0 1px;
}
*/

#main-center {
  /*
width: 800px;
float: left;
padding: 2px 0 0 0;
border-right: 1px solid #fff;
box-shadow: 10px 0 10px -10px #888;*/
}



/* forma za vpis podatkov #fe0036 modra: #013e7f*/
#form {
padding: 6px;
background-color: #fff;
}
#form .hr-1 {
border-bottom: 2px solid #013e7f;
height: 1px;
margin: 2px 0;

border-bottom: 5px solid #68798d;
margin: 2px 0;
}

#main-center h2, #main-right h2 {
font-size: 2em;
line-height: 1.2em;
color: #68798d;
padding-bottom: 15px;
border-bottom: 5px solid rgba(104, 121, 141, 0.5);
/*box-shadow: 0 2px 0 0 #fe0036;*/
margin-top: 0.5em;

}
#form input[type=text], #form input[type=number], #form input[type=email] {
margin-bottom: 5px;
padding: 15px 5px;
font-size: 1.2em;
border: 1px solid rgba(104, 121, 141, 0.5);
color: #222;
border-radius: 2px;
max-width: 750px;
}
#form textarea {
margin-bottom: 5px;
padding: 15px 5px;
font-size: 1.2em;
color: #222;
border-radius: 2px;
max-width: 750px;
}
#form a {
font-size: 18px;
font-weight: bold;
}
#form input[type=password] {
margin-bottom: 5px;
padding: 15px 5px;
font-size: 1.2em;
max-width: 750px;
}
#form select {
margin-bottom: 5px;
padding: 5px 5px;
font-size: 1.2em;
color: #999;
max-width: 750px;
}

.form-tekst {
font-size: 1.5em;
}

.form-label {
padding-top: 1rem;
font-size: 16px;
color: #68798d;
font-weight: bold;
letter-spacing: 1px;
}

.form-show {
margin-bottom: 5px;
padding: 10px 5px;
font-size: 2em;
color: #46576b;
background-color: rgba(104, 121, 141, 0.1);
border: 1px solid rgba(104, 121, 141, 0.3);
border-radius: 2px;
}


/*#main-center .submit {*/
.submit {
font-size: 18px;
font-weight: bold;
margin: 10px 0;
background-color: #fe0036;
padding: 15px;
color: #fff;
border: 0;
border-radius: 3px;
}

/*#main-center .submit:hover { */
.submit:hover {
background-color: #68798d;
color: #fff;
cursor: pointer;
}

.dolg100 {
width: 100%;
padding: 12px 11px;
max-width: 775px;
text-align: center;
}

/* prijava */
#prijava {
padding: 4px;
}

#prijava .form-label {
font-size: 16px;
font-weight: normal;
letter-spacing: 0;
}

#prijava .prijava-nov {
margin: 30px 0;
background-color: rgba(104, 121, 141, 0.1);
padding: 10px 5px;
border: 1px solid #eee;
}

.prijava-nov-rocka, .prijava-pozabil-rocka {
margin-top: 10px;
font-size: 1.4em;
text-decoration: underline;
color: #9CBF3D;
}
.prijava-nov-rocka:hover, .prijava-pozabil-rocka:hover {
cursor: pointer;
}

#main-center .rocka {
margin-top: 10px;
font-size: 1.4em;
text-decoration: underline;
color: #9CBF3D;
}

.rocka:hover, .rocka-link:hover {cursor: pointer;}

/* povezava */
.povezave {
margin: 0 4px 20px 0;
display: table;
}

.povezava a {
color: #fff;
/*padding: 18px;*/
font-size: 20px;
/*line-height: 20px;*/
font-weight: bold;
}

.povezava {
display: inline-block;
color: #fff;
font-size: 20px;
background-color: #fe0036;
background-color: #284a6d;
margin: 0 10px 10px 0;
padding: 16px 15px 15px 15px;
border-radius: 3px;
}

.povezava:hover {
background-color: #68798d;
}

.povezava-m {
padding: 8px 15px 8px 15px;
}


.povezava-o a {
color: #68798d;
font-size: 20px;
line-height: 20px;
font-weight: bold;
}

.povezava-o {
display: inline-block;
text-align: center;
color: #fff;
font-size: 20px;
background-color: #fff;
margin: 0 10px 10px 0;
padding: 12px 15px 10px 15px;
border: 3px solid #fe0036;
border-radius: 3px;
}

.povezava-o:hover {
background-color: #fe0036;
}
.povezava-o:hover > a {
color: #fff;
}
.povezava-o a:hover {
color: #fff;
}

.povezava-span {
padding: 11px 14px;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #fe0036;
border-radius: 3px;
}

.povezava-span a {
color: #fff;
}
.povezava-span:hover {
background-color: #68798d;
}

/* Borza */
.borza-okvir {
border: 1px solid #68798d;
margin-bottom: 10px;
}

.borza {
background-color: #fff;
text-align: center;
cursor: pointer; 
}

.borza div {
display: table-cell;
vertical-align: middle;
line-height: normal;
margin: 0;
font-size: 15px;

}

.borza-okvir .opis {
display: none;
background-color: #fff;
padding: 15px;
text-align: left;
border-top: 1px solid #68798d;
}

.borza .datum {
text-align: center;
vertical-align: middle;
width: 140px;
}

.borza .do-datuma {
align-items: stretch;
height: 50px;
}

.borza .odprta {
background-color: #9CBF3D;
color: #fff;
}
.borza .zaprta {
background-color: #68798d;
color: #fff;
}

.borza .kategorija {
width: 450px;
padding: 15px;
text-align: left;
border-left: 1px solid #68798d;
border-right: 1px solid #68798d;
color: #68798d;
}

.borza .kategorija i {
   text-shadow:
    -1px -1px 0 #68798d,
    0 -1px 0 #68798d,
    1px -1px 0 #68798d,
    -1px 1px 0 #68798d,
    0 1px 0 #68798d,
    1px 1px 0 #68798d;
/*text-shadow: #68798d 1px 1px 2px;*/
   color: #fff;
}

.borza .kratek {
width: 200px;
padding: 4px;
background-color: #d1d1f6;
height: 50px;
}

.borza .posta {
padding: 15px;
text-align: left;
color: #aaa;
}
.borza .posta #zelena {
padding-left: 27px;
color: #9CBF3D;
}

.borza .povezava {
  background-color: #9CBF3D;
  border: 1px solid #68798d;
}

.borza .povezava:hover {
  background-color: #68798d;
}

#povprasevanje {
font-size: 1.5em;
}

#main-right .spot { 
min-height: 100px; 
width: 300px;
}
#main-right .spot .naziv {font-weight: bold;}
#main-right .spot h3 {
font-size: 1.6em;
font-weight: bold;
}

/* SOS */
.spot.sos {margin-top: 1rem;}
/*.column.spot.sos {padding-left: 0;}*/
.sos #title {
font-size: 1.5em;
font-weight: bold;
}

.sos a {
  color: #68798d;
}
.sos a:hover {
  color: rgba(104, 121, 141, 0.6);
}

.sos-desno {
font-size: 1.2em;
}
/*
.sos-desno h3 {
background-color: #68798d;
color: #fff;
padding: 1px 5px 0;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
*/
.sos-desno div {
padding: 20px;
border: 1px solid rgba(104, 121, 141, 0.2);
background-color: rgba(104, 121, 141, 0.05);
margin: 3px 0 10px;
}

.sos-desno h3 {
color: #fe0036;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

.sos-rocka {
  float: right;
  margin-right: 1rem;
  font-size: 1.2em;
}

.sos-kategorije {
padding-top: 15px;
display: none;
margin: 0 auto;
max-width: 1200px;
color: #fff;  
}

.sos-kategorije a {
  color: white;
}
.sos-kategorije li {
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  margin: 4px;
}

/* SLIKICE */

.hsm-link {
padding-top: 10px;
font-size: 1.2em;
}

.hsm_link:hover {
cursor: pointer; 
}

#priponka-klik {
padding: 4px 20px;
font-size: 1.2em;
}

.priponka-okvir {
padding: 20px;
border: 3px dashed #bbb;
border-radius: 5px;
text-align: center;
margin-right: 20px;
}


#obvestilo {
font-size: 16px;
background-color: #fff;
padding: 4px;
}


/* UREJANJE PODATKOV SPOTA */
#urejanje {
padding: 10px 0;
font-size: 0.7em;
}

#urejanje h3 {
padding-bottom: 10px;
font-size: 1.2em;
font-weight: bold;
}

.spot-edit {
font-size: 1.3em;
}

.spot-edit h3 {
font-size: 1.5em;
font-weight: bold;
color: #68798d;
padding-top: 20px;
border-bottom: 5px solid rgba(104, 121, 141, 0.4);
}

.spot-edit .form-label {
padding: 20px 0 10px;
}
.spot-edit input[type=text], #form input[type=number] {
margin-bottom: 5px;
padding: 15px 5px;
font-size: 1.2em;
border: 1px solid rgba(104, 121, 141, 0.6);
color: #222;
border-radius: 2px;
}

#spot-magic {
padding-left: 30px;  
}
#spot-magic:hover {
cursor: pointer;  
}

.spot-edit .spot-slika {
margin-right: 10px;
margin-top: 10px;
height: 200px;
width: 250px;
background-color: #f7f7f7;
float: left;
}

.spot-edit .spot-slika .slika {
padding: 8px;
height: 100px;
width: 100px;
}

.spot-edit-right {
font-size: 1.8em;
margin-top: 20px;
font-weight: bold;
}

.spot-edit-right a {
font-size: 0.8em;
color: #68798d;
padding-bottom: 10px;
}

.spot-edit-right span a {
font-weight: bold;
}

.spot-edit-right a:hover {
color: #fe0036;
}

.spot-edit-right li {
padding: 5px;
}
.spot-edit-right .izbran {
background-color: rgba(104, 121, 141, 0.3);
/*border-bottom: 5px solid rgba(104, 121, 141, 0.4);*/
}

.spot-slika .img-delete:hover {
cursor: pointer;  
}

.spot-slika .fotka-checkbox:hover {
cursor: pointer;  
}

.spot-edit .spot-izdelek {
padding: 8px;
margin-right: 10px;
margin-top: 10px;
height: 180px;
width: 230px;
background-color: #f7f7f7;
float: left;
}

.spot-edit .spot-izdelek .slika {
max-height: 100px;
}

#ozsq-podatki select {
  font-size: 1.2em;
  padding: 5px;
}

#ozsq-podatki select option {
  padding: 3px 10px;
}
#ozsq-podatki .multi-select select option {
  padding: 3px 10px;
}

#ozsq-podatki select text {
}

#ozsq-podatki .multi-select select {
overflow-y: auto;
width: 350px;
height: 350px;
padding: 0;
}

.dc-form-error, .dc-form-info {
font-size: 16px; padding: 15px 10px;
}

.dc-form-error h2 {
box-shadow: none;
font-size: 24px;
margin-bottom: 10px;
}

.hidden {display: none;}

.plus-rocka {
cursor:pointer;
border-bottom: 3px solid #fe0036;
color: #fe0036;
font-size: 1.2em;
font-weight: bold;
margin: 15px 0;
}


/* NAŠE PREDNOSTI */
#nase-prednosti-top {
background-color: #68798d;
border: 1px solid #68798d;
padding: 25px 16px;
color: #fff;
width: 250px;
}

#nase-prednosti {
font-size: 1.7em;
font-weight: bold;
margin: 20px 0;
}

#nase-prednosti-top div {
font-weight: bold;
font-size: 1.1em;
line-height: 1.3em;
margin-left: 8px;

}
#nase-prednosti-top img {
padding-top: 5px;
}
#nase-prednosti-top hr {
background-color: #bbb;
height: 1px;
margin: 20px 0
}

#nase-prednosti-bottom {
background-color: #fff;
border: 1px solid #68798d;
padding: 25px 16px;
color: #68798d;
width: 250px;
font-size: 1.4em;
line-height: 1.3em;
}

#nase-prednosti-bottom font {
font-size: 1.2em;
font-weight: bold;
color: #fe0036;
}

#hitro-in-enostavno, #hitro-in-enostavno-rdec {
letter-spacing: 1px;
background: transparent url(/ikone/hitro-in-enostavno-zelen.png) top center no-repeat;
padding-left: 100px;
font-size: 14px;
  letter-spacing: 0;
}

#hitro-in-enostavno-rdec {
background: transparent url(/ikone/hitro-in-enostavno-rdec.png) top center no-repeat;
}

#hitro-in-enostavno div, #hitro-in-enostavno-rdec div {
width: 200px;
height: 115px;
}

#hitro-in-enostavno h4, #hitro-in-enostavno-rdec h4 {
font-size: 1.4em;
font-weight: bold;
color: #9CBF3D;
}

#hitro-in-enostavno-rdec h4 {
color: #fe0036;
}

.pristop .form-label {
float:left;
width: 220px;
}

.pristop #form input[type=text] {
width: 550px;
}
.pristop input[type=checkbox] {
  transform: scale(1.5);
}

.pristop #clan, .pristop #bclan, .pristop #nclan {
font-size: 1.4em;
padding: 10px;
border-radius: 4px;
line-height: 2em;
}

#postanite-ponudnik {
margin-top: -210px;
text-align: center;
color: #fff;
}
.pristop .povezava {
padding: 8px 7px 7px;
}

.ponudnik-tabela td {
padding: 15px 10px;
border-bottom: 1px solid #68798d;
border-right: 1px solid #68798d;
text-align: center;
color: #68798d;
font-size: 15px;
}

.ponudnik-tabela .prva {
border-left: 1px solid #68798d;
font-weight: bold;
}

/* O C E N E */

#ocene {
width: 800px;
padding: 10px;
background-color: #fff;
}

#ocene h2 {
font-size: 2.2em;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}

#ocene .okvir {
font-size: 1.25em;
font-weight: bold;
color: #68798d;
margin: 20px 0;
padding: 10px 0;
border-top: 1px solid #68798d;
border-bottom: 1px solid #68798d;
}
#ocene .skupna {
  float: left;
  width: 30%;
}
#ocene .ocena {float: right; line-height: 20px;}

.ena-ocena .slika {
float: left;
width:60px;
height:60px;
margin: 0 10px 10px 0;
background-color: #fafafa;
border: 1px solid #f2f2f2;
}

.ena-ocena .ocena-desno {
float: left;
width: 720px;
}
.ena-ocena .zvezdice {
float: right;
margin-top: -5px;
}
.ena-ocena .tekst {
padding-bottom: 10px;
}

#ocene #naziv {
font-size: 1.2em;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}

.ocena-text {
margin-left: 5px;
font-size: 1.3em;
}

#ocene #title {
font-size: 1.6em;
}

.b-close {
position: absolute;
top: 0; right: 0;
cursor: pointer;
background-color: #fe0036;
padding: 5px 10px;
}

/* NAŠE POVEZAVE */
.nasepovezave {
font-size: 1.2em;
}
.nasepovezave code {
display: block;
font-family: monospace;
padding: 10px;
background-color: #eee;
}

#socialna {
/*
padding: 10px 20px;
display: none;
border: 2px solid rgba(104, 121, 141, 0.05)
background-color: rgba(104, 121, 141, 0.1); 
border-bottom: 3px solid #68798d;
*/
}

#socialna li {
  display: inline-block;
  vertical-align: top;
}

#socialna-rocka {
font-size: 1.3em;
text-align: left;
cursor: pointer;
/*
color: #fff;
background-color: #fe0036;
border-radius: 5px;
*/
padding: 10px 0;
color: #284a6d;
}
#socialna-rocka i {
vertical-align: middle;
padding-right: 10px;
}  

.IN-widget {vertical-align: top !important;}
.IN-widget button {margin: 0 !important;}

.fb-share-button {
padding-bottom: 8px; 
}

/* posebej za prikaz dokumentov */
.dokument {
color: #68798d;
font-size: 14px;
}

.dokument a:link {
color: #68798d;  
font-weight: bold;
border-bottom: 1px dotted rgba(104, 121, 141, 0.2); 
}

.dokument a:hover {
color: #fe0036;  
border-bottom: 1px dotted #fe0036; 
}

.dokument p {margin-bottom: 2px;}

/*********** NOVICE **************/

.novice {
  letter-spacing: 1px;
}
.column.novice.seznam, .column.novice.seznam .column {
  padding: 0;
}
.column.novice.seznam .column.text {
  padding-left: 1rem;
  font-size: 1.2em;
}

.column.novice.seznam .povzetek {
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  text-align: justify;
}

.novice hr {
  border-bottom: 3px solid rgba(77, 110, 143, 0.3);
  margin: 0 1rem;
}

.row.novice-prva {
  padding: 1rem 0;
}

.novice-prva .column.novica {
padding: 0;
}

.novice-prva img {
  max-height: 300px;
}
.novice-prva .pasica img {
  max-height: none;
}
.novice-prva .povzetek {
  font-size: 1.4em;
  line-height: 1.3em;
  padding-bottom: 1rem;
  color: #433;
  letter-spacing: -0.2px;
  text-align: justify;
  font-weight: 400;
}

.novice-prva h3 {
  font-size: 1.8em;
  font-weight: 500;
  color: #322;
  line-height: 1.1em;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
  text-align: left;
}

.novice-prva h3 b {
  color: #fe0036;
}

.novice-prva .novicke h3 {
  font-size: 1.4em;
  font-weight: 400;
  text-shadow: 0 0 black;
  line-height: 1.2em;
  margin-left: 6px;
}

.novice-prva .novicke .row .column {
  padding: 0;
}

.nadnaslov {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 #fff;
  background-color: #284a6d;
  padding: 3px 6px;
  text-transform: uppercase;
  font-size: 1rem;
}

.novice-prva .nadnaslov {
  margin: 8px 0;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 3px 6px;
}

.novice.vec {
  padding-left: 1rem;
}

.novice-siroko {
  padding: 1.5rem 0;
}

.novice-siroko .row {
  margin-bottom: 1.5rem;
}

.novice-siroko .row:hover {
  border-right: 3px solid #fe0036;
  background-color: #f4f4f4;
}

.novice-siroko hr {
  margin: 0;
  border-bottom: 3px solid #333;
}

.novice-siroko a {
  color: #333;
}

.novice-siroko a:hover {
  color: #888;
}
.novice-siroko h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: #100;
  margin-bottom: 0;
  line-height: 1.5em;
  padding-bottom: 2px;
  letter-spacing: -0.2px;
  transform: scaleY(1.05);
}

.novice-siroko .nadnaslov {
  margin: 0 0 4px 0;

}

#novica  {
  padding: 1rem 0;
  letter-spacing: 0;
}

#novica h1 {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 1rem 0;
}

#novica hr {
  margin: 8px 0;
  display: none;
}
#novica .avtor {
  font-size: 1.3em;
  margin-bottom: 1rem;
  color: #322;
}
#novica .avtor i { vertical-align: sub;}

.novice-siroko .avtor {
  color: #284a6d;
  margin: 8px 0;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.novice-siroko .avtor i {
  vertical-align: bottom;
}

#novica .povzetek {
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: justify;
  padding-bottom: 1rem;
}
#novica .body {
  font-size: 1.4em;
  text-align: left;
}

#novica .body strong, #novica .body b{
  font-weight: 600;
  transform: scaleY(1.05);
}

#novica a:link, #novica a:active, #novica a:visited {
  color: #fe0036;
  font-weight: 600;
  border-bottom: 1px dotted #fe0036;
}

#novica a:hover { 
  color: rgba(254, 00, 54, 0.7);
}

/* PAGINATION */
.novice .pagination {
margin: 1rem 0;
}
.novice .pagination span {
display: inline-block;  
font-size: 1.6em;
width: 40px;
height: 40px;
padding-top: 4px;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(104, 121, 141, 0.4);
border-radius: 3px;
margin-right: 2px;
background: none;
}

.novice .pagination .current, .novice .pagination span:hover {
  background-color: #4d6e8f;
  border: 1px solid #4d6e8f;
  color: #fff;
}
.novice .pagination span a {color: #4d6e8f; padding: 12px;}
.novice .pagination span:hover a { color: #fff; }

/*** REKLAME ***/

.reklame {
  margin: 0;
  padding: 0;
  text-align: center;
}
.reklame .row {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.reklame .row .column.small-12 {
  padding-right: 0 !important;
}
.pasica {
  margin-top: 1rem;
  color: #222;
}

.s300x600 {
  max-width: 300px;
  background-color: transparent;
}
.s300x250 {
  max-width: 300px;
  background-color: transparent;
}

.reklama0 { padding-top: 1rem;}

#reklama-borza img {padding: 1rem 0;}

/****   NASVETI    ****/

.nasveti { 
  margin-bottom: 10px;
}
.nasveti .en-nasvet {
}
.nasveti .datum {
  float: left;
  padding: 3px 6px 0 0;
}
.nasveti .ostalo {
  float: left;
  background: #fff url(/assets/pokoncna-crta.png) top left no-repeat;
  margin-top: 7px;
  max-width: 700px;
}

.nasveti .novica {
  width: 700px;
  height: 200px;
}

.novica .novica-desno .novica-img {
  padding-left: 20px;
  width: 650px;
}

.nasveti .naslov {
color: #fe0036;
font-weight: normal;
}  

.nasveti .novica-desno .novica-1 {
  padding: 15px 0 0 25px;
  font-weight: normal;
}

.nasveti .novica-desno .novica-2 {
  padding: 10px 0 0 25px;
  max-width: 520px;
}

.nasveti .novica-desno .novica-1 img {
  width: 100px;
  padding-bottom: 10px;
}
.nasveti .novica-desno .povzetek {
  margin-bottom: 10px;
}
.nasveti .novica-desno a {
  color: #fe0036;
}

#main-right .nasveti-kat {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #68798d;

}
#main-right .nasveti-kat h4 {
  color: #68798d;
  margin-bottom: 10px;  
  font-weight: bold;
}
#main-right .nasveti-kat a {
  color: #68798d;  
  font-weight: bold;
}

/************ SOCIALNE PO NOVEM ************/
.socialne-like {
  padding: 1rem 0;
  font-size: 20px;
  font-weight: 500;
}

.socialne-like img {
  height: 32px;
  margin-right: 4px;
}

.socialne-like a {
  border-bottom: none !important;
}

/************* TOP MENI ROČKA ***************/
#meni-clani-rocka:hover {color: #fe0036; cursor: pointer; }
#meni-clani {
  display: none;
  z-index: 1000;
  background-color: #fe0036;
  position: absolute;
  right: 0;
  top: 72px;
  color: #fff;
}

#meni-clani ul {
  margin-left: 0;
}
#moj-top #right li li a {
  color: #fff;
}
#moj-top #right li li a:hover {
  color: #68798d;
}
#moj-top #right li li:hover {
  background-color: #fff;
}

#moj-top #right li ul {
border: 1px solid #fff;
}

#moj-top #right li li {
padding: 15px;
height: 20px;
border-left: none;
}

/* PROFIL */
#profil {
  font-size: 1.2em;
  color: #444;
}

#profil .slika, #profil .ime, #profil .ikona {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
#profil .slika {
  height: 70px;
  width: 70px;
  background-color: #f8f8f8;
}

#profil .rocka, #profil .rocka-link {
  padding: 5px 10px 0;
  background-color: #68798d;
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  display: table-cell;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
}

#profil .povprasevanja, #profil .grosi {
  padding: 5px 0;
/*
  background-color: #f8f8f8;
  border: 1px solid #68798d;
  border-top: 0;*/
}

#profil .grosi img {
  margin: 0 10px 10px 0;
  
}
  
#profil .grosi .namig {
  overflow: hidden;
  height: 1.5em;
  font-weight: bold;
}
  
#profil .vrstica {
  padding: 3px 0;
  font-size: 1.1em;
}

/* FACEBOOK share se ne prikaže, če je ozadje skrito */
.fb-share-button span, .fb-share-button iframe {
  min-width: 200px !important;
  min-height: 25px !important;
}

.ie-ne-priporocamo {
display: none;
font-size: 13px;
padding: 20px;
width: 800px;
margin: 0 auto;
color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.ie-ne-priporocamo { 
  display: block; 
  background: #fe0036 url(https://c.s-microsoft.com/sl-si/CMSImages/ie_symbol_clr_56x56.png?version=73aa5bf1-0743-11e7-8f71-718675c983bf) top center no-repeat;
} 

}

/*
#socialna div {padding-right: 10px;}
#twitter-widget-0 {padding-right: 10px;}
*/
.rdeca, a.rdeca {color: #fe0036;}
.siva   {color: #68798d;}
.zelena {color: #9CBF3D;}
.bela   {color: #fff;}
.modra  {color: navy;}
.levo   {float: left;}
.desno  {float: right;}


/* PIŠKOTKI */

#piskotki-msg {
  position: fixed;
  top: 0;
  left: 5%;
  width: 90%;
  padding: 20px 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  border: 3px solid #fff;
  background-color: #fe0036;
  box-shadow: 0 0 20px #444;
}

#piskotki-msg span {
color: white;
font-weight: bold;
border-bottom: 1px solid #fff;;
}

#piskotki-msg span:hover {
  color: #ddd;
  cursor: pointer;
}

/* ORBIT SLIDER */
.orbit-bullets {
  margin-top: -1.8rem;
}

.orbit-bullets button {
  height: 8px;
  width: 8px;
  padding: 8px 8px;
}


/****** DOGODKI PRVA  *****/

.dogodki-naslov h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.dogodki-prva {
  font-size: 10px;
  max-width: 300px;
}
.dogodki-prva .row {
  padding-top: 8px;
}

.dogodki-prva .dogodek .ozadje {
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  padding: 8px 4px;
  line-height: 1.2em;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dogodki-prva .dogodek .ozadje:hover {
  background-color: #3c5e8c;
}

.dogodki-prva .dogodek {
  margin: 0;
}
.dogodki-prva .row {
  background-color: transparent;
  font-size: 0.9em;
}
.dogodki-prva .row .column:nth-child(even) {
  background-color: #949C9F;
}
.dogodki-prva .row .column:nth-child(odd) {
  background-color: #696D70;
}

.dogodki-prva .row .column {
  padding: 0;
  margin: 0;
}

/* Gumb VEČ pod dogodki */
.dogodki-prva .vec-- {
  background-color: #003b67;
  font-size: 1.1em;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 2px;
  text-align: right;
}

.dogodki-prva a:link.vec--, a:visited.vec-- {
  color: #fff;
}

.dogodki-prva .vec-- .mi-o {
  height: 0.8rem;
  font-size: 18px;
  display: initial;
}

/* ob priliki vrzi ven. Veljajo gornje vrstice */
.dogodki-prva .vec--novic {
  background-color: #003b67;
  font-size: 1.1em;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 2px;
  text-align: right;
}

.dogodki-prva a:link.vec-novic, a:visited.vec-novic {
  color: #fff;
}

.dogodki-prva .vec-novic .mi-o {
  height: 0.8rem;
  font-size: 18px;
  display: initial;
}


/** TURIZEM **/

#turizem #map {
padding-right: 1rem;
}
#turizem #map-container {
height: 250px;
}

#turizem #map-container {
  height: 400px; 
  margin-bottom: 1rem;
  z-index: 1;
}

#turizem #map-container a {
  color: rgba(40, 74, 109, 1);
}
#turizem .row .column {
  padding-left: 0;
}

.column .spot.turizem {
  margin-bottom: 1rem;
  font-weight: 500;
}
.spot.turizem .naziv {
  padding: 4px 0 0 4px;  
  background-color: rgba(40, 74, 109, 0.16);
  font-weight: 600;
  height: 60px;
}
.spot.turizem .naslov {
  padding: 4px 0 0 4px;
  color: #222;  
  background-color: rgba(40, 74, 109, 0.16);
  margin-top: 0;
  font-weight: 500;
}
.spot.turizem .podatki {
  color: #284a6d;
  font-size: 1.2em;
  background-color: rgba(40, 74, 109, 0.1);
}
.spot.turizem .podatki div {
  padding: 0 0 4px 4px;
}
.spot.turizem .podatki .mi {
  font-size: 20px;
}
/* rdeča: #fe0036 modra: #013e7f siva=#68798d */
/* obrtniski-gros css (tt) */

/*standard */
#og-container {
  max-width:900px !important;
}

.og-body{
  float: left;
}

/* galerija slik in izbor */
div.cnt-left {
  max-width:306px;
  height:334px;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  /* border: 1px solid #68798d; */
  border: 0;
  border-right: none;
  float: left;
  /* border-radius: 3px; */
}

div.cnt-right {
  max-width:456px;
	margin-right: 20px;
  /* border: 1px solid #68798d;*/
  border: 0;
	float: left;
}

div.cnt-right-top {
  height:173px;
  /* border: 1px solid #68798d; */
  border: 0;
}

div.cnt-right-bottom {
  margin:0;
  /* border: 1px solid #68798d; */
  border: 0;
}

.og-ul-thumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height:160px;
}

.og-ul-thumb li {
  float: left;

}

.og-ul-thumb li a {
  display: block;
  margin: 0;
  padding: 4px 7px 4px 7px;
  /* background-color: #dddddd;*/ /*barva ozdja za thumb-e*/
}

.og-ul-thumb li a img {
    opacity: 0.7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    max-width: 70px;
}

.og-ul-thumb li a img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#mobile .og-ul-thumb {
  height: auto;
  display: flex;
}

#og-navodila img {
   margin: 10px;
  float: left;
}

/* o. groš, navodila */
#og-navodila {
  color: #68798d;
  margin: 10px;
}

#og-navodila h1 {
  margin: 0;
  font-size: 20px;
}

#og-navodila h2 {
  margin: 10px 0px 0px 0px;
}

#og-navodila ol {
  margin: 10px 0px 0px 20px;
  padding: 0;
  float: left;
}
#og-navodila li {
  font-weight: bold;
}

#og-navodila p {
  margin: 0;
  padding: 0;
  clear: both;
}

#og-navodila hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

#og-img-medium {
  margin: 0px 0px 0px 2px;
  /* padding: 1px 0px 0px 0px; */
}

#og-img-medium img {
    opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

#og-img-medium img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


#og-p-clear {
  clear: both;
}

#og-right-sidebar {
  max-width: 300px;
  margin: 0px;
  float: left;
}

#mobile .og-body {
padding: 0 8px; 
}

#mobile #og-right-sidebar {
  max-width: 760px;
  margin: 1rem 8px 0 8px;
  font-size: 1.2em;
}

#og-right-sidebar-title {
  background-color: #68798d;
  color: #fff;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: bold;
}

#og-right-sidebar-title h4 {
  color: #fff;
  font-size: 1.4em;
  margin: 0;
}

#og-right-sidebar-body {
color:  #68798d;
padding: 12px 18px;
border: 1px solid #68798d;
margin-bottom: 1rem;

}

#og-right-sidebar-body-title {
  font-size: 20px;
  font-weight: bold;
}


#og-right-sidebar-body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

#og-right-sidebar-body p {
  margin: 10px 0 10px 0;
}

/* vnosni obrazec */

#og-form-main {
  margin:0;
  padding: 0;
  max-width: 750px;
}

/*
#og-form-main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #ccc;
    margin: 10 0 10 0;
    padding: 0;
}
*/

#og-form-main p {
  margin: 10px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  color:  #68798d;
}

#og-form {
  margin: 10 0 0 0 ;
}

.og-form-num {
  margin-bottom: 5px;
  padding: 15px 5px;
  font-size: 1.2em;
  border: 1px solid #bbb;
  color: #999;
  border-radius: 2px;
  width: 10%;
}



#og-form input[type=text], #og-form input[type=email] {
  margin-bottom: 5px;
  padding: 15px 5px;
  font-size: 1.2em;
  border: 1px solid #bbb;
  color: #999;
  border-radius: 2px;
  width: 98%;
}



#og-form textarea{
  margin-bottom: 5px;
  padding: 15px 5px;
  font-size: 1.2em;
  border: 1px solid #bbb;
  color: #999;
  border-radius: 2px;
  width: 98%;
  height: 100px;
}

#og-form-title {
  background-color: #68798d;
  color: #fff;
  padding: 12px 18px;
  font-size: 20px;
  font-weight: bold;
}

#og-form-submit .submit {
  max-width: 750px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
  background-color: #95C03D;
  padding: 15px;
  color: #fff;
  border: 0px;
  border-radius: 3px;
}

#og-form-submit .submit:hover {
  background-color: #68798d;
  color: #fff;
}

#og-form-nacin-placila {
  color: #68798d;
  margin:  0;
}

.og-form-cb {
  margin: 5px 0px 5px 0px;
  font-size: 16px;
  color: #68798d;
}

/* narocilo */
#og-narocilo hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid red;
  margin:  0px 0px 10px 0px;
  padding: 0;
}

#og-narocilo h1 {
  margin: 20px 0px 0px 0px;
  font-size: 2em;
  color: #68798d;
}

#og-narocilo h2 {
  margin: 0;
  font-size: 1.5em;
  color: #68798d;
}

#og-narocilo p {
  margin: 0;
  font-size: 1.2em;
  color: #68798d;
}

#og-narocilo table {
  max-width: 1200px;
}

#og-narocilo table th {
  margin:0;
  padding:10px;
  font-size: 14px;
  font-weight: normal;
  color: white;
  background-color:  #68798d;
}

#og-narocilo table tr {
  margin:0;
  padding:10px;
  font-size: 14px;
  font-weight: normal;
}

#og-narocilo table td {
  margin:0;
  padding:2px;
  font-size: 14px;
  font-weight: normal;
  color: #68798d;
  background-color: white;
  border-top: 0px;
  border-right: 1px solid  #68798d;
  border-bottom: 1px solid  #68798d;
  border-left: 1px solid  #68798d;
}

#og-narocilo-podr #img {
 max-width: 306px;
 margin: 0px 50px 0px 0px;
 float: left;
}

#og-narocilo-podr #txt {
  font-size: 16px;
  color: #68798d;
  margin: 0;
  padding: 0;
  float: left;
}

.og-submit {
font-size: 18px;
font-weight: bold;
margin: 10px 0px;
/* background-color: #fe0036; */
background-color: #95C03D;
padding: 15px;
color: #fff;
border: 0px;
border-radius: 3px;
}
.og-submit:hover {
background-color: #68798d;
color: #fff;
cursor: pointer;
}

/*MOBILE*/
/* rdeča: #fe0036 modra: #013e7f siva=#68798d */

#mobile *, #mobile *::before, #mobile *::after {
  /*box-sizing: unset;*/
}

#mobile #moj-top {
height: 80px;
width: inherit;
position: relative;
}

#mobile #moj-top .fa  {
vertical-align: top; 
padding: 0 8px;
color: #68798d; 
font-size: 8em;
}

#mobile #moj-top #left  {
margin-top: 0px;
}

#moj-top #left li {
padding-top: 5px;
}

#mobile .mobile-meni i {
  font-size: 40px;
  font-weight: bold;
  color: #284a6d;
}
#mobile #right li {
border: none;
padding: 1rem 8px;
}

#mobile #spot-search-bg {
margin-top: 0px;
border-top: 1px solid #46576b; 
padding-top: 0;
}

#mobile .spot-search {
margin: 0px;
width: inherit;
text-align: center;
}

#mobile .spot-search div {
padding-top: 16px;
}

#mobile .spot-search #q {
max-width: 90%;
font-size: 20px;
height: 60px;
padding-left: 30px;
}

#mobile .spot-search #kraj {
max-width: 90%;
font-size: 20px;
height: 60px;
padding-left: 30px;
}

#mobile .spot-search .ikonca-tag::before,
#mobile .spot-search .ikonca-map::before {
  top:20px;
  left: 5px;
}

#mobile .spot-search .ikonca-tag, 
#mobile .spot-search .ikonca-map {
margin: 0px;
padding: 0px;
}

#mobile .btn-isci {
width: inherit;
background-color: #fe0036;
padding: 20px 0px 20px 50px;
padding: 12px 18px;
box-shadow: 6px 6px 6px 1px #57687c;
border: 0px;
font-size: 2em;
margin-bottom: 1rem;
}

#mobile .btn-isci a {
}

#mobile #search_form table {
width: 100%;
white-space: nowrap;
padding: 0px;;
}
#mobile #search_form .search-td {
display: inline;
}
#mobile #search_form #mq {
width: 50%;
font-size: 22px;
}

#mobile #search_form #mkraj {
width: 25%;
font-size: 22px;
}
#mobile #search_form input {
  resize: horizontal;
}
#mobile #search_form input.submit {
width: 80px;
}

#mobile #form {
padding: 10px 15px;
}

#mobile #form .submit {
font-size: 18px;
font-weight: bold;
margin: 10px 0px;
background-color: #fe0036;
padding: 15px;
color: #fff;
border: 0px;
border-radius: 3px;
}

#mobile #form input[type=text], #mobile #form input[type=number], #mobile #form input[type=email] {
font-size: 2em;
color: #46576b
}
#mobile #form textarea {
font-size: 2em;
color: #46576b
}
#mobile #form input[type=password] {
font-size: 2.5em;
color: #46576b
}
#mobile #form select {
font-size: 2.5em;
color: #46576b
}

#mobile .small-12 {padding-left: 0px;padding-right: 0px;}

img {
max-width: 100%;
height: auto;
}
#mobile .spot {
color: #000;
/*font-weight: bold;*/
margin: 0 0 1rem 0;
}

#mobile .spots .po-straneh {
margin-left: 15px;
  
}

#mobile #spot { 
padding-left: 5px; 
color: #000;
}

#mobile #spot #rating {
  display: block;
}

#mobile .odprto-zaprto {
  float: left;
}
#mobile #spot #naslov { 
color: #68798d;
font-size: 1.6em;
}

#mobile .spot .povezava, #mobile .spot .povezava-prazna { 
  margin-bottom: 1rem; 
}

#mobile .main-center {
float: none;
margin-top: 0px;
}

#mobile #map-container {
max-width: 420px;
margin-bottom: 15px;
}
#mobile #map { 
max-width: 420px;
margin: 0px;
}

#mobile #moj-linki-bg {
background-color: #fff;
padding: 15px 3px;
margin-top: 10px;
}

#mobile #moj-linki-bg img {
vertical-align: middle;
}

#mobile #moj-linki-bg a {
font-size: 1.8em;
font-weight: normal;
}

#mobile-main-bg {
/*  
width: 760px;
padding: 20px;
padding-top: 50px;  
*/
padding-left: 0px;
}

#mobile #mobile-img-bg {
background: transparent url(/ikone/moj-obrtnik-vstopna-mobile-3.jpg) right no-repeat;
/*width: 760px; 
height: 390px; */
}

#mobile #naslov1 {
padding: 8px 0;
font-size: 1.8em;
line-height: 1.5em;
letter-spacing: 1px;
color: #fff;
text-align: center;
font-weight: bold;
}  

#mobile #naslov2 {
padding-top: 10px;  
font-size: 1em;
}  

#mobile .spot .tekst {
padding: 0px;
}

#mobile .prva-stran {
  padding: 8px;
}
#mobile .prva-stran #title {
  font-size: 2rem;
  margin-top: 0;
  line-height: 1.4em;
}

#mobile .prva-stran #tekst {
font-size: 1.5em;
color: #445464;
letter-spacing: 0px;
}

/* Meni */
#mobile #moj-top-meni {
  display: none;
  position: absolute;
  top: 90px;
  left: 5px;
  padding: 10px 20px;
  background-color: #68798d;
  z-index: 100;
  border: 2px solid #fff;
}

#moj-top-meni li {
font-size: 2em;
white-space: nowrap;
padding: 10px;

}

#moj-top-meni li a {
color: #fff;
font-weight: normal;
} 

#moj-top-meni li a:hover {
color: #fe0036;
}

/* DROBTINICE */
#mobile .breadcrumb div {
margin: 0px;
}

#mobile #form .breadcrumb {
margin: 0px;
}


#mobile #kategorije {
margin: 0px;
/*width: 760px; */
width: inherit; 
padding-left: 5px;
}

#mobile #kategorije a:link, #mobile  #kategorije a:visited  {
font-size: 1.3em;
padding: 8px 0px;
}

#mobile #bottom-menu {
padding: 8px;
font-size: 1.2em;
width: inherit; 
text-align: center;
}

#mobile #bottom-menu span { margin-right: 2rem; white-space: nowrap;}

#mobile #bottom-menu div {
margin: 0px;
border-top: 3px solid #fff;
padding: 20px;
}

#mobile #pravice {
margin: 0px;
/*width: 760px;  */
width: inherit; 
padding: 1rem 2rem;

}

#mobile #obvestilo {
font-size: 2em;
}

#mobile .prva-stran {
width: inherit; 
}

#mobile .prva-stran .povezava  a {
font-size: 24px;
padding: 8px 10px;
}
#mobile #kontakti {
  margin-right: 8px;
}


#mobile .dolg100 {
width: inherit; 
padding: 4px;
margin: 0 8px;
}

#mobile #main-bon {
background: none;
}

#mobile #main-bon #tekst {
color: #445464;
}

#mobile #main-bon #tekst {padding-left: 2px;}

#mobile .prva-stra #naslov {
}

#mobile .prva-stran .statistika {
padding: 50px 20px;
}

#mobile .prva-stran .partnerji {
}

#mobile .prva-stran .partnerji > li {
padding: 20px 5px;
display: block;
}

#mobile .zakaj img {
  margin-right: 2px;
}

#mobile #zakaj-levo div, #mobile #zakaj-desno div {
  padding: 8px;  
}

#mobile .zakaj {
font-size: 1.4em;
}

#mobile #zakaj-levo-tekst .desno {
  width: 95%;
  margin-top: 0;
  padding: 8px 1rem; 
  float: none;
}

#mobile #zakaj-levo-tekst img {
width: 90%;
margin: 1rem;
}

#mobile #zakaj-desno-tekst {
  width: inherit;
  margin-right: 1px;
}
#mobile #zakaj-desno-tekst img {
width: 80%;
margin: 1rem;
}

#mobile #zakaj-desno-tekst #tekstd {
padding: 1rem;
}

#mobile  #grosi-bg #naslov1 {
width: 600px;
font-size: 4em;
margin-left: 20px;
}
#mobile  #grosi-bg #naslov1 .mali {
padding-top: 20px;
width: 500px;
width: inherit; 

line-height: 1.2em;
font-weight: bold;
font-size: 0.4em;
}

#mobile #spot-top {
font-size: 1.8em;
padding: 25px;
color: #fff;
margin-top: 15px;
}

#mobile #socialna-rocka {
font-size: 2em;
}

#mobile .vec-podobnih {
max-width: none;
}

#mobile .spot-edit-right, #mobile .spot-edit {
  margin: 8px;
}

#mobile #povezave i {
font-size: 2rem;
margin-right: 1rem;
}

#mobile .sortiranje {
  
}

#mobile #sort-rocka {
position: initial;
padding-left: 4px;
}

#mobile #iskalni-pojem {
position: initial;
}

#sort-rocka span { padding: 0px 0px; }

#mobile #napake h2 {
padding: 20px 0px 20px 5px;
font-size: 2em;
background-color: rgba(104, 121, 141, 0.1);
color: #68798d;
}

#mobile .dokument {
font-size: 1.5em;
padding: 0px 20px;
/*width: 760px;*/
}

#mobile .okvir-siv {
margin-top: 20px;
padding: 30px;
background-color: #68798d;
color: #fff;
font-size: 2.4em;
line-height: 1.5em;
}

#mobile .okvir-siv b {
font-size: 1.4em;
}

#mobile .okvir-siv font {
font-weight: bold;
padding-top: 100px;
}

#mobile .prva-kredit-bg {
background: transparent url(/ikone/kredit-1.jpg) top center no-repeat;
height: 350px;
}

#mobile #email {
font-size: 26px;
margin-top: 15px; 
}

#mobile .prijava-novice {
 font-size: 24px;
 margin: 1.5rem 4rem 0 4rem; 
}
#mobile #bottom-novice { 
margin: 0px;
/*width: 760px; */
font-size: 2.5em;
line-height: 1.3em;
}

#mobile #bottom-novice .ikonca-tag:before {
  top: 0;
}

#mobile #bottom-novice div {float: none;}

#mobile .spot-gros {
margin: 25px 8px;
}
#mobile .spot-gros .storitev {
  height:inherit;
}

#mobile .sos-kategorije li {
  font-size: 1.4em;
  padding: 10px 15px;
}

#mobile .spot.sos {
margin-top: 1rem;
}

#mobile .sos-rocka {
  font-size: 1.5em;
}

#mobile .nasveti .novica-desno .novica-2 {
  max-width: 450px;
}

#mobile #piskotki-msg {
  left: 2%;
  width: 96%;
}

#mobile .razdalja {
padding: 0px 6px;
margin: 0px 6px;
}
/* Mogoče vseeno ne
#mobile #novica .body p { font-size: 1.4em;  line-height: 1.2em;}
*/

#mobile .pasica {text-align: center; padding: 1rem 0;}

/****** POSEBEJ ZA MOBILNI TELEFON    *****/
@media only screen and (max-width: 600px) {
.wrap {max-width: 95%;}  

.novice-prva .column {padding: 0 0;}
.novice-prva .povzetek {padding-bottom: 1rem; line-height: 1.3em;}
.novice-prva .novicke .nadnaslov {margin-top: 2rem;}
.novice-prva .novicke h3 {margin-top: 8px;}
.novice-prva img {width: 100%;}

.novice.vec { padding-left: 0;}
.novice hr { margin: 0;}
.column.novice.seznam img {width: 100%;}

}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.3.2
 * @url https://github.com/feimosi/baguetteBox.js
 */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	        animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	        animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	     border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	        animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {

0% {
	margin-left: 0;
}

50% {
	margin-left: -30px;
}

100% {
	margin-left: 0;
}

}

@keyframes bounceFromRight {

0% {
	margin-left: 0;
}

50% {
	margin-left: -30px;
}

100% {
	margin-left: 0;
}

}

@-webkit-keyframes bounceFromLeft {

0% {
	margin-left: 0;
}

50% {
	margin-left: 30px;
}

100% {
	margin-left: 0;
}

}

@keyframes bounceFromLeft {

0% {
	margin-left: 0;
}

50% {
	margin-left: 30px;
}

100% {
	margin-left: 0;
}

}

@-webkit-keyframes bounce {

0%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes bounce {

0%,100% {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	        transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
}

}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/ikone/fb/fancybox_sprite.png)!important ;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/ikone/fb/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/ikone/fb/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/ikone/fb/fancybox_overlay.png)!important ;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/ikone/fb/fancybox_sprite@2x.png)!important ;
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/ikone/fb/fancybox_loading@2x.gif)!important ;
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *












 */


