.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*! jQuery UI - v1.10.3 - 2013-10-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Helvetica%20Neue%22%2CHelvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=%23937c58&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23ffffff&iconColorHeader=%23222222&bgColorContent=%23f3efd4&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23cabf97&bgTextureDefault=highlight_soft&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23000000&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=highlight_hard&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ba1b00&bgTextureActive=highlight_soft&bgImgOpacityActive=50&borderColorActive=%23aaaaaa&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fbf9ee&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=55&borderColorHighlight=%23773722&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=highlight_soft&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23cabf97&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* 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;
}
.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: 21px;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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 overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #f3efd4 url(images/ui-bg_flat_75_f3efd4_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #937c58 url(images/ui-bg_highlight-soft_75_937c58_1x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #cabf97 url(images/ui-bg_highlight-soft_75_cabf97_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #000000;
	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 {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ba1b00 url(images/ui-bg_highlight-soft_50_ba1b00_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #773722;
	background: #fbf9ee url(images/ui-bg_highlight-soft_55_fbf9ee_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_highlight-soft_95_fef1ec_1x100.png) 50% top repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #cabf97 url(images/ui-bg_flat_0_cabf97_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.clear
{
	clear:both;
}

/*
 * Default Layout Theme
 *
 * Created for jquery.layout 
 *
 * Copyright (c) 2010 
 *   Fabrizio Balliano (http://www.fabrizioballiano.net)
 *   Kevin Dalman (http://allpro.net)
 *
 * Dual licensed under the GPL (http://www.gnu.org/licenses/gpl.html)
 * and MIT (http://www.opensource.org/licenses/mit-license.php) licenses.
 *
 * Last Updated: 2010-02-10
 * NOTE: For best code readability, view this with a fixed-space font and tabs equal to 4-chars
 *
 * Updates 2013-01-23 by Jesse Hemstad
 * Removed styles not applicable to the HCOnline layout
 */


/*
 *	PANES & CONTENT-DIVs
 */
.ui-layout-pane { /* all 'panes' */
	/* -- removed /jah
	background:	#FFF; 
	border:		1px solid #BBB;
	padding:	10px; 
    */
	overflow:	auto;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	   - use ui-layout-wrapper class if pane has a content-div
	   - use ui-layout-container if pane has an inner-layout
	*/
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		/* -- removed /jah
		padding:	10px;
        */
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	UTILITY CLASSES
 *	Must come AFTER pane-class above so will override
 *	These classes are NOT auto-generated and are NOT used by Layout
 */
.layout-child-container,
.layout-content-container {
	padding:	0;
	overflow:	hidden;
}
.layout-child-container {
	border:		0; /* remove border because inner-layout-panes probably have borders */
}
.layout-scroll {
	overflow:	auto;
}
.layout-hide {
	display:	none;
}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border: 	 1px solid #BBB;
	}
	.ui-layout-resizer-north-dragging,
	.ui-layout-resizer-south-dragging {
		border-width:	1px 0;
	}
	.ui-layout-resizer-west-dragging,
	.ui-layout-resizer-east-dragging {
		border-width:	0 1px;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north ,
	.ui-layout-toggler-south {
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west ,
	.ui-layout-toggler-east {
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  .ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}

/*
 *	PANE-MASKS
 *	these styles are hard-coded on mask elems, but are also 
 *	included here as !important to ensure will overrides any generic styles
 */
.ui-layout-mask {
	border:		none !important;
	padding:	0 !important;
	margin:		0 !important;
	overflow:	hidden !important;
	position:	absolute !important;
	opacity:	0 !important;
	filter:		Alpha(Opacity="0") !important;
}
.ui-layout-mask-inside-pane { /* masks always inside pane EXCEPT when pane is an iframe */
	top:		0 !important;
	left:		0 !important;
	width:		100% !important;
	height:		100% !important;
}
div.ui-layout-mask {}		/* standard mask for iframes */
iframe.ui-layout-mask {}	/* extra mask for objects/applets */

/*
 *	Default printing styles
 */
@media print {
	/*
	 *	Unless you want to print the layout as it appears onscreen,
	 *	these html/body styles are needed to allow the content to 'flow'
	 */
	html {
		height:		auto !important;
		overflow:	visible !important;
	}
	body.ui-layout-container {
		position:	static !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		/* only IE6 has container width & height set by Layout */
		_width:		auto !important;
		_height:	auto !important;
	}
	.ui-layout-resizer, .ui-layout-toggler {
		display:	none !important;
	}
	/*
	 *	Default pane print styles disables positioning, borders and backgrounds.
	 *	You can modify these styles however it suit your needs.
	 */
	.ui-layout-pane {
		border:		none !important;
		background:	 transparent !important;
		position:	relative !important;
		top:		auto !important;
		bottom:		auto !important;
		left:		auto !important;
		right:		auto !important;
		width:		auto !important;
		height:		auto !important;
		overflow:	visible !important;
	}
}



/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.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)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* bootstrap-overrides */
.unboxing {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body,
select {
  color: #333;
}
.tab-content {
  border-top: 2px;
  border-left: 2px;
  border-right: 2px;
  border-bottom: 2px;
  border-color: #F7F7F7;
  border-radius: 4px;
  border-style: solid;
}
.tabs-setup > li > a {
  background-color: #F7F7F7;
  border-color: #4A4A4A;
  font-weight: bolder;
  height: 5rem;
  color: #333;
  display: block;
  padding: 20px 24px !important;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
}
.tabs-setup > li > a:focus,
.tabs-setup > li > a:hover,
.tabs-setup > .active a {
  background-color: #FF5900;
  color: #fff;
}
a {
  cursor: pointer;
  color: #337ab7;
}
a:hover,
a:focus {
  text-decoration: none;
}
label {
  font-weight: normal;
}
.row {
  margin: 0.5% 1% 0.5% 1% !important;
}
.navbar {
  margin-bottom: 0 !important;
}
.form-group label {
  font-weight: bold;
}
.form-control {
  color: #333;
  padding: 4px 8px;
  border-color: #9B9B9B;
}
.form-control-static {
  display: block;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #cac6c6;
  opacity: 1;
}
fieldset[disabled] .form-control {
  background-color: #cac6c6;
  opacity: 1;
}
.panel {
  border: none;
}
.panel > .panel-heading {
  font-size: 18px;
}
.panel-group .panel > .panel-heading {
  padding: 0;
}
.panel > .panel-heading a {
  color: #333;
}
.panel > .panel-heading a:hover {
  text-decoration: underline;
}
.panel .panel-body > .panel {
  border: 0;
}
.panel.panel-default {
  border-color: #9B9B9B;
}
.panel.panel-default > .panel-heading {
  color: #333;
  background-color: #E9E9E9;
  border-color: #9B9B9B;
}
.panel.panel-normal > .panel-heading {
  color: #393939;
  background-color: white;
  border-bottom: 1px solid #393939;
  font-weight: bold;
}
.panel-group .panel.panel-normal > .panel-heading > a {
  display: block;
  padding: 10px 15px;
}
.panel-group .panel.panel-normal > .panel-heading > a > .caret {
  float: right;
  margin-top: 8px;
  border-width: 8px;
  border-bottom-style: dashed;
  border-top-width: 0px;
}
.panel-group .panel.panel-normal > .panel-heading > a.collapsed > .caret {
  border-top-style: dashed;
  border-bottom-width: 0;
  border-top-width: 8px;
}
.panel.panel-titleless .panel-body {
  border: 0;
}
.panel .panel-body.col-padded {
  padding-bottom: 0;
}
.panel .panel-body > .table:last-child,
.panel .panel-body .row:last-child [class*='col-']:last-child .form-group:last-child {
  margin-bottom: 0;
}
.panel-table {
  padding: 0;
}
.table.table-full tr:first-child th {
  border-top: 0;
}
.table.table-full th:last-child,
.table.table-full td:last-child {
  padding-right: 15px;
  text-align: right;
}
.table.table-full tr {
  border: 1px solid #9B9B9B;
  border-width: 1px 0;
}
.table.table-full tr:first-child {
  border-top: 0;
}
.table.table-full > tbody > tr > td {
  vertical-align: middle;
}
.table.table-full > tbody:first-child tr:first-child {
  border: 0;
  background: none;
}
.table.table-striped {
  border-color: #9B9B9B;
}
.table.table-striped > thead > tr > th,
.table.table-striped > tbody > tr > th,
.table.table-striped > tfoot > tr > th,
.table.table-striped > thead > tr > td,
.table.table-striped > tbody > tr > td,
.table.table-striped > tfoot > tr > td {
  border-color: #9B9B9B;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #E7E7E7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #9B9B9B;
}
.input-group-addon {
  border-color: #9B9B9B;
}
.input-group-addon .ui-datepicker-trigger {
  padding: 0;
}
.input-group-addon:not(:first-child):not(:last-child) {
  border-width: 1px 0;
}
.dropdown-menu.dropdown-menu-checkbox-list {
  width: 100%;
  cursor: default;
}
.dropdown-menu.dropdown-menu-checkbox-list li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu.dropdown-menu-checkbox-list li input {
  margin-top: 0.2em;
  position: absolute;
}
.dropdown-menu.dropdown-menu-checkbox-list li label {
  cursor: pointer;
  margin-left: 20px;
  width: 100%;
}
.bg-success {
  background-color: #5cb85c;
}
.bg-success.bg-message {
  padding: 10px 15px;
  color: white;
  display: block;
  border-radius: 2px;
  margin-bottom: 20px;
}
.radio-group > label {
  display: block;
  font-weight: bold;
}
.radio-group > .radio-inline {
  padding-top: 6px;
}
.modal-backdrop.in {
  background: #000;
  opacity: 0.15;
}
[class^="col-"] {
  margin-top: 1%;
  padding-left: 1%;
}
/*SM*/
@media (min-width: 768px) {
  .checkbox-inline {
    padding-left: 2% !important;
  }
  .fixCheckBox .checkbox-group .checkbox-inline {
    padding-left: 30px !important;
  }
}
/*MD*/
@media (min-width: 992px) {
  .checkbox-group .checkbox-inline {
    padding-left: 30px !important;
    margin-left: 0 !important;
  }
}
/*LG*/
.ui-widget {
  font-size: 16px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ui-widget-header {
  color: #333;
}
.ui-widget-header,
.ui-widget-header.ui-state-active {
  background: white;
  border: 0;
  border-bottom: 1px solid #393939;
}
.ui-widget-content {
  background: white;
  border-width: 0;
  color: #333;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-widget-header.ui-state-default {
  font-weight: bold;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
}
/*.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    .border;
    border-color: @theme-color-2-variant-1;
    background: @theme-color-2;
    border-width: 0 0 4px 0;
}*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  font-weight: bold;
}
.ui-state-default .ui-icon {
  background-image: url(../Content/images/ui-icons_222222_256x240.png);
}
.ui-jqdialog-content .ui-state-default .ui-icon {
  background-image: url(../Content/images/ui-icons_222222_256x240.png);
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0;
  background: #f5f5f5;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-right: 15px;
  display: inline-block;
  position: initial;
}
.ui-jqgrid .ui-state-default,
.ui-jqgrid .ui-widget-content .ui-state-default {
  border: 1px solid #AAA;
  background: white;
  color: #333;
}
.ui-state-error {
  border: 1px solid #AAA;
}
.ui-jqdialog-content .ui-state-default {
  border: 1px solid #9B9B9B;
  background: white;
  color: #333;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.15;
}
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid #9B9B9B;
  background: white;
  font-weight: normal;
  color: #333;
}
.ui-jqdialog-title {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0;
  background: none;
  font-weight: bold;
  color: #333;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-dialog.ui-widget {
  border: 1px solid #9B9B9B;
  padding: 0;
  overflow: auto;
  max-height: 90%;
}
.ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  border-color: #9B9B9B;
  padding: 10px 15px;
}
.ui-dialog .ui-dialog-buttonpane button {
  border: 1px solid #9B9B9B;
}
.ui-dialog .ui-dialog-buttonpane button .ui-button-text {
  padding: 6px 12px;
}
.ui-dialog > .ui-dialog-content {
  padding: 10px 15px;
}
.ui-dialog > .ui-resizable-handle {
  display: none !important;
}
/*.ui-dialog-titlebar-close{
    display: none;
}*/
.ui-jqgrid .ui-jqgrid-view {
  font-size: 16px !important;
}
.ui-layout-content,
.ui-jqgrid .ui-jqgrid-bdiv {
  font-size: 14px !important;
  overflow-x: auto !important;
}
.ui-layout-resizer-west {
  background: transparent !important;
  border-width: 0;
  padding: 0 4px !important;
}
#Content-Minimal .ui-layout-resizer.ui-layout-resizer-west.ui-layout-resizer-open.ui-layout-resizer-west-open:hover,
#Content-Minimal .ui-layout-resizer-west.ui-layout-resizer-drag {
  width: 4px !important;
  background: #D9D9D9 !important;
}
#Content-Minimal .ui-layout-resizer-west-closed {
  display: none !important;
}
#Content-Minimal .ui-layout-resizer-dragging-limit {
  background-color: #937C58;
}
#gbox_GridMenu {
  border: 0px;
}
#GridMenu tr.jqgrow {
  cursor: pointer;
  border-right: 0px;
  border-color: transparent;
}
#GridMenu tr.jqgrow:hover {
  background: #D9D9D9;
}
#GridMenu tr.jqgrow td {
  border-right: 0px;
  padding: 10px 20px 10px 28px !important;
  border-bottom: 1px solid white;
}
#GridMenu .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: white;
}
/*#GridMenu .ui-state-highlight.jqgrow td {
     border-bottom: 1px solid #E5E5E5;
}*/
#GridMenu tr.jqgrow span.cell-wrapperleaf {
  font-size: 16px;
  width: 85%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#GridMenu tr.ui-state-highlight span.cell-wrapperleaf {
  font-weight: bold;
}
.dn2-menu-left #GridMenu tr.jqgrow td {
  padding: 0;
}
.dn2-menu-left #GridMenu tr.jqgrow td .MenuItem {
  padding: 10px 20px 10px 28px;
  display: block;
  font-size: 14px;
}
.dn2-menu-left #GridMenu tr.jqgrow td .MenuItem-text {
  margin-top: 3px;
}
.jqgrow.NewMenuRowAnchor {
  border-right: 0px;
}
.ui-layout-pane-west .ui-jqgrid-btable {
  border-collapse: collapse;
}
.desktop-navigation-2 #GridMenu tr.jqgrow td {
  padding: 0;
}
.desktop-navigation-2 #GridMenu tr.jqgrow td a {
  padding: 10px 20px 10px 28px;
  width: 100%;
  display: block;
}
/*SM*/
@media (min-width: 768px) {
  .ui-layout-content,
  .ui-jqgrid .ui-jqgrid-bdiv {
    font-size: 14px !important;
    overflow-x: auto !important;
  }
}
/*MD*/
@media (min-width: 992px) {
  .ui-layout-content,
  .ui-jqgrid .ui-jqgrid-bdiv {
    font-size: 14px !important;
    overflow-x: hidden !important;
  }
}
/*LG*/
@media (min-width: 1200px) {
  .ui-layout-content,
  .ui-jqgrid .ui-jqgrid-bdiv {
    font-size: 14px !important;
    overflow-x: hidden !important;
  }
}
/*Ligth Grey*/
/*Orange*/
/*Dark Grey*/
/*Grey*/
/*Black*/
/*16px*/
.ui-jqgrid .ui-jqgrid-view {
  font-size: 11px;
}
.ui-jqgrid .ui-jqgrid-htable th {
  font-size: 12px;
}
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid .ui-jqgrid-htable th,
.ui-jqgrid .ui-pager-control > .ui-pg-table > tbody > tr > td,
.ui-jqgrid tr.footrow-ltr td {
  padding: 8px;
}
.ui-jqgrid .ui-jqgrid-toppager {
  height: auto !important;
  background: #D9D9D9;
  color: #333;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
}
.ui-jqgrid .ui-pg-input {
  border-radius: 2px;
  border: 1px solid #AAA;
  padding: 2px 4px;
  height: auto;
  font-size: 12px;
}
.ui-jqgrid .ui-pg-button span {
  border-color: white;
}
.ui-jqgrid .ui-pg-button span.ui-separator {
  display: none;
}
#SwitchboardViewContent .ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
}
#SwitchboardViewContent .ui-jqgrid tr.jqgrow td,
#SwitchboardViewContent .ui-jqgrid tr.ui-jqgrid-labels th {
  border: 0;
}
#SwitchboardViewContent .ui-jqgrid tr.jqgrow {
  border-left: 0;
  border-right: 0;
}
#SwitchboardViewContent .ui-jqgrid tr:nth-child(even) {
  background: #E7E7E7;
}
#SwitchboardViewContent .ui-jqgrid tr.jqgrow:last-child {
  border-bottom: 0;
}
#SwitchboardViewContent .ui-jqgrid .ui-jqgrid-hdiv,
#SwitchboardViewContent .ui-jqgrid tr.footrow-ltr td,
#SwitchboardViewContent .ui-jqgrid-hbox .footrow.footrow-ltr {
  border: 0;
}
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
}
.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-right: 0;
  border-left: 0;
}
#SwitchboardViewContent .ui-jqgrid tr.jqgrow td {
  position: relative;
  white-space: normal;
}
#SwitchboardViewContent .ui-jqgrid tr.jqgrow:last-child {
  border-bottom: 1px solid #AAA;
}
.ui-jqgrid-bdiv {
  height: auto !important;
}
.ui-pg-button.ui-state-disabled {
  opacity: 1;
}
.ui-subgrid .ui-jqgrid-hdiv {
  display: none;
}
.ui-subgrid .subgrid-data .tablediv .ui-widget-content {
  border: 0;
}
#SwitchboardViewContent .ui-subgrid .subgrid-data .tablediv .ui-widget-content .jqgrow:last-child {
  border-bottom: 0;
}
.ui-subgrid tr.ui-row-ltr td {
  background-color: white;
  border-right-width: 1px;
  border-right-color: #aaaaaa;
  border-right-style: solid;
  border-bottom: 1px solid #9B9B9B;
}
.ui-subgrid {
  background-color: white;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  background: none !important;
  border: 0;
}
.ui-subgrid td.subgrid-cell span {
  display: none;
}
.ui-subgrid td.subgrid-data div.tablediv {
  background-color: white;
}
.ui-button-text-only .ui-button-text {
  padding: 6px;
}
#gview_SearchResults .ui-jqgrid-htable,
#SearchResults {
  width: 100% !important;
}
table[id^=SearchResults_] {
  min-width: 100%;
}
#gview_SearchResults .ui-jqgrid-hbox {
  float: none;
  padding-right: 0px;
}
.subgrid-data .ui-jqgrid-btable tr:last-child td {
  border-bottom-width: 0px;
}
.subgrid-data .ui-jqgrid-btable td:last-child {
  border-right-width: 0px;
}
/*.ui-subgrid .jqgrow > *:first-child
{
    padding-left: 10px;
}*/
.ui-jqgrid .ui-subgrid table {
  width: 1px !important;
}
.ui-jqgrid .btn {
  padding: 2px 6px;
}
.ui-jqgrid {
  border: 0;
}
.ui-jqgrid .actions {
  font-size: 14px;
}
.ui-jqgrid .actions .fa {
  color: #333;
  margin: 0 2px;
  cursor: pointer;
}
.jqgrow.ui-state-highlight {
  border-color: #9B9B9B;
}
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  text-align: left;
}
#top-menu {
  font-size: 16px !important;
  background: #F7F7F7;
}
#top-menu > li > a {
  outline: none;
  padding: 0.6em 1em;
  margin-top: 6px;
  color: #393939;
}
#top-menu.MenuWrapper {
  background-color: #F7F7F7;
  overflow: hidden;
  font-size: 16px;
  z-index: 1 !important;
}
#top-menu.MenuWrapper > .left-icons .fa {
  color: #393939;
  font-size: 20px;
  padding: 16px 20px;
  cursor: pointer;
}
#top-menu.MenuWrapper > .tab-bar-container {
  height: 100%;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container {
  float: left;
  background: #F7F7F7;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 100%;
  background: #F7F7F7;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs > li {
  height: 100%;
  border-bottom-width: 4px;
  font-size: 16px;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs > li > a {
  padding: 16px 20px !important;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs > li > a {
  outline: none;
  padding-top: 16px;
  border: 0;
  background: #F7F7F7;
  color: #393939;
  font-weight: normal;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs > li > a.selected {
  border: 1px solid #9B9B9B;
  border-color: #FF5900;
  background: #F7F7F7;
  border-width: 0 0 4px 0;
  font-weight: bold;
  color: #FF5900;
}
#top-menu.MenuWrapper > .tab-bar-container > .x-nav-container > .nav-tabs > li > a:hover {
  border: 1px solid #9B9B9B;
  border-color: #FF5900;
  background: #F7F7F7;
  border-width: 0 0 4px 0;
}
#top-menu.MenuWrapper > .right-tabs {
  margin-top: 17px;
}
#top-menu.MenuWrapper > .right-tabs .right-tabs-box {
  margin-right: 20px;
  display: inline-block;
  color: #393939;
}
#top-menu.MenuWrapper > .right-tabs .right-tabs-box a {
  color: #393939;
}
#top-menu.MenuWrapper > .right-tabs .right-tabs-box .fa {
  font-size: 18px;
}
#BodyApp {
  background-color: #fff;
  margin: 0 !important;
  padding-top: 132px;
}
#BodyApp > #PrintArea > #GEMSelectorContainer {
  overflow: hidden;
}
#BodyApp > .leftMenu {
  overflow: hidden;
  background: white;
}
#NewLeftMenu > .clickable {
  padding: 10px 20px 10px 10px !important;
}
#NewLeftMenu > .clickable .menuItemText {
  font-size: 14px;
}
#NewLeftMenu > .clickable:hover {
  background: #D9D9D9;
  font-weight: bold;
}
#GridMenu {
  width: 100%;
  table-layout: fixed;
}
#GridMenu td .fa {
  margin-top: 6px;
  color: #FF5900;
}
#GridMenu .tree-wrap-ltr,
#GridMenu .ui-jqgrid .tree-wrap {
  display: none;
}
.MenuItem-text,
#GridMenu tr.jqgrow span.cell-wrapperleaf {
  font-size: 14px;
  width: 85%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[id$='_hlCompanyWebsite'] {
  display: block;
}
[id$='_hlCompanyWebsite'] img {
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: 20px;
  padding: 0 20px 0 15px;
}
#HiddenMenuPinButton {
  display: none !important;
}
#menuIcon {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 1;
}
#menuIcon li {
  cursor: pointer;
  float: right;
  list-style: none;
  background: #23c6c8;
  color: white;
  padding: 0px 8px;
  top: 0;
}
#menuIcon li .ui-layout-button-pin {
  float: left;
  display: none;
}
.marginLeft20 {
  margin-left: 0;
}
i {
  color: #FF5900 !important;
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.btn {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.btn.dropdown-toggle.form-control {
  border-radius: 4px;
  font-weight: normal;
  text-align: left;
  background: white;
}
.btn.dropdown-toggle.form-control .caret.pull-right {
  margin-top: 0.5em;
}
.open .btn.dropdown-toggle.form-control:active,
.open .btn.dropdown-toggle.form-control:hover,
.open .btn.dropdown-toggle.form-control:focus,
.open .btn.dropdown-toggle.form-control:active:hover,
.btn.dropdown-toggle.form-control:active,
.btn.dropdown-toggle.form-control:hover,
.btn.dropdown-toggle.form-control:focus,
.btn.dropdown-toggle.form-control:active:hover {
  background: white;
  border-color: #9B9B9B;
}
.btn.btn-default {
  border-color: #9B9B9B;
  background-color: #F7F7F7;
  font-weight: bold;
  position: relative;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:active:hover {
  background-color: #e3e3e3;
}
.btn.btn-default .fa {
  color: #FF5900;
  margin-right: 0.3em;
}
.btn td:first-child {
  padding-right: 4px;
}
.btn.btn-primary {
  background-color: #FF5900;
  border-color: #FF5900;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus {
  background-color: #cc4700;
  border-color: #c24400;
}
.ui-dialog-buttonset .btn .fa {
  padding-right: 4px;
}
.ui-widget button.btn {
  font-size: 14px;
  font-weight: bold;
}
.ui-jqdialog-content .fm-button {
  border: 1px solid #9B9B9B;
}
.titleBar {
  color: #393939;
  background-color: white;
  border-bottom: 1px solid #393939;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  text-transform: uppercase;
}
.titleBar label,
.titleBar span {
  font-weight: bold;
}
.subTitleBar {
  padding-top: 10px;
  color: #333;
  text-transform: uppercase;
  padding-left: 1em;
}
.subTitleBar label,
.subTitleBar span {
  font-weight: bold;
}
.subTitleBarLevel3 {
  padding-top: 10px;
}
.oeEmpDataTab {
  margin-top: 1em;
  margin-bottom: 1em;
}
.titleBarBtn {
  float: right;
}
/*SM*/
/*MD*/
@media (min-width: 992px) {
  .subTitleBarLevel3 {
    background-color: #fff;
  }
}
/*LG*/
@media (min-width: 1200px) {
  .subTitleBarLevel3 {
    background-color: #fff;
  }
}
/*****************************************************
 General
 *****************************************************/
fieldset {
  border: 0;
  padding: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #cac6c6;
  opacity: 1;
}
sub,
sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 70% !important;
}
.number,
.currency {
  text-align-last: right;
}
.text-underline {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.attention {
  text-align: center;
  color: #fff;
  background-color: #FF5900;
  border-color: #FF5900;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
a {
  cursor: pointer;
}
/* XXX */
fieldset {
  border: 0;
  padding: 10px;
}
/* Legacy + Legacy override */
li,
dd,
blockquote {
  font-size: 14px;
  margin-left: 40px;
  margin-left: 0;
}
/* jQuery UI Override */
.ui-accordion .ui-accordion-content {
  padding: initial;
}
.ui-widget button {
  font-size: 14px;
}
.ui-datepicker-title {
  color: #222;
  font-weight: normal;
}
.form-control,
.input-group-addon {
  border-color: #9B9B9B;
}
.spinner-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: fixed;
  z-index: 100;
  background: #222;
}
.ui-widget-overlay {
  background: #777;
}
.ui-dialog {
  z-index: 101;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: #AAA;
}
.ui-widget-content .ui-state-default {
  color: #222;
}
.ui-accordion .ui-accordion-header {
  margin-top: 0;
}
.ui-widget-content a {
  color: #337ab7;
}
.tooltip-inner {
  max-width: 300px;
}
.btn {
  background-color: #F7F7F7;
  border: 1px solid #9B9B9B;
  color: #333;
  font-weight: bold;
  position: relative;
}
.btn:hover {
  background-color: #d8d8d8;
  border-color: #7c7c7c;
}
.marginTop5 {
  margin-top: 5px;
}
.pagination {
  margin: 0px;
}
.form-control {
  color: #222;
}
.ui-layout-center-full {
  left: 0 !important;
  width: 100% !important;
}
.invisible-icon:before {
  visibility: hidden;
}
.input-group-addon.fa {
  top: 0;
}
.calendar-addon {
  cursor: pointer;
}
/*****************************************************
 GEM
 *****************************************************/
#GEMSelectorContainer {
  font-size: 16px;
}
#GEMSelector .gem-label {
  width: 105px;
}
#GEMSelector .row [class^='col'] {
  padding-left: 0;
}
#GEMSelector .MemberNumberContainer {
  margin-left: 15px;
}
#member-actions {
  float: right;
  color: #444;
}
#member-actions .fa {
  cursor: pointer;
}
/*****************************************************
 UI Dialog
 *****************************************************/
.ui-dialog {
  font-size: 14px;
}
.ui-dialog ul {
  margin-top: 10px;
}
/*****************************************************
 Administration/StatusSelect 
 
 Note: Some of these may apply to other pages.
 *****************************************************/
#divCheckEnrollmentStatus .tabel th {
  min-width: 150px;
}
#divCheckEnrollmentStatus .table-responsive {
  max-height: 29em;
  padding: 0;
}
#divCheckEnrollmentStatus .panel-collapse .panel-heading {
  font-weight: normal;
}
#divCheckEnrollmentStatus .panel-body .panel :last-child .panel-heading {
  border-bottom: 0;
}
#divCheckEnrollmentStatus .panel-collapse {
  border-bottom: 0;
  margin: 0;
}
#divCheckEnrollmentStatus .panel-title .panel-button {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
}
#divCheckEnrollmentStatus .panel-group > .panel:first-child > .panel-heading {
  border-top: 0;
}
#divCheckEnrollmentStatus .panel-group {
  margin-bottom: 0;
}
#divCheckEnrollmentStatus .panel-body.table-responsive .table-bordered {
  border: 1px solid #AAA;
}
#divCheckEnrollmentStatus .panel-body .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}
#divCheckEnrollmentStatus .panel-body.table-responsive .table-bordered {
  border-width: 1px 0 0 0;
}
#divCheckEnrollmentStatus .panel-body canvas {
  margin: 0 auto;
}
#divCheckEnrollmentStatus .clickable {
  cursor: pointer;
  color: #337ab7;
}
/*****************************************************
 Other
 *****************************************************/
/* search criteria used in Login as employee and Change Qualify Event */
.x-form-control-container {
  display: inline-block;
}
#Animation {
  margin-top: 10px;
}
.ui-subgrid .ui-jqgrid-hdiv {
  display: none;
}
.ui-subgrid .subgrid-data .tablediv .ui-widget-content {
  border: 0;
}
.ui-subgrid tr.ui-row-ltr td {
  background-color: #FBF9EE;
  border-bottom-width: 1px;
  border-bottom-color: #aaaaaa;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #aaaaaa;
  border-right-style: solid;
}
.ui-subgrid {
  background-color: #FBF9EE;
}
.ui-subgrid td.subgrid-cell {
  background: #FBF9EE;
  background-color: #FBF9EE !important;
}
.ui-subgrid td.subgrid-cell span {
  display: none;
}
.ui-subgrid td.subgrid-data div.tablediv {
  background-color: #FBF9EE;
}
.ui-button-text-only .ui-button-text {
  padding: 6px;
}
#gview_SearchResults .ui-jqgrid-htable,
#SearchResults {
  width: 100% !important;
}
table[id^=SearchResults_] {
  min-width: 100%;
}
#gview_SearchResults .ui-jqgrid-hbox {
  float: none;
  padding-right: 0px;
}
.subgrid-data .ui-jqgrid-btable tr:last-child td {
  border-bottom-width: 0px;
}
.subgrid-data .ui-jqgrid-btable td:last-child {
  border-right-width: 0px;
}
.ui-subgrid .jqgrow > *:first-child {
  padding-left: 10px;
}
.ui-jqgrid .ui-subgrid table {
  width: 1px !important;
}
#gbox_SearchResults.ui-jqgrid tr.jqgrow td {
  white-space: normal;
  line-height: 1.3em;
}
#SearchButton .fa,
#ClearButton .fa,
.ui-button-icon-secondary.fa,
.ui-button-icon-secondary.fa {
  color: #C62F2F;
}
#SearchButton.ui-state-active .fa,
#ClearButton.ui-state-active .fa {
  color: #CCC;
}
#SearchButton.ui-state-active,
#ClearButton.ui-state-active {
  border-color: transparent;
  color: #CCC;
}
.ui-dialog-buttonpane .ui-button-text-icon-primary .ui-button-text,
.ui-dialog-buttonpane .ui-button-text-icons .ui-button-text {
  display: inline-block;
  padding-left: 16px;
}
.ui-dialog-buttonpane .ui-button .ui-button-text {
  display: inline-block;
}
.ui-dialog-buttonpane .ui-state-default .ui-icon {
  background-image: none;
  width: initial;
  height: initial;
  text-indent: initial;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin-left: 0;
  margin-right: 0;
}
#DivEffDate {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: center;
}
img#print {
  visibility: visible;
}
/*END search criteria used in Login as employee and Change Qualify Event */
/*****************************************************
 Switchboard View Content
 *****************************************************/
#SwitchboardViewContent {
  font-size: 14px;
}
#SwitchboardViewContent .ui-accordion-header {
  font-size: 16px;
}
#SwitchboardViewContent .table-responsive.ui-widget-content {
  border: 0;
}
#SwitchboardViewContent,
#SwitchboardViewContent .helpful-hints,
#SwitchboardViewContent .table-responsive .dataRow:last-child td {
  border-bottom-width: 0;
}
#SwitchboardViewContent .helpful-hints:last-child {
  border-bottom-width: 1px;
  border-radius: 0 0 4px 4px;
}
#SwitchboardViewContent .ui-widget-content hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #AAA;
}
#SwitchboardViewContent .form-group {
  margin: 0;
}
#SwitchboardViewContent .fa-check,
#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-check,
.colorkeys-list .fa-check {
  /* The color matches Bootstrap's ".label-success". */
  color: #5cb85c;
}
#SwitchboardViewContent .fa-exclamation-circle,
#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-exclamation-circle,
.colorkeys-list .fa-exclamation-circle {
  /* The color matches Bootstrap's ".label-danger". */
  color: #d9534f;
}
#SwitchboardViewContent .fa-exclamation-triangle,
#SwitchboardViewContent .helpful-hints .colorkeys-list .fa-exclamation-triangle,
.colorkeys-list .fa-exclamation-triangle {
  /* The color matches Bootstrap's ".label-warning". */
  color: #f0ad4e;
}
#SwitchboardViewContent .reqField {
  margin-left: 3px;
  color: #d9534f;
  font-weight: bold;
  vertical-align: top;
  font-size: 50%;
}
/* jQuery UI Override + custom class */
#SwitchboardViewContent .row.ui-widget-header,
#SwitchboardViewContent .ui-widget-header.header-hints,
#SwitchboardViewContent .ui-widget-header.panel-title {
  border: #AAA 1px solid;
  border-bottom: 0;
  color: #222;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  position: relative;
}
#SwitchboardViewContent .ui-widget-header.panel-title {
  background: none;
  border: 0;
  padding: 8px 15px;
  text-align: left;
  font-weight: normal;
}
#SwitchboardViewContent .ui-widget-subheader {
  border: 1px solid #aaaaaa;
  border-bottom: 0;
}
#SwitchboardViewContent .panel-title.ui-widget-subheader {
  border: 0;
}
#SwitchboardViewContent .ui-widget-title * {
  margin: 0;
}
#SwitchboardViewContent .ui-widget-header label,
#SwitchboardViewContent .ui-widget-subheader label,
#SwitchboardViewContent .ui-widget-title p {
  margin: 0;
}
#SwitchboardViewContent .product-block > :last-child {
  border-bottom: 0;
}
#SwitchboardViewContent .ui-widget-header.header-hints {
  font-size: 16px;
}
#SwitchboardViewContent .helpful-hints .colorkeys-list li {
  margin: 5px 0;
  list-style: none;
}
#SwitchboardViewContent .helpful-hints .fa-info-circle {
  color: #337ab7;
}
#SwitchboardViewContent .helpful-hints > * {
  padding: 0 15px;
  margin: 12px 0;
}
#SwitchboardViewContent .table {
  margin-bottom: 0;
}
#SwitchboardViewContent .checkbox-group .checkbox-inline {
  border: 1px solid #AAA;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background-color: #eee;
  padding: 4px;
  padding-left: 30px;
  display: table-cell;
  cursor: pointer;
}
#SwitchboardViewContent .checkbox-group.has-error .checkbox-inline {
  border-color: #a94442;
}
#SwitchboardViewContent .checkbox-group .checkbox-inline input {
  cursor: pointer;
}
#SwitchboardViewContent .checkbox-group .checkbox-inline label {
  cursor: pointer;
  margin-bottom: 0;
}
#SwitchboardViewContent .checkbox-group .input-group-addon {
  display: table-cell;
  border-left: 1px solid #AAA;
}
#SwitchboardViewContent .helpful-hints .colorkeys-list .colorkeys-keywrapper .text-info,
#SwitchboardViewContent .definition {
  padding-bottom: 1px;
  border-bottom: 1px dashed #337ab7;
  cursor: help;
  color: #337ab7;
}
#SwitchboardViewContent .table-responsive.ui-widget-content {
  border: 0;
}
/* Bootstrap override */
#SwitchboardViewContent .table-bordered > thead > tr > th,
#SwitchboardViewContent .table-bordered > tbody > tr > th,
#SwitchboardViewContent .table-bordered > tfoot > tr > th,
#SwitchboardViewContent .table-bordered > thead > tr > td,
#SwitchboardViewContent .table-bordered > tbody > tr > td,
#SwitchboardViewContent .table-bordered > tfoot > tr > td {
  border-color: #AAA;
}
#SwitchboardViewContent .action {
  z-index: 1;
  text-align: center;
}
#SwitchboardViewContent .action:last-child {
  border-radius: 0 0 4px 4px;
}
#SwitchboardViewContent .ui-corner-top {
  border-top-width: 1px;
}
#SwitchboardViewContent .ui-corner-bottom {
  border-bottom-width: 1px;
}
#SwitchboardViewContent .ui-widget-header.panel-title .fa,
#SwitchboardViewContent .panel-title.ui-widget-subheader .fa {
  color: #C62F2F;
}
#SwitchboardViewContent .results-none {
  font-weight: bold;
}
#SwitchboardViewContent .next-hidden {
  border-bottom-width: 1px;
}
#SwitchboardViewContent .ui-widget-header.header-enrollment .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 14px;
}
#SwitchboardViewContent .helpful-hints .btn {
  font-size: 12px;
  padding: 3px 6px;
  cursor: default;
}
#SwitchboardViewContent .formError .formErrorContent,
#SwitchboardViewContent .formError .formErrorArrow div {
  font-size: 0.85em;
  background-color: #A90400;
  border: 0;
  box-shadow: none;
}
#SwitchboardViewContent .formError {
  top: inherit;
  left: inherit;
}
#SwitchboardViewContent .formError .formErrorArrow .line1 {
  width: 1px;
}
#SwitchboardViewContent .formError .formErrorArrow .line2 {
  width: 3px;
}
#SwitchboardViewContent .formError .formErrorArrow .line3 {
  width: 5px;
}
#SwitchboardViewContent .formError .formErrorArrow .line4 {
  width: 7px;
}
#SwitchboardViewContent .formError .formErrorArrow .line5 {
  width: 9px;
}
#SwitchboardViewContent .formError .formErrorArrow .line6 {
  width: 11px;
}
#SwitchboardViewContent .formError .formErrorArrow .line7 {
  width: 13px;
}
#SwitchboardViewContent .formError .formErrorArrow .line8 {
  width: 15px;
}
#SwitchboardViewContent .formError .formErrorArrow .line9 {
  width: 17px;
}
#SwitchboardViewContent .formError .formErrorArrow .line10 {
  width: 19px;
}
#SwitchboardViewContent .notification {
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 15px;
}
#SwitchboardViewContent .bg-warning-2 {
  background-color: #F5E78C;
}
#SwitchboardViewContent .ui-jqgrid {
  border: 0;
}
#SwitchboardViewContent .panel-body .table-bordered > thead > tr > th,
#SwitchboardViewContent .panel-body .table-bordered > thead > tr > td {
  border-bottom-width: 0;
}
#SwitchboardViewContent .panel-body .table-bordered > thead > tr > th:first-child,
#SwitchboardViewContent .panel-body .table-bordered > tbody > tr > td:first-child {
  border-left-width: 0;
}
#SwitchboardViewContent .panel-body .table-bordered > thead > tr > th:last-child,
#SwitchboardViewContent .panel-body .table-bordered > tbody > tr > td:last-child {
  border-right-width: 0;
}
#SwitchboardViewContent .panel-group .panel + .panel {
  margin-top: 0;
}
#SwitchboardViewContent .ui-widget-content .panel-body {
  padding: 0;
  border: 0;
  margin: 0;
}
#SwitchboardViewContent .input-group .form-control:first-child:last-child {
  border-radius: 4px;
}
#SwitchboardViewContent .bg-danger.text-danger {
  background-color: #a94442;
  color: White;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
}
#SwitchboardViewContent .bg-success.text-success {
  background-color: #5cb85c;
  color: White;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
}
#SwitchboardViewContent .message-top {
  margin-bottom: 7.5px;
}
#SwitchboardViewContent .message-bottom {
  margin-top: 7.5px;
}
/* main */
body {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.red {
  color: Red;
}
.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.generalDisclaimer {
  list-style-type: decimal;
}
.generalAcknowledge {
  list-style-type: inherit;
}
.generalDisclaimer,
.generalAcknowledge {
  font-size: 0.75rem;
}
#Content-Minimal {
  top: 0 !important;
}
#Content-Minimal > .container-fluid {
  padding-top: 10px;
}
fieldset {
  border: 0;
  padding: 0;
}
#GEMSelectorContainer,
[id$='GEMSelectorContainer'] {
  padding: 10px 0;
  font-size: 16px;
}
#GEMSelectorContainer a,
[id$='GEMSelectorContainer'] a {
  color: #333;
}
#GEMSelector,
[id$='GEMSelector'] {
  padding: 0;
  font-size: 12px;
  border-left: 0;
}
#GEMSelector select,
[id$='GEMSelector'] select {
  font-size: 16px;
}
#GEMSelector td,
[id$='GEMSelector'] td {
  padding: 2px;
}
#GEMSelector .gem-label,
[id$='GEMSelector'] .gem-label {
  padding-left: 0;
  white-space: nowrap !important;
  font-weight: bold;
}
#GEMSelector .MemberNumberContainer,
[id$='GEMSelector'] .MemberNumberContainer {
  margin-left: 15px;
}
.clickable {
  white-space: nowrap;
  cursor: pointer;
}
.dep-items {
  padding-top: 1%;
  padding-bottom: 1%;
}
.dep-items:nth-child(odd) {
  background: #F7F7F7;
}
.table-header {
  background-color: #F7F7F7;
}
@media (max-width: 991px) {
  .CenterPane {
    left: 0px !important;
  }
}
/*Small*/
@media (min-width: 768px) {
  #Content-Minimal > .container-fluid {
    padding-top: 10px;
  }
  #GEMSelectorContainer,
  [id$='GEMSelectorContainer'] {
    padding: 10px 0;
    font-size: 16px;
  }
  #GEMSelectorContainer a,
  [id$='GEMSelectorContainer'] a {
    color: #333;
  }
  #GEMSelector,
  [id$='GEMSelector'] {
    padding: 0;
    font-size: 16px;
    border-left: 0;
  }
  #GEMSelector select,
  [id$='GEMSelector'] select {
    font-size: 16px;
  }
  #GEMSelector td,
  [id$='GEMSelector'] td {
    padding: 2px;
  }
  #GEMSelector .MemberNumberContainer,
  [id$='GEMSelector'] .MemberNumberContainer {
    margin-left: 15px;
  }
}
.hco-overlay {
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1.5625rem;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow-x: hidden;
  z-index: 200;
  transition: 0.325s ease-in;
}
.hco-overlay,
.hco-overlay > div {
  display: flex;
  min-width: 0.0625rem;
}
.hco-overlay > div {
  flex: none;
  margin: auto 0;
}
.hco-overlay-scale-in-center {
  -webkit-animation: scale-in-center 0.325s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.325s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0);
    opacity: 1;
  }
}
.hc-progress-spinner {
  transition: stroke-dashoffset 0.3s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  height: 0.625rem;
  position: absolute;
}
.hc-progress-spinner-container {
  position: relative;
  height: 4.6875rem;
  width: 5.3125rem;
  padding: 0 0 100%;
}
.hc-progress-spinner-text {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.625rem;
  overflow: hidden;
  color: #ff5900;
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-active,
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff5900;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f3f3f;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff5722;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox:after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #ff5900;
}
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background: #3f3f3f;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #ff5722;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-elevation-z0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: #000;
  background: #ff5900;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #3f3f3f;
  color: #fff;
}
.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #ff5722;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.mat-badge-content._mat-animation-noopable,
.ng-animate-disabled .mat-badge-content {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #ff5900;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #3f3f3f;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #ff5722;
}
.mat-button.mat-accent[disabled],
.mat-button.mat-primary[disabled],
.mat-button.mat-warn[disabled],
.mat-button[disabled][disabled],
.mat-icon-button.mat-accent[disabled],
.mat-icon-button.mat-primary[disabled],
.mat-icon-button.mat-warn[disabled],
.mat-icon-button[disabled][disabled],
.mat-stroked-button.mat-accent[disabled],
.mat-stroked-button.mat-primary[disabled],
.mat-stroked-button.mat-warn[disabled],
.mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #ff5900;
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #3f3f3f;
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #ff5722;
}
.mat-button[disabled] .mat-button-focus-overlay,
.mat-icon-button[disabled] .mat-button-focus-overlay,
.mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: #000;
}
.mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}
.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  color: #000;
}
.mat-fab.mat-accent,
.mat-fab.mat-warn,
.mat-flat-button.mat-accent,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-accent,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-accent,
.mat-raised-button.mat-warn {
  color: #fff;
}
.mat-fab.mat-accent[disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[disabled][disabled],
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled],
.mat-mini-fab.mat-accent[disabled],
.mat-mini-fab.mat-primary[disabled],
.mat-mini-fab.mat-warn[disabled],
.mat-mini-fab[disabled][disabled],
.mat-raised-button.mat-accent[disabled],
.mat-raised-button.mat-primary[disabled],
.mat-raised-button.mat-warn[disabled],
.mat-raised-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #ff5900;
}
.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  background-color: #3f3f3f;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  background-color: #ff5722;
}
.mat-fab.mat-accent[disabled],
.mat-fab.mat-primary[disabled],
.mat-fab.mat-warn[disabled],
.mat-fab[disabled][disabled],
.mat-flat-button.mat-accent[disabled],
.mat-flat-button.mat-primary[disabled],
.mat-flat-button.mat-warn[disabled],
.mat-flat-button[disabled][disabled],
.mat-mini-fab.mat-accent[disabled],
.mat-mini-fab.mat-primary[disabled],
.mat-mini-fab.mat-warn[disabled],
.mat-mini-fab[disabled][disabled],
.mat-raised-button.mat-accent[disabled],
.mat-raised-button.mat-primary[disabled],
.mat-raised-button.mat-warn[disabled],
.mat-raised-button[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-primary .mat-ripple-element,
.mat-flat-button.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-fab.mat-accent .mat-ripple-element,
.mat-fab.mat-warn .mat-ripple-element,
.mat-flat-button.mat-accent .mat-ripple-element,
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-flat-button:not([class*=mat-elevation-z]),
.mat-stroked-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]),
.mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),
.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab[disabled]:not([class*=mat-elevation-z]),
.mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group,
.mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-card {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #ff5900;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #3f3f3f;
}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #ff5722;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: #000;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #ff5900;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #3f3f3f;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #ff5722;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:after {
  background: #000;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #ff5900;
  color: #000;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #000;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #ff5722;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #3f3f3f;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mat-table {
  background: #fff;
}
.mat-table-sticky,
.mat-table tbody,
.mat-table tfoot,
.mat-table thead,
[mat-footer-row],
[mat-header-row],
[mat-row],
mat-footer-row,
mat-header-row,
mat-row {
  background: inherit;
}
mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell,
.mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider:after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-selected {
  background-color: #ff5900;
  color: #000;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 89, 0, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #000;
}
.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #3f3f3f;
  color: #fff;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 63, 63, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #ff5722;
  color: #fff;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 87, 34, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #ff5900;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #3f3f3f;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #ff5722;
}
.mat-dialog-container {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: inherit;
}
.mat-form-field-label,
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #ff5900;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #3f3f3f;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #ff5722;
}
.mat-focused .mat-form-field-required-marker {
  color: #3f3f3f;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #ff5900;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #3f3f3f;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #ff5722;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after {
  color: #ff5900;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after {
  color: #3f3f3f;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #ff5722;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #ff5722;
}
.mat-error {
  color: #ff5722;
}
.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #ff5900;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #3f3f3f;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ff5722;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #ff5900;
}
.mat-icon.mat-accent {
  color: #3f3f3f;
}
.mat-icon.mat-warn {
  color: #ff5722;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after,
.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #ff5900;
}
.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #3f3f3f;
}
.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
  caret-color: #ff5722;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after {
  color: #ff5722;
}
.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eee;
}
.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: #fff;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled]:after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item-submenu-trigger:after,
.mat-menu-item .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item-highlighted:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: #fff;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-progress-bar-background {
  fill: #ffcdb3;
}
.mat-progress-bar-buffer {
  background-color: #ffcdb3;
}
.mat-progress-bar-fill:after {
  background-color: #ff5900;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c5c5c5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c5c5c5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #3f3f3f;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffccbc;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccbc;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #ff5722;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #ff5900;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #3f3f3f;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #ff5722;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff5900;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #ff5900;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f3f3f;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #3f3f3f;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff5722;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #ff5722;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: #000;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: #fff;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #ff5900;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #3f3f3f;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #ff5722;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer,
.mat-drawer.mat-drawer-push {
  background-color: #fff;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end,
[dir=rtl] .mat-drawer-side {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f3f3f;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 63, 63, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #3f3f3f;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff5900;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 89, 0, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #ff5900;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff5722;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 87, 34, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #ff5722;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}
.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
  background-color: #ff5900;
}
.mat-primary .mat-slider-thumb-label-text {
  color: #000;
}
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #3f3f3f;
}
.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
  background-color: #ff5722;
}
.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-slider-focus-ring {
  background-color: rgba(63, 63, 63, 0.2);
}
.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: #000;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #ff5900;
  color: #000;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #ff5722;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #ff5722;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: #fff;
}
.mat-stepper-vertical-line:before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-header,
.mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label,
.mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 179, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #ff5900;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: #000;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: hsla(0, 0%, 77.3%, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #3f3f3f;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #ff5722;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 179, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header,
.mat-tab-group.mat-background-primary .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary .mat-tab-links,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary .mat-tab-links {
  background-color: #ff5900;
}
.mat-tab-group.mat-background-primary .mat-tab-label,
.mat-tab-group.mat-background-primary .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: #000;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: #000;
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: hsla(0, 0%, 77.3%, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header,
.mat-tab-group.mat-background-accent .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent .mat-tab-links,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent .mat-tab-links {
  background-color: #3f3f3f;
}
.mat-tab-group.mat-background-accent .mat-tab-label,
.mat-tab-group.mat-background-accent .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header,
.mat-tab-group.mat-background-warn .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn .mat-tab-links,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn .mat-tab-links {
  background-color: #ff5722;
}
.mat-tab-group.mat-background-warn .mat-tab-label,
.mat-tab-group.mat-background-warn .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: #fff;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: hsla(0, 0%, 100%, 0.12);
}
.mat-toolbar {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #ff5900;
  color: #000;
}
.mat-toolbar.mat-accent {
  background: #3f3f3f;
  color: #fff;
}
.mat-toolbar.mat-warn {
  background: #ff5722;
  color: #fff;
}
.mat-toolbar .mat-focused .mat-form-field-ripple,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-select-value {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: #fff;
}
.mat-nested-tree-node,
.mat-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-snack-bar-container {
  color: hsla(0, 0%, 100%, 0.7);
  background: #323232;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #3f3f3f;
}
.mat-tooltip {
  font-size: 12px;
}
mat-select.mat-select {
  display: flex;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #e5e5e5;
  background-color: #f7f7f7;
}
.mat-select .mat-select-trigger {
  flex: 1 1 auto;
}
.mat-select .mat-select-value {
  font-size: 1.4rem;
  line-height: 1.25rem;
  color: #3f3f3f;
  padding-right: 0.3125rem;
}
.mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  border-top-color: #ff5900;
}
mat-radio-group mat-radio-button {
  margin-right: 1.25rem;
  margin-top: 0.3125rem;
  font-size: 1.4rem;
  line-height: 1.25rem;
}
.other-insurance-element-container {
  height: 500px;
  width: 100vw;
}
#OIElement .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
#OIElement .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
#OIElement .mat-h1,
#OIElement .mat-headline,
#OIElement .mat-typography h1 {
  font: 400 24px/32px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
#OIElement .mat-h2,
#OIElement .mat-title,
#OIElement .mat-typography h2 {
  font: 500 20px/32px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
#OIElement .mat-h3,
#OIElement .mat-subheading-2,
#OIElement .mat-typography h3 {
  font: 400 16px/28px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
#OIElement .mat-h4,
#OIElement .mat-subheading-1,
#OIElement .mat-typography h4 {
  font: 400 15px/24px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0 0 16px;
}
#OIElement .mat-h5,
#OIElement .mat-typography h5 {
  font: 400 11.62px/20px Source Sans Pro, "sans-serif";
  margin: 0 0 12px;
}
#OIElement .mat-h6,
#OIElement .mat-typography h6 {
  font: 400 9.38px/20px Source Sans Pro, "sans-serif";
  margin: 0 0 12px;
}
#OIElement .mat-body-2,
#OIElement .mat-body-strong {
  font: 500 14px/24px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-body,
#OIElement .mat-body-1,
#OIElement .mat-typography {
  font: 400 14px/20px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-body-1 p,
#OIElement .mat-body p,
#OIElement .mat-typography p {
  margin: 0 0 12px;
}
#OIElement .mat-caption,
#OIElement .mat-small {
  font: 400 12px/20px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-display-4,
#OIElement .mat-typography .mat-display-4 {
  font: 300 112px/112px Source Sans Pro, "sans-serif";
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
#OIElement .mat-display-3,
#OIElement .mat-typography .mat-display-3 {
  font: 400 56px/56px Source Sans Pro, "sans-serif";
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
#OIElement .mat-display-2,
#OIElement .mat-typography .mat-display-2 {
  font: 400 45px/48px Source Sans Pro, "sans-serif";
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
#OIElement .mat-display-1,
#OIElement .mat-typography .mat-display-1 {
  font: 400 34px/40px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0 0 64px;
}
#OIElement .mat-bottom-sheet-container {
  font: 400 14px/20px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-button,
#OIElement .mat-fab,
#OIElement .mat-flat-button,
#OIElement .mat-icon-button,
#OIElement .mat-mini-fab,
#OIElement .mat-raised-button,
#OIElement .mat-stroked-button {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-button-toggle,
#OIElement .mat-card {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
#OIElement .mat-card-header .mat-card-title {
  font-size: 20px;
}
#OIElement .mat-card-content,
#OIElement .mat-card-subtitle {
  font-size: 14px;
}
#OIElement .mat-checkbox {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
  font-size: 17px;
}
#OIElement .mat-chip {
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-chip .mat-chip-remove.mat-icon,
#OIElement .mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}
#OIElement .mat-table {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
#OIElement .mat-cell,
#OIElement .mat-footer-cell {
  font-size: 14px;
}
#OIElement .mat-calendar {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-calendar-body {
  font-size: 13px;
}
#OIElement .mat-calendar-body-label,
#OIElement .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
#OIElement .mat-dialog-title {
  font: 500 20px/32px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-expansion-panel-header {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 15px;
  font-weight: 400;
}
#OIElement .mat-expansion-panel-content {
  font: 400 14px/20px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
#OIElement .mat-form-field-prefix .mat-icon,
#OIElement .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
#OIElement .mat-form-field-prefix .mat-icon-button,
#OIElement .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
#OIElement .mat-form-field-prefix .mat-icon-button .mat-icon,
#OIElement .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
#OIElement .mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
#OIElement .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
#OIElement .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.33333333%;
}
#OIElement .mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.33334333%;
}
#OIElement .mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
#OIElement .mat-form-field-label {
  top: 1.34375em;
}
#OIElement .mat-form-field-underline {
  bottom: 1.34375em;
}
#OIElement .mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.66666667em;
  top: calc(100% - 1.79167em);
}
#OIElement .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
#OIElement .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333333%;
}
#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.33334333%;
}
#OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.33335333%;
}
#OIElement .mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
#OIElement .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
#OIElement .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.54166667em;
  top: calc(100% - 1.66667em);
}
@media print {
  #OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
  #OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  #OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  #OIElement .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
#OIElement .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}
#OIElement .mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333333%;
}
#OIElement .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.33334333%;
}
#OIElement .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}
#OIElement .mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.33333333%;
}
#OIElement .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.33334333%;
}
#OIElement .mat-grid-tile-footer,
#OIElement .mat-grid-tile-header {
  font-size: 14px;
}
#OIElement .mat-grid-tile-footer .mat-line,
#OIElement .mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
#OIElement .mat-grid-tile-footer .mat-line:nth-child(n+2),
#OIElement .mat-grid-tile-header .mat-line:nth-child(n+2) {
  font-size: 12px;
}
#OIElement .hco-form-field.error button.mat-input-element,
#OIElement .hco-form-field.error input.mat-input-element,
#OIElement .hco-form-field > .mat-input-element.date-container.error,
#OIElement input.mat-input-element {
  margin-top: -0.0625em;
}
#OIElement .mat-menu-item {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 14px;
  font-weight: 400;
}
#OIElement .mat-paginator,
#OIElement .mat-paginator-page-size .mat-select-trigger {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 12px;
}
#OIElement .mat-radio-button,
#OIElement .mat-select {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-select-trigger {
  height: 1.125em;
}
#OIElement .mat-slide-toggle-content,
#OIElement .mat-slider-thumb-label-text {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}
#OIElement .mat-stepper-horizontal,
#OIElement .mat-stepper-vertical {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
#OIElement .mat-step-sub-label-error {
  font-weight: 400;
}
#OIElement .mat-step-label-error {
  font-size: 14px;
}
#OIElement .mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-tab-group,
#OIElement .mat-tab-label,
#OIElement .mat-tab-link {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-tab-label,
#OIElement .mat-tab-link {
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-toolbar,
#OIElement .mat-toolbar h1,
#OIElement .mat-toolbar h2,
#OIElement .mat-toolbar h3,
#OIElement .mat-toolbar h4,
#OIElement .mat-toolbar h5,
#OIElement .mat-toolbar h6 {
  font: 500 20px/32px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
  margin: 0;
}
#OIElement .mat-tooltip {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#OIElement .mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#OIElement .mat-list-item,
#OIElement .mat-list-option {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-list-base .mat-list-item {
  font-size: 16px;
}
#OIElement .mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
#OIElement .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
#OIElement .mat-list-base .mat-list-option {
  font-size: 16px;
}
#OIElement .mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
#OIElement .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
#OIElement .mat-list-base .mat-subheader {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 14px;
  font-weight: 500;
}
#OIElement .mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
#OIElement .mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
#OIElement .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),
#OIElement .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
#OIElement .mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
#OIElement .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
#OIElement .mat-list-base[dense] .mat-subheader {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 12px;
  font-weight: 500;
}
#OIElement .mat-option {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 16px;
}
#OIElement .mat-optgroup-label {
  font: 500 14px/24px Source Sans Pro, "sans-serif";
  letter-spacing: normal;
}
#OIElement .mat-simple-snackbar {
  font-family: Source Sans Pro, "sans-serif";
  font-size: 14px;
}
#OIElement .mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
#OIElement .mat-tree {
  font-family: Source Sans Pro, "sans-serif";
}
#OIElement .mat-nested-tree-node,
#OIElement .mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}
#OIElement .mat-ripple {
  overflow: hidden;
  position: relative;
}
#OIElement .mat-ripple:not(:empty) {
  transform: translateZ(0);
}
#OIElement .mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
#OIElement .mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
#OIElement *.fa,
#OIElement .fab,
#OIElement .fad,
#OIElement .fal,
#OIElement .far,
#OIElement .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#OIElement .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
#OIElement .fa-xs {
  font-size: 0.75em;
}
#OIElement .fa-sm {
  font-size: 0.875em;
}
#OIElement .fa-1x {
  font-size: 1em;
}
#OIElement .fa-2x {
  font-size: 2em;
}
#OIElement .fa-3x {
  font-size: 3em;
}
#OIElement .fa-4x {
  font-size: 4em;
}
#OIElement .fa-5x {
  font-size: 5em;
}
#OIElement .fa-6x {
  font-size: 6em;
}
#OIElement .fa-7x {
  font-size: 7em;
}
#OIElement .fa-8x {
  font-size: 8em;
}
#OIElement .fa-9x {
  font-size: 9em;
}
#OIElement .fa-10x {
  font-size: 10em;
}
#OIElement .fa-fw {
  text-align: center;
  width: 1.25em;
}
#OIElement .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
#OIElement .fa-ul > li {
  position: relative;
}
#OIElement .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
#OIElement .fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
#OIElement .fa-pull-left {
  float: left;
}
#OIElement .fa-pull-right {
  float: right;
}
#OIElement .fa.fa-pull-left,
#OIElement .fab.fa-pull-left,
#OIElement .fal.fa-pull-left,
#OIElement .far.fa-pull-left,
#OIElement .fas.fa-pull-left {
  margin-right: 0.3em;
}
#OIElement .fa.fa-pull-right,
#OIElement .fab.fa-pull-right,
#OIElement .fal.fa-pull-right,
#OIElement .far.fa-pull-right,
#OIElement .fas.fa-pull-right {
  margin-left: 0.3em;
}
#OIElement .fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
#OIElement .fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#OIElement .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
#OIElement .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
#OIElement .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
#OIElement .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
#OIElement .fa-flip-vertical {
  transform: scaleY(-1);
}
#OIElement .fa-flip-both,
#OIElement .fa-flip-horizontal.fa-flip-vertical,
#OIElement .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
#OIElement .fa-flip-both,
#OIElement .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
#OIElement :root .fa-flip-both,
#OIElement :root .fa-flip-horizontal,
#OIElement :root .fa-flip-vertical,
#OIElement :root .fa-rotate-90,
#OIElement :root .fa-rotate-180,
#OIElement :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
#OIElement .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
#OIElement .fa-stack-1x,
#OIElement .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#OIElement .fa-stack-1x {
  line-height: inherit;
}
#OIElement .fa-stack-2x {
  font-size: 2em;
}
#OIElement .fa-inverse {
  color: #fff;
}
#OIElement .fa-500px:before {
  content: "\f26e";
}
#OIElement .fa-accessible-icon:before {
  content: "\f368";
}
#OIElement .fa-accusoft:before {
  content: "\f369";
}
#OIElement .fa-acquisitions-incorporated:before {
  content: "\f6af";
}
#OIElement .fa-ad:before {
  content: "\f641";
}
#OIElement .fa-address-book:before {
  content: "\f2b9";
}
#OIElement .fa-address-card:before {
  content: "\f2bb";
}
#OIElement .fa-adjust:before {
  content: "\f042";
}
#OIElement .fa-adn:before {
  content: "\f170";
}
#OIElement .fa-adobe:before {
  content: "\f778";
}
#OIElement .fa-adversal:before {
  content: "\f36a";
}
#OIElement .fa-affiliatetheme:before {
  content: "\f36b";
}
#OIElement .fa-air-freshener:before {
  content: "\f5d0";
}
#OIElement .fa-airbnb:before {
  content: "\f834";
}
#OIElement .fa-algolia:before {
  content: "\f36c";
}
#OIElement .fa-align-center:before {
  content: "\f037";
}
#OIElement .fa-align-justify:before {
  content: "\f039";
}
#OIElement .fa-align-left:before {
  content: "\f036";
}
#OIElement .fa-align-right:before {
  content: "\f038";
}
#OIElement .fa-alipay:before {
  content: "\f642";
}
#OIElement .fa-allergies:before {
  content: "\f461";
}
#OIElement .fa-amazon:before {
  content: "\f270";
}
#OIElement .fa-amazon-pay:before {
  content: "\f42c";
}
#OIElement .fa-ambulance:before {
  content: "\f0f9";
}
#OIElement .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
#OIElement .fa-amilia:before {
  content: "\f36d";
}
#OIElement .fa-anchor:before {
  content: "\f13d";
}
#OIElement .fa-android:before {
  content: "\f17b";
}
#OIElement .fa-angellist:before {
  content: "\f209";
}
#OIElement .fa-angle-double-down:before {
  content: "\f103";
}
#OIElement .fa-angle-double-left:before {
  content: "\f100";
}
#OIElement .fa-angle-double-right:before {
  content: "\f101";
}
#OIElement .fa-angle-double-up:before {
  content: "\f102";
}
#OIElement .fa-angle-down:before {
  content: "\f107";
}
#OIElement .fa-angle-left:before {
  content: "\f104";
}
#OIElement .fa-angle-right:before {
  content: "\f105";
}
#OIElement .fa-angle-up:before {
  content: "\f106";
}
#OIElement .fa-angry:before {
  content: "\f556";
}
#OIElement .fa-angrycreative:before {
  content: "\f36e";
}
#OIElement .fa-angular:before {
  content: "\f420";
}
#OIElement .fa-ankh:before {
  content: "\f644";
}
#OIElement .fa-app-store:before {
  content: "\f36f";
}
#OIElement .fa-app-store-ios:before {
  content: "\f370";
}
#OIElement .fa-apper:before {
  content: "\f371";
}
#OIElement .fa-apple:before {
  content: "\f179";
}
#OIElement .fa-apple-alt:before {
  content: "\f5d1";
}
#OIElement .fa-apple-pay:before {
  content: "\f415";
}
#OIElement .fa-archive:before {
  content: "\f187";
}
#OIElement .fa-archway:before {
  content: "\f557";
}
#OIElement .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
#OIElement .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
#OIElement .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
#OIElement .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
#OIElement .fa-arrow-circle-down:before {
  content: "\f0ab";
}
#OIElement .fa-arrow-circle-left:before {
  content: "\f0a8";
}
#OIElement .fa-arrow-circle-right:before {
  content: "\f0a9";
}
#OIElement .fa-arrow-circle-up:before {
  content: "\f0aa";
}
#OIElement .fa-arrow-down:before {
  content: "\f063";
}
#OIElement .fa-arrow-left:before {
  content: "\f060";
}
#OIElement .fa-arrow-right:before {
  content: "\f061";
}
#OIElement .fa-arrow-up:before {
  content: "\f062";
}
#OIElement .fa-arrows-alt:before {
  content: "\f0b2";
}
#OIElement .fa-arrows-alt-h:before {
  content: "\f337";
}
#OIElement .fa-arrows-alt-v:before {
  content: "\f338";
}
#OIElement .fa-artstation:before {
  content: "\f77a";
}
#OIElement .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
#OIElement .fa-asterisk:before {
  content: "\f069";
}
#OIElement .fa-asymmetrik:before {
  content: "\f372";
}
#OIElement .fa-at:before {
  content: "\f1fa";
}
#OIElement .fa-atlas:before {
  content: "\f558";
}
#OIElement .fa-atlassian:before {
  content: "\f77b";
}
#OIElement .fa-atom:before {
  content: "\f5d2";
}
#OIElement .fa-audible:before {
  content: "\f373";
}
#OIElement .fa-audio-description:before {
  content: "\f29e";
}
#OIElement .fa-autoprefixer:before {
  content: "\f41c";
}
#OIElement .fa-avianex:before {
  content: "\f374";
}
#OIElement .fa-aviato:before {
  content: "\f421";
}
#OIElement .fa-award:before {
  content: "\f559";
}
#OIElement .fa-aws:before {
  content: "\f375";
}
#OIElement .fa-baby:before {
  content: "\f77c";
}
#OIElement .fa-baby-carriage:before {
  content: "\f77d";
}
#OIElement .fa-backspace:before {
  content: "\f55a";
}
#OIElement .fa-backward:before {
  content: "\f04a";
}
#OIElement .fa-bacon:before {
  content: "\f7e5";
}
#OIElement .fa-bahai:before {
  content: "\f666";
}
#OIElement .fa-balance-scale:before {
  content: "\f24e";
}
#OIElement .fa-balance-scale-left:before {
  content: "\f515";
}
#OIElement .fa-balance-scale-right:before {
  content: "\f516";
}
#OIElement .fa-ban:before {
  content: "\f05e";
}
#OIElement .fa-band-aid:before {
  content: "\f462";
}
#OIElement .fa-bandcamp:before {
  content: "\f2d5";
}
#OIElement .fa-barcode:before {
  content: "\f02a";
}
#OIElement .fa-bars:before {
  content: "\f0c9";
}
#OIElement .fa-baseball-ball:before {
  content: "\f433";
}
#OIElement .fa-basketball-ball:before {
  content: "\f434";
}
#OIElement .fa-bath:before {
  content: "\f2cd";
}
#OIElement .fa-battery-empty:before {
  content: "\f244";
}
#OIElement .fa-battery-full:before {
  content: "\f240";
}
#OIElement .fa-battery-half:before {
  content: "\f242";
}
#OIElement .fa-battery-quarter:before {
  content: "\f243";
}
#OIElement .fa-battery-three-quarters:before {
  content: "\f241";
}
#OIElement .fa-battle-net:before {
  content: "\f835";
}
#OIElement .fa-bed:before {
  content: "\f236";
}
#OIElement .fa-beer:before {
  content: "\f0fc";
}
#OIElement .fa-behance:before {
  content: "\f1b4";
}
#OIElement .fa-behance-square:before {
  content: "\f1b5";
}
#OIElement .fa-bell:before {
  content: "\f0f3";
}
#OIElement .fa-bell-slash:before {
  content: "\f1f6";
}
#OIElement .fa-bezier-curve:before {
  content: "\f55b";
}
#OIElement .fa-bible:before {
  content: "\f647";
}
#OIElement .fa-bicycle:before {
  content: "\f206";
}
#OIElement .fa-biking:before {
  content: "\f84a";
}
#OIElement .fa-bimobject:before {
  content: "\f378";
}
#OIElement .fa-binoculars:before {
  content: "\f1e5";
}
#OIElement .fa-biohazard:before {
  content: "\f780";
}
#OIElement .fa-birthday-cake:before {
  content: "\f1fd";
}
#OIElement .fa-bitbucket:before {
  content: "\f171";
}
#OIElement .fa-bitcoin:before {
  content: "\f379";
}
#OIElement .fa-bity:before {
  content: "\f37a";
}
#OIElement .fa-black-tie:before {
  content: "\f27e";
}
#OIElement .fa-blackberry:before {
  content: "\f37b";
}
#OIElement .fa-blender:before {
  content: "\f517";
}
#OIElement .fa-blender-phone:before {
  content: "\f6b6";
}
#OIElement .fa-blind:before {
  content: "\f29d";
}
#OIElement .fa-blog:before {
  content: "\f781";
}
#OIElement .fa-blogger:before {
  content: "\f37c";
}
#OIElement .fa-blogger-b:before {
  content: "\f37d";
}
#OIElement .fa-bluetooth:before {
  content: "\f293";
}
#OIElement .fa-bluetooth-b:before {
  content: "\f294";
}
#OIElement .fa-bold:before {
  content: "\f032";
}
#OIElement .fa-bolt:before {
  content: "\f0e7";
}
#OIElement .fa-bomb:before {
  content: "\f1e2";
}
#OIElement .fa-bone:before {
  content: "\f5d7";
}
#OIElement .fa-bong:before {
  content: "\f55c";
}
#OIElement .fa-book:before {
  content: "\f02d";
}
#OIElement .fa-book-dead:before {
  content: "\f6b7";
}
#OIElement .fa-book-medical:before {
  content: "\f7e6";
}
#OIElement .fa-book-open:before {
  content: "\f518";
}
#OIElement .fa-book-reader:before {
  content: "\f5da";
}
#OIElement .fa-bookmark:before {
  content: "\f02e";
}
#OIElement .fa-bootstrap:before {
  content: "\f836";
}
#OIElement .fa-border-all:before {
  content: "\f84c";
}
#OIElement .fa-border-none:before {
  content: "\f850";
}
#OIElement .fa-border-style:before {
  content: "\f853";
}
#OIElement .fa-bowling-ball:before {
  content: "\f436";
}
#OIElement .fa-box:before {
  content: "\f466";
}
#OIElement .fa-box-open:before {
  content: "\f49e";
}
#OIElement .fa-boxes:before {
  content: "\f468";
}
#OIElement .fa-braille:before {
  content: "\f2a1";
}
#OIElement .fa-brain:before {
  content: "\f5dc";
}
#OIElement .fa-bread-slice:before {
  content: "\f7ec";
}
#OIElement .fa-briefcase:before {
  content: "\f0b1";
}
#OIElement .fa-briefcase-medical:before {
  content: "\f469";
}
#OIElement .fa-broadcast-tower:before {
  content: "\f519";
}
#OIElement .fa-broom:before {
  content: "\f51a";
}
#OIElement .fa-brush:before {
  content: "\f55d";
}
#OIElement .fa-btc:before {
  content: "\f15a";
}
#OIElement .fa-buffer:before {
  content: "\f837";
}
#OIElement .fa-bug:before {
  content: "\f188";
}
#OIElement .fa-building:before {
  content: "\f1ad";
}
#OIElement .fa-bullhorn:before {
  content: "\f0a1";
}
#OIElement .fa-bullseye:before {
  content: "\f140";
}
#OIElement .fa-burn:before {
  content: "\f46a";
}
#OIElement .fa-buromobelexperte:before {
  content: "\f37f";
}
#OIElement .fa-bus:before {
  content: "\f207";
}
#OIElement .fa-bus-alt:before {
  content: "\f55e";
}
#OIElement .fa-business-time:before {
  content: "\f64a";
}
#OIElement .fa-buy-n-large:before {
  content: "\f8a6";
}
#OIElement .fa-buysellads:before {
  content: "\f20d";
}
#OIElement .fa-calculator:before {
  content: "\f1ec";
}
#OIElement .fa-calendar:before {
  content: "\f133";
}
#OIElement .fa-calendar-alt:before {
  content: "\f073";
}
#OIElement .fa-calendar-check:before {
  content: "\f274";
}
#OIElement .fa-calendar-day:before {
  content: "\f783";
}
#OIElement .fa-calendar-minus:before {
  content: "\f272";
}
#OIElement .fa-calendar-plus:before {
  content: "\f271";
}
#OIElement .fa-calendar-times:before {
  content: "\f273";
}
#OIElement .fa-calendar-week:before {
  content: "\f784";
}
#OIElement .fa-camera:before {
  content: "\f030";
}
#OIElement .fa-camera-retro:before {
  content: "\f083";
}
#OIElement .fa-campground:before {
  content: "\f6bb";
}
#OIElement .fa-canadian-maple-leaf:before {
  content: "\f785";
}
#OIElement .fa-candy-cane:before {
  content: "\f786";
}
#OIElement .fa-cannabis:before {
  content: "\f55f";
}
#OIElement .fa-capsules:before {
  content: "\f46b";
}
#OIElement .fa-car:before {
  content: "\f1b9";
}
#OIElement .fa-car-alt:before {
  content: "\f5de";
}
#OIElement .fa-car-battery:before {
  content: "\f5df";
}
#OIElement .fa-car-crash:before {
  content: "\f5e1";
}
#OIElement .fa-car-side:before {
  content: "\f5e4";
}
#OIElement .fa-caravan:before {
  content: "\f8ff";
}
#OIElement .fa-caret-down:before {
  content: "\f0d7";
}
#OIElement .fa-caret-left:before {
  content: "\f0d9";
}
#OIElement .fa-caret-right:before {
  content: "\f0da";
}
#OIElement .fa-caret-square-down:before {
  content: "\f150";
}
#OIElement .fa-caret-square-left:before {
  content: "\f191";
}
#OIElement .fa-caret-square-right:before {
  content: "\f152";
}
#OIElement .fa-caret-square-up:before {
  content: "\f151";
}
#OIElement .fa-caret-up:before {
  content: "\f0d8";
}
#OIElement .fa-carrot:before {
  content: "\f787";
}
#OIElement .fa-cart-arrow-down:before {
  content: "\f218";
}
#OIElement .fa-cart-plus:before {
  content: "\f217";
}
#OIElement .fa-cash-register:before {
  content: "\f788";
}
#OIElement .fa-cat:before {
  content: "\f6be";
}
#OIElement .fa-cc-amazon-pay:before {
  content: "\f42d";
}
#OIElement .fa-cc-amex:before {
  content: "\f1f3";
}
#OIElement .fa-cc-apple-pay:before {
  content: "\f416";
}
#OIElement .fa-cc-diners-club:before {
  content: "\f24c";
}
#OIElement .fa-cc-discover:before {
  content: "\f1f2";
}
#OIElement .fa-cc-jcb:before {
  content: "\f24b";
}
#OIElement .fa-cc-mastercard:before {
  content: "\f1f1";
}
#OIElement .fa-cc-paypal:before {
  content: "\f1f4";
}
#OIElement .fa-cc-stripe:before {
  content: "\f1f5";
}
#OIElement .fa-cc-visa:before {
  content: "\f1f0";
}
#OIElement .fa-centercode:before {
  content: "\f380";
}
#OIElement .fa-centos:before {
  content: "\f789";
}
#OIElement .fa-certificate:before {
  content: "\f0a3";
}
#OIElement .fa-chair:before {
  content: "\f6c0";
}
#OIElement .fa-chalkboard:before {
  content: "\f51b";
}
#OIElement .fa-chalkboard-teacher:before {
  content: "\f51c";
}
#OIElement .fa-charging-station:before {
  content: "\f5e7";
}
#OIElement .fa-chart-area:before {
  content: "\f1fe";
}
#OIElement .fa-chart-bar:before {
  content: "\f080";
}
#OIElement .fa-chart-line:before {
  content: "\f201";
}
#OIElement .fa-chart-pie:before {
  content: "\f200";
}
#OIElement .fa-check:before {
  content: "\f00c";
}
#OIElement .fa-check-circle:before {
  content: "\f058";
}
#OIElement .fa-check-double:before {
  content: "\f560";
}
#OIElement .fa-check-square:before {
  content: "\f14a";
}
#OIElement .fa-cheese:before {
  content: "\f7ef";
}
#OIElement .fa-chess:before {
  content: "\f439";
}
#OIElement .fa-chess-bishop:before {
  content: "\f43a";
}
#OIElement .fa-chess-board:before {
  content: "\f43c";
}
#OIElement .fa-chess-king:before {
  content: "\f43f";
}
#OIElement .fa-chess-knight:before {
  content: "\f441";
}
#OIElement .fa-chess-pawn:before {
  content: "\f443";
}
#OIElement .fa-chess-queen:before {
  content: "\f445";
}
#OIElement .fa-chess-rook:before {
  content: "\f447";
}
#OIElement .fa-chevron-circle-down:before {
  content: "\f13a";
}
#OIElement .fa-chevron-circle-left:before {
  content: "\f137";
}
#OIElement .fa-chevron-circle-right:before {
  content: "\f138";
}
#OIElement .fa-chevron-circle-up:before {
  content: "\f139";
}
#OIElement .fa-chevron-down:before {
  content: "\f078";
}
#OIElement .fa-chevron-left:before {
  content: "\f053";
}
#OIElement .fa-chevron-right:before {
  content: "\f054";
}
#OIElement .fa-chevron-up:before {
  content: "\f077";
}
#OIElement .fa-child:before {
  content: "\f1ae";
}
#OIElement .fa-chrome:before {
  content: "\f268";
}
#OIElement .fa-chromecast:before {
  content: "\f838";
}
#OIElement .fa-church:before {
  content: "\f51d";
}
#OIElement .fa-circle:before {
  content: "\f111";
}
#OIElement .fa-circle-notch:before {
  content: "\f1ce";
}
#OIElement .fa-city:before {
  content: "\f64f";
}
#OIElement .fa-clinic-medical:before {
  content: "\f7f2";
}
#OIElement .fa-clipboard:before {
  content: "\f328";
}
#OIElement .fa-clipboard-check:before {
  content: "\f46c";
}
#OIElement .fa-clipboard-list:before {
  content: "\f46d";
}
#OIElement .fa-clock:before {
  content: "\f017";
}
#OIElement .fa-clone:before {
  content: "\f24d";
}
#OIElement .fa-closed-captioning:before {
  content: "\f20a";
}
#OIElement .fa-cloud:before {
  content: "\f0c2";
}
#OIElement .fa-cloud-download-alt:before {
  content: "\f381";
}
#OIElement .fa-cloud-meatball:before {
  content: "\f73b";
}
#OIElement .fa-cloud-moon:before {
  content: "\f6c3";
}
#OIElement .fa-cloud-moon-rain:before {
  content: "\f73c";
}
#OIElement .fa-cloud-rain:before {
  content: "\f73d";
}
#OIElement .fa-cloud-showers-heavy:before {
  content: "\f740";
}
#OIElement .fa-cloud-sun:before {
  content: "\f6c4";
}
#OIElement .fa-cloud-sun-rain:before {
  content: "\f743";
}
#OIElement .fa-cloud-upload-alt:before {
  content: "\f382";
}
#OIElement .fa-cloudscale:before {
  content: "\f383";
}
#OIElement .fa-cloudsmith:before {
  content: "\f384";
}
#OIElement .fa-cloudversify:before {
  content: "\f385";
}
#OIElement .fa-cocktail:before {
  content: "\f561";
}
#OIElement .fa-code:before {
  content: "\f121";
}
#OIElement .fa-code-branch:before {
  content: "\f126";
}
#OIElement .fa-codepen:before {
  content: "\f1cb";
}
#OIElement .fa-codiepie:before {
  content: "\f284";
}
#OIElement .fa-coffee:before {
  content: "\f0f4";
}
#OIElement .fa-cog:before {
  content: "\f013";
}
#OIElement .fa-cogs:before {
  content: "\f085";
}
#OIElement .fa-coins:before {
  content: "\f51e";
}
#OIElement .fa-columns:before {
  content: "\f0db";
}
#OIElement .fa-comment:before {
  content: "\f075";
}
#OIElement .fa-comment-alt:before {
  content: "\f27a";
}
#OIElement .fa-comment-dollar:before {
  content: "\f651";
}
#OIElement .fa-comment-dots:before {
  content: "\f4ad";
}
#OIElement .fa-comment-medical:before {
  content: "\f7f5";
}
#OIElement .fa-comment-slash:before {
  content: "\f4b3";
}
#OIElement .fa-comments:before {
  content: "\f086";
}
#OIElement .fa-comments-dollar:before {
  content: "\f653";
}
#OIElement .fa-compact-disc:before {
  content: "\f51f";
}
#OIElement .fa-compass:before {
  content: "\f14e";
}
#OIElement .fa-compress:before {
  content: "\f066";
}
#OIElement .fa-compress-alt:before {
  content: "\f422";
}
#OIElement .fa-compress-arrows-alt:before {
  content: "\f78c";
}
#OIElement .fa-concierge-bell:before {
  content: "\f562";
}
#OIElement .fa-confluence:before {
  content: "\f78d";
}
#OIElement .fa-connectdevelop:before {
  content: "\f20e";
}
#OIElement .fa-contao:before {
  content: "\f26d";
}
#OIElement .fa-cookie:before {
  content: "\f563";
}
#OIElement .fa-cookie-bite:before {
  content: "\f564";
}
#OIElement .fa-copy:before {
  content: "\f0c5";
}
#OIElement .fa-copyright:before {
  content: "\f1f9";
}
#OIElement .fa-cotton-bureau:before {
  content: "\f89e";
}
#OIElement .fa-couch:before {
  content: "\f4b8";
}
#OIElement .fa-cpanel:before {
  content: "\f388";
}
#OIElement .fa-creative-commons:before {
  content: "\f25e";
}
#OIElement .fa-creative-commons-by:before {
  content: "\f4e7";
}
#OIElement .fa-creative-commons-nc:before {
  content: "\f4e8";
}
#OIElement .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
#OIElement .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
#OIElement .fa-creative-commons-nd:before {
  content: "\f4eb";
}
#OIElement .fa-creative-commons-pd:before {
  content: "\f4ec";
}
#OIElement .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
#OIElement .fa-creative-commons-remix:before {
  content: "\f4ee";
}
#OIElement .fa-creative-commons-sa:before {
  content: "\f4ef";
}
#OIElement .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
#OIElement .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
#OIElement .fa-creative-commons-share:before {
  content: "\f4f2";
}
#OIElement .fa-creative-commons-zero:before {
  content: "\f4f3";
}
#OIElement .fa-credit-card:before {
  content: "\f09d";
}
#OIElement .fa-critical-role:before {
  content: "\f6c9";
}
#OIElement .fa-crop:before {
  content: "\f125";
}
#OIElement .fa-crop-alt:before {
  content: "\f565";
}
#OIElement .fa-cross:before {
  content: "\f654";
}
#OIElement .fa-crosshairs:before {
  content: "\f05b";
}
#OIElement .fa-crow:before {
  content: "\f520";
}
#OIElement .fa-crown:before {
  content: "\f521";
}
#OIElement .fa-crutch:before {
  content: "\f7f7";
}
#OIElement .fa-css3:before {
  content: "\f13c";
}
#OIElement .fa-css3-alt:before {
  content: "\f38b";
}
#OIElement .fa-cube:before {
  content: "\f1b2";
}
#OIElement .fa-cubes:before {
  content: "\f1b3";
}
#OIElement .fa-cut:before {
  content: "\f0c4";
}
#OIElement .fa-cuttlefish:before {
  content: "\f38c";
}
#OIElement .fa-d-and-d:before {
  content: "\f38d";
}
#OIElement .fa-d-and-d-beyond:before {
  content: "\f6ca";
}
#OIElement .fa-dailymotion:before {
  content: "\f952";
}
#OIElement .fa-dashcube:before {
  content: "\f210";
}
#OIElement .fa-database:before {
  content: "\f1c0";
}
#OIElement .fa-deaf:before {
  content: "\f2a4";
}
#OIElement .fa-delicious:before {
  content: "\f1a5";
}
#OIElement .fa-democrat:before {
  content: "\f747";
}
#OIElement .fa-deploydog:before {
  content: "\f38e";
}
#OIElement .fa-deskpro:before {
  content: "\f38f";
}
#OIElement .fa-desktop:before {
  content: "\f108";
}
#OIElement .fa-dev:before {
  content: "\f6cc";
}
#OIElement .fa-deviantart:before {
  content: "\f1bd";
}
#OIElement .fa-dharmachakra:before {
  content: "\f655";
}
#OIElement .fa-dhl:before {
  content: "\f790";
}
#OIElement .fa-diagnoses:before {
  content: "\f470";
}
#OIElement .fa-diaspora:before {
  content: "\f791";
}
#OIElement .fa-dice:before {
  content: "\f522";
}
#OIElement .fa-dice-d20:before {
  content: "\f6cf";
}
#OIElement .fa-dice-d6:before {
  content: "\f6d1";
}
#OIElement .fa-dice-five:before {
  content: "\f523";
}
#OIElement .fa-dice-four:before {
  content: "\f524";
}
#OIElement .fa-dice-one:before {
  content: "\f525";
}
#OIElement .fa-dice-six:before {
  content: "\f526";
}
#OIElement .fa-dice-three:before {
  content: "\f527";
}
#OIElement .fa-dice-two:before {
  content: "\f528";
}
#OIElement .fa-digg:before {
  content: "\f1a6";
}
#OIElement .fa-digital-ocean:before {
  content: "\f391";
}
#OIElement .fa-digital-tachograph:before {
  content: "\f566";
}
#OIElement .fa-directions:before {
  content: "\f5eb";
}
#OIElement .fa-discord:before {
  content: "\f392";
}
#OIElement .fa-discourse:before {
  content: "\f393";
}
#OIElement .fa-divide:before {
  content: "\f529";
}
#OIElement .fa-dizzy:before {
  content: "\f567";
}
#OIElement .fa-dna:before {
  content: "\f471";
}
#OIElement .fa-dochub:before {
  content: "\f394";
}
#OIElement .fa-docker:before {
  content: "\f395";
}
#OIElement .fa-dog:before {
  content: "\f6d3";
}
#OIElement .fa-dollar-sign:before {
  content: "\f155";
}
#OIElement .fa-dolly:before {
  content: "\f472";
}
#OIElement .fa-dolly-flatbed:before {
  content: "\f474";
}
#OIElement .fa-donate:before {
  content: "\f4b9";
}
#OIElement .fa-door-closed:before {
  content: "\f52a";
}
#OIElement .fa-door-open:before {
  content: "\f52b";
}
#OIElement .fa-dot-circle:before {
  content: "\f192";
}
#OIElement .fa-dove:before {
  content: "\f4ba";
}
#OIElement .fa-download:before {
  content: "\f019";
}
#OIElement .fa-draft2digital:before {
  content: "\f396";
}
#OIElement .fa-drafting-compass:before {
  content: "\f568";
}
#OIElement .fa-dragon:before {
  content: "\f6d5";
}
#OIElement .fa-draw-polygon:before {
  content: "\f5ee";
}
#OIElement .fa-dribbble:before {
  content: "\f17d";
}
#OIElement .fa-dribbble-square:before {
  content: "\f397";
}
#OIElement .fa-dropbox:before {
  content: "\f16b";
}
#OIElement .fa-drum:before {
  content: "\f569";
}
#OIElement .fa-drum-steelpan:before {
  content: "\f56a";
}
#OIElement .fa-drumstick-bite:before {
  content: "\f6d7";
}
#OIElement .fa-drupal:before {
  content: "\f1a9";
}
#OIElement .fa-dumbbell:before {
  content: "\f44b";
}
#OIElement .fa-dumpster:before {
  content: "\f793";
}
#OIElement .fa-dumpster-fire:before {
  content: "\f794";
}
#OIElement .fa-dungeon:before {
  content: "\f6d9";
}
#OIElement .fa-dyalog:before {
  content: "\f399";
}
#OIElement .fa-earlybirds:before {
  content: "\f39a";
}
#OIElement .fa-ebay:before {
  content: "\f4f4";
}
#OIElement .fa-edge:before {
  content: "\f282";
}
#OIElement .fa-edit:before {
  content: "\f044";
}
#OIElement .fa-egg:before {
  content: "\f7fb";
}
#OIElement .fa-eject:before {
  content: "\f052";
}
#OIElement .fa-elementor:before {
  content: "\f430";
}
#OIElement .fa-ellipsis-h:before {
  content: "\f141";
}
#OIElement .fa-ellipsis-v:before {
  content: "\f142";
}
#OIElement .fa-ello:before {
  content: "\f5f1";
}
#OIElement .fa-ember:before {
  content: "\f423";
}
#OIElement .fa-empire:before {
  content: "\f1d1";
}
#OIElement .fa-envelope:before {
  content: "\f0e0";
}
#OIElement .fa-envelope-open:before {
  content: "\f2b6";
}
#OIElement .fa-envelope-open-text:before {
  content: "\f658";
}
#OIElement .fa-envelope-square:before {
  content: "\f199";
}
#OIElement .fa-envira:before {
  content: "\f299";
}
#OIElement .fa-equals:before {
  content: "\f52c";
}
#OIElement .fa-eraser:before {
  content: "\f12d";
}
#OIElement .fa-erlang:before {
  content: "\f39d";
}
#OIElement .fa-ethereum:before {
  content: "\f42e";
}
#OIElement .fa-ethernet:before {
  content: "\f796";
}
#OIElement .fa-etsy:before {
  content: "\f2d7";
}
#OIElement .fa-euro-sign:before {
  content: "\f153";
}
#OIElement .fa-evernote:before {
  content: "\f839";
}
#OIElement .fa-exchange-alt:before {
  content: "\f362";
}
#OIElement .fa-exclamation:before {
  content: "\f12a";
}
#OIElement .fa-exclamation-circle:before {
  content: "\f06a";
}
#OIElement .fa-exclamation-triangle:before {
  content: "\f071";
}
#OIElement .fa-expand:before {
  content: "\f065";
}
#OIElement .fa-expand-alt:before {
  content: "\f424";
}
#OIElement .fa-expand-arrows-alt:before {
  content: "\f31e";
}
#OIElement .fa-expeditedssl:before {
  content: "\f23e";
}
#OIElement .fa-external-link-alt:before {
  content: "\f35d";
}
#OIElement .fa-external-link-square-alt:before {
  content: "\f360";
}
#OIElement .fa-eye:before {
  content: "\f06e";
}
#OIElement .fa-eye-dropper:before {
  content: "\f1fb";
}
#OIElement .fa-eye-slash:before {
  content: "\f070";
}
#OIElement .fa-facebook:before {
  content: "\f09a";
}
#OIElement .fa-facebook-f:before {
  content: "\f39e";
}
#OIElement .fa-facebook-messenger:before {
  content: "\f39f";
}
#OIElement .fa-facebook-square:before {
  content: "\f082";
}
#OIElement .fa-fan:before {
  content: "\f863";
}
#OIElement .fa-fantasy-flight-games:before {
  content: "\f6dc";
}
#OIElement .fa-fast-backward:before {
  content: "\f049";
}
#OIElement .fa-fast-forward:before {
  content: "\f050";
}
#OIElement .fa-fax:before {
  content: "\f1ac";
}
#OIElement .fa-feather:before {
  content: "\f52d";
}
#OIElement .fa-feather-alt:before {
  content: "\f56b";
}
#OIElement .fa-fedex:before {
  content: "\f797";
}
#OIElement .fa-fedora:before {
  content: "\f798";
}
#OIElement .fa-female:before {
  content: "\f182";
}
#OIElement .fa-fighter-jet:before {
  content: "\f0fb";
}
#OIElement .fa-figma:before {
  content: "\f799";
}
#OIElement .fa-file:before {
  content: "\f15b";
}
#OIElement .fa-file-alt:before {
  content: "\f15c";
}
#OIElement .fa-file-archive:before {
  content: "\f1c6";
}
#OIElement .fa-file-audio:before {
  content: "\f1c7";
}
#OIElement .fa-file-code:before {
  content: "\f1c9";
}
#OIElement .fa-file-contract:before {
  content: "\f56c";
}
#OIElement .fa-file-csv:before {
  content: "\f6dd";
}
#OIElement .fa-file-download:before {
  content: "\f56d";
}
#OIElement .fa-file-excel:before {
  content: "\f1c3";
}
#OIElement .fa-file-export:before {
  content: "\f56e";
}
#OIElement .fa-file-image:before {
  content: "\f1c5";
}
#OIElement .fa-file-import:before {
  content: "\f56f";
}
#OIElement .fa-file-invoice:before {
  content: "\f570";
}
#OIElement .fa-file-invoice-dollar:before {
  content: "\f571";
}
#OIElement .fa-file-medical:before {
  content: "\f477";
}
#OIElement .fa-file-medical-alt:before {
  content: "\f478";
}
#OIElement .fa-file-pdf:before {
  content: "\f1c1";
}
#OIElement .fa-file-powerpoint:before {
  content: "\f1c4";
}
#OIElement .fa-file-prescription:before {
  content: "\f572";
}
#OIElement .fa-file-signature:before {
  content: "\f573";
}
#OIElement .fa-file-upload:before {
  content: "\f574";
}
#OIElement .fa-file-video:before {
  content: "\f1c8";
}
#OIElement .fa-file-word:before {
  content: "\f1c2";
}
#OIElement .fa-fill:before {
  content: "\f575";
}
#OIElement .fa-fill-drip:before {
  content: "\f576";
}
#OIElement .fa-film:before {
  content: "\f008";
}
#OIElement .fa-filter:before {
  content: "\f0b0";
}
#OIElement .fa-fingerprint:before {
  content: "\f577";
}
#OIElement .fa-fire:before {
  content: "\f06d";
}
#OIElement .fa-fire-alt:before {
  content: "\f7e4";
}
#OIElement .fa-fire-extinguisher:before {
  content: "\f134";
}
#OIElement .fa-firefox:before {
  content: "\f269";
}
#OIElement .fa-firefox-browser:before {
  content: "\f907";
}
#OIElement .fa-first-aid:before {
  content: "\f479";
}
#OIElement .fa-first-order:before {
  content: "\f2b0";
}
#OIElement .fa-first-order-alt:before {
  content: "\f50a";
}
#OIElement .fa-firstdraft:before {
  content: "\f3a1";
}
#OIElement .fa-fish:before {
  content: "\f578";
}
#OIElement .fa-fist-raised:before {
  content: "\f6de";
}
#OIElement .fa-flag:before {
  content: "\f024";
}
#OIElement .fa-flag-checkered:before {
  content: "\f11e";
}
#OIElement .fa-flag-usa:before {
  content: "\f74d";
}
#OIElement .fa-flask:before {
  content: "\f0c3";
}
#OIElement .fa-flickr:before {
  content: "\f16e";
}
#OIElement .fa-flipboard:before {
  content: "\f44d";
}
#OIElement .fa-flushed:before {
  content: "\f579";
}
#OIElement .fa-fly:before {
  content: "\f417";
}
#OIElement .fa-folder:before {
  content: "\f07b";
}
#OIElement .fa-folder-minus:before {
  content: "\f65d";
}
#OIElement .fa-folder-open:before {
  content: "\f07c";
}
#OIElement .fa-folder-plus:before {
  content: "\f65e";
}
#OIElement .fa-font:before {
  content: "\f031";
}
#OIElement .fa-font-awesome:before {
  content: "\f2b4";
}
#OIElement .fa-font-awesome-alt:before {
  content: "\f35c";
}
#OIElement .fa-font-awesome-flag:before {
  content: "\f425";
}
#OIElement .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
#OIElement .fa-fonticons:before {
  content: "\f280";
}
#OIElement .fa-fonticons-fi:before {
  content: "\f3a2";
}
#OIElement .fa-football-ball:before {
  content: "\f44e";
}
#OIElement .fa-fort-awesome:before {
  content: "\f286";
}
#OIElement .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
#OIElement .fa-forumbee:before {
  content: "\f211";
}
#OIElement .fa-forward:before {
  content: "\f04e";
}
#OIElement .fa-foursquare:before {
  content: "\f180";
}
#OIElement .fa-free-code-camp:before {
  content: "\f2c5";
}
#OIElement .fa-freebsd:before {
  content: "\f3a4";
}
#OIElement .fa-frog:before {
  content: "\f52e";
}
#OIElement .fa-frown:before {
  content: "\f119";
}
#OIElement .fa-frown-open:before {
  content: "\f57a";
}
#OIElement .fa-fulcrum:before {
  content: "\f50b";
}
#OIElement .fa-funnel-dollar:before {
  content: "\f662";
}
#OIElement .fa-futbol:before {
  content: "\f1e3";
}
#OIElement .fa-galactic-republic:before {
  content: "\f50c";
}
#OIElement .fa-galactic-senate:before {
  content: "\f50d";
}
#OIElement .fa-gamepad:before {
  content: "\f11b";
}
#OIElement .fa-gas-pump:before {
  content: "\f52f";
}
#OIElement .fa-gavel:before {
  content: "\f0e3";
}
#OIElement .fa-gem:before {
  content: "\f3a5";
}
#OIElement .fa-genderless:before {
  content: "\f22d";
}
#OIElement .fa-get-pocket:before {
  content: "\f265";
}
#OIElement .fa-gg:before {
  content: "\f260";
}
#OIElement .fa-gg-circle:before {
  content: "\f261";
}
#OIElement .fa-ghost:before {
  content: "\f6e2";
}
#OIElement .fa-gift:before {
  content: "\f06b";
}
#OIElement .fa-gifts:before {
  content: "\f79c";
}
#OIElement .fa-git:before {
  content: "\f1d3";
}
#OIElement .fa-git-alt:before {
  content: "\f841";
}
#OIElement .fa-git-square:before {
  content: "\f1d2";
}
#OIElement .fa-github:before {
  content: "\f09b";
}
#OIElement .fa-github-alt:before {
  content: "\f113";
}
#OIElement .fa-github-square:before {
  content: "\f092";
}
#OIElement .fa-gitkraken:before {
  content: "\f3a6";
}
#OIElement .fa-gitlab:before {
  content: "\f296";
}
#OIElement .fa-gitter:before {
  content: "\f426";
}
#OIElement .fa-glass-cheers:before {
  content: "\f79f";
}
#OIElement .fa-glass-martini:before {
  content: "\f000";
}
#OIElement .fa-glass-martini-alt:before {
  content: "\f57b";
}
#OIElement .fa-glass-whiskey:before {
  content: "\f7a0";
}
#OIElement .fa-glasses:before {
  content: "\f530";
}
#OIElement .fa-glide:before {
  content: "\f2a5";
}
#OIElement .fa-glide-g:before {
  content: "\f2a6";
}
#OIElement .fa-globe:before {
  content: "\f0ac";
}
#OIElement .fa-globe-africa:before {
  content: "\f57c";
}
#OIElement .fa-globe-americas:before {
  content: "\f57d";
}
#OIElement .fa-globe-asia:before {
  content: "\f57e";
}
#OIElement .fa-globe-europe:before {
  content: "\f7a2";
}
#OIElement .fa-gofore:before {
  content: "\f3a7";
}
#OIElement .fa-golf-ball:before {
  content: "\f450";
}
#OIElement .fa-goodreads:before {
  content: "\f3a8";
}
#OIElement .fa-goodreads-g:before {
  content: "\f3a9";
}
#OIElement .fa-google:before {
  content: "\f1a0";
}
#OIElement .fa-google-drive:before {
  content: "\f3aa";
}
#OIElement .fa-google-play:before {
  content: "\f3ab";
}
#OIElement .fa-google-plus:before {
  content: "\f2b3";
}
#OIElement .fa-google-plus-g:before {
  content: "\f0d5";
}
#OIElement .fa-google-plus-square:before {
  content: "\f0d4";
}
#OIElement .fa-google-wallet:before {
  content: "\f1ee";
}
#OIElement .fa-gopuram:before {
  content: "\f664";
}
#OIElement .fa-graduation-cap:before {
  content: "\f19d";
}
#OIElement .fa-gratipay:before {
  content: "\f184";
}
#OIElement .fa-grav:before {
  content: "\f2d6";
}
#OIElement .fa-greater-than:before {
  content: "\f531";
}
#OIElement .fa-greater-than-equal:before {
  content: "\f532";
}
#OIElement .fa-grimace:before {
  content: "\f57f";
}
#OIElement .fa-grin:before {
  content: "\f580";
}
#OIElement .fa-grin-alt:before {
  content: "\f581";
}
#OIElement .fa-grin-beam:before {
  content: "\f582";
}
#OIElement .fa-grin-beam-sweat:before {
  content: "\f583";
}
#OIElement .fa-grin-hearts:before {
  content: "\f584";
}
#OIElement .fa-grin-squint:before {
  content: "\f585";
}
#OIElement .fa-grin-squint-tears:before {
  content: "\f586";
}
#OIElement .fa-grin-stars:before {
  content: "\f587";
}
#OIElement .fa-grin-tears:before {
  content: "\f588";
}
#OIElement .fa-grin-tongue:before {
  content: "\f589";
}
#OIElement .fa-grin-tongue-squint:before {
  content: "\f58a";
}
#OIElement .fa-grin-tongue-wink:before {
  content: "\f58b";
}
#OIElement .fa-grin-wink:before {
  content: "\f58c";
}
#OIElement .fa-grip-horizontal:before {
  content: "\f58d";
}
#OIElement .fa-grip-lines:before {
  content: "\f7a4";
}
#OIElement .fa-grip-lines-vertical:before {
  content: "\f7a5";
}
#OIElement .fa-grip-vertical:before {
  content: "\f58e";
}
#OIElement .fa-gripfire:before {
  content: "\f3ac";
}
#OIElement .fa-grunt:before {
  content: "\f3ad";
}
#OIElement .fa-guitar:before {
  content: "\f7a6";
}
#OIElement .fa-gulp:before {
  content: "\f3ae";
}
#OIElement .fa-h-square:before {
  content: "\f0fd";
}
#OIElement .fa-hacker-news:before {
  content: "\f1d4";
}
#OIElement .fa-hacker-news-square:before {
  content: "\f3af";
}
#OIElement .fa-hackerrank:before {
  content: "\f5f7";
}
#OIElement .fa-hamburger:before {
  content: "\f805";
}
#OIElement .fa-hammer:before {
  content: "\f6e3";
}
#OIElement .fa-hamsa:before {
  content: "\f665";
}
#OIElement .fa-hand-holding:before {
  content: "\f4bd";
}
#OIElement .fa-hand-holding-heart:before {
  content: "\f4be";
}
#OIElement .fa-hand-holding-usd:before {
  content: "\f4c0";
}
#OIElement .fa-hand-lizard:before {
  content: "\f258";
}
#OIElement .fa-hand-middle-finger:before {
  content: "\f806";
}
#OIElement .fa-hand-paper:before {
  content: "\f256";
}
#OIElement .fa-hand-peace:before {
  content: "\f25b";
}
#OIElement .fa-hand-point-down:before {
  content: "\f0a7";
}
#OIElement .fa-hand-point-left:before {
  content: "\f0a5";
}
#OIElement .fa-hand-point-right:before {
  content: "\f0a4";
}
#OIElement .fa-hand-point-up:before {
  content: "\f0a6";
}
#OIElement .fa-hand-pointer:before {
  content: "\f25a";
}
#OIElement .fa-hand-rock:before {
  content: "\f255";
}
#OIElement .fa-hand-scissors:before {
  content: "\f257";
}
#OIElement .fa-hand-spock:before {
  content: "\f259";
}
#OIElement .fa-hands:before {
  content: "\f4c2";
}
#OIElement .fa-hands-helping:before {
  content: "\f4c4";
}
#OIElement .fa-handshake:before {
  content: "\f2b5";
}
#OIElement .fa-hanukiah:before {
  content: "\f6e6";
}
#OIElement .fa-hard-hat:before {
  content: "\f807";
}
#OIElement .fa-hashtag:before {
  content: "\f292";
}
#OIElement .fa-hat-cowboy:before {
  content: "\f8c0";
}
#OIElement .fa-hat-cowboy-side:before {
  content: "\f8c1";
}
#OIElement .fa-hat-wizard:before {
  content: "\f6e8";
}
#OIElement .fa-hdd:before {
  content: "\f0a0";
}
#OIElement .fa-heading:before {
  content: "\f1dc";
}
#OIElement .fa-headphones:before {
  content: "\f025";
}
#OIElement .fa-headphones-alt:before {
  content: "\f58f";
}
#OIElement .fa-headset:before {
  content: "\f590";
}
#OIElement .fa-heart:before {
  content: "\f004";
}
#OIElement .fa-heart-broken:before {
  content: "\f7a9";
}
#OIElement .fa-heartbeat:before {
  content: "\f21e";
}
#OIElement .fa-helicopter:before {
  content: "\f533";
}
#OIElement .fa-highlighter:before {
  content: "\f591";
}
#OIElement .fa-hiking:before {
  content: "\f6ec";
}
#OIElement .fa-hippo:before {
  content: "\f6ed";
}
#OIElement .fa-hips:before {
  content: "\f452";
}
#OIElement .fa-hire-a-helper:before {
  content: "\f3b0";
}
#OIElement .fa-history:before {
  content: "\f1da";
}
#OIElement .fa-hockey-puck:before {
  content: "\f453";
}
#OIElement .fa-holly-berry:before {
  content: "\f7aa";
}
#OIElement .fa-home:before {
  content: "\f015";
}
#OIElement .fa-hooli:before {
  content: "\f427";
}
#OIElement .fa-hornbill:before {
  content: "\f592";
}
#OIElement .fa-horse:before {
  content: "\f6f0";
}
#OIElement .fa-horse-head:before {
  content: "\f7ab";
}
#OIElement .fa-hospital:before {
  content: "\f0f8";
}
#OIElement .fa-hospital-alt:before {
  content: "\f47d";
}
#OIElement .fa-hospital-symbol:before {
  content: "\f47e";
}
#OIElement .fa-hot-tub:before {
  content: "\f593";
}
#OIElement .fa-hotdog:before {
  content: "\f80f";
}
#OIElement .fa-hotel:before {
  content: "\f594";
}
#OIElement .fa-hotjar:before {
  content: "\f3b1";
}
#OIElement .fa-hourglass:before {
  content: "\f254";
}
#OIElement .fa-hourglass-end:before {
  content: "\f253";
}
#OIElement .fa-hourglass-half:before {
  content: "\f252";
}
#OIElement .fa-hourglass-start:before {
  content: "\f251";
}
#OIElement .fa-house-damage:before {
  content: "\f6f1";
}
#OIElement .fa-houzz:before {
  content: "\f27c";
}
#OIElement .fa-hryvnia:before {
  content: "\f6f2";
}
#OIElement .fa-html5:before {
  content: "\f13b";
}
#OIElement .fa-hubspot:before {
  content: "\f3b2";
}
#OIElement .fa-i-cursor:before {
  content: "\f246";
}
#OIElement .fa-ice-cream:before {
  content: "\f810";
}
#OIElement .fa-icicles:before {
  content: "\f7ad";
}
#OIElement .fa-icons:before {
  content: "\f86d";
}
#OIElement .fa-id-badge:before {
  content: "\f2c1";
}
#OIElement .fa-id-card:before {
  content: "\f2c2";
}
#OIElement .fa-id-card-alt:before {
  content: "\f47f";
}
#OIElement .fa-ideal:before {
  content: "\f913";
}
#OIElement .fa-igloo:before {
  content: "\f7ae";
}
#OIElement .fa-image:before {
  content: "\f03e";
}
#OIElement .fa-images:before {
  content: "\f302";
}
#OIElement .fa-imdb:before {
  content: "\f2d8";
}
#OIElement .fa-inbox:before {
  content: "\f01c";
}
#OIElement .fa-indent:before {
  content: "\f03c";
}
#OIElement .fa-industry:before {
  content: "\f275";
}
#OIElement .fa-infinity:before {
  content: "\f534";
}
#OIElement .fa-info:before {
  content: "\f129";
}
#OIElement .fa-info-circle:before {
  content: "\f05a";
}
#OIElement .fa-instagram:before {
  content: "\f16d";
}
#OIElement .fa-instagram-square:before {
  content: "\f955";
}
#OIElement .fa-intercom:before {
  content: "\f7af";
}
#OIElement .fa-internet-explorer:before {
  content: "\f26b";
}
#OIElement .fa-invision:before {
  content: "\f7b0";
}
#OIElement .fa-ioxhost:before {
  content: "\f208";
}
#OIElement .fa-italic:before {
  content: "\f033";
}
#OIElement .fa-itch-io:before {
  content: "\f83a";
}
#OIElement .fa-itunes:before {
  content: "\f3b4";
}
#OIElement .fa-itunes-note:before {
  content: "\f3b5";
}
#OIElement .fa-java:before {
  content: "\f4e4";
}
#OIElement .fa-jedi:before {
  content: "\f669";
}
#OIElement .fa-jedi-order:before {
  content: "\f50e";
}
#OIElement .fa-jenkins:before {
  content: "\f3b6";
}
#OIElement .fa-jira:before {
  content: "\f7b1";
}
#OIElement .fa-joget:before {
  content: "\f3b7";
}
#OIElement .fa-joint:before {
  content: "\f595";
}
#OIElement .fa-joomla:before {
  content: "\f1aa";
}
#OIElement .fa-journal-whills:before {
  content: "\f66a";
}
#OIElement .fa-js:before {
  content: "\f3b8";
}
#OIElement .fa-js-square:before {
  content: "\f3b9";
}
#OIElement .fa-jsfiddle:before {
  content: "\f1cc";
}
#OIElement .fa-kaaba:before {
  content: "\f66b";
}
#OIElement .fa-kaggle:before {
  content: "\f5fa";
}
#OIElement .fa-key:before {
  content: "\f084";
}
#OIElement .fa-keybase:before {
  content: "\f4f5";
}
#OIElement .fa-keyboard:before {
  content: "\f11c";
}
#OIElement .fa-keycdn:before {
  content: "\f3ba";
}
#OIElement .fa-khanda:before {
  content: "\f66d";
}
#OIElement .fa-kickstarter:before {
  content: "\f3bb";
}
#OIElement .fa-kickstarter-k:before {
  content: "\f3bc";
}
#OIElement .fa-kiss:before {
  content: "\f596";
}
#OIElement .fa-kiss-beam:before {
  content: "\f597";
}
#OIElement .fa-kiss-wink-heart:before {
  content: "\f598";
}
#OIElement .fa-kiwi-bird:before {
  content: "\f535";
}
#OIElement .fa-korvue:before {
  content: "\f42f";
}
#OIElement .fa-landmark:before {
  content: "\f66f";
}
#OIElement .fa-language:before {
  content: "\f1ab";
}
#OIElement .fa-laptop:before {
  content: "\f109";
}
#OIElement .fa-laptop-code:before {
  content: "\f5fc";
}
#OIElement .fa-laptop-medical:before {
  content: "\f812";
}
#OIElement .fa-laravel:before {
  content: "\f3bd";
}
#OIElement .fa-lastfm:before {
  content: "\f202";
}
#OIElement .fa-lastfm-square:before {
  content: "\f203";
}
#OIElement .fa-laugh:before {
  content: "\f599";
}
#OIElement .fa-laugh-beam:before {
  content: "\f59a";
}
#OIElement .fa-laugh-squint:before {
  content: "\f59b";
}
#OIElement .fa-laugh-wink:before {
  content: "\f59c";
}
#OIElement .fa-layer-group:before {
  content: "\f5fd";
}
#OIElement .fa-leaf:before {
  content: "\f06c";
}
#OIElement .fa-leanpub:before {
  content: "\f212";
}
#OIElement .fa-lemon:before {
  content: "\f094";
}
#OIElement .fa-less:before {
  content: "\f41d";
}
#OIElement .fa-less-than:before {
  content: "\f536";
}
#OIElement .fa-less-than-equal:before {
  content: "\f537";
}
#OIElement .fa-level-down-alt:before {
  content: "\f3be";
}
#OIElement .fa-level-up-alt:before {
  content: "\f3bf";
}
#OIElement .fa-life-ring:before {
  content: "\f1cd";
}
#OIElement .fa-lightbulb:before {
  content: "\f0eb";
}
#OIElement .fa-line:before {
  content: "\f3c0";
}
#OIElement .fa-link:before {
  content: "\f0c1";
}
#OIElement .fa-linkedin:before {
  content: "\f08c";
}
#OIElement .fa-linkedin-in:before {
  content: "\f0e1";
}
#OIElement .fa-linode:before {
  content: "\f2b8";
}
#OIElement .fa-linux:before {
  content: "\f17c";
}
#OIElement .fa-lira-sign:before {
  content: "\f195";
}
#OIElement .fa-list:before {
  content: "\f03a";
}
#OIElement .fa-list-alt:before {
  content: "\f022";
}
#OIElement .fa-list-ol:before {
  content: "\f0cb";
}
#OIElement .fa-list-ul:before {
  content: "\f0ca";
}
#OIElement .fa-location-arrow:before {
  content: "\f124";
}
#OIElement .fa-lock:before {
  content: "\f023";
}
#OIElement .fa-lock-open:before {
  content: "\f3c1";
}
#OIElement .fa-long-arrow-alt-down:before {
  content: "\f309";
}
#OIElement .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
#OIElement .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
#OIElement .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
#OIElement .fa-low-vision:before {
  content: "\f2a8";
}
#OIElement .fa-luggage-cart:before {
  content: "\f59d";
}
#OIElement .fa-lyft:before {
  content: "\f3c3";
}
#OIElement .fa-magento:before {
  content: "\f3c4";
}
#OIElement .fa-magic:before {
  content: "\f0d0";
}
#OIElement .fa-magnet:before {
  content: "\f076";
}
#OIElement .fa-mail-bulk:before {
  content: "\f674";
}
#OIElement .fa-mailchimp:before {
  content: "\f59e";
}
#OIElement .fa-male:before {
  content: "\f183";
}
#OIElement .fa-mandalorian:before {
  content: "\f50f";
}
#OIElement .fa-map:before {
  content: "\f279";
}
#OIElement .fa-map-marked:before {
  content: "\f59f";
}
#OIElement .fa-map-marked-alt:before {
  content: "\f5a0";
}
#OIElement .fa-map-marker:before {
  content: "\f041";
}
#OIElement .fa-map-marker-alt:before {
  content: "\f3c5";
}
#OIElement .fa-map-pin:before {
  content: "\f276";
}
#OIElement .fa-map-signs:before {
  content: "\f277";
}
#OIElement .fa-markdown:before {
  content: "\f60f";
}
#OIElement .fa-marker:before {
  content: "\f5a1";
}
#OIElement .fa-mars:before {
  content: "\f222";
}
#OIElement .fa-mars-double:before {
  content: "\f227";
}
#OIElement .fa-mars-stroke:before {
  content: "\f229";
}
#OIElement .fa-mars-stroke-h:before {
  content: "\f22b";
}
#OIElement .fa-mars-stroke-v:before {
  content: "\f22a";
}
#OIElement .fa-mask:before {
  content: "\f6fa";
}
#OIElement .fa-mastodon:before {
  content: "\f4f6";
}
#OIElement .fa-maxcdn:before {
  content: "\f136";
}
#OIElement .fa-mdb:before {
  content: "\f8ca";
}
#OIElement .fa-medal:before {
  content: "\f5a2";
}
#OIElement .fa-medapps:before {
  content: "\f3c6";
}
#OIElement .fa-medium:before {
  content: "\f23a";
}
#OIElement .fa-medium-m:before {
  content: "\f3c7";
}
#OIElement .fa-medkit:before {
  content: "\f0fa";
}
#OIElement .fa-medrt:before {
  content: "\f3c8";
}
#OIElement .fa-meetup:before {
  content: "\f2e0";
}
#OIElement .fa-megaport:before {
  content: "\f5a3";
}
#OIElement .fa-meh:before {
  content: "\f11a";
}
#OIElement .fa-meh-blank:before {
  content: "\f5a4";
}
#OIElement .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
#OIElement .fa-memory:before {
  content: "\f538";
}
#OIElement .fa-mendeley:before {
  content: "\f7b3";
}
#OIElement .fa-menorah:before {
  content: "\f676";
}
#OIElement .fa-mercury:before {
  content: "\f223";
}
#OIElement .fa-meteor:before {
  content: "\f753";
}
#OIElement .fa-microblog:before {
  content: "\f91a";
}
#OIElement .fa-microchip:before {
  content: "\f2db";
}
#OIElement .fa-microphone:before {
  content: "\f130";
}
#OIElement .fa-microphone-alt:before {
  content: "\f3c9";
}
#OIElement .fa-microphone-alt-slash:before {
  content: "\f539";
}
#OIElement .fa-microphone-slash:before {
  content: "\f131";
}
#OIElement .fa-microscope:before {
  content: "\f610";
}
#OIElement .fa-microsoft:before {
  content: "\f3ca";
}
#OIElement .fa-minus:before {
  content: "\f068";
}
#OIElement .fa-minus-circle:before {
  content: "\f056";
}
#OIElement .fa-minus-square:before {
  content: "\f146";
}
#OIElement .fa-mitten:before {
  content: "\f7b5";
}
#OIElement .fa-mix:before {
  content: "\f3cb";
}
#OIElement .fa-mixcloud:before {
  content: "\f289";
}
#OIElement .fa-mixer:before {
  content: "\f956";
}
#OIElement .fa-mizuni:before {
  content: "\f3cc";
}
#OIElement .fa-mobile:before {
  content: "\f10b";
}
#OIElement .fa-mobile-alt:before {
  content: "\f3cd";
}
#OIElement .fa-modx:before {
  content: "\f285";
}
#OIElement .fa-monero:before {
  content: "\f3d0";
}
#OIElement .fa-money-bill:before {
  content: "\f0d6";
}
#OIElement .fa-money-bill-alt:before {
  content: "\f3d1";
}
#OIElement .fa-money-bill-wave:before {
  content: "\f53a";
}
#OIElement .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
#OIElement .fa-money-check:before {
  content: "\f53c";
}
#OIElement .fa-money-check-alt:before {
  content: "\f53d";
}
#OIElement .fa-monument:before {
  content: "\f5a6";
}
#OIElement .fa-moon:before {
  content: "\f186";
}
#OIElement .fa-mortar-pestle:before {
  content: "\f5a7";
}
#OIElement .fa-mosque:before {
  content: "\f678";
}
#OIElement .fa-motorcycle:before {
  content: "\f21c";
}
#OIElement .fa-mountain:before {
  content: "\f6fc";
}
#OIElement .fa-mouse:before {
  content: "\f8cc";
}
#OIElement .fa-mouse-pointer:before {
  content: "\f245";
}
#OIElement .fa-mug-hot:before {
  content: "\f7b6";
}
#OIElement .fa-music:before {
  content: "\f001";
}
#OIElement .fa-napster:before {
  content: "\f3d2";
}
#OIElement .fa-neos:before {
  content: "\f612";
}
#OIElement .fa-network-wired:before {
  content: "\f6ff";
}
#OIElement .fa-neuter:before {
  content: "\f22c";
}
#OIElement .fa-newspaper:before {
  content: "\f1ea";
}
#OIElement .fa-nimblr:before {
  content: "\f5a8";
}
#OIElement .fa-node:before {
  content: "\f419";
}
#OIElement .fa-node-js:before {
  content: "\f3d3";
}
#OIElement .fa-not-equal:before {
  content: "\f53e";
}
#OIElement .fa-notes-medical:before {
  content: "\f481";
}
#OIElement .fa-npm:before {
  content: "\f3d4";
}
#OIElement .fa-ns8:before {
  content: "\f3d5";
}
#OIElement .fa-nutritionix:before {
  content: "\f3d6";
}
#OIElement .fa-object-group:before {
  content: "\f247";
}
#OIElement .fa-object-ungroup:before {
  content: "\f248";
}
#OIElement .fa-odnoklassniki:before {
  content: "\f263";
}
#OIElement .fa-odnoklassniki-square:before {
  content: "\f264";
}
#OIElement .fa-oil-can:before {
  content: "\f613";
}
#OIElement .fa-old-republic:before {
  content: "\f510";
}
#OIElement .fa-om:before {
  content: "\f679";
}
#OIElement .fa-opencart:before {
  content: "\f23d";
}
#OIElement .fa-openid:before {
  content: "\f19b";
}
#OIElement .fa-opera:before {
  content: "\f26a";
}
#OIElement .fa-optin-monster:before {
  content: "\f23c";
}
#OIElement .fa-orcid:before {
  content: "\f8d2";
}
#OIElement .fa-osi:before {
  content: "\f41a";
}
#OIElement .fa-otter:before {
  content: "\f700";
}
#OIElement .fa-outdent:before {
  content: "\f03b";
}
#OIElement .fa-page4:before {
  content: "\f3d7";
}
#OIElement .fa-pagelines:before {
  content: "\f18c";
}
#OIElement .fa-pager:before {
  content: "\f815";
}
#OIElement .fa-paint-brush:before {
  content: "\f1fc";
}
#OIElement .fa-paint-roller:before {
  content: "\f5aa";
}
#OIElement .fa-palette:before {
  content: "\f53f";
}
#OIElement .fa-palfed:before {
  content: "\f3d8";
}
#OIElement .fa-pallet:before {
  content: "\f482";
}
#OIElement .fa-paper-plane:before {
  content: "\f1d8";
}
#OIElement .fa-paperclip:before {
  content: "\f0c6";
}
#OIElement .fa-parachute-box:before {
  content: "\f4cd";
}
#OIElement .fa-paragraph:before {
  content: "\f1dd";
}
#OIElement .fa-parking:before {
  content: "\f540";
}
#OIElement .fa-passport:before {
  content: "\f5ab";
}
#OIElement .fa-pastafarianism:before {
  content: "\f67b";
}
#OIElement .fa-paste:before {
  content: "\f0ea";
}
#OIElement .fa-patreon:before {
  content: "\f3d9";
}
#OIElement .fa-pause:before {
  content: "\f04c";
}
#OIElement .fa-pause-circle:before {
  content: "\f28b";
}
#OIElement .fa-paw:before {
  content: "\f1b0";
}
#OIElement .fa-paypal:before {
  content: "\f1ed";
}
#OIElement .fa-peace:before {
  content: "\f67c";
}
#OIElement .fa-pen:before {
  content: "\f304";
}
#OIElement .fa-pen-alt:before {
  content: "\f305";
}
#OIElement .fa-pen-fancy:before {
  content: "\f5ac";
}
#OIElement .fa-pen-nib:before {
  content: "\f5ad";
}
#OIElement .fa-pen-square:before {
  content: "\f14b";
}
#OIElement .fa-pencil-alt:before {
  content: "\f303";
}
#OIElement .fa-pencil-ruler:before {
  content: "\f5ae";
}
#OIElement .fa-penny-arcade:before {
  content: "\f704";
}
#OIElement .fa-people-carry:before {
  content: "\f4ce";
}
#OIElement .fa-pepper-hot:before {
  content: "\f816";
}
#OIElement .fa-percent:before {
  content: "\f295";
}
#OIElement .fa-percentage:before {
  content: "\f541";
}
#OIElement .fa-periscope:before {
  content: "\f3da";
}
#OIElement .fa-person-booth:before {
  content: "\f756";
}
#OIElement .fa-phabricator:before {
  content: "\f3db";
}
#OIElement .fa-phoenix-framework:before {
  content: "\f3dc";
}
#OIElement .fa-phoenix-squadron:before {
  content: "\f511";
}
#OIElement .fa-phone:before {
  content: "\f095";
}
#OIElement .fa-phone-alt:before {
  content: "\f879";
}
#OIElement .fa-phone-slash:before {
  content: "\f3dd";
}
#OIElement .fa-phone-square:before {
  content: "\f098";
}
#OIElement .fa-phone-square-alt:before {
  content: "\f87b";
}
#OIElement .fa-phone-volume:before {
  content: "\f2a0";
}
#OIElement .fa-photo-video:before {
  content: "\f87c";
}
#OIElement .fa-php:before {
  content: "\f457";
}
#OIElement .fa-pied-piper:before {
  content: "\f2ae";
}
#OIElement .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#OIElement .fa-pied-piper-hat:before {
  content: "\f4e5";
}
#OIElement .fa-pied-piper-pp:before {
  content: "\f1a7";
}
#OIElement .fa-pied-piper-square:before {
  content: "\f91e";
}
#OIElement .fa-piggy-bank:before {
  content: "\f4d3";
}
#OIElement .fa-pills:before {
  content: "\f484";
}
#OIElement .fa-pinterest:before {
  content: "\f0d2";
}
#OIElement .fa-pinterest-p:before {
  content: "\f231";
}
#OIElement .fa-pinterest-square:before {
  content: "\f0d3";
}
#OIElement .fa-pizza-slice:before {
  content: "\f818";
}
#OIElement .fa-place-of-worship:before {
  content: "\f67f";
}
#OIElement .fa-plane:before {
  content: "\f072";
}
#OIElement .fa-plane-arrival:before {
  content: "\f5af";
}
#OIElement .fa-plane-departure:before {
  content: "\f5b0";
}
#OIElement .fa-play:before {
  content: "\f04b";
}
#OIElement .fa-play-circle:before {
  content: "\f144";
}
#OIElement .fa-playstation:before {
  content: "\f3df";
}
#OIElement .fa-plug:before {
  content: "\f1e6";
}
#OIElement .fa-plus:before {
  content: "\f067";
}
#OIElement .fa-plus-circle:before {
  content: "\f055";
}
#OIElement .fa-plus-square:before {
  content: "\f0fe";
}
#OIElement .fa-podcast:before {
  content: "\f2ce";
}
#OIElement .fa-poll:before {
  content: "\f681";
}
#OIElement .fa-poll-h:before {
  content: "\f682";
}
#OIElement .fa-poo:before {
  content: "\f2fe";
}
#OIElement .fa-poo-storm:before {
  content: "\f75a";
}
#OIElement .fa-poop:before {
  content: "\f619";
}
#OIElement .fa-portrait:before {
  content: "\f3e0";
}
#OIElement .fa-pound-sign:before {
  content: "\f154";
}
#OIElement .fa-power-off:before {
  content: "\f011";
}
#OIElement .fa-pray:before {
  content: "\f683";
}
#OIElement .fa-praying-hands:before {
  content: "\f684";
}
#OIElement .fa-prescription:before {
  content: "\f5b1";
}
#OIElement .fa-prescription-bottle:before {
  content: "\f485";
}
#OIElement .fa-prescription-bottle-alt:before {
  content: "\f486";
}
#OIElement .fa-print:before {
  content: "\f02f";
}
#OIElement .fa-procedures:before {
  content: "\f487";
}
#OIElement .fa-product-hunt:before {
  content: "\f288";
}
#OIElement .fa-project-diagram:before {
  content: "\f542";
}
#OIElement .fa-pushed:before {
  content: "\f3e1";
}
#OIElement .fa-puzzle-piece:before {
  content: "\f12e";
}
#OIElement .fa-python:before {
  content: "\f3e2";
}
#OIElement .fa-qq:before {
  content: "\f1d6";
}
#OIElement .fa-qrcode:before {
  content: "\f029";
}
#OIElement .fa-question:before {
  content: "\f128";
}
#OIElement .fa-question-circle:before {
  content: "\f059";
}
#OIElement .fa-quidditch:before {
  content: "\f458";
}
#OIElement .fa-quinscape:before {
  content: "\f459";
}
#OIElement .fa-quora:before {
  content: "\f2c4";
}
#OIElement .fa-quote-left:before {
  content: "\f10d";
}
#OIElement .fa-quote-right:before {
  content: "\f10e";
}
#OIElement .fa-quran:before {
  content: "\f687";
}
#OIElement .fa-r-project:before {
  content: "\f4f7";
}
#OIElement .fa-radiation:before {
  content: "\f7b9";
}
#OIElement .fa-radiation-alt:before {
  content: "\f7ba";
}
#OIElement .fa-rainbow:before {
  content: "\f75b";
}
#OIElement .fa-random:before {
  content: "\f074";
}
#OIElement .fa-raspberry-pi:before {
  content: "\f7bb";
}
#OIElement .fa-ravelry:before {
  content: "\f2d9";
}
#OIElement .fa-react:before {
  content: "\f41b";
}
#OIElement .fa-reacteurope:before {
  content: "\f75d";
}
#OIElement .fa-readme:before {
  content: "\f4d5";
}
#OIElement .fa-rebel:before {
  content: "\f1d0";
}
#OIElement .fa-receipt:before {
  content: "\f543";
}
#OIElement .fa-record-vinyl:before {
  content: "\f8d9";
}
#OIElement .fa-recycle:before {
  content: "\f1b8";
}
#OIElement .fa-red-river:before {
  content: "\f3e3";
}
#OIElement .fa-reddit:before {
  content: "\f1a1";
}
#OIElement .fa-reddit-alien:before {
  content: "\f281";
}
#OIElement .fa-reddit-square:before {
  content: "\f1a2";
}
#OIElement .fa-redhat:before {
  content: "\f7bc";
}
#OIElement .fa-redo:before {
  content: "\f01e";
}
#OIElement .fa-redo-alt:before {
  content: "\f2f9";
}
#OIElement .fa-registered:before {
  content: "\f25d";
}
#OIElement .fa-remove-format:before {
  content: "\f87d";
}
#OIElement .fa-renren:before {
  content: "\f18b";
}
#OIElement .fa-reply:before {
  content: "\f3e5";
}
#OIElement .fa-reply-all:before {
  content: "\f122";
}
#OIElement .fa-replyd:before {
  content: "\f3e6";
}
#OIElement .fa-republican:before {
  content: "\f75e";
}
#OIElement .fa-researchgate:before {
  content: "\f4f8";
}
#OIElement .fa-resolving:before {
  content: "\f3e7";
}
#OIElement .fa-restroom:before {
  content: "\f7bd";
}
#OIElement .fa-retweet:before {
  content: "\f079";
}
#OIElement .fa-rev:before {
  content: "\f5b2";
}
#OIElement .fa-ribbon:before {
  content: "\f4d6";
}
#OIElement .fa-ring:before {
  content: "\f70b";
}
#OIElement .fa-road:before {
  content: "\f018";
}
#OIElement .fa-robot:before {
  content: "\f544";
}
#OIElement .fa-rocket:before {
  content: "\f135";
}
#OIElement .fa-rocketchat:before {
  content: "\f3e8";
}
#OIElement .fa-rockrms:before {
  content: "\f3e9";
}
#OIElement .fa-route:before {
  content: "\f4d7";
}
#OIElement .fa-rss:before {
  content: "\f09e";
}
#OIElement .fa-rss-square:before {
  content: "\f143";
}
#OIElement .fa-ruble-sign:before {
  content: "\f158";
}
#OIElement .fa-ruler:before {
  content: "\f545";
}
#OIElement .fa-ruler-combined:before {
  content: "\f546";
}
#OIElement .fa-ruler-horizontal:before {
  content: "\f547";
}
#OIElement .fa-ruler-vertical:before {
  content: "\f548";
}
#OIElement .fa-running:before {
  content: "\f70c";
}
#OIElement .fa-rupee-sign:before {
  content: "\f156";
}
#OIElement .fa-sad-cry:before {
  content: "\f5b3";
}
#OIElement .fa-sad-tear:before {
  content: "\f5b4";
}
#OIElement .fa-safari:before {
  content: "\f267";
}
#OIElement .fa-salesforce:before {
  content: "\f83b";
}
#OIElement .fa-sass:before {
  content: "\f41e";
}
#OIElement .fa-satellite:before {
  content: "\f7bf";
}
#OIElement .fa-satellite-dish:before {
  content: "\f7c0";
}
#OIElement .fa-save:before {
  content: "\f0c7";
}
#OIElement .fa-schlix:before {
  content: "\f3ea";
}
#OIElement .fa-school:before {
  content: "\f549";
}
#OIElement .fa-screwdriver:before {
  content: "\f54a";
}
#OIElement .fa-scribd:before {
  content: "\f28a";
}
#OIElement .fa-scroll:before {
  content: "\f70e";
}
#OIElement .fa-sd-card:before {
  content: "\f7c2";
}
#OIElement .fa-search:before {
  content: "\f002";
}
#OIElement .fa-search-dollar:before {
  content: "\f688";
}
#OIElement .fa-search-location:before {
  content: "\f689";
}
#OIElement .fa-search-minus:before {
  content: "\f010";
}
#OIElement .fa-search-plus:before {
  content: "\f00e";
}
#OIElement .fa-searchengin:before {
  content: "\f3eb";
}
#OIElement .fa-seedling:before {
  content: "\f4d8";
}
#OIElement .fa-sellcast:before {
  content: "\f2da";
}
#OIElement .fa-sellsy:before {
  content: "\f213";
}
#OIElement .fa-server:before {
  content: "\f233";
}
#OIElement .fa-servicestack:before {
  content: "\f3ec";
}
#OIElement .fa-shapes:before {
  content: "\f61f";
}
#OIElement .fa-share:before {
  content: "\f064";
}
#OIElement .fa-share-alt:before {
  content: "\f1e0";
}
#OIElement .fa-share-alt-square:before {
  content: "\f1e1";
}
#OIElement .fa-share-square:before {
  content: "\f14d";
}
#OIElement .fa-shekel-sign:before {
  content: "\f20b";
}
#OIElement .fa-shield-alt:before {
  content: "\f3ed";
}
#OIElement .fa-ship:before {
  content: "\f21a";
}
#OIElement .fa-shipping-fast:before {
  content: "\f48b";
}
#OIElement .fa-shirtsinbulk:before {
  content: "\f214";
}
#OIElement .fa-shoe-prints:before {
  content: "\f54b";
}
#OIElement .fa-shopify:before {
  content: "\f957";
}
#OIElement .fa-shopping-bag:before {
  content: "\f290";
}
#OIElement .fa-shopping-basket:before {
  content: "\f291";
}
#OIElement .fa-shopping-cart:before {
  content: "\f07a";
}
#OIElement .fa-shopware:before {
  content: "\f5b5";
}
#OIElement .fa-shower:before {
  content: "\f2cc";
}
#OIElement .fa-shuttle-van:before {
  content: "\f5b6";
}
#OIElement .fa-sign:before {
  content: "\f4d9";
}
#OIElement .fa-sign-in-alt:before {
  content: "\f2f6";
}
#OIElement .fa-sign-language:before {
  content: "\f2a7";
}
#OIElement .fa-sign-out-alt:before {
  content: "\f2f5";
}
#OIElement .fa-signal:before {
  content: "\f012";
}
#OIElement .fa-signature:before {
  content: "\f5b7";
}
#OIElement .fa-sim-card:before {
  content: "\f7c4";
}
#OIElement .fa-simplybuilt:before {
  content: "\f215";
}
#OIElement .fa-sistrix:before {
  content: "\f3ee";
}
#OIElement .fa-sitemap:before {
  content: "\f0e8";
}
#OIElement .fa-sith:before {
  content: "\f512";
}
#OIElement .fa-skating:before {
  content: "\f7c5";
}
#OIElement .fa-sketch:before {
  content: "\f7c6";
}
#OIElement .fa-skiing:before {
  content: "\f7c9";
}
#OIElement .fa-skiing-nordic:before {
  content: "\f7ca";
}
#OIElement .fa-skull:before {
  content: "\f54c";
}
#OIElement .fa-skull-crossbones:before {
  content: "\f714";
}
#OIElement .fa-skyatlas:before {
  content: "\f216";
}
#OIElement .fa-skype:before {
  content: "\f17e";
}
#OIElement .fa-slack:before {
  content: "\f198";
}
#OIElement .fa-slack-hash:before {
  content: "\f3ef";
}
#OIElement .fa-slash:before {
  content: "\f715";
}
#OIElement .fa-sleigh:before {
  content: "\f7cc";
}
#OIElement .fa-sliders-h:before {
  content: "\f1de";
}
#OIElement .fa-slideshare:before {
  content: "\f1e7";
}
#OIElement .fa-smile:before {
  content: "\f118";
}
#OIElement .fa-smile-beam:before {
  content: "\f5b8";
}
#OIElement .fa-smile-wink:before {
  content: "\f4da";
}
#OIElement .fa-smog:before {
  content: "\f75f";
}
#OIElement .fa-smoking:before {
  content: "\f48d";
}
#OIElement .fa-smoking-ban:before {
  content: "\f54d";
}
#OIElement .fa-sms:before {
  content: "\f7cd";
}
#OIElement .fa-snapchat:before {
  content: "\f2ab";
}
#OIElement .fa-snapchat-ghost:before {
  content: "\f2ac";
}
#OIElement .fa-snapchat-square:before {
  content: "\f2ad";
}
#OIElement .fa-snowboarding:before {
  content: "\f7ce";
}
#OIElement .fa-snowflake:before {
  content: "\f2dc";
}
#OIElement .fa-snowman:before {
  content: "\f7d0";
}
#OIElement .fa-snowplow:before {
  content: "\f7d2";
}
#OIElement .fa-socks:before {
  content: "\f696";
}
#OIElement .fa-solar-panel:before {
  content: "\f5ba";
}
#OIElement .fa-sort:before {
  content: "\f0dc";
}
#OIElement .fa-sort-alpha-down:before {
  content: "\f15d";
}
#OIElement .fa-sort-alpha-down-alt:before {
  content: "\f881";
}
#OIElement .fa-sort-alpha-up:before {
  content: "\f15e";
}
#OIElement .fa-sort-alpha-up-alt:before {
  content: "\f882";
}
#OIElement .fa-sort-amount-down:before {
  content: "\f160";
}
#OIElement .fa-sort-amount-down-alt:before {
  content: "\f884";
}
#OIElement .fa-sort-amount-up:before {
  content: "\f161";
}
#OIElement .fa-sort-amount-up-alt:before {
  content: "\f885";
}
#OIElement .fa-sort-down:before {
  content: "\f0dd";
}
#OIElement .fa-sort-numeric-down:before {
  content: "\f162";
}
#OIElement .fa-sort-numeric-down-alt:before {
  content: "\f886";
}
#OIElement .fa-sort-numeric-up:before {
  content: "\f163";
}
#OIElement .fa-sort-numeric-up-alt:before {
  content: "\f887";
}
#OIElement .fa-sort-up:before {
  content: "\f0de";
}
#OIElement .fa-soundcloud:before {
  content: "\f1be";
}
#OIElement .fa-sourcetree:before {
  content: "\f7d3";
}
#OIElement .fa-spa:before {
  content: "\f5bb";
}
#OIElement .fa-space-shuttle:before {
  content: "\f197";
}
#OIElement .fa-speakap:before {
  content: "\f3f3";
}
#OIElement .fa-speaker-deck:before {
  content: "\f83c";
}
#OIElement .fa-spell-check:before {
  content: "\f891";
}
#OIElement .fa-spider:before {
  content: "\f717";
}
#OIElement .fa-spinner:before {
  content: "\f110";
}
#OIElement .fa-splotch:before {
  content: "\f5bc";
}
#OIElement .fa-spotify:before {
  content: "\f1bc";
}
#OIElement .fa-spray-can:before {
  content: "\f5bd";
}
#OIElement .fa-square:before {
  content: "\f0c8";
}
#OIElement .fa-square-full:before {
  content: "\f45c";
}
#OIElement .fa-square-root-alt:before {
  content: "\f698";
}
#OIElement .fa-squarespace:before {
  content: "\f5be";
}
#OIElement .fa-stack-exchange:before {
  content: "\f18d";
}
#OIElement .fa-stack-overflow:before {
  content: "\f16c";
}
#OIElement .fa-stackpath:before {
  content: "\f842";
}
#OIElement .fa-stamp:before {
  content: "\f5bf";
}
#OIElement .fa-star:before {
  content: "\f005";
}
#OIElement .fa-star-and-crescent:before {
  content: "\f699";
}
#OIElement .fa-star-half:before {
  content: "\f089";
}
#OIElement .fa-star-half-alt:before {
  content: "\f5c0";
}
#OIElement .fa-star-of-david:before {
  content: "\f69a";
}
#OIElement .fa-star-of-life:before {
  content: "\f621";
}
#OIElement .fa-staylinked:before {
  content: "\f3f5";
}
#OIElement .fa-steam:before {
  content: "\f1b6";
}
#OIElement .fa-steam-square:before {
  content: "\f1b7";
}
#OIElement .fa-steam-symbol:before {
  content: "\f3f6";
}
#OIElement .fa-step-backward:before {
  content: "\f048";
}
#OIElement .fa-step-forward:before {
  content: "\f051";
}
#OIElement .fa-stethoscope:before {
  content: "\f0f1";
}
#OIElement .fa-sticker-mule:before {
  content: "\f3f7";
}
#OIElement .fa-sticky-note:before {
  content: "\f249";
}
#OIElement .fa-stop:before {
  content: "\f04d";
}
#OIElement .fa-stop-circle:before {
  content: "\f28d";
}
#OIElement .fa-stopwatch:before {
  content: "\f2f2";
}
#OIElement .fa-store:before {
  content: "\f54e";
}
#OIElement .fa-store-alt:before {
  content: "\f54f";
}
#OIElement .fa-strava:before {
  content: "\f428";
}
#OIElement .fa-stream:before {
  content: "\f550";
}
#OIElement .fa-street-view:before {
  content: "\f21d";
}
#OIElement .fa-strikethrough:before {
  content: "\f0cc";
}
#OIElement .fa-stripe:before {
  content: "\f429";
}
#OIElement .fa-stripe-s:before {
  content: "\f42a";
}
#OIElement .fa-stroopwafel:before {
  content: "\f551";
}
#OIElement .fa-studiovinari:before {
  content: "\f3f8";
}
#OIElement .fa-stumbleupon:before {
  content: "\f1a4";
}
#OIElement .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#OIElement .fa-subscript:before {
  content: "\f12c";
}
#OIElement .fa-subway:before {
  content: "\f239";
}
#OIElement .fa-suitcase:before {
  content: "\f0f2";
}
#OIElement .fa-suitcase-rolling:before {
  content: "\f5c1";
}
#OIElement .fa-sun:before {
  content: "\f185";
}
#OIElement .fa-superpowers:before {
  content: "\f2dd";
}
#OIElement .fa-superscript:before {
  content: "\f12b";
}
#OIElement .fa-supple:before {
  content: "\f3f9";
}
#OIElement .fa-surprise:before {
  content: "\f5c2";
}
#OIElement .fa-suse:before {
  content: "\f7d6";
}
#OIElement .fa-swatchbook:before {
  content: "\f5c3";
}
#OIElement .fa-swift:before {
  content: "\f8e1";
}
#OIElement .fa-swimmer:before {
  content: "\f5c4";
}
#OIElement .fa-swimming-pool:before {
  content: "\f5c5";
}
#OIElement .fa-symfony:before {
  content: "\f83d";
}
#OIElement .fa-synagogue:before {
  content: "\f69b";
}
#OIElement .fa-sync:before {
  content: "\f021";
}
#OIElement .fa-sync-alt:before {
  content: "\f2f1";
}
#OIElement .fa-syringe:before {
  content: "\f48e";
}
#OIElement .fa-table:before {
  content: "\f0ce";
}
#OIElement .fa-table-tennis:before {
  content: "\f45d";
}
#OIElement .fa-tablet:before {
  content: "\f10a";
}
#OIElement .fa-tablet-alt:before {
  content: "\f3fa";
}
#OIElement .fa-tablets:before {
  content: "\f490";
}
#OIElement .fa-tachometer-alt:before {
  content: "\f3fd";
}
#OIElement .fa-tag:before {
  content: "\f02b";
}
#OIElement .fa-tags:before {
  content: "\f02c";
}
#OIElement .fa-tape:before {
  content: "\f4db";
}
#OIElement .fa-tasks:before {
  content: "\f0ae";
}
#OIElement .fa-taxi:before {
  content: "\f1ba";
}
#OIElement .fa-teamspeak:before {
  content: "\f4f9";
}
#OIElement .fa-teeth:before {
  content: "\f62e";
}
#OIElement .fa-teeth-open:before {
  content: "\f62f";
}
#OIElement .fa-telegram:before {
  content: "\f2c6";
}
#OIElement .fa-telegram-plane:before {
  content: "\f3fe";
}
#OIElement .fa-temperature-high:before {
  content: "\f769";
}
#OIElement .fa-temperature-low:before {
  content: "\f76b";
}
#OIElement .fa-tencent-weibo:before {
  content: "\f1d5";
}
#OIElement .fa-tenge:before {
  content: "\f7d7";
}
#OIElement .fa-terminal:before {
  content: "\f120";
}
#OIElement .fa-text-height:before {
  content: "\f034";
}
#OIElement .fa-text-width:before {
  content: "\f035";
}
#OIElement .fa-th:before {
  content: "\f00a";
}
#OIElement .fa-th-large:before {
  content: "\f009";
}
#OIElement .fa-th-list:before {
  content: "\f00b";
}
#OIElement .fa-the-red-yeti:before {
  content: "\f69d";
}
#OIElement .fa-theater-masks:before {
  content: "\f630";
}
#OIElement .fa-themeco:before {
  content: "\f5c6";
}
#OIElement .fa-themeisle:before {
  content: "\f2b2";
}
#OIElement .fa-thermometer:before {
  content: "\f491";
}
#OIElement .fa-thermometer-empty:before {
  content: "\f2cb";
}
#OIElement .fa-thermometer-full:before {
  content: "\f2c7";
}
#OIElement .fa-thermometer-half:before {
  content: "\f2c9";
}
#OIElement .fa-thermometer-quarter:before {
  content: "\f2ca";
}
#OIElement .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
#OIElement .fa-think-peaks:before {
  content: "\f731";
}
#OIElement .fa-thumbs-down:before {
  content: "\f165";
}
#OIElement .fa-thumbs-up:before {
  content: "\f164";
}
#OIElement .fa-thumbtack:before {
  content: "\f08d";
}
#OIElement .fa-ticket-alt:before {
  content: "\f3ff";
}
#OIElement .fa-times:before {
  content: "\f00d";
}
#OIElement .fa-times-circle:before {
  content: "\f057";
}
#OIElement .fa-tint:before {
  content: "\f043";
}
#OIElement .fa-tint-slash:before {
  content: "\f5c7";
}
#OIElement .fa-tired:before {
  content: "\f5c8";
}
#OIElement .fa-toggle-off:before {
  content: "\f204";
}
#OIElement .fa-toggle-on:before {
  content: "\f205";
}
#OIElement .fa-toilet:before {
  content: "\f7d8";
}
#OIElement .fa-toilet-paper:before {
  content: "\f71e";
}
#OIElement .fa-toolbox:before {
  content: "\f552";
}
#OIElement .fa-tools:before {
  content: "\f7d9";
}
#OIElement .fa-tooth:before {
  content: "\f5c9";
}
#OIElement .fa-torah:before {
  content: "\f6a0";
}
#OIElement .fa-torii-gate:before {
  content: "\f6a1";
}
#OIElement .fa-tractor:before {
  content: "\f722";
}
#OIElement .fa-trade-federation:before {
  content: "\f513";
}
#OIElement .fa-trademark:before {
  content: "\f25c";
}
#OIElement .fa-traffic-light:before {
  content: "\f637";
}
#OIElement .fa-trailer:before {
  content: "\f941";
}
#OIElement .fa-train:before {
  content: "\f238";
}
#OIElement .fa-tram:before {
  content: "\f7da";
}
#OIElement .fa-transgender:before {
  content: "\f224";
}
#OIElement .fa-transgender-alt:before {
  content: "\f225";
}
#OIElement .fa-trash:before {
  content: "\f1f8";
}
#OIElement .fa-trash-alt:before {
  content: "\f2ed";
}
#OIElement .fa-trash-restore:before {
  content: "\f829";
}
#OIElement .fa-trash-restore-alt:before {
  content: "\f82a";
}
#OIElement .fa-tree:before {
  content: "\f1bb";
}
#OIElement .fa-trello:before {
  content: "\f181";
}
#OIElement .fa-tripadvisor:before {
  content: "\f262";
}
#OIElement .fa-trophy:before {
  content: "\f091";
}
#OIElement .fa-truck:before {
  content: "\f0d1";
}
#OIElement .fa-truck-loading:before {
  content: "\f4de";
}
#OIElement .fa-truck-monster:before {
  content: "\f63b";
}
#OIElement .fa-truck-moving:before {
  content: "\f4df";
}
#OIElement .fa-truck-pickup:before {
  content: "\f63c";
}
#OIElement .fa-tshirt:before {
  content: "\f553";
}
#OIElement .fa-tty:before {
  content: "\f1e4";
}
#OIElement .fa-tumblr:before {
  content: "\f173";
}
#OIElement .fa-tumblr-square:before {
  content: "\f174";
}
#OIElement .fa-tv:before {
  content: "\f26c";
}
#OIElement .fa-twitch:before {
  content: "\f1e8";
}
#OIElement .fa-twitter:before {
  content: "\f099";
}
#OIElement .fa-twitter-square:before {
  content: "\f081";
}
#OIElement .fa-typo3:before {
  content: "\f42b";
}
#OIElement .fa-uber:before {
  content: "\f402";
}
#OIElement .fa-ubuntu:before {
  content: "\f7df";
}
#OIElement .fa-uikit:before {
  content: "\f403";
}
#OIElement .fa-umbraco:before {
  content: "\f8e8";
}
#OIElement .fa-umbrella:before {
  content: "\f0e9";
}
#OIElement .fa-umbrella-beach:before {
  content: "\f5ca";
}
#OIElement .fa-underline:before {
  content: "\f0cd";
}
#OIElement .fa-undo:before {
  content: "\f0e2";
}
#OIElement .fa-undo-alt:before {
  content: "\f2ea";
}
#OIElement .fa-uniregistry:before {
  content: "\f404";
}
#OIElement .fa-unity:before {
  content: "\f949";
}
#OIElement .fa-universal-access:before {
  content: "\f29a";
}
#OIElement .fa-university:before {
  content: "\f19c";
}
#OIElement .fa-unlink:before {
  content: "\f127";
}
#OIElement .fa-unlock:before {
  content: "\f09c";
}
#OIElement .fa-unlock-alt:before {
  content: "\f13e";
}
#OIElement .fa-untappd:before {
  content: "\f405";
}
#OIElement .fa-upload:before {
  content: "\f093";
}
#OIElement .fa-ups:before {
  content: "\f7e0";
}
#OIElement .fa-usb:before {
  content: "\f287";
}
#OIElement .fa-user:before {
  content: "\f007";
}
#OIElement .fa-user-alt:before {
  content: "\f406";
}
#OIElement .fa-user-alt-slash:before {
  content: "\f4fa";
}
#OIElement .fa-user-astronaut:before {
  content: "\f4fb";
}
#OIElement .fa-user-check:before {
  content: "\f4fc";
}
#OIElement .fa-user-circle:before {
  content: "\f2bd";
}
#OIElement .fa-user-clock:before {
  content: "\f4fd";
}
#OIElement .fa-user-cog:before {
  content: "\f4fe";
}
#OIElement .fa-user-edit:before {
  content: "\f4ff";
}
#OIElement .fa-user-friends:before {
  content: "\f500";
}
#OIElement .fa-user-graduate:before {
  content: "\f501";
}
#OIElement .fa-user-injured:before {
  content: "\f728";
}
#OIElement .fa-user-lock:before {
  content: "\f502";
}
#OIElement .fa-user-md:before {
  content: "\f0f0";
}
#OIElement .fa-user-minus:before {
  content: "\f503";
}
#OIElement .fa-user-ninja:before {
  content: "\f504";
}
#OIElement .fa-user-nurse:before {
  content: "\f82f";
}
#OIElement .fa-user-plus:before {
  content: "\f234";
}
#OIElement .fa-user-secret:before {
  content: "\f21b";
}
#OIElement .fa-user-shield:before {
  content: "\f505";
}
#OIElement .fa-user-slash:before {
  content: "\f506";
}
#OIElement .fa-user-tag:before {
  content: "\f507";
}
#OIElement .fa-user-tie:before {
  content: "\f508";
}
#OIElement .fa-user-times:before {
  content: "\f235";
}
#OIElement .fa-users:before {
  content: "\f0c0";
}
#OIElement .fa-users-cog:before {
  content: "\f509";
}
#OIElement .fa-usps:before {
  content: "\f7e1";
}
#OIElement .fa-ussunnah:before {
  content: "\f407";
}
#OIElement .fa-utensil-spoon:before {
  content: "\f2e5";
}
#OIElement .fa-utensils:before {
  content: "\f2e7";
}
#OIElement .fa-vaadin:before {
  content: "\f408";
}
#OIElement .fa-vector-square:before {
  content: "\f5cb";
}
#OIElement .fa-venus:before {
  content: "\f221";
}
#OIElement .fa-venus-double:before {
  content: "\f226";
}
#OIElement .fa-venus-mars:before {
  content: "\f228";
}
#OIElement .fa-viacoin:before {
  content: "\f237";
}
#OIElement .fa-viadeo:before {
  content: "\f2a9";
}
#OIElement .fa-viadeo-square:before {
  content: "\f2aa";
}
#OIElement .fa-vial:before {
  content: "\f492";
}
#OIElement .fa-vials:before {
  content: "\f493";
}
#OIElement .fa-viber:before {
  content: "\f409";
}
#OIElement .fa-video:before {
  content: "\f03d";
}
#OIElement .fa-video-slash:before {
  content: "\f4e2";
}
#OIElement .fa-vihara:before {
  content: "\f6a7";
}
#OIElement .fa-vimeo:before {
  content: "\f40a";
}
#OIElement .fa-vimeo-square:before {
  content: "\f194";
}
#OIElement .fa-vimeo-v:before {
  content: "\f27d";
}
#OIElement .fa-vine:before {
  content: "\f1ca";
}
#OIElement .fa-vk:before {
  content: "\f189";
}
#OIElement .fa-vnv:before {
  content: "\f40b";
}
#OIElement .fa-voicemail:before {
  content: "\f897";
}
#OIElement .fa-volleyball-ball:before {
  content: "\f45f";
}
#OIElement .fa-volume-down:before {
  content: "\f027";
}
#OIElement .fa-volume-mute:before {
  content: "\f6a9";
}
#OIElement .fa-volume-off:before {
  content: "\f026";
}
#OIElement .fa-volume-up:before {
  content: "\f028";
}
#OIElement .fa-vote-yea:before {
  content: "\f772";
}
#OIElement .fa-vr-cardboard:before {
  content: "\f729";
}
#OIElement .fa-vuejs:before {
  content: "\f41f";
}
#OIElement .fa-walking:before {
  content: "\f554";
}
#OIElement .fa-wallet:before {
  content: "\f555";
}
#OIElement .fa-warehouse:before {
  content: "\f494";
}
#OIElement .fa-water:before {
  content: "\f773";
}
#OIElement .fa-wave-square:before {
  content: "\f83e";
}
#OIElement .fa-waze:before {
  content: "\f83f";
}
#OIElement .fa-weebly:before {
  content: "\f5cc";
}
#OIElement .fa-weibo:before {
  content: "\f18a";
}
#OIElement .fa-weight:before {
  content: "\f496";
}
#OIElement .fa-weight-hanging:before {
  content: "\f5cd";
}
#OIElement .fa-weixin:before {
  content: "\f1d7";
}
#OIElement .fa-whatsapp:before {
  content: "\f232";
}
#OIElement .fa-whatsapp-square:before {
  content: "\f40c";
}
#OIElement .fa-wheelchair:before {
  content: "\f193";
}
#OIElement .fa-whmcs:before {
  content: "\f40d";
}
#OIElement .fa-wifi:before {
  content: "\f1eb";
}
#OIElement .fa-wikipedia-w:before {
  content: "\f266";
}
#OIElement .fa-wind:before {
  content: "\f72e";
}
#OIElement .fa-window-close:before {
  content: "\f410";
}
#OIElement .fa-window-maximize:before {
  content: "\f2d0";
}
#OIElement .fa-window-minimize:before {
  content: "\f2d1";
}
#OIElement .fa-window-restore:before {
  content: "\f2d2";
}
#OIElement .fa-windows:before {
  content: "\f17a";
}
#OIElement .fa-wine-bottle:before {
  content: "\f72f";
}
#OIElement .fa-wine-glass:before {
  content: "\f4e3";
}
#OIElement .fa-wine-glass-alt:before {
  content: "\f5ce";
}
#OIElement .fa-wix:before {
  content: "\f5cf";
}
#OIElement .fa-wizards-of-the-coast:before {
  content: "\f730";
}
#OIElement .fa-wolf-pack-battalion:before {
  content: "\f514";
}
#OIElement .fa-won-sign:before {
  content: "\f159";
}
#OIElement .fa-wordpress:before {
  content: "\f19a";
}
#OIElement .fa-wordpress-simple:before {
  content: "\f411";
}
#OIElement .fa-wpbeginner:before {
  content: "\f297";
}
#OIElement .fa-wpexplorer:before {
  content: "\f2de";
}
#OIElement .fa-wpforms:before {
  content: "\f298";
}
#OIElement .fa-wpressr:before {
  content: "\f3e4";
}
#OIElement .fa-wrench:before {
  content: "\f0ad";
}
#OIElement .fa-x-ray:before {
  content: "\f497";
}
#OIElement .fa-xbox:before {
  content: "\f412";
}
#OIElement .fa-xing:before {
  content: "\f168";
}
#OIElement .fa-xing-square:before {
  content: "\f169";
}
#OIElement .fa-y-combinator:before {
  content: "\f23b";
}
#OIElement .fa-yahoo:before {
  content: "\f19e";
}
#OIElement .fa-yammer:before {
  content: "\f840";
}
#OIElement .fa-yandex:before {
  content: "\f413";
}
#OIElement .fa-yandex-international:before {
  content: "\f414";
}
#OIElement .fa-yarn:before {
  content: "\f7e3";
}
#OIElement .fa-yelp:before {
  content: "\f1e9";
}
#OIElement .fa-yen-sign:before {
  content: "\f157";
}
#OIElement .fa-yin-yang:before {
  content: "\f6ad";
}
#OIElement .fa-yoast:before {
  content: "\f2b1";
}
#OIElement .fa-youtube:before {
  content: "\f167";
}
#OIElement .fa-youtube-square:before {
  content: "\f431";
}
#OIElement .fa-zhihu:before {
  content: "\f63f";
}
#OIElement .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#OIElement .sr-only-focusable:active,
#OIElement .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(less/fa-brands-400.eot);
  src: url(less/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(less/fa-brands-400.woff2) format("woff2"), url(less/fa-brands-400.woff) format("woff"), url(less/fa-brands-400.ttf) format("truetype"), url(less/fa-brands-400.svg#fontawesome) format("svg");
}
#OIElement .fab {
  font-family: Font Awesome\ 5 Brands;
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(less/fa-regular-400.eot);
  src: url(less/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(less/fa-regular-400.woff2) format("woff2"), url(less/fa-regular-400.woff) format("woff"), url(less/fa-regular-400.ttf) format("truetype"), url(less/fa-regular-400.svg#fontawesome) format("svg");
}
#OIElement .fab,
#OIElement .far {
  font-weight: 400;
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(less/fa-solid-900.eot);
  src: url(less/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(less/fa-solid-900.woff2) format("woff2"), url(less/fa-solid-900.woff) format("woff"), url(less/fa-solid-900.ttf) format("truetype"), url(less/fa-solid-900.svg#fontawesome) format("svg");
}
#OIElement .fa,
#OIElement .far,
#OIElement .fas {
  font-family: Font Awesome\ 5 Free;
}
#OIElement .fa,
#OIElement .fas {
  font-weight: 900;
}
#OIElement html {
  line-height: 1.15;
}
#OIElement hr {
  box-sizing: content-box;
}
#OIElement abbr[title] {
  border-bottom: none;
}
#OIElement sub,
#OIElement sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#OIElement sub {
  bottom: -0.25em;
}
#OIElement sup {
  top: -0.5em;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button,
#OIElement input,
#OIElement optgroup,
#OIElement select,
#OIElement textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button,
#OIElement input {
  overflow: visible;
}
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button,
#OIElement select {
  text-transform: none;
}
#OIElement .hco-form-row.submission-buttons > button::-moz-focus-inner,
#OIElement .hco-oi-form-upload-signature-section > button::-moz-focus-inner,
#OIElement [type=button]::-moz-focus-inner,
#OIElement [type=reset]::-moz-focus-inner,
#OIElement [type=submit]::-moz-focus-inner,
#OIElement button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#OIElement .hco-form-row.submission-buttons > button:-moz-focusring,
#OIElement .hco-oi-form-upload-signature-section > button:-moz-focusring,
#OIElement [type=button]:-moz-focusring,
#OIElement [type=reset]:-moz-focusring,
#OIElement [type=submit]:-moz-focusring,
#OIElement button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#OIElement legend {
  padding: 0;
}
#OIElement [type=checkbox],
#OIElement [type=radio],
#OIElement legend {
  box-sizing: border-box;
}
#OIElement [type=number]::-webkit-inner-spin-button,
#OIElement [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#OIElement [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#OIElement *,
#OIElement :after,
#OIElement :before {
  box-sizing: border-box;
}
#OIElement :after,
#OIElement :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#OIElement html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
#OIElement body {
  margin: 0;
}
#OIElement h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#OIElement dl dl,
#OIElement dl ol,
#OIElement dl ul,
#OIElement ol dl,
#OIElement ol ol,
#OIElement ol ul,
#OIElement ul dl,
#OIElement ul ol,
#OIElement ul ul {
  margin: 0;
}
#OIElement hr {
  height: 0;
  overflow: visible;
}
#OIElement main {
  display: block;
}
#OIElement nav ol,
#OIElement nav ul {
  list-style: none;
  padding: 0;
}
#OIElement pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
#OIElement a {
  background-color: transparent;
}
#OIElement abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
#OIElement b,
#OIElement strong {
  font-weight: bolder;
}
#OIElement code,
#OIElement kbd,
#OIElement samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
#OIElement small {
  font-size: 80%;
}
#OIElement audio,
#OIElement canvas,
#OIElement iframe,
#OIElement img,
#OIElement svg,
#OIElement video {
  vertical-align: middle;
}
#OIElement audio,
#OIElement video {
  display: inline-block;
}
#OIElement audio:not([controls]) {
  display: none;
  height: 0;
}
#OIElement iframe,
#OIElement img {
  border-style: none;
}
#OIElement svg:not([fill]) {
  fill: currentColor;
}
#OIElement svg:not(:root) {
  overflow: hidden;
}
#OIElement table {
  border-collapse: collapse;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button,
#OIElement input,
#OIElement select {
  margin: 0;
}
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button {
  overflow: visible;
  text-transform: none;
}
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement [type=button],
#OIElement [type=reset],
#OIElement [type=submit],
#OIElement button {
  -webkit-appearance: button;
}
#OIElement fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement input {
  overflow: visible;
}
#OIElement legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
#OIElement progress {
  display: inline-block;
  vertical-align: baseline;
}
#OIElement select {
  text-transform: none;
}
#OIElement textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
#OIElement [type=checkbox],
#OIElement [type=radio] {
  padding: 0;
}
#OIElement [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
#OIElement ::-webkit-inner-spin-button,
#OIElement ::-webkit-outer-spin-button {
  height: auto;
}
#OIElement ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
#OIElement ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#OIElement ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
#OIElement ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#OIElement :-moz-focusring {
  outline: 1px dotted ButtonText;
}
#OIElement :-moz-ui-invalid {
  box-shadow: none;
}
#OIElement details,
#OIElement dialog {
  display: block;
}
#OIElement dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
#OIElement dialog:not([open]) {
  display: none;
}
#OIElement summary {
  display: list-item;
}
#OIElement canvas {
  display: inline-block;
}
#OIElement template {
  display: none;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement [tabindex],
#OIElement a,
#OIElement area,
#OIElement button,
#OIElement input,
#OIElement label,
#OIElement select,
#OIElement summary,
#OIElement textarea {
  touch-action: manipulation;
}
#OIElement [hidden] {
  display: none;
}
#OIElement [aria-busy=true] {
  cursor: progress;
}
#OIElement [aria-controls] {
  cursor: pointer;
}
#OIElement [aria-disabled=true],
#OIElement [disabled] {
  cursor: not-allowed;
}
#OIElement [aria-hidden=false][hidden] {
  display: initial;
}
#OIElement [aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(/assets/fonts/source-sans-pro-v11-latin-300.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-v11-latin-300.woff) format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(/assets/fonts/source-sans-pro-v11-latin-400.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-v11-latin-400.woff) format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(/assets/fonts/source-sans-pro-v11-latin-600.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-v11-latin-600.woff) format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(/assets/fonts/source-sans-pro-v11-latin-700.woff2) format("woff2"), url(/assets/fonts/source-sans-pro-v11-latin-700.woff) format("woff");
}
@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/assets/fonts/MaterialIcons-Regular.woff) format("woff");
}
#OIElement .material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
#OIElement .hco-print-icon {
  color: #ff5900;
  height: 1.25rem;
  width: 1.25rem;
}
#OIElement .hco-print-icon:hover {
  cursor: pointer;
  fill: #ff5900;
  transition: all 0.25s;
}
#OIElement body,
#OIElement html {
  width: 100%;
  height: 100%;
  min-width: 360px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #3f3f3f;
  background-color: #f0f0f0;
  font-family: Source Sans Pro, "sans-serif" !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  overflow: hidden;
}
@-webkit-keyframes spin-keyframes {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-keyframes {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: 800px;
    overflow: hidden;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: 800px;
    overflow: hidden;
  }
}
#OIElement .container,
#OIElement .loading {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  flex-direction: column;
  font-size: 1.45rem;
  line-height: 1.25rem;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
#OIElement .hide {
  display: none;
}
#OIElement .shadow {
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.3);
}
#OIElement .loading {
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2.25rem;
}
#OIElement ng-component {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#OIElement .hco-grid {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}
#OIElement .hco-grid,
#OIElement .hco-grid-col {
  display: flex;
  min-width: 0.0625rem;
}
#OIElement .hco-grid-col {
  padding: 0;
}
#OIElement .hco-grid-col,
#OIElement .hco-grid-row {
  flex: none;
  flex-direction: row;
  box-sizing: border-box;
}
#OIElement .hco-grid-row {
  display: flex;
  min-width: 0.0625rem;
  width: 100%;
}
#OIElement .hco-grid-row > .hco-grid-col {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-basis: 0;
}
#OIElement .hco-grid-col.d-1 {
  width: 8.33333333%;
}
#OIElement .hco-grid-col.d-2 {
  width: 16.66666667%;
}
#OIElement .hco-grid-col.d-3 {
  width: 25%;
}
#OIElement .hco-grid-col.d-4 {
  width: 33.33333333%;
}
#OIElement .hco-grid-col.d-5 {
  width: 41.66666667%;
}
#OIElement .hco-grid-col.d-6 {
  width: 50%;
}
#OIElement .hco-grid-col.d-7 {
  width: 58.33333333%;
}
#OIElement .hco-grid-col.d-8 {
  width: 66.66666667%;
}
#OIElement .hco-grid-col.d-9 {
  width: 75%;
}
#OIElement .hco-grid-col.d-10 {
  width: 83.33333333%;
}
#OIElement .hco-grid-col.d-11 {
  width: 91.66666667%;
}
#OIElement .hco-grid-col.d-12 {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #OIElement .hco-grid-col.xs-hidden {
    display: none;
  }
  #OIElement .hco-grid-col.xs-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-grid-col.xs-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-grid-col.xs-3 {
    width: 25%;
  }
  #OIElement .hco-grid-col.xs-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-grid-col.xs-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-grid-col.xs-6 {
    width: 50%;
  }
  #OIElement .hco-grid-col.xs-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-grid-col.xs-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-grid-col.xs-9 {
    width: 75%;
  }
  #OIElement .hco-grid-col.xs-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-grid-col.xs-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-grid-col.xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  #OIElement .hco-grid-col.sm-hidden {
    display: none;
  }
  #OIElement .hco-grid-col.sm-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-grid-col.sm-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-grid-col.sm-3 {
    width: 25%;
  }
  #OIElement .hco-grid-col.sm-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-grid-col.sm-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-grid-col.sm-6 {
    width: 50%;
  }
  #OIElement .hco-grid-col.sm-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-grid-col.sm-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-grid-col.sm-9 {
    width: 75%;
  }
  #OIElement .hco-grid-col.sm-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-grid-col.sm-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-grid-col.sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #OIElement .hco-grid-col.md-hidden {
    display: none;
  }
  #OIElement .hco-grid-col.md-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-grid-col.md-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-grid-col.md-3 {
    width: 25%;
  }
  #OIElement .hco-grid-col.md-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-grid-col.md-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-grid-col.md-6 {
    width: 50%;
  }
  #OIElement .hco-grid-col.md-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-grid-col.md-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-grid-col.md-9 {
    width: 75%;
  }
  #OIElement .hco-grid-col.md-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-grid-col.md-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-grid-col.md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #OIElement .hco-grid-col.lg-hidden {
    display: none;
  }
  #OIElement .hco-grid-col.lg-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-grid-col.lg-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-grid-col.lg-3 {
    width: 25%;
  }
  #OIElement .hco-grid-col.lg-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-grid-col.lg-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-grid-col.lg-6 {
    width: 50%;
  }
  #OIElement .hco-grid-col.lg-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-grid-col.lg-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-grid-col.lg-9 {
    width: 75%;
  }
  #OIElement .hco-grid-col.lg-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-grid-col.lg-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-grid-col.lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  #OIElement .hco-grid-col.xl-hidden {
    display: none;
  }
  #OIElement .hco-grid-col.xl-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-grid-col.xl-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-grid-col.xl-3 {
    width: 25%;
  }
  #OIElement .hco-grid-col.xl-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-grid-col.xl-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-grid-col.xl-6 {
    width: 50%;
  }
  #OIElement .hco-grid-col.xl-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-grid-col.xl-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-grid-col.xl-9 {
    width: 75%;
  }
  #OIElement .hco-grid-col.xl-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-grid-col.xl-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-grid-col.xl-12 {
    width: 100%;
  }
}
#OIElement .hco-grid-cell {
  flex: 1 1 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  background-color: #ff5900;
}
#OIElement .hco-container,
#OIElement .hco-grid-cell {
  display: flex;
  min-width: 0.0625rem;
}
#OIElement .hco-container {
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -0.625rem;
}
#OIElement .hco-container,
#OIElement .hco-date-container {
  overflow: hidden;
}
#OIElement .hco-form-field > .date-container > button.reset-input {
  background-color: transparent;
  border: none;
  border-left: 0.0625rem solid #ababab;
  color: #ff5900;
  display: none;
}
#OIElement .hco-container-box {
  flex: none;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  width: 100%;
  padding: 0.625rem;
}
#OIElement .hco-container-box.no-padding {
  padding: 0;
}
#OIElement .hco-container-header {
  flex-direction: row;
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  background-color: #f7f7f7;
  justify-content: space-around;
  padding: 1.25rem 0;
  max-height: 5rem;
}
#OIElement .hco-container-header > span {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
  white-space: nowrap;
  padding: 0 1.875rem;
}
#OIElement .hco-container-header > span:first-child {
  width: 100%;
}
#OIElement .hco-container-title > span {
  font-weight: 600;
}
#OIElement .hco-header-sub-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  padding: 0 0.9375rem;
  align-items: center;
  justify-content: flex-start;
}
#OIElement .hco-header-sub-container:not(:first-child) {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-end;
}
#OIElement .hco-header-sub-container > mat-select {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  margin: 0;
}
#OIElement .hco-header-sub-container > mat-select .mat-select-value-text > span {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#OIElement .hco-header-sub-container > mat-select:last-child {
  margin-left: auto;
}
#OIElement .hco-header-sub-container > span {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 300;
  white-space: nowrap;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
#OIElement .hco-header-sub-container > .hco-container-icon {
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.625rem;
}
#OIElement .hco-header-sub-container > .hco-container-icon > svg {
  height: 1.4375rem;
  fill: #b3b3b3;
}
#OIElement .hco-header-sub-container > .hco-container-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  background-color: #f7f7f7;
}
#OIElement .hco-container-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#OIElement .hco-container-icon > svg {
  height: 1.875rem;
  width: 1.875rem;
  fill: #ff5900;
}
#OIElement .hco-container-row-right {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1.25rem;
}
#OIElement .hco-container-row-right > button,
#OIElement .hco-form-row.submission-buttons.hco-container-row-right > button,
#OIElement .hco-oi-form-upload-signature-section.hco-container-row-right > button {
  margin-right: 0.9375rem;
  padding: 0.5rem 0.625rem;
  background-color: #f7f7f7;
  border-color: #e5e5e5;
}
#OIElement .hco-container-row-right > button:hover > span {
  color: #fff;
}
#OIElement .hco-container-row-right > button > span,
#OIElement .hco-form-row.submission-buttons.hco-container-row-right > button > span,
#OIElement .hco-oi-form-upload-signature-section.hco-container-row-right > button > span {
  color: #000;
  padding: 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#OIElement .hco-container-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  background-color: #fff;
}
#OIElement .hco-form-field.error > mat-select {
  background-color: #FBF3F3;
  border: 1px solid #b31610;
}
#OIElement .hco-form-field.error > mat-select .mat-select-value {
  background-color: #FBF3F3 !important;
}
@media screen and (max-width: 767px) {
  #OIElement .hco-container-header {
    flex-direction: row;
    display: flex;
    flex: 0 1 auto;
    min-width: 0.0625rem;
    background-color: #f7f7f7;
    justify-content: space-around;
    max-height: 5rem;
    padding: 0.9375rem 0;
  }
  #OIElement .hco-container-header span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 300;
    white-space: nowrap;
  }
  #OIElement .hco-container-header > .hco-header-sub-container > mat-select {
    padding-left: 0.9375rem;
  }
  #OIElement .hco-container-header > .hco-header-sub-container > mat-select .mat-select-value-text > span {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 479px) {
  #OIElement .hco-container-header {
    flex-direction: row;
    display: flex;
    flex: 0 1 auto;
    min-width: 0.0625rem;
    background-color: #f7f7f7;
    justify-content: space-around;
    max-height: 5rem;
    padding: 0.9375rem 0;
  }
  #OIElement .hco-container-header span {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
    white-space: nowrap;
    padding: 0 0.3125rem;
  }
  #OIElement .hco-container-header > .hco-header-sub-container > mat-select {
    padding: 0.1875rem;
    max-width: auto;
    margin-left: auto;
  }
  #OIElement .hco-container-header > .hco-header-sub-container > mat-select .mat-select-value-text > span {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
  }
  #OIElement .hco-container-header > .hco-header-sub-container > mat-select .mat-option-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
#OIElement .hco-prompt-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  position: relative;
  width: auto;
  background: #fff;
  color: #3f3f3f;
  padding: 0 1.25rem 1.25rem;
}
#OIElement .hco-prompt-close-header {
  background-color: #f1f3f4;
  max-height: 56px;
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-end;
  padding: 0.9375rem 0;
}
#OIElement .hco-prompt-close-header > span {
  padding: 0 1.25rem;
}
#OIElement .hco-prompt-close-header > span.close-header {
  width: 100%;
  color: #ff5900;
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
}
#OIElement .hco-prompt-close-header > span.dismiss:hover {
  color: #ff5900;
  font-weight: 600;
  cursor: pointer;
  transition: 0.125s linear;
}
#OIElement .hco-prompt-header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 400;
  margin-top: 0.625rem;
}
#OIElement .hco-prompt-header.primary-color {
  font-weight: 400;
  color: #ff5900;
}
#OIElement .hco-prompt-header.header-only {
  padding: 1.25rem 0;
}
#OIElement .hco-prompt-message {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1.25rem;
}
#OIElement .hco-prompt-buttons {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
#OIElement .hco-form-row.submission-buttons.hco-prompt-buttons > button,
#OIElement .hco-oi-form-upload-signature-section.hco-prompt-buttons > button,
#OIElement .hco-prompt-buttons > button {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.375rem;
  white-space: nowrap;
  padding: 0.4375rem 2.5rem;
}
#OIElement .hco-prompt-buttons > button.cancel {
  margin-left: 1.25rem;
}
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button {
  padding: 0.625rem;
  color: #fff;
  background-color: #ff5900;
  border: 0.0625rem solid #ff5900;
  border-radius: 2;
  transition: all 0.25s;
}
#OIElement .hco-form-row.submission-buttons > button:hover,
#OIElement .hco-oi-form-upload-signature-section > button:hover,
#OIElement button:hover {
  color: #fff;
  background: #cc4700;
  border-color: #cc4700;
  cursor: pointer;
}
#OIElement .hco-form-row.submission-buttons > button:focus,
#OIElement .hco-oi-form-upload-signature-section > button:focus,
#OIElement button:focus {
  color: #fff;
  background: #cc4700;
  border-color: #cc4700;
  outline: none;
}
#OIElement .hco-form-row.submission-buttons > button:active,
#OIElement .hco-oi-form-upload-signature-section > button:active,
#OIElement button:active {
  color: #fff;
  background-color: #993500;
  border-color: #993500;
}
#OIElement .hco-form-row.submission-buttons > button:disabled,
#OIElement .hco-oi-form-upload-signature-section > button:disabled,
#OIElement button:disabled {
  color: #cdcdcd;
  background-color: #ddd;
  border-color: #ddd;
  cursor: default;
  pointer-events: none;
}
#OIElement .hco-form-row.submission-buttons > button::-moz-focus-border,
#OIElement .hco-oi-form-upload-signature-section > button::-moz-focus-border,
#OIElement button::-moz-focus-border {
  border: 0;
}
#OIElement .hco-form-row.submission-buttons > button.simple,
#OIElement .hco-oi-form-upload-signature-section > button.simple,
#OIElement button.simple {
  color: #ff5900;
  background-color: transparent;
}
#OIElement button.simple:focus,
#OIElement button.simple:hover {
  color: #cc4700;
}
#OIElement button.simple:active {
  color: #993500;
}
#OIElement button.simple:disabled {
  color: #ddd;
}
#OIElement .hco-form-row.submission-buttons > button.unset,
#OIElement .hco-oi-form-upload-signature-section > button.unset,
#OIElement button.unset {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-color: transparent;
  transition: none;
}
#OIElement button.unset:active,
#OIElement button.unset:disabled,
#OIElement button.unset:focus,
#OIElement button.unset:hover {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
#OIElement .hco-form-row.submission-buttons > button,
#OIElement .hco-oi-form-upload-signature-section > button,
#OIElement button.approve-deny {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  padding: 0.75rem 5rem;
  align-items: center;
  justify-content: center;
}
#OIElement .hco-form-row.submission-buttons > button > svg,
#OIElement .hco-oi-form-upload-signature-section > button > svg,
#OIElement button.approve-deny > svg {
  margin-top: 0.1875rem;
  max-height: 1.6125rem;
  max-width: 1.6125rem;
  width: 1.6125rem;
  fill: #fff;
  fill-opacity: 0.5;
}
#OIElement .hco-form-row.submission-buttons > button > svg.hco-valid,
#OIElement .hco-oi-form-upload-signature-section > button > svg.hco-valid,
#OIElement button.approve-deny > svg.hco-valid {
  fill-opacity: 1;
}
#OIElement .hco-form-row.submission-buttons > button > svg.hco-invalid,
#OIElement .hco-oi-form-upload-signature-section > button > svg.hco-invalid,
#OIElement button.approve-deny > svg.hco-invalid {
  fill-opacity: 0.4;
}
#OIElement .hco-form-row.submission-buttons > button > span,
#OIElement .hco-oi-form-upload-signature-section > button > span,
#OIElement button.approve-deny > span {
  margin-left: 0.625rem;
}
#OIElement .hco-form-row.submission-buttons > button:hover > svg:not(.hco-invalid),
#OIElement .hco-oi-form-upload-signature-section > button:hover > svg:not(.hco-invalid),
#OIElement button.approve-deny:hover > svg:not(.hco-invalid) {
  fill-opacity: 1;
  transition: 0.5s;
}
#OIElement .hco-form-row.submission-buttons > button:not(:last-child),
#OIElement .hco-oi-form-upload-signature-section > button:not(:last-child),
#OIElement button.approve-deny:not(:last-child) {
  margin-right: 2.5rem;
}
#OIElement .hco-form-field > input {
  padding: 1rem;
}
#OIElement .hco-back-to-button {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.625rem;
  padding: 0.4375rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b3b3b3;
  z-index: 99;
  transition: 0.25s;
}
#OIElement .hco-back-to-button:hover {
  color: #ff5900;
  cursor: pointer;
  transition: 0.25s;
}
#OIElement .hco-back-to-button:hover svg {
  fill: #ff5900;
  transition: 0.25s;
}
#OIElement .hco-back-to-button > svg {
  fill: #b3b3b3;
  height: 1.0625rem;
  width: 1.0625rem;
  margin-right: 0.3125rem;
  transition: 0.25s;
}
#OIElement .hco-back-to-link {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.625rem;
  margin-left: 0.625rem;
  color: #ababab;
  text-decoration: none;
  max-width: 9.6875rem;
}
#OIElement .hco-back-to-link > svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.3125rem;
  color: #b3b3b3;
}
#OIElement .hco-back-to-link > strong {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#OIElement .hco-back-to-link:hover {
  cursor: pointer;
  color: #ff5900;
}
#OIElement .hco-back-to-link:hover > svg {
  color: #ff5900;
}
#OIElement .hco-dependent-header-message {
  font-size: 15px;
  font-weight: 300;
  padding-left: 3px;
}
#OIElement .hco-form-sub-header {
  margin-top: 5px;
  margin-bottom: 10px;
}
#OIElement .hco-add-remove-button {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-height: 3.75rem;
  padding: 0.4375rem 3.75rem;
  border-radius: 2;
}
#OIElement .hco-add-remove-button > span {
  padding-bottom: 0 !important;
}
#OIElement .hco-add-remove-button > span:first-child {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
}
#OIElement .hco-add-remove-button > span:last-child {
  margin-left: 0.625rem;
}
#OIElement .hco-add-remove-button.form-style {
  background-color: #f7f7f7;
  color: #ff5900;
  border: 0.0625rem solid #ff5900;
  border-radius: 0.125rem;
}
#OIElement .hco-add-remove-button.form-style:hover {
  background-color: #ff5900;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #OIElement .hco-add-remove-button {
    margin: 0;
  }
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container,
#OIElement .hco-form-field.error .hco-form-field > input.date-container,
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement input {
  color: #000;
  border: 0.0625rem solid #ababab;
  border-radius: 0.125rem;
  transition: all 0.25s;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container::-webkit-input-placeholder,
#OIElement .hco-form-field.error .hco-form-field > input.date-container::-webkit-input-placeholder,
#OIElement .hco-form-field.error button::-webkit-input-placeholder,
#OIElement .hco-form-field.error input::-webkit-input-placeholder,
#OIElement .hco-form-field > .date-container.error::-webkit-input-placeholder,
#OIElement .hco-form-field > .hco-form-field.date-container.error button::-webkit-input-placeholder,
#OIElement .hco-form-field > .hco-form-field.date-container.error input::-webkit-input-placeholder,
#OIElement input::-webkit-input-placeholder {
  color: #ababab;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#OIElement .hco-form-field.error button:focus,
#OIElement .hco-form-field.error input:focus,
#OIElement .hco-form-field > .date-container.error:focus,
#OIElement input:focus {
  outline: none;
  border-color: #ff5900;
  box-shadow: 0 0 3px 1px #ffdecc;
}
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement input.error {
  color: #b31610;
  background-color: #fbf3f3 !important;
  border-color: #b31610;
}
#OIElement .hco-form-field.error button:focus,
#OIElement .hco-form-field.error input:focus,
#OIElement .hco-form-field > .date-container.error:focus,
#OIElement input.error:focus {
  box-shadow: 0 0 3px 1px #ecc5c3;
}
#OIElement .hco-form-field.error button::-webkit-input-placeholder,
#OIElement .hco-form-field.error input::-webkit-input-placeholder,
#OIElement .hco-form-field > .date-container.error::-webkit-input-placeholder,
#OIElement .hco-form-field > .hco-form-field.date-container.error button::-webkit-input-placeholder,
#OIElement .hco-form-field > .hco-form-field.date-container.error input::-webkit-input-placeholder,
#OIElement input.error::-webkit-input-placeholder {
  color: #b31610;
}
#OIElement .hco-form-field.error button.disable,
#OIElement .hco-form-field.error input.disable,
#OIElement .hco-form-field > .disable.date-container.error,
#OIElement input.disable {
  cursor: not-allowed;
  background-color: #ebebe4;
}
#OIElement textarea {
  padding: 0.4375rem;
  min-height: 6.25rem;
  transition: all 0.25s;
}
#OIElement textarea::-webkit-input-placeholder {
  color: #ababab;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#OIElement textarea:focus {
  outline: none;
  border: 0.0625rem solid #ff5900;
  box-shadow: 0 0 3px 1px #ffdecc;
}
#OIElement .hco-form-field > textarea.date-container.error,
#OIElement textarea.error {
  color: #b31610;
  background-color: #fbf3f3;
  border-color: #b31610;
}
#OIElement .hco-form-field > textarea.date-container.error:focus,
#OIElement textarea.error:focus {
  box-shadow: 0 0 3px 1px #ecc5c3;
}
#OIElement .hco-form-field > textarea.date-container.error::-webkit-input-placeholder,
#OIElement textarea.error::-webkit-input-placeholder {
  color: #b31610;
}
@media print {
  @page {
    max-height: 100%;
    max-width: 100%;
    size: auto;
    margin: 1.25rem 0;
  }
  #OIElement body,
  #OIElement html {
    width: 210mm;
    height: 297mm;
    background-color: #fff;
    margin: 0;
  }
  #OIElement footer,
  #OIElement header,
  #OIElement nav {
    display: none;
  }
  #OIElement body {
    height: auto;
  }
  #OIElement .hco-shell-body {
    width: 100%;
    max-width: 100%;
  }
  #OIElement .hco-shell {
    display: flex;
    flex: 0 1 auto;
    min-width: 0.0625rem;
    background-color: none !important;
  }
  #OIElement .hco-form-container.actions {
    display: none;
    visibility: hidden;
  }
  #OIElement .hco-form-field.with-button {
    display: none !important;
    visibility: hidden !important;
  }
  #OIElement .hco-attachment-container,
  #OIElement .hco-oif-form-container.action-buttons,
  #OIElement .hco-shell-header-container,
  #OIElement .material-icons.print {
    display: none;
    visibility: hidden;
  }
  #OIElement #content p {
    font-size: 11pt;
    color: #000;
  }
  #OIElement #content img {
    page-break-after: avoid;
  }
  #OIElement #content img,
  #OIElement #content ul,
  #OIElement li {
    display: block;
    page-break-inside: avoid;
  }
  #OIElement #comments,
  #OIElement #footer,
  #OIElement #header,
  #OIElement #sidebar,
  #OIElement .site-description,
  #OIElement .site-title {
    display: none;
  }
}
#OIElement .hco-form-header {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-bottom: 0.625rem;
  transition: all 5s ease-in;
}
#OIElement .hco-form-header > span {
  font-size: 1.4125rem;
  line-height: 1.375rem;
  color: #ff5900;
  font-weight: 600;
}
#OIElement .hco-form-header.no-pad {
  padding-bottom: 0;
}
#OIElement .hco-form-header.top {
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  padding: 1.25rem;
}
#OIElement .hco-form-header.top > i {
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #3f3f3f;
}
#OIElement .hco-form-header.top > span {
  font-size: 2rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #000;
}
#OIElement .hco-form-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#OIElement .hco-form-container .hco-form-row:not(:last-child),
#OIElement .hco-form-container .hco-oi-form-upload-signature-section:not(:last-child) {
  margin-bottom: 1.25rem;
}
#OIElement .hco-form-container .hco-form-row > .hco-form-field:not(:last-child),
#OIElement .hco-form-container .hco-oi-form-upload-signature-section > .hco-form-field:not(:last-child) {
  padding-right: 3.125rem;
}
#OIElement .hco-form-container > span:first-child {
  padding-bottom: 1.25rem;
}
#OIElement .hco-form-container.no-border {
  border-bottom: none;
}
#OIElement .hco-form-container.side-padding {
  padding: 0 1.25rem;
}
#OIElement .hco-form-container.no-padding {
  padding: 0;
}
#OIElement .hco-form {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  flex-wrap: wrap;
}
#OIElement .hco-form-row,
#OIElement .hco-oi-form-upload-signature-section {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
#OIElement .hco-form-row > .hco-form-field,
#OIElement .hco-oi-form-upload-signature-section > .hco-form-field {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-basis: 0;
}
#OIElement .hco-form-row .no-padding,
#OIElement .hco-oi-form-upload-signature-section .no-padding {
  padding: 0;
}
#OIElement .hco-form-row .no-margin,
#OIElement .hco-oi-form-upload-signature-section .no-margin {
  margin: 0;
}
#OIElement .hco-form-row.submission-buttons,
#OIElement .hco-oi-form-upload-signature-section {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  margin-bottom: 0;
  padding: 0.625rem 0;
  background-color: #fff;
}
#OIElement .hco-form-field {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  flex-direction: column;
  padding: 0.3125rem;
  box-sizing: border-box;
}
#OIElement .hco-form-field span:first-child {
  padding-bottom: 0.653125rem;
}
#OIElement .hco-form-field > mat-select {
  border-color: #ababab;
  height: 37px;
  align-items: center;
}
#OIElement .hco-form-field > mat-select .mat-select-arrow-wrapper,
#OIElement .hco-form-field > mat-select .mat-select-value {
  background-color: #f7f7f7;
}
#OIElement .hco-form-field.error button,
#OIElement .hco-form-field.error input,
#OIElement .hco-form-field > .date-container.error,
#OIElement .hco-form-field > .hco-form-field.date-container.error button,
#OIElement .hco-form-field > .hco-form-field.date-container.error input,
#OIElement .hco-form-field input,
#OIElement .hco-form-field textarea {
  background-color: #f7f7f7;
  color: #000;
}
#OIElement .hco-form-field textarea:focus {
  border: 1px solid #ff5900;
}
#OIElement .hco-form-field.error,
#OIElement .hco-form-field.error button.hco-form-field,
#OIElement .hco-form-field.error input.hco-form-field,
#OIElement .hco-form-field > .hco-form-field.date-container.error {
  color: #b31610;
}
#OIElement .hco-form-field.error span:last-child {
  padding-top: 0.3125rem;
}
#OIElement .hco-form-field.submit {
  margin-top: 0.625rem;
}
#OIElement .hco-form-field.no-padding {
  padding: 0;
}
#OIElement .hco-form-field > .date-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: row;
  overflow: hidden;
  border: 0.0625rem solid #ababab;
  border-radius: 0.125rem;
  max-height: 40px;
  background-color: #fff;
  color: #3f3f3f;
}
#OIElement .hco-form-field.error .hco-form-field > .date-container > button,
#OIElement .hco-form-field.error .hco-form-field > .date-container > input,
#OIElement .hco-form-field > .date-container > input,
#OIElement .hco-form-field > .hco-form-field.date-container > .date-container.error {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  border: none;
  color: #000;
  padding-left: 10px;
}
#OIElement .hco-form-field > .date-container span:first-child {
  padding-bottom: 0.3125rem;
}
#OIElement .hco-form-field > date-container,
#OIElement .signature-date {
  flex: 0 1 auto !important;
}
#OIElement .hco-form-field > .date-container > button,
#OIElement .calendar {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
  color: #ff5900;
  padding: 0.5rem 1.4rem;
  background-color: hsla(0, 0%, 88.6%, 0.959);
}
#OIElement .hco-form-field > .date-container > button:disabled {
  cursor: not-allowed;
}
#OIElement .hco-form-field > .date-container > button:focus {
  background: #ababab;
  border-color: none;
  color: #ff5900;
}
#OIElement .hco-form-field > .date-container > button:hover > svg {
  fill: #fff;
  transition: all 0.2s;
}
#OIElement .hco-form-field > .date-container > button > svg {
  max-height: 2.3125rem;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  max-width: 1.65rem;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container:focus,
#OIElement .hco-form-field.error .hco-form-field > input.date-container:focus,
#OIElement .hco-form-field > .date-container.error:focus {
  box-shadow: 0 0 3px 1px #ecc5c3;
}
#OIElement .hco-form-field.error .hco-form-field > button.date-container::-webkit-input-placeholder,
#OIElement .hco-form-field.error .hco-form-field > input.date-container::-webkit-input-placeholder,
#OIElement .hco-form-field > .date-container.error::-webkit-input-placeholder {
  color: #b31610;
}
#OIElement .hco-form-field.error .hco-form-field > .date-container.error > button,
#OIElement .hco-form-field.error .hco-form-field > .date-container.error > input,
#OIElement .hco-form-field.error .hco-form-field > button.date-container > button,
#OIElement .hco-form-field.error .hco-form-field > button.date-container > input,
#OIElement .hco-form-field.error .hco-form-field > button.hco-form-field.date-container > .date-container.error,
#OIElement .hco-form-field.error .hco-form-field > input.date-container > button,
#OIElement .hco-form-field.error .hco-form-field > input.date-container > input,
#OIElement .hco-form-field.error .hco-form-field > input.hco-form-field.date-container > .date-container.error,
#OIElement .hco-form-field > .date-container.error > input,
#OIElement .hco-form-field > .hco-form-field.date-container.error > .date-container.error {
  border: none;
  color: #b31610;
  background-color: #fbf3f3;
}
#OIElement .hco-form-field > .date-container.error {
  border: 1px solid #b31610 !important;
}
#OIElement .hco-radio-group-container {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.4375rem;
}
#OIElement .hco-radio-group-container > span {
  font-size: 1.4rem;
  line-height: 1.125rem;
  margin-right: 1.25rem;
  font-weight: 600;
}
#OIElement .hco-radio-group-container.right,
#OIElement .hco-radio-group-container.right > span,
#OIElement .hco-radio-group-container > span {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-radio-group-container.right > span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#OIElement .hco-radio-group-container.right > div.radio-group.medical {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-form-field.d-1 {
  width: 8.33333333%;
}
#OIElement .hco-form-field.d-2 {
  width: 16.66666667%;
}
#OIElement .hco-form-field.d-3 {
  width: 25%;
}
#OIElement .hco-form-field.d-4 {
  width: 33.33333333%;
}
#OIElement .hco-form-field.d-5 {
  width: 41.66666667%;
}
#OIElement .hco-form-field.d-6 {
  width: 50%;
}
#OIElement .hco-form-field.d-7 {
  width: 58.33333333%;
}
#OIElement .hco-form-field.d-8 {
  width: 66.66666667%;
}
#OIElement .hco-form-field.d-9 {
  width: 75%;
}
#OIElement .hco-form-field.d-10 {
  width: 83.33333333%;
}
#OIElement .hco-form-field.d-11 {
  width: 91.66666667%;
}
#OIElement .hco-form-field.d-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #OIElement .hco-form-field.xs-1 {
    width: 8.33333333%;
  }
  #OIElement .hco-form-field.xs-2 {
    width: 16.66666667%;
  }
  #OIElement .hco-form-field.xs-3 {
    width: 25%;
  }
  #OIElement .hco-form-field.xs-4 {
    width: 33.33333333%;
  }
  #OIElement .hco-form-field.xs-5 {
    width: 41.66666667%;
  }
  #OIElement .hco-form-field.xs-6 {
    width: 50%;
  }
  #OIElement .hco-form-field.xs-7 {
    width: 58.33333333%;
  }
  #OIElement .hco-form-field.xs-8 {
    width: 66.66666667%;
  }
  #OIElement .hco-form-field.xs-9 {
    width: 75%;
  }
  #OIElement .hco-form-field.xs-10 {
    width: 83.33333333%;
  }
  #OIElement .hco-form-field.xs-11 {
    width: 91.66666667%;
  }
  #OIElement .hco-form-field.xs-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #OIElement .hco-radio-group-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #OIElement .hco-radio-group-container > span {
    padding-bottom: 0.625rem;
  }
  #OIElement .hco-form-row,
  #OIElement .hco-oi-form-upload-signature-section {
    flex-direction: column;
  }
  #OIElement .hco-form-row.submission-buttons button:first-child,
  #OIElement .hco-oi-form-upload-signature-section button:first-child {
    margin-right: 0 !important;
    margin-bottom: 0.625rem;
  }
  #OIElement .hco-form-row > .hco-form-field,
  #OIElement .hco-oi-form-upload-signature-section > .hco-form-field {
    display: flex;
    flex: none;
    min-width: 0.0625rem;
    padding-right: 0 !important;
    padding-left: 0;
    width: 100%;
  }
  #OIElement .hco-form-row > .hco-form-field .date-container button svg,
  #OIElement .hco-oi-form-upload-signature-section > .hco-form-field .date-container button svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}
#OIElement mat-radio-group {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0.3125rem;
}
#OIElement mat-radio-group > mat-radio-button {
  margin-right: 0.9375rem;
}
#OIElement .mat-calendar-body-selected {
  color: #fff;
}
#OIElement .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.57) !important;
}
#OIElement .hco-datatable-header {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
#OIElement .hco-datatable-header > span {
  white-space: nowrap;
}
#OIElement .hco-datatable-header.right {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-datatable-header-carets {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
}
#OIElement .hco-datatable-column.description-info,
#OIElement .hco-datatable-column.description-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
#OIElement .hco-datatable-column.center {
  justify-content: center;
}
#OIElement .hco-datatable-column.center,
#OIElement .hco-datatable-column.right {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  align-items: center;
}
#OIElement .hco-datatable-column.right {
  justify-content: flex-end;
}
#OIElement .hco-datatable-column.description-name {
  font-size: 1rem;
  line-height: 1.25rem;
}
#OIElement .hco-datatable-column.description-name.short {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
#OIElement .hco-datatable-column.description-info {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
#OIElement .hco-datatable-column.responsibility {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#OIElement .hco-datatable-column.vertical {
  flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-datatable-column.hide-mobile {
  visibility: visible;
  display: inline-block;
}
#OIElement .hco-datatable-column.day {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
}
#OIElement .hco-datatable-column.month {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: grey;
  font-weight: 600;
}
#OIElement .hco-datatable-column > svg {
  width: 1.25rem;
  min-width: 1.25rem;
}
#OIElement .hco-claims-column-date {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#OIElement .hco-claims-column-date > div {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  min-width: unset;
}
#OIElement .hco-claims-column-date > div > :first-child {
  margin-bottom: 0.3125rem;
}
#OIElement .hco-claims-column-date > div > :last-child {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: grey;
  font-weight: 400;
}
#OIElement .hco-claims-column-date > svg {
  width: 1.5625rem;
  min-width: 1.5625rem;
  margin-left: 0.625rem;
  color: #ff5900;
}
#OIElement .hco-long-grid > div {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#OIElement .hco-long-grid > div > svg {
  max-height: 1.875rem;
  max-width: 1.875rem;
}
#OIElement .hco-long-grid > div > span,
#OIElement .hco-long-grid > span {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#OIElement .hco-long-grid > svg {
  max-height: 1.875rem;
  max-width: 1.875rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
#OIElement .hco-status-green {
  color: #1dc97e;
}
#OIElement .hco-status-green,
#OIElement .hco-status-red {
  font-size: 0.9375rem;
  margin-right: 0.3125rem;
}
#OIElement .hco-status-red {
  color: red;
}
#OIElement .hco-status-orange {
  font-size: 0.9375rem;
  margin-right: 0.3125rem;
  color: #ff5900;
}
#OIElement .hco-claims-svg-status {
  color: #1dc97e;
  min-width: 0.9375rem;
  min-height: 0.9375rem;
  height: 0.9375rem;
  width: 0.9375rem;
}
#OIElement .hco-claims-svg {
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  color: #ff5900;
}
#OIElement .hco-claims-svg.gray {
  color: #b3b3b3;
}
@media screen and (max-width: 1269px) {
  #OIElement .hco-datatable-column.status {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  #OIElement .hco-datatable-column {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #OIElement .hco-datatable-column.status {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  #OIElement .hco-datatable-column.description-name,
  #OIElement .hco-datatable-column.description-name.short {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #OIElement .hco-datatable-column.hide-mobile {
    visibility: hidden;
    display: none;
  }
  #OIElement .hco-datatable-column.responsibility {
    font-size: 1rem;
    line-height: 1.25rem;
    white-space: normal;
  }
  #OIElement .hco-claims-datatable * .hco-datatable-header > span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #OIElement .hco-claims-column-date > div > :first-child {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  #OIElement .hco-claims-column-date > div > :last-child {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  #OIElement .hco-claims-column-date > svg {
    width: 1.375rem;
    min-width: 1.375rem;
    margin: auto;
  }
  #OIElement .hco-claims-svg-status {
    min-width: 1rem;
    min-height: 1rem;
    height: 1rem;
    width: 1rem;
  }
  #OIElement span.hco-status-green,
  #OIElement span.hco-status-orange,
  #OIElement span.hco-status-red {
    display: none;
  }
  #OIElement .hco-claims-svg {
    max-width: 1.375rem;
    max-height: 1.375rem;
  }
}
@media screen and (max-width: 479px) {
  #OIElement .hco-claims-column-date > div {
    padding-right: 0.625rem;
  }
  #OIElement .hco-claims-column-date > svg {
    width: 1.375rem;
    min-width: 1.375rem;
    margin-left: auto;
    margin-right: 0.625rem;
  }
  #OIElement .hco-claims-svg-status {
    min-width: 0.875rem;
    min-height: 0.875rem;
    height: 0.875rem;
    width: 0.875rem;
  }
  #OIElement .hco-claims-svg {
    max-width: 0.875rem;
    max-height: 0.875rem;
    height: 0.875rem;
    width: 0.875rem;
  }
  #OIElement .hco-claims-datatable * .hco-datatable-header > span {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
  #OIElement .hco-datatable-column.description-name {
    font-size: 1rem;
    line-height: 1.25rem;
    white-space: normal;
    padding-left: 0.5rem;
  }
  #OIElement .hco-datatable-column.description-name.short {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  #OIElement .hco-claim-status-text,
  #OIElement .hco-datatable-column.description-info {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 369px) {
  #OIElement .hco-claims-datatable * .hco-datatable-header > span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  #OIElement .hco-claims-svg {
    height: 0.9375rem;
    width: 0.9375rem;
  }
  #OIElement .hco-claims-column-date > div {
    padding-right: 0;
  }
}
#OIElement .gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
}
#OIElement .gu-hide {
  left: -9999px !important;
}
#OIElement .gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
#OIElement .gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
#OIElement .hco-modal {
  flex: 1 1 auto;
  flex-direction: column;
  background-color: #fff;
  width: 31.25rem;
  max-width: 90vw;
  margin: 0 5vw;
  padding: 1.875rem;
}
#OIElement .hco-modal,
#OIElement .hco-modal-header {
  display: flex;
  min-width: 0.0625rem;
}
#OIElement .hco-modal-header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
#OIElement .hco-modal-header-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#OIElement .hco-modal-footer {
  margin-top: 1.875rem;
}
#OIElement .attachments.hco-oi-form-upload-signature-section,
#OIElement .hco-form-row.attachments {
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
#OIElement .hco-file-icon {
  flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: #ff5900;
  max-width: 12.5rem;
  overflow: hidden;
  z-index: 1;
}
#OIElement .hco-file-icon > i {
  font-size: 7.8125rem;
  line-height: 8.0625rem;
  color: #ff5900;
}
#OIElement .hco-file-icon:hover {
  background-color: transparent;
  color: #ababab;
}
#OIElement .hco-file-icon:hover > i {
  color: #ababab;
}
#OIElement .hco-file-icon:focus {
  background-color: transparent;
  color: #ababab;
}
#OIElement .hco-file-icon:focus > i {
  color: #ababab;
}
#OIElement button.mat-menu-item:hover:not([disabled]) {
  background: #ff5900;
}
#OIElement .mat-menu-content > div > .mat-menu-item:focus {
  background-color: #f7f7f7;
  color: #000;
}
#OIElement .mat-menu-content > div > .mat-menu-item:hover {
  background-color: #ff5900;
  color: #fff;
}
#OIElement .hco-oif-section-attachments {
  flex-direction: row;
  width: 100%;
  margin: 0.625rem 0;
}
#OIElement .hco-oif-section-attachments-file {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  align-items: center;
  padding-right: 3.125rem;
  flex-direction: column;
}
#OIElement .hco-oif-section-attachments-file :first-child {
  justify-content: flex-end;
}
#OIElement .hco-oif-section-attachments-file > span {
  padding-left: 0.3125rem;
}
#OIElement .hco-oif-section-attachments-file > svg {
  max-height: 2.5rem;
  max-width: 2.5rem;
}
#OIElement .hco-oif-attachment-delete {
  color: #fff;
  margin-bottom: -2.5rem;
  margin-left: 5rem;
  justify-self: flex-end;
  display: flex;
  z-index: 999999;
  padding: 0;
  border: none;
  background-color: transparent;
}
#OIElement .hco-oif-attachment-delete > .material-icons {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0;
  color: #ff5900;
}
#OIElement .hco-oif-attachment-delete > .material-icons:hover {
  color: #ababab;
}
#OIElement .hco-oif-attachment-delete:hover {
  background-color: transparent;
}
#OIElement .hco-busy-overlay {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 28.125rem;
  padding: 4.6875rem 3.125rem;
  color: #fff;
  border-radius: 0.3125rem;
}
#OIElement .hco-busy-overlay > i {
  margin-bottom: 1.25rem;
  color: #ff5900;
  font-size: 8rem;
  line-height: 8.25rem;
  -webkit-animation: spin-keyframes 1s linear infinite;
  animation: spin-keyframes 1s linear infinite;
}
#OIElement .hco-busy-overlay > span {
  font-size: 2rem;
  line-height: 2.25rem;
}
#OIElement .hco-dropzone {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  border: 2px dotted #000;
  background-color: rgba(233, 249, 255, 0.5);
  min-height: 12.5rem;
}
#OIElement .hco-dropzone-centered {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 300;
}
#OIElement .hco-dropzone-centered-icon {
  font-weight: 700;
  font-size: 3.125rem;
}
#OIElement .hco-dropzone-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
}
#OIElement .hco-dropzone.has-file {
  border-color: #ff5900;
}
#OIElement .hco-file-zone {
  height: 100%;
  justify-content: space-around;
  background-color: #fff;
}
#OIElement .hco-file-zone,
#OIElement .hco-file-zone-container {
  flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-file-zone-header {
  display: flex;
  min-height: 2.5rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(1, 1, 1, 0.15);
}
#OIElement .hco-file-zone-header > span {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#OIElement .hco-file-zone-header-actions {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding-right: 0.625rem;
}
#OIElement .hco-file-zone-header-actions > i {
  color: #ababab;
  font-size: 1.5625rem;
}
#OIElement .hco-file-zone-header-actions > i:hover {
  color: #ff3e00;
  cursor: pointer;
}
#OIElement .hco-file-zone-header-actions > i.add {
  color: #ababab;
  cursor: pointer;
}
#OIElement .hco-file-zone-header-actions > i.add:hover {
  color: #ff5900;
}
#OIElement .hco-file {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1.25rem;
  height: 12.5rem;
  width: 10rem;
  z-index: 1;
}
#OIElement .hco-file,
#OIElement .hco-file > svg {
  display: block;
  position: relative;
}
#OIElement .hco-file > svg {
  top: -1.25rem;
  left: -2.5rem;
  height: 15rem;
  width: 15rem;
  fill: #ff5900;
  float: left;
}
#OIElement .hco-file > svg > use {
  fill: #ff5900;
}
#OIElement .hco-file-row {
  background-color: #f0f4ff;
  overflow-x: auto;
}
#OIElement .hco-file-row,
#OIElement .hco-file-row-alerts {
  flex-direction: row;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-file-row-alerts {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48%;
  width: 100%;
  z-index: 2;
}
#OIElement .hco-file-row-alerts-container {
  background-color: #f0f4ff;
  text-align: center;
}
#OIElement .hco-file-actions {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  position: absolute;
  justify-content: flex-end;
  color: #ff5900;
  margin-left: 0.975rem;
  width: 100%;
  z-index: 2;
}
#OIElement .hco-file-deletion {
  z-index: 2;
  font-size: 18px;
  margin: 0;
}
#OIElement .hco-file-deletion:hover {
  cursor: pointer;
  color: #ff3e00;
}
#OIElement .hco-file-download {
  display: flex;
  flex: 0 1 auto;
  font-size: 18px;
  margin: 0;
  min-width: 0.0625rem;
  z-index: 2;
  justify-content: flex-end;
  color: #ff5900;
  width: 100%;
}
#OIElement .hco-file-download:hover {
  cursor: pointer;
  color: green;
}
#OIElement .hco-file-name {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  margin-bottom: 0.1875rem;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
#OIElement .hco-file-retry {
  width: 6.25rem;
  font-size: 3.75rem;
  line-height: 4rem;
  color: #ff5900;
  z-index: 2;
}
#OIElement .hco-file-retry:hover {
  cursor: pointer;
  color: #ff3e00;
}
#OIElement .hco-row-select-input {
  display: flex;
  flex: none;
  min-width: 0.0625rem;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}
#OIElement .hco-row-cloud-download {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#OIElement .hco-row-cloud-download > i {
  font-size: 4.375rem;
  line-height: 4.625rem;
  color: #ababab;
}
#OIElement .hco-row-cloud-download > i.has-file {
  color: #ff5900;
}
#OIElement .hco-file-zone-header-initial {
  display: flex;
  min-height: 2.5rem;
}
#OIElement .hco-file-zone-header-initial > span {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#OIElement .hco-file-zone-header-initial-actions {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding-right: 0.625rem;
}
#OIElement .hco-file-zone-header-initial-actions > i {
  padding-right: 0.9375rem;
  color: #ababab;
  font-size: 1.25rem;
}
#OIElement .hco-file-zone-header-initial-actions > i:hover {
  color: #ff3e00;
  cursor: pointer;
}
#OIElement .hco-file-zone-header-initial-actions > i.add {
  color: #ababab;
  cursor: pointer;
}
#OIElement .hco-file-zone-header-initial-actions > i.add:hover {
  color: #ff5900;
}
#OIElement .hco-message,
#OIElement .hco-message-error,
#OIElement .hco-message-success,
#OIElement .hco-message-warning {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem;
  border: 0.0625rem solid;
  border-radius: 0.125rem;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
#OIElement .hco-message-error i,
#OIElement .hco-message-success i,
#OIElement .hco-message-warning i,
#OIElement .hco-message i {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-right: 0.625rem;
}
#OIElement .fade.hco-message-error,
#OIElement .fade.hco-message-success,
#OIElement .fade.hco-message-warning,
#OIElement .hco-message.fade {
  opacity: 0;
}
#OIElement .hco-message-spaced {
  margin: 1.25rem;
}
#OIElement .hco-message-success {
  color: #13a555;
  background-color: #f3fbf7;
  border-color: #13a555;
}
#OIElement .hco-message-warning {
  color: #ff9100;
  background-color: #fffaf2;
  border-color: #ff9100;
}
#OIElement .hco-message-error {
  color: #b31610;
  background-color: #fbf3f3;
  border-color: #b31610;
}
#OIElement .hco-form-row.with-button-field > .hco-form-field:last-child,
#OIElement .with-button-field.hco-oi-form-upload-signature-section > .hco-form-field:last-child {
  justify-content: flex-end;
}
#OIElement .hco-medicare-section {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-medicare-section > span:first-child {
  padding-bottom: 0.3125rem;
}
#OIElement .hco-medicare-section > .checkbox-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  margin-left: 0.4375rem;
}
#OIElement .hco-medicare-section > .checkbox-container > .mat-checkbox {
  margin-right: 0.9375rem;
}
#OIElement .hco-medicare-section > .checkbox-container > .mat-checkbox .mat-checkbox-inner-container {
  height: 2.1875rem !important;
  width: 2.1875rem !important;
  margin-right: 0.3125rem !important;
}
#OIElement .hco-remove-carrier-button {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  max-height: 2.375rem;
  padding: 0.4375rem 3.75rem;
}
#OIElement .hco-remove-carrier-button > span:first-child {
  font-size: 1.375rem;
}
#OIElement .hco-remove-carrier-button > span:last-child {
  margin-left: 0.625rem;
}
#OIElement .hco-add-remove-button.remove-carrier {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  width: 30%;
  margin: 0 0.4375rem;
  padding: 0.4375rem 0.625rem;
}
#OIElement .hco-form-field.carrier-crud-buttons {
  justify-content: flex-end;
  margin-top: 0.625rem;
}
#OIElement .hco-form-field.carrier-crud-buttons > div {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: flex-end;
}
#OIElement .hco-form-field.carrier-crud-buttons > div > button {
  height: 3.75rem;
  min-height: 3.75rem;
}
#OIElement .hco-remove-dependent-button {
  display: flex;
  flex: 0 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  margin-left: 0.625rem;
}
#OIElement .hco-oi-form {
  background-color: #fff;
}
#OIElement .hco-add-carrier-button {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 5rem;
  max-height: 3.375rem;
  height: 3.375rem;
  white-space: nowrap;
}
#OIElement .hco-add-carrier-button > span:first-child {
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding-bottom: 0 !important;
}
#OIElement .hco-add-carrier-button > span:last-child {
  margin-left: 0.4375rem;
}
#OIElement .hco-form-signature {
  color: #ff5900;
  font-weight: 600;
}
#OIElement .hco-oif-body-container {
  background-color: #fff;
}
#OIElement .hco-add-remove-button.add-carrier {
  max-width: 18.75rem;
}
#OIElement .hco-form-bottom-margin {
  margin-bottom: 1.25rem;
}
#OIElement .hco-attachment-container,
#OIElement .hco-oif-upload-form-container {
  display: flex;
  flex: 1 1 auto;
  min-width: 0.0625rem;
}
#OIElement .hco-attachment-container {
  flex-direction: column;
}
#OIElement .hco-submission-error {
  margin: 10px 0;
  color: #b31610;
}
#OIElement .hco-oi-form-upload-signature-section {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0.0625rem;
  padding-top: 1.25rem;
  border: none;
  background-color: #fff;
}
#OIElement .hco-oi-form-upload-signature-section > button {
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  #OIElement .hco-oi-form-upload-signature-section .hco-form-row.submission-buttons > button,
  #OIElement .hco-oi-form-upload-signature-section > button,
  #OIElement .hco-oi-form-upload-signature-section button {
    display: flex;
    flex: 1 1 auto;
    min-width: 0.0625rem;
    padding: 0.5rem 0;
  }
}
.oe-has-oi-form {
  display: flex;
  flex: auto;
}
/*MD*/
@media (min-width: 992px) {
  #Content-Minimal > .container-fluid {
    padding-top: 10px;
  }
  #GEMSelectorContainer,
  [id$='GEMSelectorContainer'] {
    padding: 10px 0;
    font-size: 16px;
  }
  #GEMSelectorContainer a,
  [id$='GEMSelectorContainer'] a {
    color: #333;
  }
  #GEMSelector,
  [id$='GEMSelector'] {
    padding: 0;
    font-size: 16px;
    border-left: 0;
  }
  #GEMSelector select,
  [id$='GEMSelector'] select {
    font-size: 16px;
  }
  #GEMSelector td,
  [id$='GEMSelector'] td {
    padding: 2px;
  }
  #GEMSelector .MemberNumberContainer,
  [id$='GEMSelector'] .MemberNumberContainer {
    margin-left: 15px;
  }
}
/*Large*/
@media (min-width: 1200px) {
  #Content-Minimal > .container-fluid {
    padding-top: 10px;
  }
  #GEMSelectorContainer,
  [id$='GEMSelectorContainer'] {
    padding: 10px 0;
    font-size: 16px;
  }
  #GEMSelectorContainer a,
  [id$='GEMSelectorContainer'] a {
    color: #333;
  }
  #GEMSelector,
  [id$='GEMSelector'] {
    padding: 0;
    font-size: 16px;
    border-left: 0;
  }
  #GEMSelector select,
  [id$='GEMSelector'] select {
    font-size: 16px;
  }
  #GEMSelector td,
  [id$='GEMSelector'] td {
    padding: 2px;
  }
  #GEMSelector .MemberNumberContainer,
  [id$='GEMSelector'] .MemberNumberContainer {
    margin-left: 15px;
  }
}
#member-actions {
  float: right;
  color: #393939;
  padding-bottom: 0;
}
#member-actions .fa {
  cursor: pointer;
  font-size: 18px;
}
.btn .fa,
.btnHelpfulHints .fa {
  margin-top: 4px;
  color: #FF5900;
}
.fa-Color {
  color: #FF5900;
}
#footer-minimal {
  background: #FF5900;
  color: white;
  position: fixed !important;
  overflow-y: hidden;
  text-align: center;
  font-size: 12px;
}
#footer-minimal a {
  color: white;
  text-decoration: underline;
  transition: 0.25s color;
}
#footer-minimal a:hover {
  color: #F7F7F7;
}
#copyright {
  margin: 2px 0 2px 0;
}
#SwitchboardViewContent {
  padding: 10px 10px 20px 10px;
  font-size: 14px;
}
#SwitchboardViewContent .ui-widget-header {
  padding: 10px 15px;
  font-size: 18px;
  color: #333;
}
.line-break {
  display: inline-block;
}
.dn2-content {
  padding: 15px;
}
.form-internal {
  padding-left: 15px;
}
.bold14 {
  font-size: 14px;
  font-weight: bold;
}
.small12 {
  font-size: 12px;
}
#divWaveMM {
  margin-top: 25px;
}
#divWaveMM .noticeTitle {
  font-size: 16px;
  font-weight: bold;
}
[id$='PasswordStrengthMeter'] {
  display: inline-block;
  width: 300px;
  border: 1px solid #9B9B9B;
  background-color: white;
  border-radius: 4px;
  border-collapse: separate;
  margin-left: 16px;
}
[id$='PasswordStrengthMeter'] td {
  padding: 0.15em 0.3em;
}
.link-underline {
  color: #333;
  text-decoration: underline;
}
ul.list-unstyled.list-spaced > li {
  margin-bottom: 8px;
}
.modal-content {
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #9B9B9B;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.spinner-overlay {
  background: #000;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
}
canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reqField .fa-asterisk {
  font-size: 0.5em;
  margin-left: 0.5em;
  vertical-align: top;
  color: #C62F2F;
}
.input-group-addon.fa {
  display: table-cell;
}
hr {
  border-top-color: #9B9B9B;
}
#GoToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
}
#GoToTop:hover {
  background-color: #C62F2F;
}
#GoToTop:hover > i {
  color: #fff !important;
}
/*.CenterPane {
    padding: 0;

    &.expanded {

        @media (min-width: 768px) {

            margin-left: 250px;
        }
    }
}*/
/*.CenterPane {
    margin-left: 0px;
    z-index: 0;

    @media (min-width: 768px) {

        z-index: 1;
        margin-left: 250px;
    }

    &.transition {
        transition: margin-left 0.25s ease 0s;
    }
}*/
.CenterPane {
  margin-left: 0px;
  z-index: 0;
}
.CenterPane.transition {
  transition: margin-left 0.25s ease 0s;
}
@media (min-width: 768px) {
  .CenterPane.open {
    z-index: 1;
    margin-left: 250px;
  }
}
body {
  -ms-overflow-style: scrollbar;
}
