/* 
Project: Renovo Video Scheduler
Author: Drewbert
Created: 8/14/14
*/
/*
 * Base Variables, Mixins & Extendables
 *  
 */
/* Compass Imports */
/* Variables */
/* Extendables */
/* line 33, ../sass/partials/_base.scss */
.cal-controls, header, main, .menu {
  zoom: 1;
}
/* line 35, ../sass/partials/_base.scss */
.cal-controls:before, header:before, main:before, .menu:before, .cal-controls:after, header:after, main:after, .menu:after {
  content: "";
  display: block;
}
/* line 39, ../sass/partials/_base.scss */
.cal-controls:after, header:after, main:after, .menu:after {
  clear: both;
}

/* line 44, ../sass/partials/_base.scss */
a.arrow-right, a.arrow-left {
  height: 0;
  width: 0;
  display: inline-block;
  float: left;
}

/* line 51, ../sass/partials/_base.scss */
.panel.panel-login .input-group-addon.bg-primary, .table-header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNmNhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #2d6ca2));
  background-image: -moz-linear-gradient(#428bca, #2d6ca2);
  background-image: -webkit-linear-gradient(#428bca, #2d6ca2);
  background-image: linear-gradient(#428bca, #2d6ca2);
  border-color: #2b669a;
}

/* line 55, ../sass/partials/_base.scss */
.panel.panel-login .input-group-addon.bg-danger {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MxMmUyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #c12e2a));
  background-image: -moz-linear-gradient(#d9534f, #c12e2a);
  background-image: -webkit-linear-gradient(#d9534f, #c12e2a);
  background-image: linear-gradient(#d9534f, #c12e2a);
  border-color: #b92c28;
}

/* Resets */
/* line 61, ../sass/partials/_base.scss */
html {
  box-sizing: border-box;
}

/* line 64, ../sass/partials/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/*@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}*/
/* 
    Document   : CalViewStyle
    Created on : February 12, 2003, 11:31 AM
    Author     : ejarosek
    Description:
        Purpose of the stylesheet follows.
*/
/* Variables */
/* Calendar */
/* line 15, ../sass/partials/_CalViewStyle.scss */
.cal-controls {
  width: 801px;
  margin: 0 0 10px;
  overflow: visible;
  position: relative;
}
/* line 21, ../sass/partials/_CalViewStyle.scss */
.cal-controls .cal-print {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  font-size: 80%;
}
/* line 26, ../sass/partials/_CalViewStyle.scss */
.cal-controls .cal-print a.fa-print {
  font-size: 150%;
}

/* line 31, ../sass/partials/_CalViewStyle.scss */
.btn-refresh {
  float: left;
}
/* line 33, ../sass/partials/_CalViewStyle.scss */
.btn-refresh + label {
  color: #a2a2a2;
  padding-left: 10px;
  font-weight: normal;
}
/* line 37, ../sass/partials/_CalViewStyle.scss */
.btn-refresh + label span {
  font-size: 18px;
}

/* line 42, ../sass/partials/_CalViewStyle.scss */
.nav.nav-tabs.cal-tabs {
  margin: 0 0 15px;
  max-width: 820px;
}

/* line 46, ../sass/partials/_CalViewStyle.scss */
.cal-nav {
  display: inline;
}
/* line 48, ../sass/partials/_CalViewStyle.scss */
.cal-nav label {
  display: inline;
  font-weight: bold;
  line-height: 30px;
  float: left;
}

/* line 55, ../sass/partials/_CalViewStyle.scss */
#startDateDiv, .date-combo {
  position: relative;
  min-width: 30px;
  min-height: 30px;
}
/* line 59, ../sass/partials/_CalViewStyle.scss */
#startDateDiv:before, .date-combo:before {
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 25px;
  padding: 1px 4px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #555;
  font-size: 140%;
  right: 0;
}
/* line 74, ../sass/partials/_CalViewStyle.scss */
.cal-nav #startDateDiv, .cal-nav .date-combo {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
/* line 78, ../sass/partials/_CalViewStyle.scss */
.cal-nav #startDateDiv:before, .cal-nav .date-combo:before {
  border-radius: 4px;
  border-left: 1px solid #ccc;
  font-size: 21px;
}

/* line 85, ../sass/partials/_CalViewStyle.scss */
.cal-wrap {
  position: relative;
  margin: 0;
  font-size: .8em;
}

/* line 90, ../sass/partials/_CalViewStyle.scss */
.calRowHeader {
  font-size: 80%;
}

/* line 93, ../sass/partials/_CalViewStyle.scss */
.calRowSubHead {
  font-size: 10px;
  color: #cdcdcd;
}

/* line 97, ../sass/partials/_CalViewStyle.scss */
.web-grid {
  position: absolute;
}
/* line 99, ../sass/partials/_CalViewStyle.scss */
.web-grid.cols {
  background-color: transparent;
  color: #666;
  height: 100%;
  top: 0;
}

/* Conference Popovers */
/* CELLS */
/* line 111, ../sass/partials/_CalViewStyle.scss */
.conf-wrap {
  cursor: pointer;
}

/* line 112, ../sass/partials/_CalViewStyle.scss */
.WebGridCell {
  width: 100%;
  box-sizing: content-box;
  border-top: 1px solid #fff;
}
/* line 116, ../sass/partials/_CalViewStyle.scss */
.WebGridCell.odd {
  background-color: #fff;
}
/* line 119, ../sass/partials/_CalViewStyle.scss */
.WebGridCell.even {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* line 124, ../sass/partials/_CalViewStyle.scss */
.WebGridCell2 {
  width: 100%;
}

/* line 127, ../sass/partials/_CalViewStyle.scss */
.WebGridCell3 {
  background-color: #999;
}

/* line 130, ../sass/partials/_CalViewStyle.scss */
.wg-conf, .nd-conferences div {
  position: absolute;
}

/* line 134, ../sass/partials/_CalViewStyle.scss */
.row-header {
  float: left;
  height: 31px;
  border-top: 1px solid #e2e2e2;
  padding: 2px 0 0 4px;
  background-color: #666;
  color: #fff;
  line-height: 0.9em;
}
/* line 142, ../sass/partials/_CalViewStyle.scss */
.row-header p {
  margin: 0;
}

/* line 146, ../sass/partials/_CalViewStyle.scss */
.weekly .row-header {
  width: 50px;
  height: 49px;
  clear: left;
}

/* line 152, ../sass/partials/_CalViewStyle.scss */
.dailyByConference .row-header, .dailyByRoom .row-header {
  width: 200px;
  /*height:31px;*/
}

/* line 157, ../sass/partials/_CalViewStyle.scss */
.row-content {
  position: relative;
  float: left;
  height: 31px;
}

/* line 162, ../sass/partials/_CalViewStyle.scss */
.web-grid-col {
  position: absolute;
  height: 100%;
  line-height: 19px;
  text-align: center;
  border: 1px solid #e2e2e2;
}

/* line 169, ../sass/partials/_CalViewStyle.scss */
.WebGridDayOfMonthInfo {
  overflow: hidden;
}
/* line 171, ../sass/partials/_CalViewStyle.scss */
.WebGridDayOfMonthInfo button {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
/* line 176, ../sass/partials/_CalViewStyle.scss */
.WebGridDayOfMonthInfo a.navhd {
  display: block;
  width: 114px;
  line-height: 10px;
  padding: 1px;
  padding-left: 4px;
  margin-bottom: 3px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px #4a4a4a;
}

/* line 192, ../sass/partials/_CalViewStyle.scss */
#dayOfMonthModal {
  font-size: .8em;
}
/* line 194, ../sass/partials/_CalViewStyle.scss */
#dayOfMonthModal .modal-body button {
  display: none;
}
/* line 197, ../sass/partials/_CalViewStyle.scss */
#dayOfMonthModal a.navhd {
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 3px;
}
/* line 206, ../sass/partials/_CalViewStyle.scss */
#dayOfMonthModal button.expand-day {
  display: none;
}

/* Old Style - Beer of champions */
/* line 211, ../sass/partials/_CalViewStyle.scss */
div.TopRowCell {
  position: absolute;
  height: 27px;
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  z-index: 1;
}

/* line 220, ../sass/partials/_CalViewStyle.scss */
div.MiddleRowCell {
  position: absolute;
  height: 27px;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  z-index: 1;
}

/* line 228, ../sass/partials/_CalViewStyle.scss */
div.EndColumnTopRowCell {
  position: absolute;
  height: 27px;
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  border-right: 1px solid #484848;
  z-index: 1;
}

/* line 238, ../sass/partials/_CalViewStyle.scss */
div.EndColumnCell {
  position: absolute;
  height: 27px;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  border-right: 1px solid #484848;
  z-index: 1;
}

/* line 247, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence0 {
  position: absolute;
  height: 8px;
  background-color: #000000;
  z-index: 2;
  font-size: 3px;
  cursor: pointer;
}

/* line 256, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence1 {
  position: absolute;
  height: 8px;
  background-color: #0000FF;
  z-index: 3;
  font-size: 3px;
  cursor: pointer;
}

/* line 265, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence2 {
  position: absolute;
  height: 8px;
  background-color: #FF0000;
  z-index: 4;
  font-size: 3px;
  cursor: pointer;
}

/* line 274, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence3 {
  position: absolute;
  height: 8px;
  background-color: #000000;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 283, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence4 {
  position: absolute;
  height: 8px;
  background-color: #3B6D43;
  z-index: 6;
  font-size: 3px;
  cursor: pointer;
}

/* line 292, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence5 {
  position: absolute;
  height: 8px;
  background-color: #000000;
  z-index: 7;
  font-size: 3px;
  cursor: pointer;
}

/* line 301, ../sass/partials/_CalViewStyle.scss */
div.TableBGTan {
  position: absolute;
  left: 150px;
  background-color: #D2D3B6;
  height: 27px;
  z-index: 0;
}

/* line 309, ../sass/partials/_CalViewStyle.scss */
div.RoomsCellTop {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  left: 0px;
  width: 150px;
  height: 27px;
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  text-align: left;
}

/* line 324, ../sass/partials/_CalViewStyle.scss */
div.RoomsCell {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  left: 0px;
  width: 150px;
  height: 27px;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  text-align: left;
}

/* line 338, ../sass/partials/_CalViewStyle.scss */
div.HoursCell {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  height: 35px;
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  text-align: center;
}

/* line 350, ../sass/partials/_CalViewStyle.scss */
div.HoursCellEndColumn {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  height: 35px;
  border-top: 1px solid #484848;
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
  text-align: center;
}

/* line 363, ../sass/partials/_CalViewStyle.scss */
div.calViewConferenceInformation {
  FONT-SIZE: 11px;
  COLOR: #000000;
  display: none;
  position: absolute;
  background-color: #D2D3B6;
  border: 1px solid #484848;
  padding: 3px 5px 3px 5px;
  z-index: 99;
}

/* DIV styles for weekly view */
/* line 377, ../sass/partials/_CalViewStyle.scss */
div.TopRowCellWeeklyView {
  position: absolute;
  height: 50px;
  border-top: 2px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  z-index: 2;
}

/* line 386, ../sass/partials/_CalViewStyle.scss */
div.MiddleRowCellWeeklyView {
  position: absolute;
  height: 50px;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  z-index: 2;
}

/* line 394, ../sass/partials/_CalViewStyle.scss */
div.EndColumnTopRowCellWeeklyView {
  position: absolute;
  height: 50px;
  border-top: 2px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  border-right: 2px solid #484848;
  z-index: 2;
}

/* line 404, ../sass/partials/_CalViewStyle.scss */
div.EndColumnCellWeeklyView {
  position: absolute;
  height: 50px;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  border-right: 2px solid #484848;
  z-index: 2;
}

/* line 413, ../sass/partials/_CalViewStyle.scss */
div.HalfHourDividerWeeklyView {
  position: absolute;
  height: 1px;
  border-top: 1px solid #888888;
  z-index: 1;
  font-size: 0px;
}

/* line 421, ../sass/partials/_CalViewStyle.scss */
div.HoursCellTopWeeklyView {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  left: 0px;
  height: 50px;
  border-top: 2px solid #484848;
  border-left: 2px solid #484848;
  border-bottom: 2px solid #484848;
  text-align: left;
  vertical-align: middle;
}

/* line 436, ../sass/partials/_CalViewStyle.scss */
div.HoursCellWeeklyView {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  left: 0px;
  height: 50px;
  border-left: 2px solid #484848;
  border-bottom: 2px solid #484848;
  text-align: left;
  vertical-align: middle;
}

/* line 450, ../sass/partials/_CalViewStyle.scss */
div.TableBGTanWeeklyView {
  position: absolute;
  top: 27px;
  background-color: #D2D3B6;
  z-index: 0;
}

/* line 457, ../sass/partials/_CalViewStyle.scss */
div.DaysCellWeeklyView {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  top: 0px;
  height: 27px;
  border-top: 2px solid #484848;
  border-left: 2px solid #484848;
  text-align: center;
}

/* line 470, ../sass/partials/_CalViewStyle.scss */
div.DaysCellEndColumnWeeklyView {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  position: absolute;
  top: 0px;
  height: 27px;
  border-top: 2px solid #484848;
  border-left: 2px solid #484848;
  border-right: 2px solid #484848;
  text-align: center;
}

/* line 484, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence0WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #000000;
  z-index: 2;
  font-size: 3px;
  cursor: pointer;
}

/* line 493, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence1WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #0000FF;
  z-index: 3;
  font-size: 3px;
  cursor: pointer;
}

/* line 502, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence2WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #FF0000;
  z-index: 4;
  font-size: 3px;
  cursor: pointer;
}

/* line 511, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence3WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #000000;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 520, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence4WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #3B6D43;
  z-index: 6;
  font-size: 3px;
  cursor: pointer;
}

/* line 529, ../sass/partials/_CalViewStyle.scss */
div.ConferenceDisplayPrecedence5WeeklyView {
  position: absolute;
  width: 5px;
  background-color: #000000;
  z-index: 7;
  font-size: 3px;
  cursor: pointer;
}

/* DIV styles for monthly view */
/* line 540, ../sass/partials/_CalViewStyle.scss */
div.TopRowCellMonthlyView {
  position: absolute;
  height: 75px;
  border-top: 2px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  width: 85px;
  z-index: 3;
}

/* line 550, ../sass/partials/_CalViewStyle.scss */
div.MiddleRowCellMonthlyView {
  position: absolute;
  height: 75px;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  width: 85px;
  z-index: 3;
}

/* line 559, ../sass/partials/_CalViewStyle.scss */
div.EndColumnTopRowCellMonthlyView {
  position: absolute;
  height: 75px;
  border-top: 2px solid #484848;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  border-right: 2px solid #484848;
  width: 85px;
  z-index: 3;
}

/* line 570, ../sass/partials/_CalViewStyle.scss */
div.EndColumnCellMonthlyView {
  position: absolute;
  height: 75px;
  border-left: 1px solid #484848;
  border-bottom: 2px solid #484848;
  border-right: 2px solid #484848;
  width: 85px;
  z-index: 3;
}

/* line 580, ../sass/partials/_CalViewStyle.scss */
div.NextOrPreviousMonthMonthlyView {
  position: absolute;
  height: 75px;
  width: 85px;
  background-color: #DDDDDD;
  z-index: 1;
}

/* line 588, ../sass/partials/_CalViewStyle.scss */
div.DayOfMonthCellMonthlyView {
  position: absolute;
  height: 15px;
  border-left: 1px solid #484848;
  border-bottom: 1px solid #484848;
  width: 15px;
  background-color: #7E8BA7;
  z-index: 2;
  FONT-SIZE: 11px;
  text-align: center;
  color: #FFFFFF;
}

/* line 601, ../sass/partials/_CalViewStyle.scss */
div.InformationMonthlyView {
  position: absolute;
  width: 250px;
  height: 250px;
  z-index: 1;
  clip: rect(0px 83px 73px 0px);
  text-align: left;
}

/* line 610, ../sass/partials/_CalViewStyle.scss */
a.CalViewConferenceLink {
  FONT-SIZE: 10px;
  COLOR: #484848;
}

/* line 615, ../sass/partials/_CalViewStyle.scss */
div.ExpandDayInformationMonthlyView {
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  font-size: 2px;
  z-index: 3;
}

/* Grid Filter Colors */
/* line 627, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect0 {
  z-index: 2;
  background-color: #0000FF;
  font-size: 3px;
  cursor: pointer;
}

/* line 635, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect1 {
  z-index: 5;
  background-color: #000080;
  font-size: 3px;
  cursor: pointer;
}

/* line 643, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect2 {
  z-index: 3;
  background-color: #FF0000;
  font-size: 3px;
  cursor: pointer;
}

/* line 651, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect3 {
  background-color: #800000;
  z-index: 2;
  font-size: 3px;
  cursor: pointer;
}

/* line 659, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect4 {
  background-color: #008000;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 667, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect5 {
  background-color: #FF00FF;
  z-index: 4;
  font-size: 3px;
  cursor: pointer;
}

/* line 675, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect11 {
  background-color: #0BE90B;
  z-index: 4;
  font-size: 3px;
  cursor: pointer;
}

/* line 683, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect12 {
  background-color: #000000;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 691, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect34 {
  background-color: #FCFF0D;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 699, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect1000 {
  background-color: #979797;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 707, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect1001 {
  background-color: #FF8800;
  z-index: 5;
  font-size: 3px;
  cursor: pointer;
}

/* line 714, ../sass/partials/_CalViewStyle.scss */
div.WebGridRectPretestWhite {
  border-style: dotted;
  border-width: 1px;
  border-color: white;
}

/* line 720, ../sass/partials/_CalViewStyle.scss */
div.WebGridRectPretestBlack {
  border-style: dotted;
  border-width: 1px;
  border-color: black;
}

/* line 726, ../sass/partials/_CalViewStyle.scss */
div.WebGridRectPreTestGray {
  border-style: dotted;
  border-width: 1px;
  border-color: gray;
}

/* line 732, ../sass/partials/_CalViewStyle.scss */
div.WebGridRect {
  background-color: #FF0000;
  cursor: pointer;
}

/* line 737, ../sass/partials/_CalViewStyle.scss */
div.WebGridDayOfMonth {
  padding: 1px 1px 1px 1px;
  FONT-SIZE: 8pt;
  COLOR: #a2a2a2;
  text-align: center;
  z-index: 50;
}

/* line 745, ../sass/partials/_CalViewStyle.scss */
div.WebGridDayOfMonthInfo {
  padding: 1px 1px 1px 1px;
  FONT-SIZE: 7pt;
  COLOR: #000000;
  text-align: left;
  z-index: 25;
}

/* line 753, ../sass/partials/_CalViewStyle.scss */
td.WebGridRowHeaderCell {
  background-color: #7E8BA7;
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #ffffff;
  text-align: left;
}

/* line 761, ../sass/partials/_CalViewStyle.scss */
div.WebGridOpenDayOfMonth {
  BACKGROUND-IMAGE: url(../images/OpenArrow.gif);
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 50;
  font-size: 6px;
}

/* line 771, ../sass/partials/_CalViewStyle.scss */
div.WebGridCloseDayOfMonth {
  BACKGROUND-IMAGE: url(../images/CloseArrow.gif);
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: pointer;
  left: 0px;
  top: 0px;
  font-size: 6px;
}

/* line 782, ../sass/partials/_CalViewStyle.scss */
div.calViewDayOfMonthInformation {
  FONT-SIZE: 11px;
  COLOR: #000000;
  display: none;
  position: absolute;
  background-color: #D2D3B6;
  border: 1px solid #484848;
  padding: 3px 5px 3px 5px;
  z-index: 99;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  overflow: auto;
}

/* line 799, ../sass/partials/_CalViewStyle.scss */
div.NowLine {
  z-index: 10;
  border-right-width: 1px;
  border-right-style: dashed;
  border-right-color: #FF0000;
  font-size: 3px;
}

@media (max-width: 768px) {
  /* line 808, ../sass/partials/_CalViewStyle.scss */
  .sm-scrollable-container {
    overflow-x: auto;
  }
}
/* Default attributes of table container for entire calendar */
/* line 2, ../sass/partials/_popcalendar.scss */
.table-style {
  font-family: arial;
  border-width: 1;
  border-style: solid;
  border-color: #a0a0a0;
  background-color: #ffffff;
  font-family: arial;
  font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
/* line 15, ../sass/partials/_popcalendar.scss */
.div-style {
  z-index: +999;
  position: absolute;
  visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
/* line 22, ../sass/partials/_popcalendar.scss */
.title-style {
  padding: 2px;
  font-family: arial;
  font-size: 11px;
  color: #000000;
}

/* Default attributes used in calendar title background.*/
/* line 30, ../sass/partials/_popcalendar.scss */
.title-background-style {
  background-color: #DED6BD;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
/* line 36, ../sass/partials/_popcalendar.scss */
.title-control-normal-style {
  border-style: solid;
  border-width: 1;
  border-color: #000000;
  cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
/* line 44, ../sass/partials/_popcalendar.scss */
.title-control-select-style {
  border-style: solid;
  border-width: 1;
  border-color: #000000;
  cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
/* line 52, ../sass/partials/_popcalendar.scss */
.dropdown-style {
  font-family: arial;
  font-size: 11px;
  border-width: 1;
  border-style: solid;
  border-color: #a0a0a0;
  background-color: #cee3ef;
  cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
/* line 63, ../sass/partials/_popcalendar.scss */
.dropdown-select-style {
  background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
/* line 68, ../sass/partials/_popcalendar.scss */
.dropdown-normal-style {
  background-color: #000000;
}

/* Default attributes of calendar body (weekday titles and numbers). */
/* line 73, ../sass/partials/_popcalendar.scss */
.body-style {
  padding: 5px;
  background-color: #DED6BD;
  font-family: verdana;
  font-size: 10px;
}

/* Attributes of current day in calendar body. */
/* line 81, ../sass/partials/_popcalendar.scss */
.current-day-style {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
/* line 88, ../sass/partials/_popcalendar.scss */
.end-of-weekday-style {
  color: #555555;
  text-decoration: none;
}

/* Attributes of all other days in calendar body. */
/* line 94, ../sass/partials/_popcalendar.scss */
.normal-day-style {
  color: black;
  text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
/* line 100, ../sass/partials/_popcalendar.scss */
.selected-day-style {
  border-style: solid;
  border-width: 1px;
  border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
/* line 107, ../sass/partials/_popcalendar.scss */
.holiday-style {
  background-color: #FFDDDD;
}

/* Default attributes of non allowed days. */
/* line 112, ../sass/partials/_popcalendar.scss */
.no-select-style {
  cursor: default;
  color: #AAAAAA;
}

/* Attributes of today display at bottom on calendar */
/* line 118, ../sass/partials/_popcalendar.scss */
.today-style {
  padding: 0px;
  color: black;
  background-color: #DED6BD;
  text-align: center;
  text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
/* line 127, ../sass/partials/_popcalendar.scss */
.weeknumber-div-style {
  background-color: #d0d0d0;
  padding: 0px;
}

/* line 1, ../sass/partials/_ListDiv.scss */
div.ListDivOuterContainer {
  overflow: auto;
  border: 1px solid #000000;
  height: 100px;
  cursor: default;
  background-color: #FFFFFF;
}

/* line 9, ../sass/partials/_ListDiv.scss */
div.ListDivOuterContainerLarge {
  overflow: auto;
  border: 1px solid #000000;
  height: 150px;
  cursor: default;
  background-color: #FFFFFF;
}

/* line 17, ../sass/partials/_ListDiv.scss */
div.ListDivInnerContainer {
  cursor: default;
}

/* line 21, ../sass/partials/_ListDiv.scss */
div.ListDivInnerContainerOnOver {
  background-color: #FF0000;
  cursor: default;
}

/* line 26, ../sass/partials/_ListDiv.scss */
div.ListDivInnerContainerSelected {
  background-color: #316AC5;
  color: #FFFFFF;
  cursor: default;
}

/* line 1, ../sass/partials/_Menu.scss */
div.MenuOuterContainer {
  border: 1px solid #C0C0C0;
  background-color: #DDDDDD;
  font: normal 8pt Arial;
  cursor: default;
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  z-index: 999;
}

/* line 11, ../sass/partials/_Menu.scss */
div.MenuInnerContainer {
  cursor: default;
  /* padding: 0px 25px 0px 15px; */
  z-index: 1000;
}

/* line 17, ../sass/partials/_Menu.scss */
div.MenuInnerContainerDisabled {
  cursor: default;
  color: #666666;
  /* padding: 0px 25px 0px 15px; */
  z-index: 1000;
}

/* line 24, ../sass/partials/_Menu.scss */
div.MenuInnerContainerOnOver {
  background-color: #467EDA;
  cursor: default;
  /* padding: 0px 25px 0px 15px; */
  color: #FFFFFF;
  z-index: 1000;
}

/* line 32, ../sass/partials/_Menu.scss */
div.PopupMenuOuterContainer {
  border: 1px solid #333333;
  background-color: #DDDDDD;
  font: normal 8pt Arial;
  cursor: default;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  z-index: 999;
}

/* line 44, ../sass/partials/_Menu.scss */
div.PopupMenuInnerContainer {
  cursor: default;
  /* padding: 0px 25px 0px 15px; */
  z-index: 1000;
}

/*
 * Animations
 *
 */
/* Nav Menu */
@-webkit-keyframes animateNav {
  0% {
    padding-left: 1.5em;
  }
  100% {
    padding-left: 2.5em;
  }
}
@-moz-keyframes animateNav {
  0% {
    padding-left: 1.5em;
  }
  100% {
    padding-left: 2.5em;
  }
}
@keyframes animateNav {
  0% {
    padding-left: 1.5em;
  }
  100% {
    padding-left: 2.5em;
  }
}
/*!
 * Ext JS Library 3.2.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/* line 7, ../sass/vendor/_ext-all-notheme.scss */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
img, body, html {
  border: 0;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
ol, ul {
  list-style: none;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
caption, th {
  text-align: left;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
q:before, q:after {
  content: '';
}

/* line 7, ../sass/vendor/_ext-all-notheme.scss */
.ext-el-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  zoom: 1;
}

/* line 20, ../sass/vendor/_ext-all-notheme.scss */
.ext-el-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  background: repeat-x 0 -16px;
  padding: 2px;
}

/* line 30, ../sass/vendor/_ext-all-notheme.scss */
.ext-el-mask-msg div {
  padding: 5px 10px 5px 10px;
  border: 1px solid;
  cursor: wait;
}

/* line 36, ../sass/vendor/_ext-all-notheme.scss */
.ext-shim {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* line 44, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .ext-shim {
  filter: alpha(opacity=0);
}

/* line 48, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .ext-shim {
  margin-left: 5px;
  margin-top: 3px;
}

/* line 53, ../sass/vendor/_ext-all-notheme.scss */
.x-mask-loading div {
  padding: 5px 10px 5px 25px;
  background: no-repeat 5px 5px;
  line-height: 16px;
}

/* class for hiding elements without using display:none */
/* line 60, ../sass/vendor/_ext-all-notheme.scss */
.x-hidden, .x-hide-offsets {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
}

/* line 67, ../sass/vendor/_ext-all-notheme.scss */
.x-hide-display {
  display: none !important;
}

/* line 71, ../sass/vendor/_ext-all-notheme.scss */
.x-hide-visibility {
  visibility: hidden !important;
}

/* line 75, ../sass/vendor/_ext-all-notheme.scss */
.x-masked {
  overflow: hidden !important;
}

/* line 78, ../sass/vendor/_ext-all-notheme.scss */
.x-masked-relative {
  position: relative !important;
}

/* line 82, ../sass/vendor/_ext-all-notheme.scss */
.x-masked select, .x-masked object, .x-masked embed {
  visibility: hidden;
}

/* line 86, ../sass/vendor/_ext-all-notheme.scss */
.x-layer {
  visibility: hidden;
}

/* line 90, ../sass/vendor/_ext-all-notheme.scss */
.x-unselectable, .x-unselectable * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 96, ../sass/vendor/_ext-all-notheme.scss */
.x-repaint {
  zoom: 1;
  background-color: transparent;
  -moz-outline: none;
  outline: none;
}

/* line 103, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
}

/* line 110, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled * {
  cursor: default !important;
}

/* line 114, ../sass/vendor/_ext-all-notheme.scss */
.x-form-radio-group .x-item-disabled {
  filter: none;
}

/* line 118, ../sass/vendor/_ext-all-notheme.scss */
.x-splitbar-proxy {
  position: absolute;
  visibility: hidden;
  z-index: 20001;
  zoom: 1;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}

/* line 128, ../sass/vendor/_ext-all-notheme.scss */
.x-splitbar-h, .x-splitbar-proxy-h {
  cursor: e-resize;
  cursor: col-resize;
}

/* line 133, ../sass/vendor/_ext-all-notheme.scss */
.x-splitbar-v, .x-splitbar-proxy-v {
  cursor: s-resize;
  cursor: row-resize;
}

/* line 138, ../sass/vendor/_ext-all-notheme.scss */
.x-color-palette {
  width: 150px;
  height: 92px;
  cursor: pointer;
}

/* line 144, ../sass/vendor/_ext-all-notheme.scss */
.x-color-palette a {
  border: 1px solid;
  float: left;
  padding: 2px;
  text-decoration: none;
  -moz-outline: 0 none;
  outline: 0 none;
  cursor: pointer;
}

/* line 154, ../sass/vendor/_ext-all-notheme.scss */
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border: 1px solid;
}

/* line 158, ../sass/vendor/_ext-all-notheme.scss */
.x-color-palette em {
  display: block;
  border: 1px solid;
}

/* line 163, ../sass/vendor/_ext-all-notheme.scss */
.x-color-palette em span {
  cursor: pointer;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
}

/* line 171, ../sass/vendor/_ext-all-notheme.scss */
.x-ie-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  zoom: 1;
}

/* line 180, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

/* line 188, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow * {
  overflow: hidden;
}

/* line 192, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow * {
  padding: 0;
  border: 0;
  margin: 0;
  clear: none;
  zoom: 1;
}

/* top  bottom */
/* line 201, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xstc, .x-shadow .xsbc {
  height: 6px;
  float: left;
}

/* corners */
/* line 207, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  width: 6px;
  height: 6px;
  float: left;
}

/* sides */
/* line 214, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsc {
  width: 100%;
}

/* line 218, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsml, .x-shadow .xsmr {
  width: 6px;
  float: left;
  height: 100%;
}

/* line 224, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsmc {
  float: left;
  height: 100%;
  background: transparent;
}

/* line 230, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xst, .x-shadow .xsb {
  height: 6px;
  overflow: hidden;
  width: 100%;
}

/* line 236, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsml {
  background: transparent repeat-y 0 0;
}

/* line 240, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsmr {
  background: transparent repeat-y -6px 0;
}

/* line 244, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xstl {
  background: transparent no-repeat 0 0;
}

/* line 248, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xstc {
  background: transparent repeat-x 0 -30px;
}

/* line 252, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xstr {
  background: transparent repeat-x 0 -18px;
}

/* line 256, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsbl {
  background: transparent no-repeat 0 -12px;
}

/* line 260, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsbc {
  background: transparent repeat-x 0 -36px;
}

/* line 264, ../sass/vendor/_ext-all-notheme.scss */
.x-shadow .xsbr {
  background: transparent repeat-x 0 -6px;
}

/* line 268, ../sass/vendor/_ext-all-notheme.scss */
.loading-indicator {
  background: no-repeat left;
  padding-left: 20px;
  line-height: 16px;
  margin: 3px;
}

/* line 275, ../sass/vendor/_ext-all-notheme.scss */
.x-text-resize {
  position: absolute;
  left: -1000px;
  top: -1000px;
  visibility: hidden;
  zoom: 1;
}

/* line 283, ../sass/vendor/_ext-all-notheme.scss */
.x-drag-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/default/s.gif);
  z-index: 20000;
}

/* line 294, ../sass/vendor/_ext-all-notheme.scss */
.x-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 302, ../sass/vendor/_ext-all-notheme.scss */
.x-spotlight {
  z-index: 8999;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 0;
  height: 0;
  zoom: 1;
}

/* line 315, ../sass/vendor/_ext-all-notheme.scss */
#x-history-frame {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* line 324, ../sass/vendor/_ext-all-notheme.scss */
#x-history-field {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* line 332, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle {
  position: absolute;
  z-index: 100;
  /* ie needs these */
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}

/* line 344, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-east {
  width: 6px;
  cursor: e-resize;
  right: 0;
  top: 0;
  height: 100%;
}

/* line 352, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/
}

/* line 356, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-south {
  width: 100%;
  cursor: s-resize;
  left: 0;
  bottom: 0;
  height: 6px;
}

/* line 364, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-resizable-handle-south {
  margin-bottom: -1px;
  /*IE rounding error*/
}

/* line 368, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-west {
  width: 6px;
  cursor: w-resize;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 376, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-north {
  width: 100%;
  cursor: n-resize;
  left: 0;
  top: 0;
  height: 6px;
}

/* line 384, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-southeast {
  width: 6px;
  cursor: se-resize;
  right: 0;
  bottom: 0;
  height: 6px;
  z-index: 101;
}

/* line 393, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-northwest {
  width: 6px;
  cursor: nw-resize;
  left: 0;
  top: 0;
  height: 6px;
  z-index: 101;
}

/* line 402, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-northeast {
  width: 6px;
  cursor: ne-resize;
  right: 0;
  top: 0;
  height: 6px;
  z-index: 101;
}

/* line 411, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-handle-southwest {
  width: 6px;
  cursor: sw-resize;
  left: 0;
  bottom: 0;
  height: 6px;
  z-index: 101;
}

/* line 420, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 425, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
}

/* line 431, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
}

/* line 437, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-position: top left;
}

/* line 441, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-position: bottom right;
}

/* line 445, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-position: bottom left;
}

/* line 449, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-position: top right;
}

/* line 453, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-proxy {
  border: 1px dashed;
  position: absolute;
  overflow: hidden;
  display: none;
  left: 0;
  top: 0;
  z-index: 50000;
}

/* line 463, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200000;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 475, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel {
  overflow: hidden;
}

/* line 479, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header, .x-tab-panel-footer {
  border: 1px solid;
  overflow: hidden;
  zoom: 1;
}

/* line 485, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header {
  border: 1px solid;
  padding-bottom: 2px;
}

/* line 490, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-footer {
  border: 1px solid;
  padding-top: 2px;
}

/* line 495, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
}

/* line 502, ../sass/vendor/_ext-all-notheme.scss */
ul.x-tab-strip {
  display: block;
  width: 5000px;
  zoom: 1;
}

/* line 508, ../sass/vendor/_ext-all-notheme.scss */
ul.x-tab-strip-top {
  padding-top: 1px;
  background: repeat-x bottom;
  border-bottom: 1px solid;
}

/* line 514, ../sass/vendor/_ext-all-notheme.scss */
ul.x-tab-strip-bottom {
  padding-bottom: 1px;
  background: repeat-x top;
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 521, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header-plain .x-tab-strip-top {
  background: transparent !important;
  padding-top: 0 !important;
}

/* line 526, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-bottom: 0 !important;
}

/* line 532, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border: 1px solid;
  height: 2px;
  font-size: 1px;
  line-height: 1px;
}

/* line 540, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-header-plain .x-tab-strip-spacer {
  border-top: 0 none;
}

/* line 544, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-bottom: 0 none;
}

/* line 548, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-footer-plain .x-tab-strip-bottom {
  background: transparent !important;
  padding-bottom: 0 !important;
}

/* line 553, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-footer-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-top: 0 !important;
}

/* line 559, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
  height: 3px;
}

/* line 564, ../sass/vendor/_ext-all-notheme.scss */
ul.x-tab-strip li {
  float: left;
  margin-left: 2px;
}

/* line 569, ../sass/vendor/_ext-all-notheme.scss */
ul.x-tab-strip li.x-tab-edge {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 1px !important;
  line-height: 1px !important;
  overflow: hidden;
  zoom: 1;
  background: transparent !important;
  width: 1px;
}

/* line 582, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
  display: block;
}

/* line 586, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip a {
  text-decoration: none !important;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}

/* line 593, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 598, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip span.x-tab-strip-text {
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 0;
}

/* line 604, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-with-icon .x-tab-right {
  padding-left: 6px;
}

/* line 608, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
  padding-left: 20px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}

/* line 614, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
  cursor: default;
}

/* line 618, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-active span.x-tab-strip-text {
  cursor: default;
}

/* line 622, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-disabled .x-tabs-text {
  cursor: default;
}

/* line 626, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-body {
  overflow: hidden;
}

/* line 630, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-bwrap {
  overflow: hidden;
}

/* line 634, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-tab-strip .x-tab-right {
  position: relative;
}

/* line 638, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  margin-bottom: -1px;
}

/*
 * Horrible hack for IE8 in quirks mode
 */
/* line 645, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie8 ul.x-tab-strip li {
  position: relative;
}

/* line 648, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie8 .x-tab-strip .x-tab-right {
  margin-bottom: 0 !important;
  top: 1px;
}

/* line 652, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie8 ul.x-tab-strip-top {
  padding-top: 0;
}

/* line 655, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  top: 4px;
}

/* line 658, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie8 .x-tab-strip-bottom .x-tab-right {
  top: 0;
}

/* line 663, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-bottom: 5px;
}

/* line 667, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  margin-top: -1px;
}

/* line 671, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-top: 5px;
}

/* line 675, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-right {
  background: transparent no-repeat 0 -51px;
  padding-left: 10px;
}

/* line 680, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-left {
  background: transparent no-repeat right -351px;
  padding-right: 10px;
}

/* line 685, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-inner {
  background: transparent repeat-x 0 -201px;
}

/* line 689, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-right {
  background-position: 0 -101px;
}

/* line 693, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-left {
  background-position: right -401px;
}

/* line 697, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
  background-position: 0 -251px;
}

/* line 701, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  background-position: 0 0;
}

/* line 705, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
  background-position: right -301px;
}

/* line 709, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  background-position: 0 -151px;
}

/* line 713, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-right {
  background: no-repeat bottom right;
}

/* line 717, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-left {
  background: no-repeat bottom left;
}

/* line 721, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  background: no-repeat bottom right;
}

/* line 725, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  background: no-repeat bottom left;
}

/* line 729, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-left {
  margin-right: 3px;
  padding: 0 10px;
}

/* line 734, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-bottom .x-tab-right {
  padding: 0;
}

/* line 738, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip .x-tab-strip-close {
  display: none;
}

/* line 742, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-closable {
  position: relative;
}

/* line 746, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip-closable .x-tab-left {
  padding-right: 19px;
}

/* line 750, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  opacity: .6;
  -moz-opacity: .6;
  background-repeat: no-repeat;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 2;
}

/* line 764, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
  opacity: .8;
  -moz-opacity: .8;
}

/* line 768, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  opacity: 1;
  -moz-opacity: 1;
}

/* line 773, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-body {
  border: 1px solid;
}

/* line 777, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-body-top {
  border-top: 0 none;
}

/* line 781, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-body-bottom {
  border-bottom: 0 none;
}

/* line 785, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-left {
  background: transparent no-repeat -18px 0;
  border-bottom: 1px solid;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 795, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-left-over {
  background-position: 0 0;
}

/* line 799, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-left-disabled {
  background-position: -18px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 807, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-right {
  background: transparent no-repeat 0 0;
  border-bottom: 1px solid;
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 818, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-right-over {
  background-position: -18px 0;
}

/* line 822, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scroller-right-disabled {
  background-position: 0 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 830, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right {
  margin-top: 1px;
}

/* line 834, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scrolling .x-tab-strip-wrap {
  margin-left: 18px;
  margin-right: 18px;
}

/* line 839, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-scrolling {
  position: relative;
}

/* line 843, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-bbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* line 850, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* all fields */
/* line 856, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field {
  margin: 0 0 0 0;
}

/* line 860, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit *:focus {
  outline: none !important;
}

/* ---- text fields ---- */
/* line 865, ../sass/vendor/_ext-all-notheme.scss */
.x-form-text, textarea.x-form-field {
  padding: 1px 3px;
  background: repeat-x 0 0;
  border: 1px solid;
}

/* line 871, ../sass/vendor/_ext-all-notheme.scss */
textarea.x-form-field {
  padding: 2px 3px;
}

/* line 875, ../sass/vendor/_ext-all-notheme.scss */
.x-form-text, .ext-ie .x-form-file {
  height: 22px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 881, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
  margin: -1px 0;
  /* ie bogus margin bug */
  height: 22px;
  /* ie quirks */
  line-height: 18px;
}

/* line 887, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
  margin: -1px 0;
  /* ie bogus margin bug */
}

/* line 891, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .x-form-text {
  height: 18px;
}

/* line 895, ../sass/vendor/_ext-all-notheme.scss */
.ext-safari.ext-mac textarea.x-form-field {
  margin-bottom: -2px;
  /* another bogus margin bug, safari/mac only */
}

/* line 899, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
  margin-bottom: 1px;
}

/* line 903, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-form-text, .ext-ie8 .x-form-text {
  padding-top: 2px;
  /* FF won't center the text vertically */
  padding-bottom: 0;
}

/* line 908, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-form-composite .x-form-text.x-box-item, .ext-ie7 .x-form-composite .x-form-text.x-box-item {
  margin: 0 !important;
  /* clear ie bogus margin bug fix */
}

/* line 912, ../sass/vendor/_ext-all-notheme.scss */
textarea {
  resize: none;
  /* Disable browser resizable textarea */
}

/* select boxes */
/* line 917, ../sass/vendor/_ext-all-notheme.scss */
.x-form-select-one {
  height: 20px;
  line-height: 18px;
  vertical-align: middle;
  border: 1px solid;
}

/* multi select boxes */
/* --- TODO --- */
/* 2.0.2 style */
/* line 929, ../sass/vendor/_ext-all-notheme.scss */
.x-form-check-wrap {
  line-height: 18px;
  height: auto;
}

/* line 934, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-form-check-wrap input {
  width: 15px;
  height: 15px;
}

/* line 939, ../sass/vendor/_ext-all-notheme.scss */
.x-form-check-wrap input {
  vertical-align: bottom;
}

/* line 943, ../sass/vendor/_ext-all-notheme.scss */
.x-editor .x-form-check-wrap {
  padding: 3px;
}

/* line 947, ../sass/vendor/_ext-all-notheme.scss */
.x-editor .x-form-checkbox {
  height: 13px;
}

/* line 951, ../sass/vendor/_ext-all-notheme.scss */
.x-form-check-group-label {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-left: 3px !important;
  float: none !important;
}

/* wrapped fields and triggers */
/* line 959, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap .x-form-trigger {
  width: 17px;
  height: 21px;
  border: 0;
  background: transparent no-repeat 0 0;
  cursor: pointer;
  border-bottom: 1px solid;
  position: absolute;
  top: 0;
}

/* line 970, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger {
  cursor: pointer;
}

/* line 974, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
  position: static;
  top: auto;
  vertical-align: top;
}

/* line 980, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  zoom: 1;
  white-space: nowrap;
}

/* line 988, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
  right: 0;
  /* IE8 Strict mode trigger bug */
}

/* line 992, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap .x-form-trigger-over {
  background-position: -17px 0;
}

/* line 996, ../sass/vendor/_ext-all-notheme.scss */
.x-form-field-wrap .x-form-trigger-click {
  background-position: -34px 0;
}

/* line 1000, ../sass/vendor/_ext-all-notheme.scss */
.x-trigger-wrap-focus .x-form-trigger {
  background-position: -51px 0;
}

/* line 1004, ../sass/vendor/_ext-all-notheme.scss */
.x-trigger-wrap-focus .x-form-trigger-over {
  background-position: -68px 0;
}

/* line 1008, ../sass/vendor/_ext-all-notheme.scss */
.x-trigger-wrap-focus .x-form-trigger-click {
  background-position: -85px 0;
}

/* line 1012, ../sass/vendor/_ext-all-notheme.scss */
.x-trigger-wrap-focus .x-form-trigger {
  border-bottom: 1px solid;
}

/* line 1016, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled .x-form-trigger-over {
  background-position: 0 0 !important;
  border-bottom: 1px solid;
}

/* line 1021, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled .x-form-trigger-click {
  background-position: 0 0 !important;
  border-bottom: 1px solid;
}

/* line 1026, ../sass/vendor/_ext-all-notheme.scss */
.x-trigger-noedit {
  cursor: pointer;
}

/* field focus style */
/* line 1031, ../sass/vendor/_ext-all-notheme.scss */
.x-form-focus, textarea.x-form-focus {
  border: 1px solid;
}

/* invalid fields */
/* line 1036, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid, textarea.x-form-invalid {
  background: repeat-x bottom;
  border: 1px solid;
}

/* line 1041, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-form-invalid {
  border: 1px solid;
}

/* line 1045, ../sass/vendor/_ext-all-notheme.scss */
.x-form-inner-invalid, textarea.x-form-inner-invalid {
  background: repeat-x bottom;
}

/* editors */
/* line 1050, ../sass/vendor/_ext-all-notheme.scss */
.x-editor {
  visibility: hidden;
  padding: 0;
  margin: 0;
}

/* line 1056, ../sass/vendor/_ext-all-notheme.scss */
.x-form-grow-sizer {
  left: -10000px;
  padding: 8px 3px;
  position: absolute;
  visibility: hidden;
  top: -10000px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  zoom: 1;
}

/* line 1070, ../sass/vendor/_ext-all-notheme.scss */
.x-form-grow-sizer p {
  margin: 0 !important;
  border: 0 none !important;
  padding: 0 !important;
}

/* Form Items CSS */
/* line 1078, ../sass/vendor/_ext-all-notheme.scss */
.x-form-item {
  display: block;
  margin-bottom: 4px;
  zoom: 1;
}

/* line 1084, ../sass/vendor/_ext-all-notheme.scss */
.x-form-item label.x-form-item-label {
  display: block;
  float: left;
  width: 100px;
  padding: 3px;
  padding-left: 0;
  clear: left;
  z-index: 2;
  position: relative;
}

/* line 1095, ../sass/vendor/_ext-all-notheme.scss */
.x-form-element {
  padding-left: 105px;
  position: relative;
}

/* line 1100, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-msg {
  padding: 2px;
  padding-left: 18px;
  background: transparent no-repeat 0 2px;
  line-height: 16px;
  width: 200px;
}

/* line 1108, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-left label.x-form-item-label {
  text-align: left;
}

/* line 1112, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-right label.x-form-item-label {
  text-align: right;
}

/* line 1116, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-top .x-form-item label.x-form-item-label {
  width: auto;
  float: none;
  clear: none;
  display: inline;
  margin-bottom: 4px;
  position: static;
}

/* line 1125, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-top .x-form-element {
  padding-left: 0;
  padding-top: 4px;
}

/* line 1130, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-top .x-form-item {
  padding-bottom: 4px;
}

/* Editor small font for grid, toolbar and tree */
/* line 1135, ../sass/vendor/_ext-all-notheme.scss */
.x-small-editor .x-form-text {
  height: 20px;
  line-height: 16px;
  vertical-align: middle;
}

/* line 1141, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  margin-top: -1px !important;
  /* ie bogus margin bug */
  margin-bottom: -1px !important;
  height: 20px !important;
  /* ie quirks */
  line-height: 16px !important;
}

/* line 1148, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .x-small-editor .x-form-text {
  height: 16px !important;
}

/* line 1152, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  height: 20px;
  line-height: 16px;
}

/* line 1157, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-small-editor .x-form-text {
  height: 20px;
}

/* line 1161, ../sass/vendor/_ext-all-notheme.scss */
.x-small-editor .x-form-select-one {
  height: 20px;
  line-height: 16px;
  vertical-align: middle;
}

/* line 1167, ../sass/vendor/_ext-all-notheme.scss */
.x-small-editor .x-form-num-field {
  text-align: right;
}

/* line 1171, ../sass/vendor/_ext-all-notheme.scss */
.x-small-editor .x-form-field-wrap .x-form-trigger {
  height: 19px;
}

/* line 1175, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-small-editor .x-form-text {
  padding-top: 3px;
  font-size: 100%;
}

/* line 1177, ../sass/vendor/_ext-all-notheme.scss */
.x-form-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 1184, ../sass/vendor/_ext-all-notheme.scss */
.x-form-clear-left {
  clear: left;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 1192, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-form-check-wrap input, .ext-border-box .x-form-check-wrap input {
  margin-top: 3px;
}

/* line 1196, ../sass/vendor/_ext-all-notheme.scss */
.x-form-cb-label {
  position: relative;
  margin-left: 4px;
  top: 2px;
}

/* line 1202, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-form-cb-label {
  top: 1px;
}

/* line 1206, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-form-cb-label, .ext-border-box .x-form-cb-label {
  top: 3px;
}

/* line 1210, ../sass/vendor/_ext-all-notheme.scss */
.x-form-display-field {
  padding-top: 2px;
}

/* line 1214, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field {
  padding-top: 1px;
}

/* line 1218, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-form-display-field {
  padding-top: 3px;
}

/* line 1222, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-form-display-field {
  padding-top: 0;
}

/* line 1226, ../sass/vendor/_ext-all-notheme.scss */
.x-form-column {
  float: left;
  padding: 0;
  margin: 0;
  width: 48%;
  overflow: hidden;
  zoom: 1;
}

/* buttons */
/* line 1236, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn {
  float: right;
  clear: none;
}

/* line 1241, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-form-btns td {
  border: 0;
  padding: 0;
}

/* line 1246, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-form-btns-right table {
  float: right;
  clear: none;
}

/* line 1251, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-form-btns-left table {
  float: left;
  clear: none;
}

/* line 1256, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-form-btns-center {
  text-align: center;
  /*ie*/
}

/* line 1260, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-form-btns-center table {
  margin: 0 auto;
  /*everyone else*/
}

/* line 1264, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct table td.x-form-btn-td {
  padding: 3px;
}

/* line 1268, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
  background-position: 0 -147px;
}

/* line 1272, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
  background-position: 0 -168px;
}

/* line 1276, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
  background-position: 0 -189px;
}

/* line 1280, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-center {
  background-position: 0 -126px;
}

/* line 1284, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-right {
  background-position: 0 -84px;
}

/* line 1288, ../sass/vendor/_ext-all-notheme.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-left {
  background-position: 0 -63px;
}

/* line 1292, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-icon {
  width: 16px;
  height: 18px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: transparent no-repeat 0 2px;
}

/* fieldsets */
/* line 1304, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
}

/* make top of checkbox/tools visible in webkit */
/* line 1312, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-fieldset-header {
  padding-top: 1px;
}

/* line 1316, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-fieldset legend {
  margin-bottom: 10px;
}

/* line 1320, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-fieldset {
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 1325, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset legend .x-tool-toggle {
  margin-right: 3px;
  margin-left: 0;
  float: left !important;
}

/* line 1331, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset legend input {
  margin-right: 3px;
  float: left !important;
  height: 13px;
  width: 13px;
}

/* line 1338, ../sass/vendor/_ext-all-notheme.scss */
fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 1px 0 1px !important;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 1345, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 0 0 0 !important;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 1352, ../sass/vendor/_ext-all-notheme.scss */
fieldset.x-panel-collapsed .x-fieldset-bwrap {
  visibility: hidden;
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 1359, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-fieldset-bwrap {
  zoom: 1;
}

/* line 1363, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset-noborder {
  border: 0px none transparent;
}

/* line 1367, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset-noborder legend {
  margin-left: -3px;
}

/* IE legend positioning bug */
/* line 1372, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px;
}

/* line 1376, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px;
}

/* line 1381, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-window-body .x-form-item {
  -moz-outline: none;
  outline: none;
  overflow: auto;
}

/* line 1387, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-form-item {
  -moz-outline: none;
  outline: none;
}

/* line 1392, ../sass/vendor/_ext-all-notheme.scss */
.x-hide-label label.x-form-item-label {
  display: none;
}

/* line 1396, ../sass/vendor/_ext-all-notheme.scss */
.x-hide-label .x-form-element {
  padding-left: 0 !important;
}

/* line 1400, ../sass/vendor/_ext-all-notheme.scss */
.x-form-label-top .x-hide-label label.x-form-item-label {
  display: none;
}

/* line 1404, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset {
  overflow: hidden;
}

/* line 1408, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 1413, ../sass/vendor/_ext-all-notheme.scss */
.x-fieldset-body {
  overflow: hidden;
}

/* line 1416, ../sass/vendor/_ext-all-notheme.scss */
.x-btn {
  cursor: pointer;
  white-space: nowrap;
}

/* line 1421, ../sass/vendor/_ext-all-notheme.scss */
.x-btn button {
  border: 0 none;
  background: transparent;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  width: auto;
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 1434, ../sass/vendor/_ext-all-notheme.scss */
* html .ext-ie .x-btn button {
  width: 1px;
}

/* line 1438, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-btn button, .ext-webkit .x-btn button {
  padding-left: 0;
  padding-right: 0;
}

/* line 1443, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-btn button::-moz-focus-inner {
  padding: 0;
}

/* line 1447, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-btn button {
  padding-top: 2px;
}

/* line 1451, ../sass/vendor/_ext-all-notheme.scss */
.x-btn td {
  padding: 0 !important;
}

/* line 1455, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text {
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}

/* icon placement and sizing styles */
/* Only text */
/* line 1464, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-noicon .x-btn-small .x-btn-text {
  height: 16px;
}

/* line 1468, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-noicon .x-btn-medium .x-btn-text {
  height: 24px;
}

/* line 1472, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-noicon .x-btn-large .x-btn-text {
  height: 32px;
}

/* Only icons */
/* line 1477, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-icon .x-btn-text {
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1482, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-icon .x-btn-small .x-btn-text {
  height: 16px;
  width: 16px;
}

/* line 1487, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-icon .x-btn-medium .x-btn-text {
  height: 24px;
  width: 24px;
}

/* line 1492, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-icon .x-btn-large .x-btn-text {
  height: 32px;
  width: 32px;
}

/* Icons and text */
/* left */
/* line 1499, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 18px;
  height: 16px;
}

/* line 1506, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 26px;
  height: 24px;
}

/* line 1513, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 34px;
  height: 32px;
}

/* top */
/* line 1521, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 18px;
}

/* line 1527, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 26px;
}

/* line 1533, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-large-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 34px;
}

/* right */
/* line 1540, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  height: 16px;
}

/* line 1547, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 26px;
  height: 24px;
}

/* line 1554, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 34px;
  height: 32px;
}

/* bottom */
/* line 1562, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 18px;
}

/* line 1568, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 26px;
}

/* line 1574, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 34px;
}

/* background positioning */
/* line 1581, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i {
  font-size: 1px;
  line-height: 1px;
  width: 3px;
  display: block;
  overflow: hidden;
}

/* line 1589, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i {
  height: 3px;
}

/* line 1593, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-tl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 0;
}

/* line 1598, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-tr {
  width: 3px;
  height: 3px;
  background: no-repeat -3px 0;
}

/* line 1603, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-tc {
  height: 3px;
  background: repeat-x 0 -6px;
}

/* line 1608, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-ml {
  width: 3px;
  background: no-repeat 0 -24px;
}

/* line 1612, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mr {
  width: 3px;
  background: no-repeat -3px -24px;
}

/* line 1617, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mc {
  background: repeat-x 0 -1096px;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
}

/* Fixes an issue with the button height */
/* line 1627, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie6 .x-btn-mc, .ext-strict .ext-ie7 .x-btn-mc {
  height: 100%;
}

/* line 1631, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-bl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 -3px;
}

/* line 1637, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-br {
  width: 3px;
  height: 3px;
  background: no-repeat -3px -3px;
}

/* line 1643, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-bc {
  height: 3px;
  background: repeat-x 0 -15px;
}

/* line 1648, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-tl {
  background-position: -6px 0;
}

/* line 1652, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-tr {
  background-position: -9px 0;
}

/* line 1656, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-tc {
  background-position: 0 -9px;
}

/* line 1660, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-ml {
  background-position: -6px -24px;
}

/* line 1664, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-mr {
  background-position: -9px -24px;
}

/* line 1668, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-mc {
  background-position: 0 -2168px;
}

/* line 1672, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-bl {
  background-position: -6px -3px;
}

/* line 1676, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-br {
  background-position: -9px -3px;
}

/* line 1680, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-over .x-btn-bc {
  background-position: 0 -18px;
}

/* line 1684, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl {
  background-position: -12px 0;
}

/* line 1688, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr {
  background-position: -15px 0;
}

/* line 1692, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px;
}

/* line 1696, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px;
}

/* line 1700, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px;
}

/* line 1704, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px;
}

/* line 1708, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px;
}

/* line 1712, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br {
  background-position: -15px -3px;
}

/* line 1716, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px;
}

/* line 1720, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-disabled * {
  cursor: default !important;
}

/* With a menu arrow */
/* right */
/* line 1727, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mc em.x-btn-arrow {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 10px;
}

/* line 1733, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mc em.x-btn-split {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 14px;
}

/* bottom */
/* line 1740, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mc em.x-btn-arrow-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px;
}

/* line 1746, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-mc em.x-btn-split-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px;
}

/* height adjustment class */
/* line 1753, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-as-arrow .x-btn-mc em {
  display: block;
  background: transparent;
  padding-bottom: 14px;
}

/* groups */
/* line 1760, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group {
  padding: 1px;
}

/* line 1764, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-header {
  padding: 2px;
  text-align: center;
}

/* line 1769, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 1774, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-tl {
  background: transparent no-repeat 0 0;
  padding-left: 3px;
  zoom: 1;
}

/* line 1780, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-tr {
  background: transparent no-repeat right 0;
  zoom: 1;
  padding-right: 3px;
}

/* line 1786, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 1791, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-bc .x-panel-footer {
  zoom: 1;
}

/* line 1795, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 3px;
  zoom: 1;
}

/* line 1801, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-br {
  background: transparent no-repeat right bottom;
  padding-right: 3px;
  zoom: 1;
}

/* line 1807, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-mc {
  border: 0 none;
  padding: 1px 0 0 0;
  margin: 0;
}

/* line 1813, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-mc .x-btn-group-body {
  background: transparent;
  border: 0 none;
}

/* line 1818, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-ml {
  background: transparent repeat-y 0 0;
  padding-left: 3px;
  zoom: 1;
}

/* line 1824, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-mr {
  background: transparent repeat-y right 0;
  padding-right: 3px;
  zoom: 1;
}

/* line 1830, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-bc .x-btn-group-footer {
  padding-bottom: 6px;
}

/* line 1834, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-nofooter .x-btn-group-bc {
  height: 3px;
  font-size: 0;
  line-height: 0;
}

/* line 1840, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 1845, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-body {
  overflow: hidden;
  zoom: 1;
}

/* line 1850, ../sass/vendor/_ext-all-notheme.scss */
.x-btn-group-notitle .x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  height: 2px;
}

/* line 1854, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar {
  border-style: solid;
  border-width: 0 0 1px 0;
  display: block;
  padding: 2px;
  background: repeat-x top left;
  position: relative;
  left: 0;
  top: 0;
  zoom: 1;
  overflow: hidden;
}

/* line 1867, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-left {
  width: 100%;
}

/* line 1871, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-item-disabled .x-btn-icon {
  opacity: .35;
  -moz-opacity: .35;
  filter: alpha(opacity=35);
}

/* line 1877, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar td {
  vertical-align: middle;
}

/* line 1881, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  white-space: nowrap;
}

/* line 1885, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
}

/* line 1892, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-item-disabled * {
  cursor: default;
}

/* line 1896, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-toolbar-cell {
  vertical-align: middle;
}

/* line 1900, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc {
  background-position: 500px 500px;
}

/* These rules are duplicated from button.css to give priority of x-toolbar rules above */
/* line 1907, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-tl {
  background-position: -6px 0;
}

/* line 1911, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-tr {
  background-position: -9px 0;
}

/* line 1915, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-tc {
  background-position: 0 -9px;
}

/* line 1919, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-ml {
  background-position: -6px -24px;
}

/* line 1923, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-mr {
  background-position: -9px -24px;
}

/* line 1927, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-mc {
  background-position: 0 -2168px;
}

/* line 1931, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-bl {
  background-position: -6px -3px;
}

/* line 1935, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-br {
  background-position: -9px -3px;
}

/* line 1939, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-over .x-btn-bc {
  background-position: 0 -18px;
}

/* line 1943, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl {
  background-position: -12px 0;
}

/* line 1947, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr {
  background-position: -15px 0;
}

/* line 1951, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px;
}

/* line 1955, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px;
}

/* line 1959, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px;
}

/* line 1963, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px;
}

/* line 1967, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px;
}

/* line 1971, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br {
  background-position: -15px -3px;
}

/* line 1975, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px;
}

/* line 1979, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar div.xtb-text {
  padding: 2px 2px 0;
  line-height: 16px;
  display: block;
}

/* line 1985, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .xtb-sep {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  font-size: 1px;
  height: 16px;
  width: 4px;
  overflow: hidden;
  cursor: default;
  margin: 0 2px 0;
  border: 0;
}

/* line 1998, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar .xtb-spacer {
  width: 2px;
}

/* Paging Toolbar */
/* line 2003, ../sass/vendor/_ext-all-notheme.scss */
.x-tbar-page-number {
  width: 30px;
  height: 14px;
}

/* line 2008, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-tbar-page-number {
  margin-top: 2px;
}

/* line 2012, ../sass/vendor/_ext-all-notheme.scss */
.x-paging-info {
  position: absolute;
  top: 5px;
  right: 8px;
}

/* floating */
/* line 2019, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-ct {
  width: 100%;
}

/* line 2023, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-right td {
  text-align: center;
}

/* line 2027, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
  overflow: hidden;
  zoom: 1;
}

/* line 2032, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-more .x-btn-small .x-btn-text {
  height: 16px;
  width: 12px;
}

/* line 2037, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-more em.x-btn-arrow {
  display: inline;
  background: transparent;
  padding-right: 0;
}

/* line 2043, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-more .x-btn-mc em.x-btn-arrow {
  background-image: none;
}

/* line 2047, ../sass/vendor/_ext-all-notheme.scss */
div.x-toolbar-no-items {
  color: gray !important;
  padding: 5px 10px !important;
}

/* fix ie toolbar form items */
/* line 2053, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-toolbar-cell .x-form-text {
  margin-bottom: -1px !important;
}

/* line 2057, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
  margin: 0 !important;
}

/* line 2061, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-toolbar-cell .x-form-field-wrap {
  height: 21px;
}

/* line 2065, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-toolbar-cell .x-form-text {
  position: relative;
  top: -1px;
}

/* line 2070, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
  top: 0px;
}

/* line 2074, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-right td .x-form-field-trigger-wrap {
  text-align: left;
}

/* line 2078, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio {
  margin-top: 5px;
}

/* line 2082, ../sass/vendor/_ext-all-notheme.scss */
.x-toolbar-cell .x-form-cb-label {
  vertical-align: bottom;
  top: 1px;
}

/* line 2087, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-toolbar-cell .x-form-checkbox, .ext-ie .x-toolbar-cell .x-form-radio {
  margin-top: 4px;
}

/* line 2091, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-toolbar-cell .x-form-cb-label {
  top: 0;
}

/* Grid3 styles */
/* line 2095, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3 {
  position: relative;
  overflow: hidden;
}

/* line 2100, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-panel .x-panel-body {
  overflow: hidden !important;
}

/* line 2104, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-panel .x-panel-mc .x-panel-body {
  border: 1px solid;
}

/* line 2108, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3 table {
  table-layout: fixed;
}

/* line 2112, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-viewport {
  overflow: hidden;
}

/* line 2116, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  -moz-outline: none;
  outline: none;
  -moz-user-focus: normal;
}

/* line 2122, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row td, .x-grid3-summary-row td {
  line-height: 13px;
  vertical-align: top;
  padding-left: 1px;
  padding-right: 1px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 2132, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-cell {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 2138, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-row td {
  line-height: 15px;
  vertical-align: middle;
  border-left: 1px solid;
  border-right: 1px solid;
}

/* line 2145, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-row .x-grid3-marker-hd {
  padding: 3px;
}

/* line 2149, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row .x-grid3-marker {
  padding: 3px;
}

/* line 2153, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-cell-inner, .x-grid3-hd-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 3px 3px 3px 5px;
  white-space: nowrap;
}

/* line 2161, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-inner {
  position: relative;
  cursor: inherit;
  padding: 4px 3px 4px 5px;
}

/* line 2167, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-body {
  white-space: normal;
}

/* line 2171, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body-cell {
  -moz-outline: 0 none;
  outline: 0 none;
}

/* IE Quirks to clip */
/* line 2177, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner {
  width: 100%;
}

/* reverse above in strict mode */
/* line 2182, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
  width: auto;
}

/* line 2186, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-row-loading {
  background: no-repeat center center;
}

/* line 2190, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-page {
  overflow: hidden;
}

/* line 2194, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row {
  cursor: default;
  border: 1px solid;
  width: 100%;
}

/* line 2200, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-over {
  border: 1px solid;
  background: repeat-x left top;
}

/* line 2205, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-resize-proxy {
  width: 1px;
  left: 0;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7;
}

/* line 2219, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-resize-marker {
  width: 1px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7;
}

/* line 2231, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: ignore;
}

/* header styles */
/* line 2247, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-header {
  background: repeat-x 0 bottom;
  cursor: default;
  zoom: 1;
  padding: 1px 0 0 0;
}

/* line 2254, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-header-pop {
  border-left: 1px solid;
  float: right;
  clear: none;
}

/* line 2260, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-header-pop-inner {
  border-left: 1px solid;
  width: 14px;
  height: 19px;
  background: transparent no-repeat center center;
}

/* line 2267, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-grid3-header-pop-inner {
  width: 15px;
}

/* line 2271, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .x-grid3-header-pop-inner {
  width: 14px;
}

/* line 2275, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-header-inner {
  overflow: hidden;
  zoom: 1;
  float: left;
}

/* line 2281, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-header-offset {
  padding-left: 1px;
  text-align: left;
}

/* line 2286, ../sass/vendor/_ext-all-notheme.scss */
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-left: 1px solid;
  border-right: 1px solid;
}

/* line 2291, ../sass/vendor/_ext-all-notheme.scss */
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background: repeat-x left bottom;
}

/* line 2296, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-sort-icon {
  background-repeat: no-repeat;
  display: none;
  height: 4px;
  width: 13px;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 2305, ../sass/vendor/_ext-all-notheme.scss */
.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
  display: inline;
}

/* Header position fixes for IE strict mode */
/* line 2310, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
  position: relative;
}

/* line 2314, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie6 .x-grid3-hd-inner {
  position: static;
}

/* Body Styles */
/* line 2319, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body {
  zoom: 1;
}

/* line 2323, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-scroller {
  overflow: auto;
  zoom: 1;
  position: relative;
}

/* line 2329, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-cell-text, .x-grid3-hd-text {
  display: block;
  padding: 3px 5px 3px 5px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 2337, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-split {
  background-position: center;
  background-repeat: no-repeat;
  cursor: e-resize;
  cursor: col-resize;
  display: block;
  font-size: 1px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  width: 6px;
  z-index: 3;
}

/* Column Reorder DD */
/* line 2353, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-proxy .x-grid3-hd-inner {
  background: repeat-x left bottom;
  width: 120px;
  padding: 3px;
  border: 1px solid;
  overflow: hidden;
}

/* line 2361, ../sass/vendor/_ext-all-notheme.scss */
.col-move-top, .col-move-bottom {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 20000;
  background: transparent no-repeat left top;
}

/* Selection Styles */
/* line 2375, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-selected {
  border: 1px dotted;
}

/* line 2379, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background: repeat-x 0 bottom !important;
  vertical-align: middle !important;
  padding: 0;
  border-top: 1px solid;
  border-bottom: none !important;
  border-right: 1px solid !important;
  text-align: center;
}

/* line 2389, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  padding: 0 4px;
  text-align: center;
}

/* dirty cells */
/* line 2395, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-dirty-cell {
  background: transparent no-repeat 0 0;
}

/* Grid Toolbars */
/* line 2400, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-topbar, .x-grid3-bottombar {
  overflow: hidden;
  display: none;
  zoom: 1;
  position: relative;
}

/* line 2407, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-topbar .x-toolbar {
  border-right: 0 none;
}

/* line 2411, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-bottombar .x-toolbar {
  border-right: 0 none;
  border-bottom: 0 none;
  border-top: 1px solid;
}

/* Props Grid Styles */
/* line 2418, ../sass/vendor/_ext-all-notheme.scss */
.x-props-grid .x-grid3-cell {
  padding: 1px;
}

/* line 2422, ../sass/vendor/_ext-all-notheme.scss */
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background: transparent repeat-y -16px !important;
  padding-left: 12px;
}

/* line 2427, ../sass/vendor/_ext-all-notheme.scss */
.x-props-grid .x-grid3-body .x-grid3-td-name {
  padding: 1px;
  padding-right: 0;
  border: 0 none;
  border-right: 1px solid;
}

/* dd */
/* line 2435, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-col-dd {
  border: 0 none;
  padding: 0;
  background: transparent;
}

/* line 2441, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-ghost .x-grid3-dd-wrap {
  padding: 1px 3px 3px 1px;
}

/* line 2445, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 2451, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-btn {
  display: none;
  position: absolute;
  width: 14px;
  background: no-repeat left center;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

/* line 2462, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
  display: block;
}

/* line 2466, ../sass/vendor/_ext-all-notheme.scss */
a.x-grid3-hd-btn:hover {
  background-position: -14px center;
}

/* Expanders */
/* line 2471, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-expander {
  background: transparent repeat-y right;
}

/* line 2475, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
  padding: 0 !important;
  height: 100%;
}

/* line 2480, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-expander {
  width: 100%;
  height: 18px;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 2488, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-collapsed .x-grid3-row-expander {
  background-position: 4px 2px;
}

/* line 2492, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-expanded .x-grid3-row-expander {
  background-position: -21px 2px;
}

/* line 2496, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-collapsed .x-grid3-row-body {
  display: none !important;
}

/* line 2500, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-expanded .x-grid3-row-body {
  display: block !important;
}

/* Checkers */
/* line 2505, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-checker {
  background: transparent repeat-y right;
}

/* line 2509, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
  padding: 0 !important;
  height: 100%;
}

/* line 2514, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-checker, .x-grid3-hd-checker {
  width: 100%;
  height: 18px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 2522, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row .x-grid3-row-checker {
  background-position: 2px 2px;
}

/* line 2526, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker, .x-grid3-row-checked .x-grid3-row-checker {
  background-position: -23px 2px;
}

/* line 2530, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-checker {
  background-position: 2px 1px;
}

/* line 2534, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-grid3-hd-checker {
  background-position: 2px 3px;
}

/* line 2538, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-hd-checker-on .x-grid3-hd-checker {
  background-position: -23px 1px;
}

/* line 2542, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-grid3-hd-checker-on .x-grid3-hd-checker {
  background-position: -23px 3px;
}

/* Numberer */
/* line 2547, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-numberer {
  background: transparent repeat-y right;
}

/* line 2551, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  padding: 3px 5px 0 0 !important;
  text-align: right;
}

/* Row Icon */
/* line 2558, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-row-icon {
  background: transparent repeat-y right;
  vertical-align: top;
  text-align: center;
}

/* line 2564, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 3px;
}

/* All specials */
/* line 2575, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background: transparent repeat-y right;
}

/* line 2581, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
  padding: 1px 0 0 0 !important;
}

/* line 2585, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-check-col {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 2593, ../sass/vendor/_ext-all-notheme.scss */
.x-grid3-check-col-on {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* Grouping classes */
/* line 2602, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1;
}

/* line 2606, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-group-hd {
  border-bottom: 2px solid;
  cursor: pointer;
  padding-top: 6px;
}

/* line 2612, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-group-hd div.x-grid-group-title {
  background: transparent no-repeat 3px 3px;
  padding: 4px 4px 4px 17px;
}

/* line 2617, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-group-collapsed .x-grid-group-body {
  display: none;
}

/* line 2621, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
  position: relative;
  top: -1px;
}

/* line 2626, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-props-grid .x-editor .x-form-text {
  position: static;
  top: 0;
}

/* line 2631, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-empty {
  padding: 10px;
}

/* fix floating toolbar issue */
/* line 2636, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie7 .x-grid-panel .x-panel-bbar {
  position: relative;
}

/* Reset position to static when Grid Panel has been framed */
/* to resolve 'snapping' from top to bottom behavior. */
/* @forumThread 86656 */
/* line 2644, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie7 .x-grid-panel .x-panel-mc .x-panel-bbar {
  position: static;
}

/* line 2648, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-grid3-header {
  position: relative;
}

/* Fix WebKit bug in Grids */
/* line 2653, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-grid-panel .x-panel-bwrap {
  -webkit-user-select: none;
}

/* line 2656, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-tbar-page-number {
  -webkit-user-select: ignore;
}

/* end*/
/* column lines */
/* line 2662, ../sass/vendor/_ext-all-notheme.scss */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  padding-right: 0;
  border-right: 1px solid;
}

/* line 2666, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-proxy {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15000;
}

/* line 2674, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-ghost {
  -moz-opacity: 0.85;
  opacity: .85;
  filter: alpha(opacity=85);
  border: 1px solid;
  padding: 3px;
  padding-left: 20px;
  white-space: nowrap;
}

/* line 2684, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-repair .x-dd-drag-ghost {
  -moz-opacity: 0.4;
  opacity: .4;
  filter: alpha(opacity=40);
  border: 0 none;
  padding: 0;
  background-color: transparent;
}

/* line 2693, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-repair .x-dd-drop-icon {
  visibility: hidden;
}

/* line 2697, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drop-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 2710, ../sass/vendor/_ext-all-notheme.scss */
.x-view-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border: 1px dotted;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  zoom: 1;
}

/* line 2720, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie .x-tree .x-panel-bwrap {
  position: relative;
  overflow: hidden;
}

/* line 2725, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  border: 0 none;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-repeat: no-repeat;
}

/* line 2735, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
  border: 0 none;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2746, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
  vertical-align: middle !important;
}

/* line 2750, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-tree-node-indent img, .ext-strict .ext-ie8 .x-tree-node-icon, .ext-strict .ext-ie8 .x-tree-ec-icon {
  vertical-align: top !important;
}

/* checkboxes */
/* line 2756, ../sass/vendor/_ext-all-notheme.scss */
input.x-tree-node-cb {
  margin-left: 1px;
  height: 19px;
  vertical-align: bottom;
}

/* line 2762, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie input.x-tree-node-cb {
  margin-left: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* line 2770, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 input.x-tree-node-cb {
  margin: 1px 1px;
  height: 14px;
  vertical-align: bottom;
}

/* line 2776, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 input.x-tree-node-cb + a {
  vertical-align: bottom;
}

/* line 2780, ../sass/vendor/_ext-all-notheme.scss */
.ext-opera input.x-tree-node-cb {
  height: 14px;
  vertical-align: middle;
}

/* line 2785, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-noicon .x-tree-node-icon {
  width: 0;
  height: 0;
}

/* No line styles */
/* line 2790, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-no-lines .x-tree-elbow {
  background: transparent;
}

/* line 2794, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-no-lines .x-tree-elbow-end {
  background: transparent;
}

/* line 2798, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-no-lines .x-tree-elbow-line {
  background: transparent;
}

/* Arrows */
/* line 2803, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow {
  background: transparent;
}

/* line 2807, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0;
}

/* line 2811, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0;
}

/* line 2815, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-end {
  background: transparent;
}

/* line 2819, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0;
}

/* line 2823, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0;
}

/* line 2827, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-elbow-line {
  background: transparent;
}

/* line 2831, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus {
  background-position: -32px 0;
}

/* line 2835, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus {
  background-position: -48px 0;
}

/* line 2839, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus {
  background-position: -32px 0;
}

/* line 2843, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus {
  background-position: -48px 0;
}

/* line 2847, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  cursor: pointer;
}

/* line 2851, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie ul.x-tree-node-ct {
  font-size: 0;
  line-height: 0;
  zoom: 1;
}

/* line 2857, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node {
  white-space: nowrap;
}

/* line 2861, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node-el {
  line-height: 18px;
  cursor: pointer;
}

/* line 2866, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node a, .x-dd-drag-ghost a {
  text-decoration: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: ignore;
  -kthml-user-focus: normal;
  -moz-user-focus: normal;
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 2877, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node a span, .x-dd-drag-ghost a span {
  text-decoration: none;
  padding: 1px 3px 1px 2px;
}

/* line 2882, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node .x-tree-node-disabled .x-tree-node-icon {
  -moz-opacity: 0.5;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 2888, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node .x-tree-node-inline-icon {
  background: transparent;
}

/* line 2892, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node a:hover, .x-dd-drag-ghost a:hover {
  text-decoration: none;
}

/* line 2896, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 1px dotted;
}

/* line 2900, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node div.x-tree-drag-insert-above {
  border-top: 1px dotted;
}

/* line 2904, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 0 none;
}

/* line 2908, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above {
  border-top: 0 none;
}

/* line 2912, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom: 2px solid;
}

/* line 2916, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top: 2px solid;
}

/* line 2920, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-node .x-tree-drag-append a span {
  border: 1px dotted;
}

/* line 2924, ../sass/vendor/_ext-all-notheme.scss */
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon {
  display: none !important;
}

/* Fix for ie rootVisible:false issue */
/* line 2929, ../sass/vendor/_ext-all-notheme.scss */
.x-tree-root-ct {
  zoom: 1;
}

/* line 2932, ../sass/vendor/_ext-all-notheme.scss */
.x-date-picker {
  border: 1px solid;
  border-top: 0 none;
  position: relative;
}

/* line 2938, ../sass/vendor/_ext-all-notheme.scss */
.x-date-picker a {
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 2943, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner, .x-date-inner td, .x-date-inner th {
  border-collapse: separate;
}

/* line 2947, ../sass/vendor/_ext-all-notheme.scss */
.x-date-middle, .x-date-left, .x-date-right {
  background: repeat-x 0 -83px;
  overflow: hidden;
}

/* line 2952, ../sass/vendor/_ext-all-notheme.scss */
.x-date-middle .x-btn-tc, .x-date-middle .x-btn-tl, .x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc, .x-date-middle .x-btn-ml, .x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc, .x-date-middle .x-btn-bl, .x-date-middle .x-btn-br {
  background: transparent !important;
  vertical-align: middle;
}

/* line 2959, ../sass/vendor/_ext-all-notheme.scss */
.x-date-middle .x-btn-mc em.x-btn-arrow {
  background: transparent no-repeat right 0;
}

/* line 2963, ../sass/vendor/_ext-all-notheme.scss */
.x-date-right, .x-date-left {
  width: 18px;
}

/* line 2967, ../sass/vendor/_ext-all-notheme.scss */
.x-date-right {
  text-align: right;
}

/* line 2971, ../sass/vendor/_ext-all-notheme.scss */
.x-date-middle {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 130px;
  /* FF3 */
}

/* line 2977, ../sass/vendor/_ext-all-notheme.scss */
.x-date-right a, .x-date-left a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 2989, ../sass/vendor/_ext-all-notheme.scss */
.x-date-right a:hover, .x-date-left a:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 2995, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover {
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 3001, ../sass/vendor/_ext-all-notheme.scss */
.x-date-right a {
  margin-right: 2px;
  text-decoration: none !important;
}

/* line 3006, ../sass/vendor/_ext-all-notheme.scss */
.x-date-left a {
  margin-left: 2px;
  text-decoration: none !important;
}

/* line 3011, ../sass/vendor/_ext-all-notheme.scss */
table.x-date-inner {
  width: 100%;
  table-layout: fixed;
}

/* line 3016, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit table.x-date-inner {
  /* Fix for webkit browsers */
  width: 175px;
}

/* line 3022, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner th {
  width: 25px;
}

/* line 3026, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner th {
  background: repeat-x left top;
  text-align: right !important;
  border-bottom: 1px solid;
  cursor: default;
  padding: 0;
  border-collapse: separate;
}

/* line 3035, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner th span {
  display: block;
  padding: 2px;
  padding-right: 7px;
}

/* line 3041, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner td {
  border: 1px solid;
  text-align: right;
  padding: 0;
}

/* line 3047, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner a {
  padding: 2px 5px;
  display: block;
  text-decoration: none;
  text-align: right;
  zoom: 1;
}

/* line 3055, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner .x-date-active {
  cursor: pointer;
  color: black;
}

/* line 3060, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner .x-date-selected a {
  background: repeat-x left top;
  border: 1px solid;
  padding: 1px 4px;
}

/* line 3066, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner .x-date-today a {
  border: 1px solid;
  padding: 1px 4px;
}

/* line 3071, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  text-decoration: none !important;
}

/* line 3075, ../sass/vendor/_ext-all-notheme.scss */
.x-date-bottom {
  padding: 4px;
  border-top: 1px solid;
  background: repeat-x left top;
}

/* line 3081, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  text-decoration: none !important;
}

/* line 3085, ../sass/vendor/_ext-all-notheme.scss */
.x-item-disabled .x-date-inner a:hover {
  background: none;
}

/* line 3089, ../sass/vendor/_ext-all-notheme.scss */
.x-date-inner .x-date-disabled a {
  cursor: default;
}

/* line 3093, ../sass/vendor/_ext-all-notheme.scss */
.x-date-menu .x-menu-item {
  padding: 1px 24px 1px 4px;
  white-space: nowrap;
}

/* line 3098, ../sass/vendor/_ext-all-notheme.scss */
.x-date-menu .x-menu-item .x-menu-item-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-position: center -4px !important;
}

/* line 3105, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

/* line 3112, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp td {
  padding: 2px;
  font: normal 11px arial, helvetica,tahoma,sans-serif;
}

/* line 3117, ../sass/vendor/_ext-all-notheme.scss */
td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn {
  border: 0 none;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

/* line 3124, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ok {
  margin-right: 3px;
}

/* line 3128, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-btns button {
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid;
  padding: 1px 3px 1px;
  cursor: pointer;
}

/* line 3137, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-btns {
  background: repeat-x left top;
}

/* line 3141, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-btns td {
  border-top: 1px solid;
  text-align: center;
}

/* line 3146, ../sass/vendor/_ext-all-notheme.scss */
td.x-date-mp-month a, td.x-date-mp-year a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  text-align: center;
}

/* line 3153, ../sass/vendor/_ext-all-notheme.scss */
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 3158, ../sass/vendor/_ext-all-notheme.scss */
td.x-date-mp-sel a {
  padding: 1px 3px;
  background: repeat-x left top;
  border: 1px solid;
}

/* line 3164, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn a {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent no-repeat;
  display: block;
  margin: 0 auto;
}

/* line 3174, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn a.x-date-mp-next {
  background-position: 0 -120px;
}

/* line 3178, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn a.x-date-mp-next:hover {
  background-position: -15px -120px;
}

/* line 3182, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn a.x-date-mp-prev {
  background-position: 0 -105px;
}

/* line 3186, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn a.x-date-mp-prev:hover {
  background-position: -15px -105px;
}

/* line 3190, ../sass/vendor/_ext-all-notheme.scss */
.x-date-mp-ybtn {
  text-align: center;
}

/* line 3194, ../sass/vendor/_ext-all-notheme.scss */
td.x-date-mp-sep {
  border-right: 1px solid;
}

/* line 3196, ../sass/vendor/_ext-all-notheme.scss */
.x-tip {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 20002;
  border: 0 none;
}

/* line 3205, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-close {
  height: 15px;
  float: right;
  width: 15px;
  margin: 0 0 2px 2px;
  cursor: pointer;
  display: none;
}

/* line 3214, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-tc {
  background: transparent no-repeat 0 -62px;
  padding-top: 3px;
  overflow: hidden;
  zoom: 1;
}

/* line 3221, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  overflow: hidden;
  zoom: 1;
}

/* line 3228, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-tr {
  background: transparent no-repeat right 0;
  padding-right: 6px;
  overflow: hidden;
  zoom: 1;
}

/* line 3235, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-bc {
  background: transparent no-repeat 0 -121px;
  height: 3px;
  overflow: hidden;
}

/* line 3241, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-bl {
  background: transparent no-repeat 0 -59px;
  padding-left: 6px;
  zoom: 1;
}

/* line 3247, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-br {
  background: transparent no-repeat right -59px;
  padding-right: 6px;
  zoom: 1;
}

/* line 3253, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-mc {
  border: 0 none;
}

/* line 3257, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-ml {
  background: no-repeat 0 -124px;
  padding-left: 6px;
  zoom: 1;
}

/* line 3263, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-mr {
  background: transparent no-repeat right -124px;
  padding-right: 6px;
  zoom: 1;
}

/* line 3269, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
  font-size: 0;
  line-height: 0;
}

/* line 3274, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc {
  line-height: 1px;
}

/* line 3278, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-header-text {
  padding: 0;
  margin: 0 0 2px 0;
}

/* line 3283, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-body {
  margin: 0 !important;
  line-height: 14px;
  padding: 0;
}

/* line 3289, ../sass/vendor/_ext-all-notheme.scss */
.x-tip .x-tip-body .loading-indicator {
  margin: 0;
}

/* line 3293, ../sass/vendor/_ext-all-notheme.scss */
.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
  cursor: move;
}

/* line 3297, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-tc {
  background: repeat-x 0 -12px;
  padding-top: 6px;
}

/* line 3302, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-bc {
  background: repeat-x 0 -18px;
  height: 6px;
}

/* line 3307, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-bl {
  background: no-repeat 0 -6px;
}

/* line 3311, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-br {
  background: no-repeat right -6px;
}

/* line 3315, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-body {
  padding: 2px;
}

/* line 3319, ../sass/vendor/_ext-all-notheme.scss */
.x-form-invalid-tip .x-tip-body {
  padding-left: 24px;
  background: transparent no-repeat 2px 2px;
}

/* line 3324, ../sass/vendor/_ext-all-notheme.scss */
.x-tip-anchor {
  position: absolute;
  width: 9px;
  height: 10px;
  overflow: hidden;
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 3332, ../sass/vendor/_ext-all-notheme.scss */
.x-tip-anchor-bottom {
  background-position: -9px 0;
}

/* line 3335, ../sass/vendor/_ext-all-notheme.scss */
.x-tip-anchor-right {
  background-position: -18px 0;
  width: 10px;
}

/* line 3339, ../sass/vendor/_ext-all-notheme.scss */
.x-tip-anchor-left {
  background-position: -28px 0;
  width: 10px;
}

/* line 3342, ../sass/vendor/_ext-all-notheme.scss */
.x-menu {
  z-index: 15000;
  zoom: 1;
  background: repeat-y;
}

/* line 3348, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-floating {
  border: 1px solid;
}

/* line 3352, ../sass/vendor/_ext-all-notheme.scss */
.x-menu a {
  text-decoration: none !important;
}

/* line 3356, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-menu {
  zoom: 1;
  overflow: hidden;
}

/* line 3361, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-list {
  padding: 2px;
  background: transparent;
  border: 0 none;
  overflow: hidden;
  overflow-y: hidden;
}

/* line 3369, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie .x-menu-list {
  position: relative;
}

/* line 3373, ../sass/vendor/_ext-all-notheme.scss */
.x-menu li {
  line-height: 100%;
}

/* line 3377, ../sass/vendor/_ext-all-notheme.scss */
.x-menu li.x-menu-sep-li {
  font-size: 1px;
  line-height: 1px;
}

/* line 3382, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-list-item {
  white-space: nowrap;
  display: block;
  padding: 1px;
}

/* line 3388, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 3394, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item-arrow {
  background: transparent no-repeat right;
}

/* line 3398, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-sep {
  display: block;
  font-size: 1px;
  line-height: 1px;
  margin: 2px 3px;
  border-bottom: 1px solid;
  overflow: hidden;
}

/* line 3407, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-focus {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  overflow: hidden;
  display: block;
}

/* line 3424, ../sass/vendor/_ext-all-notheme.scss */
a.x-menu-item {
  cursor: pointer;
  display: block;
  line-height: 16px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  padding: 3px 21px 3px 27px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

/* line 3437, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item-active {
  background-repeat: repeat-x;
  background-position: left bottom;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 1px;
  padding: 0;
}

/* line 3446, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item-active a.x-menu-item {
  border-style: solid;
  border-width: 0 1px;
  margin: 0 -1px;
}

/* line 3452, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item-icon {
  border: 0 none;
  height: 16px;
  padding: 0;
  vertical-align: top;
  width: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  margin: 0;
  background-position: center;
}

/* line 3465, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-menu-item-icon {
  left: -24px;
}

/* line 3468, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .x-menu-item-icon {
  left: 3px;
}

/* line 3472, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie6 .x-menu-item-icon {
  left: -24px;
}

/* line 3476, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-menu-item-icon {
  vertical-align: middle;
}

/* line 3480, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-check-item .x-menu-item-icon {
  background: transparent no-repeat center;
}

/* line 3484, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-group-item .x-menu-item-icon {
  background: transparent;
}

/* line 3488, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background: transparent no-repeat center;
}

/* line 3492, ../sass/vendor/_ext-all-notheme.scss */
.x-date-menu .x-menu-list {
  padding: 0;
}

/* line 3496, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-date-item {
  padding: 0;
}

/* line 3500, ../sass/vendor/_ext-all-notheme.scss */
.x-menu .x-color-palette, .x-menu .x-date-picker {
  margin-left: 26px;
  margin-right: 4px;
}

/* line 3505, ../sass/vendor/_ext-all-notheme.scss */
.x-menu .x-date-picker {
  border: 1px solid;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 3511, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker {
  margin: 0;
  border: 0 none;
}

/* line 3516, ../sass/vendor/_ext-all-notheme.scss */
.x-date-menu {
  padding: 0 !important;
}

/*
 * fixes separator visibility problem in IE 6
 */
/* line 3523, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie6 .x-menu-sep-li {
  padding: 3px 4px;
}

/* line 3526, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie6 .x-menu-sep {
  margin: 0;
  height: 1px;
}

/*
 * Ugly mess to remove the white border under the picker
 */
/* line 3534, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-date-menu {
  height: 199px;
}

/* line 3538, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu {
  height: 197px;
}

/* line 3542, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie7 .x-date-menu {
  height: 195px;
}

/* line 3546, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie8 .x-date-menu {
  height: auto;
}

/* line 3550, ../sass/vendor/_ext-all-notheme.scss */
.x-cycle-menu .x-menu-item-checked {
  border: 1px dotted !important;
  padding: 0;
}

/* line 3555, ../sass/vendor/_ext-all-notheme.scss */
.x-menu .x-menu-scroller {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  line-height: 8px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* line 3566, ../sass/vendor/_ext-all-notheme.scss */
.x-menu .x-menu-scroller-active {
  height: 6px;
  line-height: 6px;
}

/* line 3571, ../sass/vendor/_ext-all-notheme.scss */
.x-menu-list-item-indent {
  padding-left: 27px;
}

/*
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
 <div class="x-box-blue">
       <div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
       <div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
           <h3>YOUR TITLE HERE (optional)</h3>
           <div>YOUR CONTENT HERE</div>
       </div></div></div>
       <div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
   </div>
*/
/* line 3585, ../sass/vendor/_ext-all-notheme.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 3590, ../sass/vendor/_ext-all-notheme.scss */
.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 3596, ../sass/vendor/_ext-all-notheme.scss */
.x-box-tr {
  background: transparent no-repeat right -8px;
}

/* line 3600, ../sass/vendor/_ext-all-notheme.scss */
.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1;
}

/* line 3607, ../sass/vendor/_ext-all-notheme.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px;
}

/* line 3612, ../sass/vendor/_ext-all-notheme.scss */
.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1;
}

/* line 3617, ../sass/vendor/_ext-all-notheme.scss */
.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden;
}

/* line 3623, ../sass/vendor/_ext-all-notheme.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1;
}

/* line 3628, ../sass/vendor/_ext-all-notheme.scss */
.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden;
}

/* line 3634, ../sass/vendor/_ext-all-notheme.scss */
.x-box-br {
  background: transparent no-repeat right -24px;
}

/* line 3638, ../sass/vendor/_ext-all-notheme.scss */
.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden;
}

/* line 3643, ../sass/vendor/_ext-all-notheme.scss */
.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden;
}

/* line 3646, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list {
  border: 1px solid;
  zoom: 1;
  overflow: hidden;
}

/* line 3652, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list-inner {
  overflow: auto;
  position: relative;
  /* for calculating scroll offsets */
  zoom: 1;
  overflow-x: hidden;
}

/* line 3659, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list-hd {
  border-bottom: 1px solid;
  padding: 3px;
}

/* line 3664, ../sass/vendor/_ext-all-notheme.scss */
.x-resizable-pinned .x-combo-list-inner {
  border-bottom: 1px solid;
}

/* line 3668, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list-item {
  padding: 2px;
  border: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 3676, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list .x-combo-selected {
  border: 1px dotted !important;
  cursor: pointer;
}

/* line 3681, ../sass/vendor/_ext-all-notheme.scss */
.x-combo-list .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 3684, ../sass/vendor/_ext-all-notheme.scss */
.x-panel {
  border-style: solid;
  border-width: 0;
}

/* line 3689, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-header {
  overflow: hidden;
  zoom: 1;
  padding: 5px 3px 4px 5px;
  border: 1px solid;
  line-height: 15px;
  background: transparent repeat-x 0 -1px;
}

/* line 3698, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-body {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  position: relative;
  /* added for item scroll positioning */
}

/* line 3705, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* line 3712, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 3717, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
  border-top: 1px solid;
}

/* line 3721, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-header {
  overflow: hidden;
  zoom: 1;
}

/* line 3726, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tl .x-panel-header {
  padding: 5px 0 4px 0;
  border: 0 none;
  background: transparent;
}

/* line 3732, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position: 0 4px;
  zoom: 1;
}

/* line 3739, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-inline-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 3750, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* fix ie7 strict mode bug */
/* line 3756, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie7 .x-panel-tc {
  overflow: visible;
}

/* line 3760, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  zoom: 1;
  border-bottom: 1px solid;
}

/* line 3767, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-tr {
  background: transparent no-repeat right 0;
  zoom: 1;
  padding-right: 6px;
}

/* line 3773, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 3778, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bc .x-panel-footer {
  zoom: 1;
}

/* line 3782, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 6px;
  zoom: 1;
}

/* line 3788, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-br {
  background: transparent no-repeat right bottom;
  padding-right: 6px;
  zoom: 1;
}

/* line 3794, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-mc {
  border: 0 none;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}

/* line 3801, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-mc .x-panel-body {
  background: transparent;
  border: 0 none;
}

/* line 3806, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-ml {
  background: repeat-y 0 0;
  padding-left: 6px;
  zoom: 1;
}

/* line 3812, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-mr {
  background: transparent repeat-y right 0;
  padding-right: 6px;
  zoom: 1;
}

/* line 3818, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bc .x-panel-footer {
  padding-bottom: 6px;
}

/* line 3822, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  height: 6px;
  font-size: 0;
  line-height: 0;
}

/* line 3828, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-bwrap {
  overflow: hidden;
  zoom: 1;
  left: 0;
  top: 0;
}

/* line 3834, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-body {
  overflow: hidden;
  zoom: 1;
}

/* line 3839, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-resizable-handle {
  display: none;
}

/* line 3843, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko .x-panel-animated div {
  overflow: hidden !important;
}

/* Plain */
/* line 3848, ../sass/vendor/_ext-all-notheme.scss */
.x-plain-body {
  overflow: hidden;
}

/* line 3852, ../sass/vendor/_ext-all-notheme.scss */
.x-plain-bbar .x-toolbar {
  overflow: hidden;
  padding: 2px;
}

/* line 3857, ../sass/vendor/_ext-all-notheme.scss */
.x-plain-tbar .x-toolbar {
  overflow: hidden;
  padding: 2px;
}

/* line 3862, ../sass/vendor/_ext-all-notheme.scss */
.x-plain-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 3867, ../sass/vendor/_ext-all-notheme.scss */
.x-plain {
  overflow: hidden;
}

/* Tools */
/* line 3872, ../sass/vendor/_ext-all-notheme.scss */
.x-tool {
  overflow: hidden;
  width: 15px;
  height: 15px;
  float: right;
  cursor: pointer;
  background: transparent no-repeat;
  margin-left: 2px;
}

/* expand / collapse tools */
/* line 3883, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-toggle {
  background-position: 0 -60px;
}

/* line 3887, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-toggle-over {
  background-position: -15px -60px;
}

/* line 3891, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-tool-toggle {
  background-position: 0 -75px;
}

/* line 3895, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-tool-toggle-over {
  background-position: -15px -75px;
}

/* line 3900, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-close {
  background-position: 0 -0;
}

/* line 3904, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-close-over {
  background-position: -15px 0;
}

/* line 3908, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-minimize {
  background-position: 0 -15px;
}

/* line 3912, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-minimize-over {
  background-position: -15px -15px;
}

/* line 3916, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-maximize {
  background-position: 0 -30px;
}

/* line 3920, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-maximize-over {
  background-position: -15px -30px;
}

/* line 3924, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-restore {
  background-position: 0 -45px;
}

/* line 3928, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-restore-over {
  background-position: -15px -45px;
}

/* line 3932, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-gear {
  background-position: 0 -90px;
}

/* line 3936, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-gear-over {
  background-position: -15px -90px;
}

/* line 3940, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-pin {
  background-position: 0 -135px;
}

/* line 3944, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-pin-over {
  background-position: -15px -135px;
}

/* line 3948, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-unpin {
  background-position: 0 -150px;
}

/* line 3952, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-unpin-over {
  background-position: -15px -150px;
}

/* line 3956, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-right {
  background-position: 0 -165px;
}

/* line 3960, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-right-over {
  background-position: -15px -165px;
}

/* line 3964, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-left {
  background-position: 0 -180px;
}

/* line 3968, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-left-over {
  background-position: -15px -180px;
}

/* line 3972, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-up {
  background-position: 0 -210px;
}

/* line 3976, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-up-over {
  background-position: -15px -210px;
}

/* line 3980, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-down {
  background-position: 0 -195px;
}

/* line 3984, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-down-over {
  background-position: -15px -195px;
}

/* line 3988, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-refresh {
  background-position: 0 -225px;
}

/* line 3992, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-refresh-over {
  background-position: -15px -225px;
}

/* line 3996, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-minus {
  background-position: 0 -255px;
}

/* line 4000, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-minus-over {
  background-position: -15px -255px;
}

/* line 4004, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-plus {
  background-position: 0 -240px;
}

/* line 4008, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-plus-over {
  background-position: -15px -240px;
}

/* line 4012, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-search {
  background-position: 0 -270px;
}

/* line 4016, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-search-over {
  background-position: -15px -270px;
}

/* line 4020, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-save {
  background-position: 0 -285px;
}

/* line 4024, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-save-over {
  background-position: -15px -285px;
}

/* line 4028, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-help {
  background-position: 0 -300px;
}

/* line 4032, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-help-over {
  background-position: -15px -300px;
}

/* line 4036, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-print {
  background-position: 0 -315px;
}

/* line 4040, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-print-over {
  background-position: -15px -315px;
}

/* Ghosting */
/* line 4045, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-ghost {
  z-index: 12000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .65;
  -moz-opacity: .65;
  filter: alpha(opacity=65);
}

/* line 4055, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-ghost ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border: 1px solid;
  border-top: 0 none;
  display: block;
}

/* line 4066, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-ghost * {
  cursor: move !important;
}

/* line 4070, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-dd-spacer {
  border: 2px dashed;
}

/* Buttons */
/* line 4075, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns {
  padding: 5px;
  overflow: hidden;
}

/* line 4080, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns td.x-toolbar-cell {
  padding: 3px;
}

/* line 4084, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-focus .x-btn-left {
  background-position: 0 -147px;
}

/* line 4088, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-focus .x-btn-right {
  background-position: 0 -168px;
}

/* line 4092, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-focus .x-btn-center {
  background-position: 0 -189px;
}

/* line 4096, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-over .x-btn-left {
  background-position: 0 -63px;
}

/* line 4100, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-over .x-btn-right {
  background-position: 0 -84px;
}

/* line 4104, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-over .x-btn-center {
  background-position: 0 -105px;
}

/* line 4108, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-click .x-btn-center {
  background-position: 0 -126px;
}

/* line 4112, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-click .x-btn-right {
  background-position: 0 -84px;
}

/* line 4116, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-btns .x-btn-click .x-btn-left {
  background-position: 0 -63px;
}

/* line 4120, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  white-space: nowrap;
}

/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 *
 * Resets for Ext.Panel @cfg normal: true
 */
/* line 4129, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre {
  display: block;
}

/* line 4155, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body li {
  display: list-item;
}

/* line 4156, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body head {
  display: none;
}

/* line 4157, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body table {
  display: table;
}

/* line 4158, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body tr {
  display: table-row;
}

/* line 4159, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body thead {
  display: table-header-group;
}

/* line 4160, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body tbody {
  display: table-row-group;
}

/* line 4161, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body tfoot {
  display: table-footer-group;
}

/* line 4162, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body col {
  display: table-column;
}

/* line 4163, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body colgroup {
  display: table-column-group;
}

/* line 4164, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  display: table-cell;
}

/* line 4166, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body caption {
  display: table-caption;
}

/* line 4167, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body th {
  font-weight: bolder;
  text-align: center;
}

/* line 4168, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body caption {
  text-align: center;
}

/* line 4169, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body body {
  margin: 8px;
}

/* line 4170, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 4171, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

/* line 4172, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

/* line 4173, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu {
  margin: 1.12em 0;
}

/* line 4183, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

/* line 4184, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

/* line 4185, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong {
  font-weight: bolder;
}

/* line 4193, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 4194, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address {
  font-style: italic;
}

/* line 4199, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp {
  font-family: monospace;
}

/* line 4204, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body pre {
  white-space: pre;
}

/* line 4205, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select {
  display: inline-block;
}

/* line 4209, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body big {
  font-size: 1.17em;
}

/* line 4210, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup {
  font-size: 0.83em;
}

/* line 4213, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body sub {
  vertical-align: sub;
}

/* line 4214, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body sup {
  vertical-align: super;
}

/* line 4215, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body table {
  border-spacing: 2px;
}

/* line 4216, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot {
  vertical-align: middle;
}

/* line 4219, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  vertical-align: inherit;
}

/* line 4221, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del {
  text-decoration: line-through;
}

/* line 4224, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body hr {
  border: 1px inset;
}

/* line 4225, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd {
  margin-left: 40px;
}

/* line 4230, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir {
  list-style-type: disc;
}

/* line 4231, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body ol {
  list-style-type: decimal;
}

/* line 4232, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 4236, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins {
  text-decoration: underline;
}

/* line 4238, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body br:before {
  content: "\a";
}

/* line 4239, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after {
  white-space: pre-line;
}

/* line 4240, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body center {
  text-align: center;
}

/* line 4241, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited {
  text-decoration: underline;
}

/* line 4242, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body :focus {
  outline: invert dotted thin;
}

/* Begin bidirectionality settings (do not change) */
/* line 4245, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 4246, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-reset .x-panel-body BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

/* line 4247, ../sass/vendor/_ext-all-notheme.scss */
.x-window {
  zoom: 1;
}

/* line 4251, ../sass/vendor/_ext-all-notheme.scss */
.x-window .x-window-handle {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4257, ../sass/vendor/_ext-all-notheme.scss */
.x-window-proxy {
  border: 1px solid;
  z-index: 12000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}

/* line 4269, ../sass/vendor/_ext-all-notheme.scss */
.x-window-header {
  overflow: hidden;
  zoom: 1;
}

/* line 4274, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bwrap {
  z-index: 1;
  position: relative;
  zoom: 1;
  left: 0;
  top: 0;
}

/* line 4281, ../sass/vendor/_ext-all-notheme.scss */
.x-window-tl .x-window-header {
  padding: 5px 0 4px 0;
}

/* line 4285, ../sass/vendor/_ext-all-notheme.scss */
.x-window-header-text {
  cursor: pointer;
}

/* line 4289, ../sass/vendor/_ext-all-notheme.scss */
.x-window-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  zoom: 1;
}

/* line 4295, ../sass/vendor/_ext-all-notheme.scss */
.x-window-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  zoom: 1;
  z-index: 1;
  position: relative;
}

/* line 4303, ../sass/vendor/_ext-all-notheme.scss */
.x-window-tr {
  background: transparent no-repeat right 0;
  padding-right: 6px;
}

/* line 4308, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 4313, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bc .x-window-footer {
  padding-bottom: 6px;
  zoom: 1;
  font-size: 0;
  line-height: 0;
}

/* line 4320, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 6px;
  zoom: 1;
}

/* line 4326, ../sass/vendor/_ext-all-notheme.scss */
.x-window-br {
  background: transparent no-repeat right bottom;
  padding-right: 6px;
  zoom: 1;
}

/* line 4332, ../sass/vendor/_ext-all-notheme.scss */
.x-window-mc {
  border: 1px solid;
  padding: 0;
  margin: 0;
}

/* line 4338, ../sass/vendor/_ext-all-notheme.scss */
.x-window-ml {
  background: transparent repeat-y 0 0;
  padding-left: 6px;
  zoom: 1;
}

/* line 4344, ../sass/vendor/_ext-all-notheme.scss */
.x-window-mr {
  background: transparent repeat-y right 0;
  padding-right: 6px;
  zoom: 1;
}

/* line 4350, ../sass/vendor/_ext-all-notheme.scss */
.x-window-body {
  overflow: hidden;
}

/* line 4354, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bwrap {
  overflow: hidden;
}

/* line 4358, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  padding: 0;
}

/* line 4364, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-footer {
  padding-bottom: 0;
}

/* line 4368, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-tc {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 4373, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-mc {
  border-left: 0 none;
  border-right: 0 none;
}

/* line 4378, ../sass/vendor/_ext-all-notheme.scss */
.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  border-left: 0 none;
  border-right: 0 none;
}

/* line 4383, ../sass/vendor/_ext-all-notheme.scss */
.x-window-bbar .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 4388, ../sass/vendor/_ext-all-notheme.scss */
.x-window-draggable, .x-window-draggable .x-window-header-text {
  cursor: move;
}

/* line 4392, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  cursor: default;
}

/* line 4396, ../sass/vendor/_ext-all-notheme.scss */
.x-window-body {
  background: transparent;
}

/* line 4400, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-ghost .x-window-tl {
  border-bottom: 1px solid;
}

/* line 4404, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-window-tl {
  border-bottom: 1px solid;
}

/* line 4408, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized-ct {
  overflow: hidden;
}

/* line 4412, ../sass/vendor/_ext-all-notheme.scss */
.x-window-maximized .x-window-handle {
  display: none;
}

/* line 4416, ../sass/vendor/_ext-all-notheme.scss */
.x-window-sizing-ghost ul {
  border: 0 none !important;
}

/* line 4420, ../sass/vendor/_ext-all-notheme.scss */
.x-dlg-focus {
  -moz-outline: 0 none;
  outline: 0 none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 4431, ../sass/vendor/_ext-all-notheme.scss */
.ext-webkit .x-dlg-focus {
  width: 1px;
  height: 1px;
}

/* line 4436, ../sass/vendor/_ext-all-notheme.scss */
.x-dlg-mask {
  z-index: 10000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

/* line 4447, ../sass/vendor/_ext-all-notheme.scss */
body.ext-ie6.x-body-masked select {
  visibility: hidden;
}

/* line 4451, ../sass/vendor/_ext-all-notheme.scss */
body.ext-ie6.x-body-masked .x-window select {
  visibility: visible;
}

/* line 4455, ../sass/vendor/_ext-all-notheme.scss */
.x-window-plain .x-window-mc {
  border: 1px solid;
}

/* line 4459, ../sass/vendor/_ext-all-notheme.scss */
.x-window-plain .x-window-body {
  border: 1px solid;
  background: transparent !important;
}

/* line 4462, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-wrap {
  border: 1px solid;
}

/* line 4466, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-btn-text {
  background: transparent no-repeat;
}

/* line 4470, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
  background-position: 0 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4475, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
  background-position: -16px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4480, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
  background-position: -32px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4485, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4490, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4495, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4500, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4505, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4510, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4515, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4520, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4525, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4530, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4535, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 4540, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  padding: 5px;
  padding-bottom: 1px;
}

/* line 4545, ../sass/vendor/_ext-all-notheme.scss */
.x-html-editor-tb .x-toolbar {
  position: static !important;
}

/* line 4547, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-noborder .x-panel-body-noborder {
  border-width: 0;
}

/* line 4551, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-noborder .x-panel-header-noborder {
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 4556, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 4561, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 4566, ../sass/vendor/_ext-all-notheme.scss */
.x-window-noborder .x-window-mc {
  border-width: 0;
}

/* line 4570, ../sass/vendor/_ext-all-notheme.scss */
.x-window-plain .x-window-body-noborder {
  border-width: 0;
}

/* line 4574, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-noborder .x-tab-panel-body-noborder {
  border-width: 0;
}

/* line 4578, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-noborder .x-tab-panel-header-noborder {
  border-width: 0 0 1px 0;
}

/* line 4582, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
  border-width: 1px 0 0 0;
}

/* line 4586, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 4591, ../sass/vendor/_ext-all-notheme.scss */
.x-tab-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 4594, ../sass/vendor/_ext-all-notheme.scss */
.x-border-layout-ct {
  position: relative;
}

/* line 4598, ../sass/vendor/_ext-all-notheme.scss */
.x-border-panel {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4604, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-south {
  background-position: 0 -195px;
}

/* line 4608, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-south-over {
  background-position: -15px -195px;
}

/* line 4612, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-north {
  background-position: 0 -210px;
}

/* line 4616, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-north-over {
  background-position: -15px -210px;
}

/* line 4620, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-west {
  background-position: 0 -180px;
}

/* line 4624, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-west-over {
  background-position: -15px -180px;
}

/* line 4628, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-east {
  background-position: 0 -165px;
}

/* line 4632, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-collapse-east-over {
  background-position: -15px -165px;
}

/* line 4636, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-south {
  background-position: 0 -210px;
}

/* line 4640, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-south-over {
  background-position: -15px -210px;
}

/* line 4644, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-north {
  background-position: 0 -195px;
}

/* line 4647, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-north-over {
  background-position: -15px -195px;
}

/* line 4651, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-west {
  background-position: 0 -165px;
}

/* line 4655, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-west-over {
  background-position: -15px -165px;
}

/* line 4659, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-east {
  background-position: 0 -180px;
}

/* line 4663, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-east-over {
  background-position: -15px -180px;
}

/* line 4667, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-north, .x-tool-expand-south {
  float: right;
  margin: 3px;
}

/* line 4672, ../sass/vendor/_ext-all-notheme.scss */
.x-tool-expand-east, .x-tool-expand-west {
  float: none;
  margin: 3px auto;
}

/* line 4677, ../sass/vendor/_ext-all-notheme.scss */
.x-accordion-hd .x-tool-toggle {
  background-position: 0 -255px;
}

/* line 4681, ../sass/vendor/_ext-all-notheme.scss */
.x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -255px;
}

/* line 4685, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  background-position: 0 -240px;
}

/* line 4689, ../sass/vendor/_ext-all-notheme.scss */
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -240px;
}

/* line 4693, ../sass/vendor/_ext-all-notheme.scss */
.x-accordion-hd {
  padding-top: 4px;
  padding-bottom: 3px;
  border-top: 0 none;
  background: transparent repeat-x 0 -9px;
}

/* line 4700, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-collapsed {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid;
  z-index: 20;
}

/* line 4712, ../sass/vendor/_ext-all-notheme.scss */
.ext-border-box .x-layout-collapsed {
  width: 22px;
  height: 22px;
}

/* line 4717, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-collapsed-over {
  cursor: pointer;
}

/* line 4721, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 4730, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split {
  position: absolute;
  height: 5px;
  width: 5px;
  line-height: 1px;
  font-size: 1px;
  z-index: 3;
  background-color: transparent;
}

/* IE6 strict won't drag w/out a color */
/* line 4741, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie6 .x-layout-split {
  background-color: #fff !important;
  filter: alpha(opacity=1);
}

/* line 4746, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-h {
  background-image: url(../images/default/s.gif);
  background-position: left;
}

/* line 4751, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-v {
  background-image: url(../images/default/s.gif);
  background-position: top;
}

/* line 4756, ../sass/vendor/_ext-all-notheme.scss */
.x-column-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 4761, ../sass/vendor/_ext-all-notheme.scss */
.x-column {
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
}

/* line 4769, ../sass/vendor/_ext-all-notheme.scss */
.x-column-inner {
  overflow: hidden;
  zoom: 1;
}

/* mini mode */
/* line 4775, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-mini {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 35px;
  cursor: pointer;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}

/* line 4788, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini {
  opacity: 1;
  -moz-opacity: 1;
  filter: none;
}

/* line 4794, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-west .x-layout-mini {
  top: 48%;
}

/* line 4798, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-east .x-layout-mini {
  top: 48%;
}

/* line 4802, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 4808, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-split-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 4814, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-west .x-layout-mini {
  top: 48%;
}

/* line 4818, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-east .x-layout-mini {
  top: 48%;
}

/* line 4822, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 4828, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 4834, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-west, .x-layout-cmini-east {
  border: 0 none;
  width: 5px !important;
  padding: 0;
  background: transparent;
}

/* line 4841, ../sass/vendor/_ext-all-notheme.scss */
.x-layout-cmini-north, .x-layout-cmini-south {
  border: 0 none;
  height: 5px !important;
  padding: 0;
  background: transparent;
}

/* line 4848, ../sass/vendor/_ext-all-notheme.scss */
.x-viewport, .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}

/* line 4856, ../sass/vendor/_ext-all-notheme.scss */
.x-abs-layout-item {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4862, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  margin: 0;
}

/* line 4866, ../sass/vendor/_ext-all-notheme.scss */
.x-box-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 4871, ../sass/vendor/_ext-all-notheme.scss */
.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
}

/* line 4879, ../sass/vendor/_ext-all-notheme.scss */
.x-box-item {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4883, ../sass/vendor/_ext-all-notheme.scss */
.x-progress-wrap {
  border: 1px solid;
  overflow: hidden;
}

/* line 4888, ../sass/vendor/_ext-all-notheme.scss */
.x-progress-inner {
  height: 18px;
  background: repeat-x;
  position: relative;
}

/* line 4894, ../sass/vendor/_ext-all-notheme.scss */
.x-progress-bar {
  height: 18px;
  float: left;
  width: 0;
  background: repeat-x left center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

/* line 4904, ../sass/vendor/_ext-all-notheme.scss */
.x-progress-text {
  padding: 1px 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  text-align: center;
}

/* line 4912, ../sass/vendor/_ext-all-notheme.scss */
.x-progress-text-back {
  line-height: 16px;
}

/* line 4916, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-progress-text-back {
  line-height: 15px;
}

/* line 4920, ../sass/vendor/_ext-all-notheme.scss */
.ext-strict .ext-ie7 .x-progress-text-back {
  width: 100%;
}

/* line 4923, ../sass/vendor/_ext-all-notheme.scss */
.x-list-header {
  background: repeat-x 0 bottom;
  cursor: default;
  zoom: 1;
  height: 22px;
}

/* line 4930, ../sass/vendor/_ext-all-notheme.scss */
.x-list-header-inner div {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 4939, ../sass/vendor/_ext-all-notheme.scss */
.x-list-header-inner div em {
  display: block;
  border-left: 1px solid;
  padding: 4px 4px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  line-height: 14px;
}

/* line 4949, ../sass/vendor/_ext-all-notheme.scss */
.x-list-body {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  zoom: 1;
  float: left;
  width: 100%;
}

/* line 4958, ../sass/vendor/_ext-all-notheme.scss */
.x-list-body dl {
  zoom: 1;
}

/* line 4962, ../sass/vendor/_ext-all-notheme.scss */
.x-list-body dt {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
}

/* line 4973, ../sass/vendor/_ext-all-notheme.scss */
.x-list-body dt em {
  display: block;
  padding: 3px 4px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
}

/* line 4981, ../sass/vendor/_ext-all-notheme.scss */
.x-list-resizer {
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4989, ../sass/vendor/_ext-all-notheme.scss */
.x-list-header-inner em.sort-asc {
  background: transparent no-repeat center 0;
  border-style: solid;
  border-width: 0 1px 1px;
  padding-bottom: 3px;
}

/* line 4996, ../sass/vendor/_ext-all-notheme.scss */
.x-list-header-inner em.sort-desc {
  background: transparent no-repeat center -23px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding-bottom: 3px;
}

/* Shared styles */
/* line 5004, ../sass/vendor/_ext-all-notheme.scss */
.x-slider {
  zoom: 1;
}

/* line 5008, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1;
}

/* line 5016, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  display: block;
  overflow: hidden;
}

/* Horizontal styles */
/* line 5034, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -22px;
}

/* line 5039, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -44px;
}

/* line 5045, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 0;
  height: 22px;
}

/* line 5050, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz .x-slider-thumb {
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background: transparent no-repeat 0 0;
}

/* line 5059, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px;
}

/* line 5063, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px;
}

/* Vertical styles */
/* line 5068, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0;
  width: 22px;
}

/* line 5074, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
}

/* line 5080, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
}

/* line 5084, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert .x-slider-thumb {
  width: 15px;
  height: 14px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0;
}

/* line 5093, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px;
}

/* line 5097, ../sass/vendor/_ext-all-notheme.scss */
.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px;
}

/* line 5099, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .x-window-body {
  border: 0 none !important;
  padding: 5px 10px;
  overflow: hidden !important;
}

/* line 5105, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .x-window-mc {
  border: 0 none !important;
}

/* line 5109, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .ext-mb-input {
  margin-top: 4px;
  width: 95%;
}

/* line 5114, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .ext-mb-textarea {
  margin-top: 4px;
}

/* line 5118, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .x-progress-wrap {
  margin-top: 4px;
}

/* line 5122, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-window-dlg .x-progress-wrap {
  margin-top: 6px;
}

/* line 5126, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .x-msg-box-wait {
  background: transparent no-repeat left;
  display: block;
  width: 300px;
  padding-left: 18px;
  line-height: 18px;
}

/* line 5134, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .ext-mb-icon {
  float: left;
  width: 47px;
  height: 32px;
}

/* line 5140, ../sass/vendor/_ext-all-notheme.scss */
.ext-ie .x-window-dlg .ext-mb-icon {
  width: 44px;
  /* 3px IE margin issue */
}

/* line 5144, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .x-dlg-icon .ext-mb-content {
  zoom: 1;
  margin-left: 47px;
}

/* line 5148, ../sass/vendor/_ext-all-notheme.scss */
.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  background: transparent no-repeat top left;
}

/* line 5152, ../sass/vendor/_ext-all-notheme.scss */
.ext-gecko2 .ext-mb-fix-cursor {
  overflow: auto;
}

/*!
 * Ext JS Library 3.2.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/* line 7, ../sass/vendor/_xtheme-gray.scss */
.ext-el-mask {
  background-color: #ccc;
}

/* line 11, ../sass/vendor/_xtheme-gray.scss */
.ext-el-mask-msg {
  border-color: #999;
  background-color: #ddd;
  background-image: url(../images/gray/panel/white-top-bottom.gif);
  background-position: 0 -1px;
}

/* line 17, ../sass/vendor/_xtheme-gray.scss */
.ext-el-mask-msg div {
  background-color: #eee;
  border-color: #d0d0d0;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 24, ../sass/vendor/_xtheme-gray.scss */
.x-mask-loading div {
  background-color: #fbfbfb;
  background-image: url(../images/default/grid/loading.gif);
}

/* line 29, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled {
  color: gray;
}

/* line 33, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled * {
  color: gray !important;
}

/* line 37, ../sass/vendor/_xtheme-gray.scss */
.x-splitbar-proxy {
  background-color: #aaa;
}

/* line 41, ../sass/vendor/_xtheme-gray.scss */
.x-color-palette a {
  border-color: #fff;
}

/* line 45, ../sass/vendor/_xtheme-gray.scss */
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border-color: #CFCFCF;
  background-color: #eaeaea;
}

/* line 50, ../sass/vendor/_xtheme-gray.scss */
.x-color-palette em:hover, .x-color-palette span:hover {
  background-color: #eaeaea;
}

/* line 54, ../sass/vendor/_xtheme-gray.scss */
.x-color-palette em {
  border-color: #aca899;
}

/* line 58, ../sass/vendor/_xtheme-gray.scss */
.x-ie-shadow {
  background-color: #777;
}

/* line 62, ../sass/vendor/_xtheme-gray.scss */
.x-shadow .xsmc {
  background-image: url(../images/default/shadow-c.png);
}

/* line 66, ../sass/vendor/_xtheme-gray.scss */
.x-shadow .xsml, .x-shadow .xsmr {
  background-image: url(../images/default/shadow-lr.png);
}

/* line 70, ../sass/vendor/_xtheme-gray.scss */
.x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr {
  background-image: url(../images/default/shadow.png);
}

/* line 74, ../sass/vendor/_xtheme-gray.scss */
.loading-indicator {
  font-size: 11px;
  background-image: url(../images/default/grid/loading.gif);
}

/* line 79, ../sass/vendor/_xtheme-gray.scss */
.x-spotlight {
  background-color: #ccc;
}

/* line 81, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-header, .x-tab-panel-footer {
  background-color: #eaeaea;
  border-color: #d0d0d0;
  overflow: hidden;
  zoom: 1;
}

/* line 88, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-header, .x-tab-panel-footer {
  border-color: #d0d0d0;
}

/* line 92, ../sass/vendor/_xtheme-gray.scss */
ul.x-tab-strip-top {
  background-color: #dbdbdb;
  background-image: url(../images/gray/tabs/tab-strip-bg.gif);
  border-bottom-color: #d0d0d0;
}

/* line 98, ../sass/vendor/_xtheme-gray.scss */
ul.x-tab-strip-bottom {
  background-color: #dbdbdb;
  background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif);
  border-top-color: #d0d0d0;
}

/* line 104, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-header-plain .x-tab-strip-spacer,
.x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-color: #d0d0d0;
  background-color: #eaeaea;
}

/* line 110, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip span.x-tab-strip-text {
  font: normal 11px tahoma,arial,helvetica;
  color: #333;
}

/* line 115, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-over span.x-tab-strip-text {
  color: #111;
}

/* line 119, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-active span.x-tab-strip-text {
  color: #333;
  font-weight: bold;
}

/* line 124, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-disabled .x-tabs-text {
  color: #aaaaaa;
}

/* line 128, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
  background-image: url(../images/gray/tabs/tabs-sprite.gif);
}

/* line 132, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-right {
  background-image: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
}

/* line 136, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-left {
  background-image: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
}

/* line 140, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
  background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif);
}

/* line 144, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
  background-image: url(../images/gray/tabs/tab-btm-over-right-bg.gif);
}

/* line 148, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  background-image: url(../images/gray/tabs/tab-btm-right-bg.gif);
}

/* line 152, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  background-image: url(../images/gray/tabs/tab-btm-left-bg.gif);
}

/* line 156, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  background-image: url(../images/gray/tabs/tab-close.gif);
}

/* line 160, ../sass/vendor/_xtheme-gray.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  background-image: url(../images/gray/tabs/tab-close.gif);
}

/* line 164, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-body {
  border-color: #d0d0d0;
  background-color: #fff;
}

/* line 169, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-body-top {
  border-top: 0 none;
}

/* line 173, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-body-bottom {
  border-bottom: 0 none;
}

/* line 177, ../sass/vendor/_xtheme-gray.scss */
.x-tab-scroller-left {
  background-image: url(../images/gray/tabs/scroll-left.gif);
  border-bottom-color: #d0d0d0;
}

/* line 182, ../sass/vendor/_xtheme-gray.scss */
.x-tab-scroller-left-over {
  background-position: 0 0;
}

/* line 186, ../sass/vendor/_xtheme-gray.scss */
.x-tab-scroller-left-disabled {
  background-position: -18px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 194, ../sass/vendor/_xtheme-gray.scss */
.x-tab-scroller-right {
  background-image: url(../images/gray/tabs/scroll-right.gif);
  border-bottom-color: #d0d0d0;
}

/* line 199, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  border-color: #d0d0d0;
}

/* line 202, ../sass/vendor/_xtheme-gray.scss */
.x-form-field {
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 206, ../sass/vendor/_xtheme-gray.scss */
.x-form-text, textarea.x-form-field {
  background-color: #fff;
  background-image: url(../images/default/form/text-bg.gif);
  border-color: #C1C1C1;
}

/* line 212, ../sass/vendor/_xtheme-gray.scss */
.x-form-select-one {
  background-color: #fff;
  border-color: #C1C1C1;
}

/* line 217, ../sass/vendor/_xtheme-gray.scss */
.x-form-check-group-label {
  border-bottom: 1px solid #d0d0d0;
  color: #333;
}

/* line 222, ../sass/vendor/_xtheme-gray.scss */
.x-editor .x-form-check-wrap {
  background-color: #fff;
}

/* line 226, ../sass/vendor/_xtheme-gray.scss */
.x-form-field-wrap .x-form-trigger {
  background-image: url(../images/gray/form/trigger.gif);
  border-bottom-color: #b5b8c8;
}

/* line 231, ../sass/vendor/_xtheme-gray.scss */
.x-form-field-wrap .x-form-date-trigger {
  background-image: url(../images/gray/form/date-trigger.gif);
}

/* line 235, ../sass/vendor/_xtheme-gray.scss */
.x-form-field-wrap .x-form-clear-trigger {
  background-image: url(../images/gray/form/clear-trigger.gif);
}

/* line 239, ../sass/vendor/_xtheme-gray.scss */
.x-form-field-wrap .x-form-search-trigger {
  background-image: url(../images/gray/form/search-trigger.gif);
}

/* line 243, ../sass/vendor/_xtheme-gray.scss */
.x-trigger-wrap-focus .x-form-trigger {
  border-bottom-color: #777777;
}

/* line 247, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-form-trigger-over {
  border-bottom-color: #b5b8c8;
}

/* line 251, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-form-trigger-click {
  border-bottom-color: #b5b8c8;
}

/* line 255, ../sass/vendor/_xtheme-gray.scss */
.x-form-focus, textarea.x-form-focus {
  border-color: #777777;
}

/* line 259, ../sass/vendor/_xtheme-gray.scss */
.x-form-invalid, textarea.x-form-invalid {
  background-color: #fff;
  background-image: url(../images/default/grid/invalid_line.gif);
  border-color: #c30;
}

/* line 265, ../sass/vendor/_xtheme-gray.scss */
.ext-webkit .x-form-invalid {
  background-color: #fee;
  border-color: #ff7870;
}

/* line 270, ../sass/vendor/_xtheme-gray.scss */
.x-form-inner-invalid, textarea.x-form-inner-invalid {
  background-color: #fff;
  background-image: url(../images/default/grid/invalid_line.gif);
}

/* line 275, ../sass/vendor/_xtheme-gray.scss */
.x-form-grow-sizer {
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 279, ../sass/vendor/_xtheme-gray.scss */
.x-form-item {
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 283, ../sass/vendor/_xtheme-gray.scss */
.x-form-invalid-msg {
  color: #c0272b;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  background-image: url(../images/default/shared/warning.gif);
}

/* line 289, ../sass/vendor/_xtheme-gray.scss */
.x-form-empty-field {
  color: gray;
}

/* line 293, ../sass/vendor/_xtheme-gray.scss */
.x-small-editor .x-form-field {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 297, ../sass/vendor/_xtheme-gray.scss */
.ext-webkit .x-small-editor .x-form-field {
  font: normal 12px arial, tahoma, helvetica, sans-serif;
}

/* line 301, ../sass/vendor/_xtheme-gray.scss */
.x-form-invalid-icon {
  background-image: url(../images/default/form/exclamation.gif);
}

/* line 305, ../sass/vendor/_xtheme-gray.scss */
.x-fieldset {
  border-color: #CCCCCC;
}

/* line 309, ../sass/vendor/_xtheme-gray.scss */
.x-fieldset legend {
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  color: #777777;
}

/* line 312, ../sass/vendor/_xtheme-gray.scss */
.x-btn {
  font: normal 11px tahoma, verdana, helvetica;
}

/* line 316, ../sass/vendor/_xtheme-gray.scss */
.x-btn button {
  font: normal 11px arial,tahoma,verdana,helvetica;
  color: #333;
}

/* line 321, ../sass/vendor/_xtheme-gray.scss */
.x-btn em {
  font-style: normal;
  font-weight: normal;
}

/* line 326, ../sass/vendor/_xtheme-gray.scss */
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc {
  background-image: url(../images/gray/button/btn.gif);
}

/* line 330, ../sass/vendor/_xtheme-gray.scss */
.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text {
  color: #000;
}

/* line 334, ../sass/vendor/_xtheme-gray.scss */
.x-btn-disabled * {
  color: gray !important;
}

/* line 338, ../sass/vendor/_xtheme-gray.scss */
.x-btn-mc em.x-btn-arrow {
  background-image: url(../images/default/button/arrow.gif);
}

/* line 342, ../sass/vendor/_xtheme-gray.scss */
.x-btn-mc em.x-btn-split {
  background-image: url(../images/default/button/s-arrow.gif);
}

/* line 346, ../sass/vendor/_xtheme-gray.scss */
.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url(../images/gray/button/s-arrow-o.gif);
}

/* line 350, ../sass/vendor/_xtheme-gray.scss */
.x-btn-mc em.x-btn-arrow-bottom {
  background-image: url(../images/default/button/s-arrow-b-noline.gif);
}

/* line 354, ../sass/vendor/_xtheme-gray.scss */
.x-btn-mc em.x-btn-split-bottom {
  background-image: url(../images/default/button/s-arrow-b.gif);
}

/* line 358, ../sass/vendor/_xtheme-gray.scss */
.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url(../images/gray/button/s-arrow-bo.gif);
}

/* line 362, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-header {
  color: #666;
}

/* line 366, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-tc {
  background-image: url(../images/gray/button/group-tb.gif);
}

/* line 370, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-tl {
  background-image: url(../images/gray/button/group-cs.gif);
}

/* line 374, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-tr {
  background-image: url(../images/gray/button/group-cs.gif);
}

/* line 378, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-bc {
  background-image: url(../images/gray/button/group-tb.gif);
}

/* line 382, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-bl {
  background-image: url(../images/gray/button/group-cs.gif);
}

/* line 386, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-br {
  background-image: url(../images/gray/button/group-cs.gif);
}

/* line 390, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-ml {
  background-image: url(../images/gray/button/group-lr.gif);
}

/* line 393, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-mr {
  background-image: url(../images/gray/button/group-lr.gif);
}

/* line 397, ../sass/vendor/_xtheme-gray.scss */
.x-btn-group-notitle .x-btn-group-tc {
  background-image: url(../images/gray/button/group-tb.gif);
}

/* line 400, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar {
  border-color: #d0d0d0;
  background-color: #f0f0f0;
  background-image: url(../images/gray/toolbar/bg.gif);
}

/* line 406, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  font: normal 11px arial,tahoma, helvetica, sans-serif;
}

/* line 410, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-item-disabled {
  color: gray;
}

/* line 414, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-item-disabled * {
  color: gray;
}

/* line 418, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-btn-mc em.x-btn-split {
  background-image: url(../images/default/button/s-arrow-noline.gif);
}

/* line 422, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url(../images/gray/button/s-arrow-o.gif);
}

/* line 428, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-btn-mc em.x-btn-split-bottom {
  background-image: url(../images/default/button/s-arrow-b-noline.gif);
}

/* line 432, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url(../images/gray/button/s-arrow-bo.gif);
}

/* line 438, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar .xtb-sep {
  background-image: url(../images/default/grid/grid-split.gif);
}

/* line 442, ../sass/vendor/_xtheme-gray.scss */
.x-tbar-page-first {
  background-image: url(../images/gray/grid/page-first.gif) !important;
}

/* line 446, ../sass/vendor/_xtheme-gray.scss */
.x-tbar-loading {
  background-image: url(../images/gray/grid/refresh.gif) !important;
}

/* line 450, ../sass/vendor/_xtheme-gray.scss */
.x-tbar-page-last {
  background-image: url(../images/gray/grid/page-last.gif) !important;
}

/* line 454, ../sass/vendor/_xtheme-gray.scss */
.x-tbar-page-next {
  background-image: url(../images/gray/grid/page-next.gif) !important;
}

/* line 458, ../sass/vendor/_xtheme-gray.scss */
.x-tbar-page-prev {
  background-image: url(../images/gray/grid/page-prev.gif) !important;
}

/* line 462, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-tbar-loading {
  background-image: url(../images/default/grid/loading.gif) !important;
}

/* line 466, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-tbar-page-first {
  background-image: url(../images/default/grid/page-first-disabled.gif) !important;
}

/* line 470, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-tbar-page-last {
  background-image: url(../images/default/grid/page-last-disabled.gif) !important;
}

/* line 474, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-tbar-page-next {
  background-image: url(../images/default/grid/page-next-disabled.gif) !important;
}

/* line 478, ../sass/vendor/_xtheme-gray.scss */
.x-item-disabled .x-tbar-page-prev {
  background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
}

/* line 482, ../sass/vendor/_xtheme-gray.scss */
.x-paging-info {
  color: #444;
}

/* line 486, ../sass/vendor/_xtheme-gray.scss */
.x-toolbar-more-icon {
  background-image: url(../images/gray/toolbar/more.gif) !important;
}

/* line 489, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-handle {
  background-color: #fff;
}

/* line 493, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-image: url(../images/gray/sizer/e-handle.gif);
}

/* line 499, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url(../images/gray/sizer/s-handle.gif);
}

/* line 505, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url(../images/gray/sizer/s-handle.gif);
}

/* line 508, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-image: url(../images/gray/sizer/se-handle.gif);
}

/* line 511, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-image: url(../images/gray/sizer/nw-handle.gif);
}

/* line 514, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-image: url(../images/gray/sizer/ne-handle.gif);
}

/* line 517, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-image: url(../images/gray/sizer/sw-handle.gif);
}

/* line 520, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-proxy {
  border-color: #565656;
}

/* line 523, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-overlay {
  background-color: #fff;
}

/* line 526, ../sass/vendor/_xtheme-gray.scss */
.x-grid3 {
  background-color: #fff;
}

/* line 530, ../sass/vendor/_xtheme-gray.scss */
.x-grid-panel .x-panel-mc .x-panel-body {
  border-color: #d0d0d0;
}

/* line 534, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 538, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-hd-row td {
  border-left-color: #eee;
  border-right-color: #d0d0d0;
}

/* line 543, ../sass/vendor/_xtheme-gray.scss */
.x-grid-row-loading {
  background-color: #fff;
  background-image: url(../images/default/shared/loading-balls.gif);
}

/* line 548, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row {
  border-color: #ededed;
  border-top-color: #fff;
}

/* line 553, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row-alt {
  background-color: #fafafa;
}

/* line 557, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row-over {
  border-color: #ddd;
  background-color: #efefef;
  background-image: url(../images/default/grid/row-over.gif);
}

/* line 563, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-resize-proxy {
  background-color: #777;
}

/* line 567, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-resize-marker {
  background-color: #777;
}

/* line 571, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-header {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow2.gif);
}

/* line 576, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-header-pop {
  border-left-color: #d0d0d0;
}

/* line 580, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-header-pop-inner {
  border-left-color: #eee;
  background-image: url(../images/default/grid/hd-pop.gif);
}

/* line 585, ../sass/vendor/_xtheme-gray.scss */
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-left-color: #ACACAC;
  border-right-color: #ACACAC;
}

/* line 590, ../sass/vendor/_xtheme-gray.scss */
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow-over2.gif);
}

/* line 596, ../sass/vendor/_xtheme-gray.scss */
.sort-asc .x-grid3-sort-icon {
  background-image: url(../images/gray/grid/sort_asc.gif);
}

/* line 600, ../sass/vendor/_xtheme-gray.scss */
.sort-desc .x-grid3-sort-icon {
  background-image: url(../images/gray/grid/sort_desc.gif);
}

/* line 604, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-cell-text, .x-grid3-hd-text {
  color: #000;
}

/* line 608, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-split {
  background-image: url(../images/default/grid/grid-split.gif);
}

/* line 612, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-hd-text {
  color: #333;
}

/* line 616, ../sass/vendor/_xtheme-gray.scss */
.x-dd-drag-proxy .x-grid3-hd-inner {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow-over2.gif);
  border-color: #ACACAC;
}

/* line 622, ../sass/vendor/_xtheme-gray.scss */
.col-move-top {
  background-image: url(../images/gray/grid/col-move-top.gif);
}

/* line 626, ../sass/vendor/_xtheme-gray.scss */
.col-move-bottom {
  background-image: url(../images/gray/grid/col-move-bottom.gif);
}

/* line 630, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row-selected {
  background-color: #CCCCCC !important;
  background-image: none;
  border-color: #ACACAC;
}

/* line 636, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-cell-selected {
  background-color: #CBCBCB !important;
  color: #000;
}

/* line 641, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-cell-selected span {
  color: #000 !important;
}

/* line 645, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-cell-selected .x-grid3-cell-text {
  color: #000;
}

/* line 649, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background-color: #ebeadb !important;
  background-image: url(../images/default/grid/grid-hrow.gif) !important;
  color: #000;
  border-top-color: #fff;
  border-right-color: #6fa0df !important;
}

/* line 657, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  color: #333 !important;
}

/* line 661, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-dirty-cell {
  background-image: url(../images/default/grid/dirty.gif);
}

/* line 665, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-topbar, .x-grid3-bottombar {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 669, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-bottombar .x-toolbar {
  border-top-color: #a9bfd3;
}

/* line 673, ../sass/vendor/_xtheme-gray.scss */
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif) !important;
  color: #000 !important;
}

/* line 678, ../sass/vendor/_xtheme-gray.scss */
.x-props-grid .x-grid3-body .x-grid3-td-name {
  background-color: #fff !important;
  border-right-color: #eee;
}

/* line 683, ../sass/vendor/_xtheme-gray.scss */
.xg-hmenu-sort-asc .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-asc.gif);
}

/* line 687, ../sass/vendor/_xtheme-gray.scss */
.xg-hmenu-sort-desc .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-desc.gif);
}

/* line 691, ../sass/vendor/_xtheme-gray.scss */
.xg-hmenu-lock .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-lock.gif);
}

/* line 695, ../sass/vendor/_xtheme-gray.scss */
.xg-hmenu-unlock .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-unlock.gif);
}

/* line 699, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-hd-btn {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hd-btn.gif);
}

/* line 704, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-td-expander {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 708, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row-expander {
  background-image: url(../images/gray/grid/row-expand-sprite.gif);
}

/* line 712, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-td-checker {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 716, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-row-checker, .x-grid3-hd-checker {
  background-image: url(../images/default/grid/row-check-sprite.gif);
}

/* line 720, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-td-numberer {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 724, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  color: #444;
}

/* line 728, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-td-row-icon {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 732, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background-image: url(../images/gray/grid/grid3-special-col-sel-bg.gif);
}

/* line 738, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-check-col {
  background-image: url(../images/default/menu/unchecked.gif);
}

/* line 742, ../sass/vendor/_xtheme-gray.scss */
.x-grid3-check-col-on {
  background-image: url(../images/default/menu/checked.gif);
}

/* line 746, ../sass/vendor/_xtheme-gray.scss */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1;
}

/* line 750, ../sass/vendor/_xtheme-gray.scss */
.x-grid-group-hd {
  border-bottom-color: #d0d0d0;
}

/* line 754, ../sass/vendor/_xtheme-gray.scss */
.x-grid-group-hd div.x-grid-group-title {
  background-image: url(../images/gray/grid/group-collapse.gif);
  color: #5F5F5F;
  font: bold 11px tahoma, arial, helvetica, sans-serif;
}

/* line 760, ../sass/vendor/_xtheme-gray.scss */
.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
  background-image: url(../images/gray/grid/group-expand.gif);
}

/* line 764, ../sass/vendor/_xtheme-gray.scss */
.x-group-by-icon {
  background-image: url(../images/default/grid/group-by.gif);
}

/* line 768, ../sass/vendor/_xtheme-gray.scss */
.x-cols-icon {
  background-image: url(../images/default/grid/columns.gif);
}

/* line 772, ../sass/vendor/_xtheme-gray.scss */
.x-show-groups-icon {
  background-image: url(../images/default/grid/group-by.gif);
}

/* line 776, ../sass/vendor/_xtheme-gray.scss */
.x-grid-empty {
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 781, ../sass/vendor/_xtheme-gray.scss */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  border-right-color: #ededed;
}

/* line 785, ../sass/vendor/_xtheme-gray.scss */
.x-grid-with-col-lines .x-grid3-row {
  border-top-color: #ededed;
}

/* line 789, ../sass/vendor/_xtheme-gray.scss */
.x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #B9B9B9;
}

/* line 792, ../sass/vendor/_xtheme-gray.scss */
.x-dd-drag-ghost {
  color: #000;
  font: normal 11px arial, helvetica, sans-serif;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff;
}

/* line 799, ../sass/vendor/_xtheme-gray.scss */
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url(../images/default/dd/drop-no.gif);
}

/* line 803, ../sass/vendor/_xtheme-gray.scss */
.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url(../images/default/dd/drop-yes.gif);
}

/* line 807, ../sass/vendor/_xtheme-gray.scss */
.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url(../images/default/dd/drop-add.gif);
}

/* line 811, ../sass/vendor/_xtheme-gray.scss */
.x-view-selector {
  background-color: #D6D6D6;
  border-color: #888888;
}

/* line 814, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node-expanded .x-tree-node-icon {
  background-image: url(../images/default/tree/folder-open.gif);
}

/* line 818, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node-leaf .x-tree-node-icon {
  background-image: url(../images/default/tree/leaf.gif);
}

/* line 822, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node-collapsed .x-tree-node-icon {
  background-image: url(../images/default/tree/folder.gif);
}

/* line 826, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node-loading .x-tree-node-icon {
  background-image: url(../images/default/tree/loading.gif) !important;
}

/* line 830, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node .x-tree-node-inline-icon {
  background-image: none;
}

/* line 834, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node-loading a span {
  font-style: italic;
  color: #444444;
}

/* line 839, ../sass/vendor/_xtheme-gray.scss */
.ext-ie .x-tree-node-el input {
  width: 15px;
  height: 15px;
}

/* line 844, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow {
  background-image: url(../images/default/tree/elbow.gif);
}

/* line 848, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-plus {
  background-image: url(../images/default/tree/elbow-plus.gif);
}

/* line 852, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-minus {
  background-image: url(../images/default/tree/elbow-minus.gif);
}

/* line 856, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-end {
  background-image: url(../images/default/tree/elbow-end.gif);
}

/* line 860, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url(../images/gray/tree/elbow-end-plus.gif);
}

/* line 864, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-end-minus {
  background-image: url(../images/gray/tree/elbow-end-minus.gif);
}

/* line 868, ../sass/vendor/_xtheme-gray.scss */
.x-tree-lines .x-tree-elbow-line {
  background-image: url(../images/default/tree/elbow-line.gif);
}

/* line 872, ../sass/vendor/_xtheme-gray.scss */
.x-tree-no-lines .x-tree-elbow-plus {
  background-image: url(../images/default/tree/elbow-plus-nl.gif);
}

/* line 876, ../sass/vendor/_xtheme-gray.scss */
.x-tree-no-lines .x-tree-elbow-minus {
  background-image: url(../images/default/tree/elbow-minus-nl.gif);
}

/* line 880, ../sass/vendor/_xtheme-gray.scss */
.x-tree-no-lines .x-tree-elbow-end-plus {
  background-image: url(../images/gray/tree/elbow-end-plus-nl.gif);
}

/* line 884, ../sass/vendor/_xtheme-gray.scss */
.x-tree-no-lines .x-tree-elbow-end-minus {
  background-image: url(../images/gray/tree/elbow-end-minus-nl.gif);
}

/* line 888, ../sass/vendor/_xtheme-gray.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background-image: url(../images/gray/tree/arrows.gif);
}

/* line 892, ../sass/vendor/_xtheme-gray.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background-image: url(../images/gray/tree/arrows.gif);
}

/* line 896, ../sass/vendor/_xtheme-gray.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background-image: url(../images/gray/tree/arrows.gif);
}

/* line 900, ../sass/vendor/_xtheme-gray.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background-image: url(../images/gray/tree/arrows.gif);
}

/* line 904, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node {
  color: #000;
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 909, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node a, .x-dd-drag-ghost a {
  color: #000;
}

/* line 913, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node a span, .x-dd-drag-ghost a span {
  color: #000;
}

/* line 917, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node .x-tree-node-disabled a span {
  color: gray !important;
}

/* line 921, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node div.x-tree-drag-insert-below {
  border-bottom-color: #36c;
}

/* line 925, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node div.x-tree-drag-insert-above {
  border-top-color: #36c;
}

/* line 929, ../sass/vendor/_xtheme-gray.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom-color: #36c;
}

/* line 933, ../sass/vendor/_xtheme-gray.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top-color: #36c;
}

/* line 937, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node .x-tree-drag-append a span {
  background-color: #ddd;
  border-color: gray;
}

/* line 942, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node .x-tree-node-over {
  background-color: #eee;
}

/* line 946, ../sass/vendor/_xtheme-gray.scss */
.x-tree-node .x-tree-selected {
  background-color: #ddd;
}

/* line 950, ../sass/vendor/_xtheme-gray.scss */
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url(../images/default/tree/drop-add.gif);
}

/* line 954, ../sass/vendor/_xtheme-gray.scss */
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url(../images/default/tree/drop-over.gif);
}

/* line 958, ../sass/vendor/_xtheme-gray.scss */
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url(../images/default/tree/drop-under.gif);
}

/* line 962, ../sass/vendor/_xtheme-gray.scss */
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url(../images/default/tree/drop-between.gif);
}

/* line 965, ../sass/vendor/_xtheme-gray.scss */
.x-date-picker {
  border-color: #585858;
  background-color: #fff;
}

/* line 970, ../sass/vendor/_xtheme-gray.scss */
.x-date-middle, .x-date-left, .x-date-right {
  background-image: url(../images/gray/shared/hd-sprite.gif);
  color: #fff;
  font: bold 11px "sans serif", tahoma, verdana, helvetica;
}

/* line 976, ../sass/vendor/_xtheme-gray.scss */
.x-date-middle .x-btn .x-btn-text {
  color: #fff;
}

/* line 980, ../sass/vendor/_xtheme-gray.scss */
.x-date-middle .x-btn-mc em.x-btn-arrow {
  background-image: url(../images/gray/toolbar/btn-arrow-light.gif);
}

/* line 984, ../sass/vendor/_xtheme-gray.scss */
.x-date-right a {
  background-image: url(../images/gray/shared/right-btn.gif);
}

/* line 988, ../sass/vendor/_xtheme-gray.scss */
.x-date-left a {
  background-image: url(../images/gray/shared/left-btn.gif);
}

/* line 992, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner th {
  background-color: #D8D8D8;
  background-image: url(../images/gray/panel/white-top-bottom.gif);
  border-bottom-color: #AFAFAF;
  font: normal 10px arial, helvetica,tahoma,sans-serif;
  color: #595959;
}

/* line 1000, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner td {
  border-color: #fff;
}

/* line 1004, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner a {
  font: normal 11px arial, helvetica,tahoma,sans-serif;
  color: #000;
}

/* line 1009, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-active {
  color: #000;
}

/* line 1013, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-selected a {
  background-color: #D8D8D8;
  background-image: url(../images/gray/glass-bg.gif);
  border-color: #DCDCDC;
}

/* line 1019, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-today a {
  border-color: darkred;
}

/* line 1023, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-selected span {
  font-weight: bold;
}

/* line 1027, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  color: #aaa;
}

/* line 1031, ../sass/vendor/_xtheme-gray.scss */
.x-date-bottom {
  border-top-color: #AFAFAF;
  background-color: #D8D8D8;
  background: #D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
}

/* line 1037, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  color: #000;
  background-color: #D8D8D8;
}

/* line 1042, ../sass/vendor/_xtheme-gray.scss */
.x-date-inner .x-date-disabled a {
  background-color: #eee;
  color: #bbb;
}

/* line 1047, ../sass/vendor/_xtheme-gray.scss */
.x-date-mmenu {
  background-color: #eee !important;
}

/* line 1051, ../sass/vendor/_xtheme-gray.scss */
.x-date-mmenu .x-menu-item {
  font-size: 10px;
  color: #000;
}

/* line 1056, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp {
  background-color: #fff;
}

/* line 1060, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp td {
  font: normal 11px arial, helvetica,tahoma,sans-serif;
}

/* line 1064, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp-btns button {
  background-color: #4E565F;
  color: #fff;
  border-color: #C0C0C0 #434343 #434343 #C0C0C0;
  font: normal 11px arial, helvetica,tahoma,sans-serif;
}

/* line 1071, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp-btns {
  background-color: #D8D8D8;
  background: #D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
}

/* line 1076, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp-btns td {
  border-top-color: #AFAFAF;
}

/* line 1080, ../sass/vendor/_xtheme-gray.scss */
td.x-date-mp-month a, td.x-date-mp-year a {
  color: #333;
}

/* line 1084, ../sass/vendor/_xtheme-gray.scss */
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  color: #333;
  background-color: #FDFDFD;
}

/* line 1089, ../sass/vendor/_xtheme-gray.scss */
td.x-date-mp-sel a {
  background-color: #D8D8D8;
  background: #D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
  border-color: #DCDCDC;
}

/* line 1095, ../sass/vendor/_xtheme-gray.scss */
.x-date-mp-ybtn a {
  background-image: url(../images/gray/panel/tool-sprites.gif);
}

/* line 1099, ../sass/vendor/_xtheme-gray.scss */
td.x-date-mp-sep {
  border-right-color: #D7D7D7;
}

/* line 1101, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-close {
  background-image: url(../images/gray/qtip/close.gif);
}

/* line 1105, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
  background-image: url(../images/gray/qtip/tip-sprite.gif);
}

/* line 1109, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-mc {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
}

/* line 1112, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-ml {
  background-color: #fff;
}

/* line 1116, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-header-text {
  font: bold 11px tahoma,arial,helvetica,sans-serif;
  color: #444;
}

/* line 1121, ../sass/vendor/_xtheme-gray.scss */
.x-tip .x-tip-body {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  color: #444;
}

/* line 1126, ../sass/vendor/_xtheme-gray.scss */
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr {
  background-image: url(../images/default/form/error-tip-corners.gif);
}

/* line 1132, ../sass/vendor/_xtheme-gray.scss */
.x-form-invalid-tip .x-tip-body {
  background-image: url(../images/default/form/exclamation.gif);
}

/* line 1136, ../sass/vendor/_xtheme-gray.scss */
.x-tip-anchor {
  background-image: url(../images/gray/qtip/tip-anchor-sprite.gif);
}

/* line 1138, ../sass/vendor/_xtheme-gray.scss */
.x-menu {
  background-color: #f0f0f0;
  background-image: url(../images/default/menu/menu.gif);
}

/* line 1143, ../sass/vendor/_xtheme-gray.scss */
.x-menu-floating {
  border-color: #7D7D7D;
}

/* line 1147, ../sass/vendor/_xtheme-gray.scss */
.x-menu-nosep {
  background-image: none;
}

/* line 1151, ../sass/vendor/_xtheme-gray.scss */
.x-menu-list-item {
  font: normal 11px arial,tahoma,sans-serif;
}

/* line 1155, ../sass/vendor/_xtheme-gray.scss */
.x-menu-item-arrow {
  background-image: url(../images/gray/menu/menu-parent.gif);
}

/* line 1159, ../sass/vendor/_xtheme-gray.scss */
.x-menu-sep {
  background-color: #e0e0e0;
  border-bottom-color: #fff;
}

/* line 1164, ../sass/vendor/_xtheme-gray.scss */
a.x-menu-item {
  color: #222;
}

/* line 1168, ../sass/vendor/_xtheme-gray.scss */
.x-menu-item-active {
  background-image: url(../images/gray/menu/item-over.gif);
  background-color: #f1f1f1;
  border-color: #ACACAC;
}

/* line 1174, ../sass/vendor/_xtheme-gray.scss */
.x-menu-item-active a.x-menu-item {
  border-color: #ACACAC;
}

/* line 1178, ../sass/vendor/_xtheme-gray.scss */
.x-menu-check-item .x-menu-item-icon {
  background-image: url(../images/default/menu/unchecked.gif);
}

/* line 1182, ../sass/vendor/_xtheme-gray.scss */
.x-menu-item-checked .x-menu-item-icon {
  background-image: url(../images/default/menu/checked.gif);
}

/* line 1186, ../sass/vendor/_xtheme-gray.scss */
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background-image: url(../images/gray/menu/group-checked.gif);
}

/* line 1190, ../sass/vendor/_xtheme-gray.scss */
.x-menu-group-item .x-menu-item-icon {
  background-image: none;
}

/* line 1194, ../sass/vendor/_xtheme-gray.scss */
.x-menu-plain {
  background-color: #fff !important;
}

/* line 1198, ../sass/vendor/_xtheme-gray.scss */
.x-menu .x-date-picker {
  border-color: #AFAFAF;
}

/* line 1202, ../sass/vendor/_xtheme-gray.scss */
.x-cycle-menu .x-menu-item-checked {
  border-color: #B9B9B9 !important;
  background-color: #F1F1F1;
}

/* line 1207, ../sass/vendor/_xtheme-gray.scss */
.x-menu-scroller-top {
  background-image: url(../images/default/layout/mini-top.gif);
}

/* line 1211, ../sass/vendor/_xtheme-gray.scss */
.x-menu-scroller-bottom {
  background-image: url(../images/default/layout/mini-bottom.gif);
}

/* line 1213, ../sass/vendor/_xtheme-gray.scss */
.x-box-tl {
  background-image: url(../images/default/box/corners.gif);
}

/* line 1217, ../sass/vendor/_xtheme-gray.scss */
.x-box-tc {
  background-image: url(../images/default/box/tb.gif);
}

/* line 1221, ../sass/vendor/_xtheme-gray.scss */
.x-box-tr {
  background-image: url(../images/default/box/corners.gif);
}

/* line 1225, ../sass/vendor/_xtheme-gray.scss */
.x-box-ml {
  background-image: url(../images/default/box/l.gif);
}

/* line 1229, ../sass/vendor/_xtheme-gray.scss */
.x-box-mc {
  background-color: #eee;
  background-image: url(../images/default/box/tb.gif);
  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  color: #393939;
  font-size: 12px;
}

/* line 1237, ../sass/vendor/_xtheme-gray.scss */
.x-box-mc h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 1242, ../sass/vendor/_xtheme-gray.scss */
.x-box-mr {
  background-image: url(../images/default/box/r.gif);
}

/* line 1246, ../sass/vendor/_xtheme-gray.scss */
.x-box-bl {
  background-image: url(../images/default/box/corners.gif);
}

/* line 1250, ../sass/vendor/_xtheme-gray.scss */
.x-box-bc {
  background-image: url(../images/default/box/tb.gif);
}

/* line 1254, ../sass/vendor/_xtheme-gray.scss */
.x-box-br {
  background-image: url(../images/default/box/corners.gif);
}

/* line 1258, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  background-image: url(../images/default/box/corners-blue.gif);
}

/* line 1262, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  background-image: url(../images/default/box/tb-blue.gif);
}

/* line 1266, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9;
}

/* line 1270, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-mc h3 {
  color: #17385b;
}

/* line 1274, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-ml {
  background-image: url(../images/default/box/l-blue.gif);
}

/* line 1278, ../sass/vendor/_xtheme-gray.scss */
.x-box-blue .x-box-mr {
  background-image: url(../images/default/box/r-blue.gif);
}

/* line 1281, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list {
  border-color: #ccc;
  background-color: #ddd;
  font: normal 12px tahoma, arial, helvetica, sans-serif;
}

/* line 1287, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list-inner {
  background-color: #fff;
}

/* line 1291, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list-hd {
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  color: #333;
  background-image: url(../images/default/layout/panel-title-light-bg.gif);
  border-bottom-color: #BCBCBC;
}

/* line 1298, ../sass/vendor/_xtheme-gray.scss */
.x-resizable-pinned .x-combo-list-inner {
  border-bottom-color: #BEBEBE;
}

/* line 1302, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list-item {
  border-color: #fff;
}

/* line 1306, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list .x-combo-selected {
  border-color: #777 !important;
  background-color: #f0f0f0;
}

/* line 1311, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list .x-toolbar {
  border-top-color: #BCBCBC;
}

/* line 1315, ../sass/vendor/_xtheme-gray.scss */
.x-combo-list-small {
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 1317, ../sass/vendor/_xtheme-gray.scss */
.x-panel {
  border-color: #d0d0d0;
}

/* line 1321, ../sass/vendor/_xtheme-gray.scss */
.x-panel-header {
  color: #333;
  font-weight: bold;
  font-size: 11px;
  font-family: tahoma,arial,verdana,sans-serif;
  border-color: #d0d0d0;
  background-image: url(../images/gray/panel/white-top-bottom.gif);
}

/* line 1330, ../sass/vendor/_xtheme-gray.scss */
.x-panel-body {
  border-color: #d0d0d0;
  background-color: #fff;
}

/* line 1335, ../sass/vendor/_xtheme-gray.scss */
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  border-color: #d0d0d0;
}

/* line 1339, ../sass/vendor/_xtheme-gray.scss */
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  border-top-color: #d0d0d0;
}

/* line 1343, ../sass/vendor/_xtheme-gray.scss */
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
  border-top-color: #d0d0d0;
}

/* line 1347, ../sass/vendor/_xtheme-gray.scss */
.x-panel-tl .x-panel-header {
  color: #333;
  font: bold 11px tahoma,arial,verdana,sans-serif;
}

/* line 1352, ../sass/vendor/_xtheme-gray.scss */
.x-panel-tc {
  background-image: url(../images/gray/panel/top-bottom.gif);
}

/* line 1356, ../sass/vendor/_xtheme-gray.scss */
.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br {
  background-image: url(../images/gray/panel/corners-sprite.gif);
  border-bottom-color: #d0d0d0;
}

/* line 1361, ../sass/vendor/_xtheme-gray.scss */
.x-panel-bc {
  background-image: url(../images/gray/panel/top-bottom.gif);
}

/* line 1365, ../sass/vendor/_xtheme-gray.scss */
.x-panel-mc {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  background-color: #f1f1f1;
}

/* line 1370, ../sass/vendor/_xtheme-gray.scss */
.x-panel-ml {
  background-color: #fff;
  background-image: url(../images/gray/panel/left-right.gif);
}

/* line 1375, ../sass/vendor/_xtheme-gray.scss */
.x-panel-mr {
  background-image: url(../images/gray/panel/left-right.gif);
}

/* line 1379, ../sass/vendor/_xtheme-gray.scss */
.x-tool {
  background-image: url(../images/gray/panel/tool-sprites.gif);
}

/* line 1383, ../sass/vendor/_xtheme-gray.scss */
.x-panel-ghost {
  background-color: #f2f2f2;
}

/* line 1387, ../sass/vendor/_xtheme-gray.scss */
.x-panel-ghost ul {
  border-color: #d0d0d0;
}

/* line 1391, ../sass/vendor/_xtheme-gray.scss */
.x-panel-dd-spacer {
  border-color: #d0d0d0;
}

/* line 1395, ../sass/vendor/_xtheme-gray.scss */
.x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  font: normal 11px arial,tahoma, helvetica, sans-serif;
}

/* line 1398, ../sass/vendor/_xtheme-gray.scss */
.x-window-proxy {
  background-color: #fcfcfc;
  border-color: #d0d0d0;
}

/* line 1403, ../sass/vendor/_xtheme-gray.scss */
.x-window-tl .x-window-header {
  color: #555;
  font: bold 11px tahoma,arial,verdana,sans-serif;
}

/* line 1408, ../sass/vendor/_xtheme-gray.scss */
.x-window-tc {
  background-image: url(../images/gray/window/top-bottom.png);
}

/* line 1412, ../sass/vendor/_xtheme-gray.scss */
.x-window-tl {
  background-image: url(../images/gray/window/left-corners.png);
}

/* line 1416, ../sass/vendor/_xtheme-gray.scss */
.x-window-tr {
  background-image: url(../images/gray/window/right-corners.png);
}

/* line 1420, ../sass/vendor/_xtheme-gray.scss */
.x-window-bc {
  background-image: url(../images/gray/window/top-bottom.png);
}

/* line 1424, ../sass/vendor/_xtheme-gray.scss */
.x-window-bl {
  background-image: url(../images/gray/window/left-corners.png);
}

/* line 1428, ../sass/vendor/_xtheme-gray.scss */
.x-window-br {
  background-image: url(../images/gray/window/right-corners.png);
}

/* line 1432, ../sass/vendor/_xtheme-gray.scss */
.x-window-mc {
  border-color: #d0d0d0;
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  background-color: #e8e8e8;
}

/* line 1438, ../sass/vendor/_xtheme-gray.scss */
.x-window-ml {
  background-image: url(../images/gray/window/left-right.png);
}

/* line 1442, ../sass/vendor/_xtheme-gray.scss */
.x-window-mr {
  background-image: url(../images/gray/window/left-right.png);
}

/* line 1446, ../sass/vendor/_xtheme-gray.scss */
.x-window-maximized .x-window-tc {
  background-color: #fff;
}

/* line 1450, ../sass/vendor/_xtheme-gray.scss */
.x-window-bbar .x-toolbar {
  border-top-color: #d0d0d0;
}

/* line 1454, ../sass/vendor/_xtheme-gray.scss */
.x-panel-ghost .x-window-tl {
  border-bottom-color: #d0d0d0;
}

/* line 1458, ../sass/vendor/_xtheme-gray.scss */
.x-panel-collapsed .x-window-tl {
  border-bottom-color: #d0d0d0;
}

/* line 1462, ../sass/vendor/_xtheme-gray.scss */
.x-dlg-mask {
  background-color: #ccc;
}

/* line 1466, ../sass/vendor/_xtheme-gray.scss */
.x-window-plain .x-window-mc {
  background-color: #E8E8E8;
  border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0;
}

/* line 1471, ../sass/vendor/_xtheme-gray.scss */
.x-window-plain .x-window-body {
  border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE;
}

/* line 1475, ../sass/vendor/_xtheme-gray.scss */
body.x-body-masked .x-window-plain .x-window-mc {
  background-color: #E4E4E4;
}

/* line 1478, ../sass/vendor/_xtheme-gray.scss */
.x-html-editor-wrap {
  border-color: #BCBCBC;
  background-color: #fff;
}

/* line 1482, ../sass/vendor/_xtheme-gray.scss */
.x-html-editor-tb .x-btn-text {
  background-image: url(../images/default/editor/tb-sprite.gif);
}

/* line 1485, ../sass/vendor/_xtheme-gray.scss */
.x-panel-noborder .x-panel-header-noborder {
  border-bottom-color: #d0d0d0;
}

/* line 1489, ../sass/vendor/_xtheme-gray.scss */
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  border-bottom-color: #d0d0d0;
}

/* line 1493, ../sass/vendor/_xtheme-gray.scss */
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  border-top-color: #d0d0d0;
}

/* line 1497, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-bbar-noborder .x-toolbar {
  border-top-color: #d0d0d0;
}

/* line 1501, ../sass/vendor/_xtheme-gray.scss */
.x-tab-panel-tbar-noborder .x-toolbar {
  border-bottom-color: #d0d0d0;
}

/* line 1505, ../sass/vendor/_xtheme-gray.scss */
.x-border-layout-ct {
  background-color: #f0f0f0;
}

/* line 1508, ../sass/vendor/_xtheme-gray.scss */
.x-border-layout-ct {
  background-color: #f0f0f0;
}

/* line 1512, ../sass/vendor/_xtheme-gray.scss */
.x-accordion-hd {
  color: #222;
  font-weight: normal;
  background-image: url(../images/gray/panel/light-hd.gif);
}

/* line 1518, ../sass/vendor/_xtheme-gray.scss */
.x-layout-collapsed {
  background-color: #dfdfdf;
  border-color: #d0d0d0;
}

/* line 1523, ../sass/vendor/_xtheme-gray.scss */
.x-layout-collapsed-over {
  background-color: #e7e7e7;
}

/* line 1527, ../sass/vendor/_xtheme-gray.scss */
.x-layout-split-west .x-layout-mini {
  background-image: url(../images/default/layout/mini-left.gif);
}

/* line 1530, ../sass/vendor/_xtheme-gray.scss */
.x-layout-split-east .x-layout-mini {
  background-image: url(../images/default/layout/mini-right.gif);
}

/* line 1533, ../sass/vendor/_xtheme-gray.scss */
.x-layout-split-north .x-layout-mini {
  background-image: url(../images/default/layout/mini-top.gif);
}

/* line 1536, ../sass/vendor/_xtheme-gray.scss */
.x-layout-split-south .x-layout-mini {
  background-image: url(../images/default/layout/mini-bottom.gif);
}

/* line 1540, ../sass/vendor/_xtheme-gray.scss */
.x-layout-cmini-west .x-layout-mini {
  background-image: url(../images/default/layout/mini-right.gif);
}

/* line 1544, ../sass/vendor/_xtheme-gray.scss */
.x-layout-cmini-east .x-layout-mini {
  background-image: url(../images/default/layout/mini-left.gif);
}

/* line 1548, ../sass/vendor/_xtheme-gray.scss */
.x-layout-cmini-north .x-layout-mini {
  background-image: url(../images/default/layout/mini-bottom.gif);
}

/* line 1552, ../sass/vendor/_xtheme-gray.scss */
.x-layout-cmini-south .x-layout-mini {
  background-image: url(../images/default/layout/mini-top.gif);
}

/* line 1555, ../sass/vendor/_xtheme-gray.scss */
.x-progress-wrap {
  border-color: #8E8E8E;
}

/* line 1559, ../sass/vendor/_xtheme-gray.scss */
.x-progress-inner {
  background-color: #E7E7E7;
  background-image: url(../images/gray/qtip/bg.gif);
}

/* line 1564, ../sass/vendor/_xtheme-gray.scss */
.x-progress-bar {
  background-color: #BCBCBC;
  background-image: url(../images/gray/progress/progress-bg.gif);
  border-top-color: #E2E2E2;
  border-bottom-color: #A4A4A4;
  border-right-color: #A4A4A4;
}

/* line 1572, ../sass/vendor/_xtheme-gray.scss */
.x-progress-text {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

/* line 1578, ../sass/vendor/_xtheme-gray.scss */
.x-progress-text-back {
  color: #5F5F5F;
}

/* line 1581, ../sass/vendor/_xtheme-gray.scss */
.x-list-header {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow2.gif);
}

/* line 1586, ../sass/vendor/_xtheme-gray.scss */
.x-list-header-inner div em {
  border-left-color: #ddd;
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 1591, ../sass/vendor/_xtheme-gray.scss */
.x-list-body dt em {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 1595, ../sass/vendor/_xtheme-gray.scss */
.x-list-over {
  background-color: #eee;
}

/* line 1599, ../sass/vendor/_xtheme-gray.scss */
.x-list-selected {
  background-color: #f0f0f0;
}

/* line 1603, ../sass/vendor/_xtheme-gray.scss */
.x-list-resizer {
  border-left-color: #555;
  border-right-color: #555;
}

/* line 1608, ../sass/vendor/_xtheme-gray.scss */
.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
  background-image: url(../images/gray/grid/sort-hd.gif);
  border-color: #d0d0d0;
}

/* line 1612, ../sass/vendor/_xtheme-gray.scss */
.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
  background-image: url(../images/default/slider/slider-bg.png);
}

/* line 1616, ../sass/vendor/_xtheme-gray.scss */
.x-slider-horz .x-slider-thumb {
  background-image: url(../images/gray/slider/slider-thumb.png);
}

/* line 1620, ../sass/vendor/_xtheme-gray.scss */
.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
  background-image: url(../images/default/slider/slider-v-bg.png);
}

/* line 1624, ../sass/vendor/_xtheme-gray.scss */
.x-slider-vert .x-slider-thumb {
  background-image: url(../images/gray/slider/slider-v-thumb.png);
}

/* line 1627, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
  font-size: 12px;
}

/* line 1632, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-textarea {
  font: normal 12px tahoma,arial,helvetica,sans-serif;
}

/* line 1636, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .x-msg-box-wait {
  background-image: url(../images/default/grid/loading.gif);
}

/* line 1640, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-info {
  background-image: url(../images/gray/window/icon-info.gif);
}

/* line 1644, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-warning {
  background-image: url(../images/gray/window/icon-warning.gif);
}

/* line 1648, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-question {
  background-image: url(../images/gray/window/icon-question.gif);
}

/* line 1652, ../sass/vendor/_xtheme-gray.scss */
.x-window-dlg .ext-mb-error {
  background-image: url(../images/gray/window/icon-error.gif);
}

/*!
 * Ext JS Library 3.2.0
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/* line 7, ../sass/vendor/ext/_grid.scss */
.x-grid3 {
  background-color: #fff;
}

/* line 11, ../sass/vendor/ext/_grid.scss */
.x-grid-panel .x-panel-mc .x-panel-body {
  border-color: #d0d0d0;
}

/* line 15, ../sass/vendor/ext/_grid.scss */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 19, ../sass/vendor/ext/_grid.scss */
.x-grid3-hd-row td {
  border-left-color: #eee;
  border-right-color: #d0d0d0;
}

/* line 24, ../sass/vendor/ext/_grid.scss */
.x-grid-row-loading {
  background-color: #fff;
  background-image: url(../images/default/shared/loading-balls.gif);
}

/* line 29, ../sass/vendor/ext/_grid.scss */
.x-grid3-row {
  border-color: #ededed;
  border-top-color: #fff;
}

/* line 34, ../sass/vendor/ext/_grid.scss */
.x-grid3-row-alt {
  background-color: #fafafa;
}

/* line 38, ../sass/vendor/ext/_grid.scss */
.x-grid3-row-over {
  border-color: #ddd;
  background-color: #efefef;
  background-image: url(../images/default/grid/row-over.gif);
}

/* line 44, ../sass/vendor/ext/_grid.scss */
.x-grid3-resize-proxy {
  background-color: #777;
}

/* line 48, ../sass/vendor/ext/_grid.scss */
.x-grid3-resize-marker {
  background-color: #777;
}

/* line 52, ../sass/vendor/ext/_grid.scss */
.x-grid3-header {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow2.gif);
}

/* line 57, ../sass/vendor/ext/_grid.scss */
.x-grid3-header-pop {
  border-left-color: #d0d0d0;
}

/* line 61, ../sass/vendor/ext/_grid.scss */
.x-grid3-header-pop-inner {
  border-left-color: #eee;
  background-image: url(../images/default/grid/hd-pop.gif);
}

/* line 66, ../sass/vendor/ext/_grid.scss */
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-left-color: #ACACAC;
  border-right-color: #ACACAC;
}

/* line 71, ../sass/vendor/ext/_grid.scss */
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow-over2.gif);
}

/* line 77, ../sass/vendor/ext/_grid.scss */
.sort-asc .x-grid3-sort-icon {
  background-image: url(../images/gray/grid/sort_asc.gif);
}

/* line 81, ../sass/vendor/ext/_grid.scss */
.sort-desc .x-grid3-sort-icon {
  background-image: url(../images/gray/grid/sort_desc.gif);
}

/* line 85, ../sass/vendor/ext/_grid.scss */
.x-grid3-cell-text, .x-grid3-hd-text {
  color: #000;
}

/* line 89, ../sass/vendor/ext/_grid.scss */
.x-grid3-split {
  background-image: url(../images/default/grid/grid-split.gif);
}

/* line 93, ../sass/vendor/ext/_grid.scss */
.x-grid3-hd-text {
  color: #333;
}

/* line 97, ../sass/vendor/ext/_grid.scss */
.x-dd-drag-proxy .x-grid3-hd-inner {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hrow-over2.gif);
  border-color: #ACACAC;
}

/* line 103, ../sass/vendor/ext/_grid.scss */
.col-move-top {
  background-image: url(../images/gray/grid/col-move-top.gif);
}

/* line 107, ../sass/vendor/ext/_grid.scss */
.col-move-bottom {
  background-image: url(../images/gray/grid/col-move-bottom.gif);
}

/* line 111, ../sass/vendor/ext/_grid.scss */
.x-grid3-row-selected {
  background-color: #CCCCCC !important;
  background-image: none;
  border-color: #ACACAC;
}

/* line 117, ../sass/vendor/ext/_grid.scss */
.x-grid3-cell-selected {
  background-color: #CBCBCB !important;
  color: #000;
}

/* line 122, ../sass/vendor/ext/_grid.scss */
.x-grid3-cell-selected span {
  color: #000 !important;
}

/* line 126, ../sass/vendor/ext/_grid.scss */
.x-grid3-cell-selected .x-grid3-cell-text {
  color: #000;
}

/* line 130, ../sass/vendor/ext/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background-color: #ebeadb !important;
  background-image: url(../images/default/grid/grid-hrow.gif) !important;
  color: #000;
  border-top-color: #fff;
  border-right-color: #6fa0df !important;
}

/* line 138, ../sass/vendor/ext/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  color: #333 !important;
}

/* line 142, ../sass/vendor/ext/_grid.scss */
.x-grid3-dirty-cell {
  background-image: url(../images/default/grid/dirty.gif);
}

/* line 146, ../sass/vendor/ext/_grid.scss */
.x-grid3-topbar, .x-grid3-bottombar {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 150, ../sass/vendor/ext/_grid.scss */
.x-grid3-bottombar .x-toolbar {
  border-top-color: #a9bfd3;
}

/* line 154, ../sass/vendor/ext/_grid.scss */
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif) !important;
  color: #000 !important;
}

/* line 159, ../sass/vendor/ext/_grid.scss */
.x-props-grid .x-grid3-body .x-grid3-td-name {
  background-color: #fff !important;
  border-right-color: #eee;
}

/* line 164, ../sass/vendor/ext/_grid.scss */
.xg-hmenu-sort-asc .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-asc.gif);
}

/* line 168, ../sass/vendor/ext/_grid.scss */
.xg-hmenu-sort-desc .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-desc.gif);
}

/* line 172, ../sass/vendor/ext/_grid.scss */
.xg-hmenu-lock .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-lock.gif);
}

/* line 176, ../sass/vendor/ext/_grid.scss */
.xg-hmenu-unlock .x-menu-item-icon {
  background-image: url(../images/default/grid/hmenu-unlock.gif);
}

/* line 180, ../sass/vendor/ext/_grid.scss */
.x-grid3-hd-btn {
  background-color: #f9f9f9;
  background-image: url(../images/gray/grid/grid3-hd-btn.gif);
}

/* line 185, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-td-expander {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 189, ../sass/vendor/ext/_grid.scss */
.x-grid3-row-expander {
  background-image: url(../images/gray/grid/row-expand-sprite.gif);
}

/* line 193, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-td-checker {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 197, ../sass/vendor/ext/_grid.scss */
.x-grid3-row-checker, .x-grid3-hd-checker {
  background-image: url(../images/default/grid/row-check-sprite.gif);
}

/* line 201, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-td-numberer {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 205, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  color: #444;
}

/* line 209, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-td-row-icon {
  background-image: url(../images/default/grid/grid3-special-col-bg.gif);
}

/* line 213, ../sass/vendor/ext/_grid.scss */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background-image: url(../images/gray/grid/grid3-special-col-sel-bg.gif);
}

/* line 219, ../sass/vendor/ext/_grid.scss */
.x-grid3-check-col {
  background-image: url(../images/default/menu/unchecked.gif);
}

/* line 223, ../sass/vendor/ext/_grid.scss */
.x-grid3-check-col-on {
  background-image: url(../images/default/menu/checked.gif);
}

/* line 227, ../sass/vendor/ext/_grid.scss */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1;
}

/* line 231, ../sass/vendor/ext/_grid.scss */
.x-grid-group-hd {
  border-bottom-color: #d0d0d0;
}

/* line 235, ../sass/vendor/ext/_grid.scss */
.x-grid-group-hd div.x-grid-group-title {
  background-image: url(../images/gray/grid/group-collapse.gif);
  color: #5F5F5F;
  font: bold 11px tahoma, arial, helvetica, sans-serif;
}

/* line 241, ../sass/vendor/ext/_grid.scss */
.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
  background-image: url(../images/gray/grid/group-expand.gif);
}

/* line 245, ../sass/vendor/ext/_grid.scss */
.x-group-by-icon {
  background-image: url(../images/default/grid/group-by.gif);
}

/* line 249, ../sass/vendor/ext/_grid.scss */
.x-cols-icon {
  background-image: url(../images/default/grid/columns.gif);
}

/* line 253, ../sass/vendor/ext/_grid.scss */
.x-show-groups-icon {
  background-image: url(../images/default/grid/group-by.gif);
}

/* line 257, ../sass/vendor/ext/_grid.scss */
.x-grid-empty {
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 262, ../sass/vendor/ext/_grid.scss */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  border-right-color: #ededed;
}

/* line 266, ../sass/vendor/ext/_grid.scss */
.x-grid-with-col-lines .x-grid3-row {
  border-top-color: #ededed;
}

/* line 270, ../sass/vendor/ext/_grid.scss */
.x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #B9B9B9;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../sass/vendor/_font-awesome.scss */
.fa, #ConferenceFilterCheckboxes input[type=checkbox] + label:before, #ConferenceFilterCheckboxes input[type=checkbox]:checked + label:before {
  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;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, ../sass/vendor/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, ../sass/vendor/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, ../sass/vendor/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, ../sass/vendor/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, ../sass/vendor/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, ../sass/vendor/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, ../sass/vendor/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, ../sass/vendor/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, ../sass/vendor/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, ../sass/vendor/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, ../sass/vendor/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, ../sass/vendor/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 70, ../sass/vendor/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 73, ../sass/vendor/_font-awesome.scss */
.fa.pull-left, #ConferenceFilterCheckboxes input[type=checkbox] + label.pull-left:before {
  margin-right: .3em;
}

/* line 76, ../sass/vendor/_font-awesome.scss */
.fa.pull-right, #ConferenceFilterCheckboxes input[type=checkbox] + label.pull-right:before {
  margin-left: .3em;
}

/* line 79, ../sass/vendor/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-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);
  }
}
/* line 103, ../sass/vendor/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 109, ../sass/vendor/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 115, ../sass/vendor/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 121, ../sass/vendor/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 127, ../sass/vendor/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 133, ../sass/vendor/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 140, ../sass/vendor/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 148, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 155, ../sass/vendor/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 158, ../sass/vendor/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 161, ../sass/vendor/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 166, ../sass/vendor/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 169, ../sass/vendor/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 172, ../sass/vendor/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 175, ../sass/vendor/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 178, ../sass/vendor/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 181, ../sass/vendor/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 184, ../sass/vendor/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 187, ../sass/vendor/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 190, ../sass/vendor/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 193, ../sass/vendor/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 196, ../sass/vendor/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 199, ../sass/vendor/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 202, ../sass/vendor/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 205, ../sass/vendor/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 210, ../sass/vendor/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 213, ../sass/vendor/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 216, ../sass/vendor/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 219, ../sass/vendor/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 222, ../sass/vendor/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 226, ../sass/vendor/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 229, ../sass/vendor/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 232, ../sass/vendor/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 235, ../sass/vendor/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 238, ../sass/vendor/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 241, ../sass/vendor/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 244, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 247, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 250, ../sass/vendor/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 253, ../sass/vendor/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 256, ../sass/vendor/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 260, ../sass/vendor/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 263, ../sass/vendor/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 266, ../sass/vendor/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 269, ../sass/vendor/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 272, ../sass/vendor/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 275, ../sass/vendor/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 278, ../sass/vendor/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 281, ../sass/vendor/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 284, ../sass/vendor/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 287, ../sass/vendor/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 290, ../sass/vendor/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 293, ../sass/vendor/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 296, ../sass/vendor/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 299, ../sass/vendor/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 302, ../sass/vendor/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 305, ../sass/vendor/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 308, ../sass/vendor/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 311, ../sass/vendor/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 314, ../sass/vendor/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 317, ../sass/vendor/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 320, ../sass/vendor/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 323, ../sass/vendor/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 326, ../sass/vendor/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 329, ../sass/vendor/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 332, ../sass/vendor/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 335, ../sass/vendor/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 338, ../sass/vendor/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 342, ../sass/vendor/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 345, ../sass/vendor/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 348, ../sass/vendor/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 353, ../sass/vendor/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 356, ../sass/vendor/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 359, ../sass/vendor/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 362, ../sass/vendor/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 365, ../sass/vendor/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 369, ../sass/vendor/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 372, ../sass/vendor/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 375, ../sass/vendor/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 378, ../sass/vendor/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 381, ../sass/vendor/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 384, ../sass/vendor/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 387, ../sass/vendor/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 390, ../sass/vendor/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 393, ../sass/vendor/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 396, ../sass/vendor/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 399, ../sass/vendor/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 402, ../sass/vendor/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 405, ../sass/vendor/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 408, ../sass/vendor/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 411, ../sass/vendor/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 414, ../sass/vendor/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 417, ../sass/vendor/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 420, ../sass/vendor/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 423, ../sass/vendor/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 426, ../sass/vendor/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 429, ../sass/vendor/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 432, ../sass/vendor/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 435, ../sass/vendor/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 438, ../sass/vendor/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 441, ../sass/vendor/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 444, ../sass/vendor/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 447, ../sass/vendor/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 450, ../sass/vendor/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 453, ../sass/vendor/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 456, ../sass/vendor/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 460, ../sass/vendor/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 463, ../sass/vendor/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 466, ../sass/vendor/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 469, ../sass/vendor/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 472, ../sass/vendor/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 475, ../sass/vendor/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 478, ../sass/vendor/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 481, ../sass/vendor/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 484, ../sass/vendor/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 487, ../sass/vendor/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 490, ../sass/vendor/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 493, ../sass/vendor/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 497, ../sass/vendor/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 500, ../sass/vendor/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 503, ../sass/vendor/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 506, ../sass/vendor/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 509, ../sass/vendor/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 512, ../sass/vendor/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 515, ../sass/vendor/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 518, ../sass/vendor/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 521, ../sass/vendor/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 524, ../sass/vendor/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 527, ../sass/vendor/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 530, ../sass/vendor/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 533, ../sass/vendor/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 536, ../sass/vendor/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 540, ../sass/vendor/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 543, ../sass/vendor/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 546, ../sass/vendor/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 549, ../sass/vendor/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 552, ../sass/vendor/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 556, ../sass/vendor/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 559, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 562, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 565, ../sass/vendor/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 568, ../sass/vendor/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 571, ../sass/vendor/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 574, ../sass/vendor/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 577, ../sass/vendor/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 580, ../sass/vendor/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 583, ../sass/vendor/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 586, ../sass/vendor/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 589, ../sass/vendor/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 592, ../sass/vendor/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 595, ../sass/vendor/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 598, ../sass/vendor/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 601, ../sass/vendor/_font-awesome.scss */
.fa-square-o:before, #ConferenceFilterCheckboxes input[type=checkbox] + label:before {
  content: "\f096";
}

/* line 604, ../sass/vendor/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 607, ../sass/vendor/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 610, ../sass/vendor/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 613, ../sass/vendor/_font-awesome.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 616, ../sass/vendor/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 619, ../sass/vendor/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 622, ../sass/vendor/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 625, ../sass/vendor/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 628, ../sass/vendor/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 631, ../sass/vendor/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 634, ../sass/vendor/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 637, ../sass/vendor/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 640, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 643, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 646, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 649, ../sass/vendor/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 652, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 655, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 658, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 661, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 664, ../sass/vendor/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 667, ../sass/vendor/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 670, ../sass/vendor/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 673, ../sass/vendor/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 676, ../sass/vendor/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 679, ../sass/vendor/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 682, ../sass/vendor/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 686, ../sass/vendor/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 690, ../sass/vendor/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 693, ../sass/vendor/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 696, ../sass/vendor/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 700, ../sass/vendor/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 704, ../sass/vendor/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 707, ../sass/vendor/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 711, ../sass/vendor/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 714, ../sass/vendor/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 719, ../sass/vendor/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 722, ../sass/vendor/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 725, ../sass/vendor/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 728, ../sass/vendor/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 731, ../sass/vendor/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 734, ../sass/vendor/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 737, ../sass/vendor/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 740, ../sass/vendor/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 743, ../sass/vendor/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 746, ../sass/vendor/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 749, ../sass/vendor/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 752, ../sass/vendor/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 755, ../sass/vendor/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 758, ../sass/vendor/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 761, ../sass/vendor/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 764, ../sass/vendor/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 767, ../sass/vendor/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 770, ../sass/vendor/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 774, ../sass/vendor/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 778, ../sass/vendor/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 782, ../sass/vendor/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 785, ../sass/vendor/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 788, ../sass/vendor/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 792, ../sass/vendor/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 796, ../sass/vendor/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 800, ../sass/vendor/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 803, ../sass/vendor/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 806, ../sass/vendor/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 810, ../sass/vendor/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 813, ../sass/vendor/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 816, ../sass/vendor/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 820, ../sass/vendor/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 823, ../sass/vendor/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 826, ../sass/vendor/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 829, ../sass/vendor/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 832, ../sass/vendor/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 835, ../sass/vendor/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 838, ../sass/vendor/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 841, ../sass/vendor/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 844, ../sass/vendor/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 847, ../sass/vendor/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 850, ../sass/vendor/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 853, ../sass/vendor/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 856, ../sass/vendor/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 859, ../sass/vendor/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 862, ../sass/vendor/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 865, ../sass/vendor/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 868, ../sass/vendor/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 871, ../sass/vendor/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 874, ../sass/vendor/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 877, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 880, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 883, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 886, ../sass/vendor/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 889, ../sass/vendor/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 892, ../sass/vendor/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 895, ../sass/vendor/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 898, ../sass/vendor/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 901, ../sass/vendor/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 904, ../sass/vendor/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 907, ../sass/vendor/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 910, ../sass/vendor/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 914, ../sass/vendor/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 917, ../sass/vendor/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 920, ../sass/vendor/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 923, ../sass/vendor/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 926, ../sass/vendor/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 929, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 933, ../sass/vendor/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 936, ../sass/vendor/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 939, ../sass/vendor/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 942, ../sass/vendor/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 945, ../sass/vendor/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 948, ../sass/vendor/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 951, ../sass/vendor/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 954, ../sass/vendor/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 957, ../sass/vendor/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 960, ../sass/vendor/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 963, ../sass/vendor/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 966, ../sass/vendor/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 969, ../sass/vendor/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 973, ../sass/vendor/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 978, ../sass/vendor/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 981, ../sass/vendor/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 984, ../sass/vendor/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 987, ../sass/vendor/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 991, ../sass/vendor/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 994, ../sass/vendor/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 997, ../sass/vendor/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1000, ../sass/vendor/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1003, ../sass/vendor/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1006, ../sass/vendor/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1009, ../sass/vendor/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1012, ../sass/vendor/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1015, ../sass/vendor/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1018, ../sass/vendor/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1021, ../sass/vendor/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1024, ../sass/vendor/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1027, ../sass/vendor/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1030, ../sass/vendor/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1033, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1036, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1039, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1042, ../sass/vendor/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1045, ../sass/vendor/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1048, ../sass/vendor/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1051, ../sass/vendor/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1054, ../sass/vendor/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1057, ../sass/vendor/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1060, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1063, ../sass/vendor/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1066, ../sass/vendor/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1069, ../sass/vendor/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1072, ../sass/vendor/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1075, ../sass/vendor/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1078, ../sass/vendor/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1081, ../sass/vendor/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1084, ../sass/vendor/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1087, ../sass/vendor/_font-awesome.scss */
.fa-check-square:before, #ConferenceFilterCheckboxes input[type=checkbox]:checked + label:before {
  content: "\f14a";
}

/* line 1090, ../sass/vendor/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1093, ../sass/vendor/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1096, ../sass/vendor/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1099, ../sass/vendor/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1102, ../sass/vendor/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1106, ../sass/vendor/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1110, ../sass/vendor/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1114, ../sass/vendor/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1118, ../sass/vendor/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1121, ../sass/vendor/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1125, ../sass/vendor/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1129, ../sass/vendor/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1135, ../sass/vendor/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1140, ../sass/vendor/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1144, ../sass/vendor/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1148, ../sass/vendor/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1151, ../sass/vendor/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1154, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1157, ../sass/vendor/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1160, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1163, ../sass/vendor/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1166, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1169, ../sass/vendor/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1172, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1175, ../sass/vendor/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1178, ../sass/vendor/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1181, ../sass/vendor/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1184, ../sass/vendor/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1187, ../sass/vendor/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1190, ../sass/vendor/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1193, ../sass/vendor/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1196, ../sass/vendor/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1199, ../sass/vendor/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1202, ../sass/vendor/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1205, ../sass/vendor/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1208, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1211, ../sass/vendor/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1214, ../sass/vendor/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1217, ../sass/vendor/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1220, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1223, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1226, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1229, ../sass/vendor/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1232, ../sass/vendor/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1235, ../sass/vendor/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1238, ../sass/vendor/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1241, ../sass/vendor/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1244, ../sass/vendor/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1247, ../sass/vendor/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1250, ../sass/vendor/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1253, ../sass/vendor/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1256, ../sass/vendor/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1259, ../sass/vendor/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1262, ../sass/vendor/_font-awesome.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1265, ../sass/vendor/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1268, ../sass/vendor/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1271, ../sass/vendor/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1274, ../sass/vendor/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1277, ../sass/vendor/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1280, ../sass/vendor/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1283, ../sass/vendor/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1286, ../sass/vendor/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1289, ../sass/vendor/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1292, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1295, ../sass/vendor/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1298, ../sass/vendor/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1302, ../sass/vendor/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1305, ../sass/vendor/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1308, ../sass/vendor/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1311, ../sass/vendor/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1315, ../sass/vendor/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1318, ../sass/vendor/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1321, ../sass/vendor/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1324, ../sass/vendor/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1327, ../sass/vendor/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1330, ../sass/vendor/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1333, ../sass/vendor/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1338, ../sass/vendor/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1342, ../sass/vendor/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1345, ../sass/vendor/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1348, ../sass/vendor/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1351, ../sass/vendor/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1354, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1357, ../sass/vendor/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1360, ../sass/vendor/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1363, ../sass/vendor/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1366, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1369, ../sass/vendor/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1372, ../sass/vendor/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1375, ../sass/vendor/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1378, ../sass/vendor/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1381, ../sass/vendor/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1384, ../sass/vendor/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1387, ../sass/vendor/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1390, ../sass/vendor/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1393, ../sass/vendor/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1396, ../sass/vendor/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1399, ../sass/vendor/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1402, ../sass/vendor/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1405, ../sass/vendor/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1408, ../sass/vendor/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1411, ../sass/vendor/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1414, ../sass/vendor/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1417, ../sass/vendor/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1421, ../sass/vendor/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1425, ../sass/vendor/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1428, ../sass/vendor/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1431, ../sass/vendor/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1434, ../sass/vendor/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1437, ../sass/vendor/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1440, ../sass/vendor/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1443, ../sass/vendor/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1446, ../sass/vendor/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1449, ../sass/vendor/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1452, ../sass/vendor/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1457, ../sass/vendor/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1461, ../sass/vendor/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1465, ../sass/vendor/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1469, ../sass/vendor/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1472, ../sass/vendor/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1475, ../sass/vendor/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1478, ../sass/vendor/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1481, ../sass/vendor/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1488, ../sass/vendor/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1491, ../sass/vendor/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1495, ../sass/vendor/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1499, ../sass/vendor/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1502, ../sass/vendor/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1505, ../sass/vendor/_font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1508, ../sass/vendor/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1511, ../sass/vendor/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1514, ../sass/vendor/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1518, ../sass/vendor/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1522, ../sass/vendor/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1526, ../sass/vendor/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1529, ../sass/vendor/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1532, ../sass/vendor/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1535, ../sass/vendor/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1538, ../sass/vendor/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1541, ../sass/vendor/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1544, ../sass/vendor/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1547, ../sass/vendor/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1550, ../sass/vendor/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1554, ../sass/vendor/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1557, ../sass/vendor/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1560, ../sass/vendor/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1563, ../sass/vendor/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1566, ../sass/vendor/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1569, ../sass/vendor/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1572, ../sass/vendor/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1575, ../sass/vendor/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1578, ../sass/vendor/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1581, ../sass/vendor/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1584, ../sass/vendor/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1587, ../sass/vendor/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1590, ../sass/vendor/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1593, ../sass/vendor/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1596, ../sass/vendor/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1599, ../sass/vendor/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1602, ../sass/vendor/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1605, ../sass/vendor/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1608, ../sass/vendor/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1611, ../sass/vendor/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1614, ../sass/vendor/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1617, ../sass/vendor/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1620, ../sass/vendor/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1623, ../sass/vendor/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1626, ../sass/vendor/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1629, ../sass/vendor/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1632, ../sass/vendor/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1635, ../sass/vendor/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1638, ../sass/vendor/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1641, ../sass/vendor/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1644, ../sass/vendor/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1647, ../sass/vendor/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1650, ../sass/vendor/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1653, ../sass/vendor/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1656, ../sass/vendor/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1659, ../sass/vendor/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1662, ../sass/vendor/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1665, ../sass/vendor/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1670, ../sass/vendor/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/*@import "vendor/jquery-ui";
@import "vendor/jquery-ui.structure";
@import "vendor/jquery-ui.theme"; */
/***/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 9, ../sass/vendor/_bootstrap.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
dt {
  font-weight: 700;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
b, strong {
  font-weight: bolder;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
figure {
  margin: 0 0 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
table {
  border-collapse: collapse;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
th {
  text-align: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button {
  border-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button, input {
  overflow: visible;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button, select {
  text-transform: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
select {
  word-wrap: normal;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
progress {
  vertical-align: baseline;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
output {
  display: inline-block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
template {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
[hidden] {
  display: none !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h1, h1 {
  font-size: 2.5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h2, h2 {
  font-size: 2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h3, h3 {
  font-size: 1.75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h4, h4 {
  font-size: 1.5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h6, h6 {
  font-size: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-inline-item {
  display: inline-block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.figure {
  display: inline-block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a > code {
  color: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .container {
    max-width: 1140px;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-control {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
select.form-control[multiple], select.form-control[size] {
  height: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-text {
  display: block;
  margin-top: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .btn {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: .65;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary, .btn-default {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary:hover, .btn-default:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary.focus, .focus.btn-default, .btn-outline-secondary:focus, .btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary.disabled, .disabled.btn-default, .btn-outline-secondary:disabled, .btn-default:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .fade {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.collapse:not(.show) {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .collapsing {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-menu.show {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-header, .nav-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:focus {
  outline: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-link {
  display: block;
  padding: .5rem 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-pills .nav-link {
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-title {
  margin-bottom: .75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .badge {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-heading {
  color: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-link {
  font-weight: 700;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .progress-bar {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 1rem 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: .75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast.showing {
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast.hide {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.toast-body {
  padding: .75rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-backdrop.show {
  opacity: .5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tooltip.show {
  opacity: .9;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover-header:empty {
  display: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-prev {
  left: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-next {
  right: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-top {
  vertical-align: top !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-0 {
  border: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.border-white {
  border-color: #fff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-none {
  display: none !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-inline {
  display: inline !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-block {
  display: block !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-table {
  display: table !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-table-row {
  display: table-row !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.float-left {
  float: left !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.float-right {
  float: right !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.position-static {
  position: static !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.position-relative {
  position: relative !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.w-25 {
  width: 25% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.w-50 {
  width: 50% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.w-75 {
  width: 75% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.w-100 {
  width: 100% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.w-auto {
  width: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h-25 {
  height: 25% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h-50 {
  height: 50% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h-75 {
  height: 75% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h-100 {
  height: 100% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.h-auto {
  height: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-0 {
  margin: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-0, .my-0 {
  margin-top: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-0, .mx-0 {
  margin-right: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-0, .mx-0 {
  margin-left: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-3, .my-3 {
  margin-top: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-5, .my-5 {
  margin-top: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-0 {
  padding: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-0, .py-0 {
  padding-top: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-0, .px-0 {
  padding-right: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-0, .px-0 {
  padding-left: 0 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-3, .py-3 {
  padding-top: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pr-5, .px-5 {
  padding-right: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.pl-5, .px-5 {
  padding-left: 3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.m-auto {
  margin: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mt-auto, .my-auto {
  margin-top: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-left {
  text-align: left !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-right {
  text-align: right !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 9, ../sass/vendor/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-white {
  color: #fff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-primary {
  color: #007bff !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-success {
  color: #28a745 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-danger, .help-block.text-danger {
  color: #dc3545 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-body {
  color: #212529 !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.text-reset {
  color: inherit !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../sass/vendor/_bootstrap.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9, ../sass/vendor/_bootstrap.scss */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 9, ../sass/vendor/_bootstrap.scss */
  body {
    min-width: 992px !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-dark {
    color: inherit;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }

  /* line 9, ../sass/vendor/_bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/* line 1, ../sass/partials/_videoController.scss */
.uppercase {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  /* line 6, ../sass/partials/_videoController.scss */
  .container.custom-container {
    margin-left: 50px;
    margin-right: 50px;
    max-width: 90%;
  }
}
/* line 13, ../sass/partials/_videoController.scss */
.card.card-without-border-radius {
  border-radius: 0px;
}

/* line 17, ../sass/partials/_videoController.scss */
.badge.badge-full-width {
  width: 100%;
  padding-top: 5%;
}

/* line 22, ../sass/partials/_videoController.scss */
.card-header.bordered-card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 26, ../sass/partials/_videoController.scss */
.no-hearings-message > p {
  padding: 10px;
  font-weight: bold;
}

/* line 31, ../sass/partials/_videoController.scss */
.normal-whitespace {
  white-space: normal;
}

/* line 1, ../sass/partials/_datepickerplus.scss */
.x-date-right a.npy {
  background-image: url(dbl-right-btn.gif) !important;
}

/* line 4, ../sass/partials/_datepickerplus.scss */
.x-date-left a.npy {
  background-image: url(dbl-left-btn.gif) !important;
}

/* line 8, ../sass/partials/_datepickerplus.scss */
th.x-date-weeknumber-header a em span,
.x-date-weeknumber-cell a em span {
  color: #66f;
  font-size: 10px;
  text-align: center;
}

/* line 15, ../sass/partials/_datepickerplus.scss */
th.x-date-weeknumber-header a:hover,
.x-date-weeknumber-cell a:hover {
  color: #66f !important;
  background: none !important;
  cursor: default !important;
}

/* line 22, ../sass/partials/_datepickerplus.scss */
.x-date-multiselect {
  height: 100%;
}

/* line 26, ../sass/partials/_datepickerplus.scss */
.x-date-multiselect th.x-date-weeknumber-header a:hover,
.x-date-multiselect .x-date-weeknumber-cell a:hover {
  background-color: #ddecfe !important;
  cursor: pointer !important;
}

/* line 32, ../sass/partials/_datepickerplus.scss */
.x-date-monthtable {
  border-left: 1px solid #1b376c;
}

/* line 36, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-dummy img {
  height: 1px;
}

/* Fix for Firefox 3 */
/* line 43, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-middle {
  width: 120px;
}

/* line 47, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-left a {
  float: left !important;
}

/* line 51, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-right a {
  float: right !important;
}

/* line 55, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-dummy,
.x-date-pickerplus .x-date-dummy img,
.x-date-pickerplus .x-date-left,
.x-date-pickerplus .x-date-right {
  width: 40px !important;
}

/* line 62, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus .x-date-middle {
  font-weight: normal !important;
  height: 26px;
}

/* line 67, ../sass/partials/_datepickerplus.scss */
.x-date-multiokbtn,
.x-date-multitodaybtn,
.x-date-multiundobtn {
  width: 33%;
}

/* line 73, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-nationalholidays {
  background-color: #ececec !important;
}

/* line 77, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-weekends {
  background-color: #f4f4f4;
}

/* line 81, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-activedate a {
  background-color: #ddecfe;
  border: 1px dashed #000088 !important;
  padding: 1px 4px;
}

/* line 87, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-eventdates a {
  background-color: #ccccff;
  border: 1px solid #000088;
  padding: 1px 4px;
}

/* line 94, ../sass/partials/_datepickerplus.scss */
.x-date-inner .x-datepickerplus-eventdates-disabled a:hover {
  background: #EB5F01;
  color: #fff;
}

/* line 99, ../sass/partials/_datepickerplus.scss */
.x-date-inner .x-datepickerplus-eventdates-disabled a {
  background: #EB5F01;
  color: #ffffff;
  cursor: default;
}

/*Set the em-tag to totally override the a-tag to prevent IE from opening a new Tab when CTRL-Clicking*/
/* line 107, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a em,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a em span {
  height: 19px !important;
  cursor: pointer;
}

/* line 114, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-eventdates a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-activedate a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-today a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-selected a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a:hover {
  padding: 0 !important;
}

/* line 123, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a em {
  width: 100% !important;
  padding: 0 !important;
}

/* line 128, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner a em span {
  padding: 2px 5px;
}

/* line 132, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-eventdates a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-activedate a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-today a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-selected a em span {
  padding: 1px 4px;
}

/* line 139, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-eventdates a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-eventdates a em,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-eventdates a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-activedate a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-activedate a em,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-datepickerplus-activedate a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-today a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-today a em,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-today a em span,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-selected a,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-selected a em,
.x-datepickerplus-ie .x-date-pickerplus .x-date-inner .x-date-selected a em span {
  height: 17px !important;
}

/* line 154, ../sass/partials/_datepickerplus.scss */
.x-date-pickerplus-prevnexthide .x-date-nextday,
.x-date-pickerplus-prevnexthide .x-date-prevday {
  visibility: hidden !important;
}

/*
Reverse Ext 3.2.x Hack to display more than 1 months vertically on datemenu
*/
/* line 162, ../sass/partials/_datepickerplus.scss */
.ext-ie .x-date-menu,
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu,
.ext-strict .ext-ie7 .x-date-menu {
  height: auto;
}

/* line 168, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-fieldprev {
  background-image: url(prev-tgr.gif) !important;
  cursor: pointer;
}

/* line 173, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-fieldnext {
  background-image: url(next-tgr.gif) !important;
  cursor: pointer;
}

/* line 178, ../sass/partials/_datepickerplus.scss */
.x-datepickerplus-prevnext-ext3,
.x-datepickerplus-prevnext-ext3-next {
  margin-left: 17px;
}

/* ie6-8 fixes */
/* line 185, ../sass/partials/_datepickerplus.scss */
.ext-ie6 .x-datepickerplus-prevnext-ext3 {
  margin-left: 0px !important;
  left: 17px;
}

/* line 190, ../sass/partials/_datepickerplus.scss */
.ext-ie6 .x-datepickerplus-prevnext-ext3-date {
  margin-left: 17px;
}

/* line 194, ../sass/partials/_datepickerplus.scss */
.ext-ie6 .x-datepickerplus-prevnext-ext3-next {
  margin-left: 34px !important;
}

/* line 198, ../sass/partials/_datepickerplus.scss */
.ext-ie7 .x-datepickerplus-prevnext-ext3-date,
.ext-ie8 .x-datepickerplus-prevnext-ext3-date {
  margin-right: 17px;
}

/* line 203, ../sass/partials/_datepickerplus.scss */
.ext-ie7 .x-datepickerplus-prevnext-ext3-prev,
.ext-ie8 .x-datepickerplus-prevnext-ext3-prev {
  margin-right: 100px;
}

/* Layout */
/* line 35, ../sass/Renovo.scss */
body.bootstrap-fonts {
  position: relative;
  COLOR: #444;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 40, ../sass/Renovo.scss */
body.nobackground {
  SCROLLBAR-FACE-COLOR: #CAC894;
  SCROLLBAR-HIGHLIGHT-COLOR: #D2D3B6;
  SCROLLBAR-SHADOW-COLOR: #7E8BA7;
  SCROLLBAR-3DLIGHT-COLOR: #D2D3B6;
  SCROLLBAR-ARROW-COLOR: #7E8BA7;
  SCROLLBAR-TRACK-COLOR: #D2D3B6;
  SCROLLBAR-DARKSHADOW-COLOR: #000000;
  FONT-SIZE: 14px;
  COLOR: #000000;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  BACKGROUND-IMAGE: none;
  overflow-x: hidden;
}

/* line 55, ../sass/Renovo.scss */
header {
  width: 100%;
  background-color: #f2f2f2;
  padding: 0 5%;
  z-index: 2999;
  border-bottom: 1px solid #d2d2d2;
  -moz-box-shadow: 0 -4px 15px #999;
  -webkit-box-shadow: 0 -4px 15px #999;
  box-shadow: 0 -4px 15px #999;
}
/* line 63, ../sass/Renovo.scss */
header + p {
  position: absolute;
  right: 1em;
  top: 5.25em;
  font-size: .8em;
  color: #a2a2a2;
}
/* line 71, ../sass/Renovo.scss */
header ~ p.small-screen-version {
  position: absolute;
  left: 3rem;
  right: unset;
  bottom: 0;
  top: unset;
  font-size: .8em;
  color: #a2a2a2;
}

/* line 82, ../sass/Renovo.scss */
main {
  margin: 4.5rem 6.75em;
  display: block;
  min-height: 100%;
}

/* line 88, ../sass/Renovo.scss */
nav {
  /*
  height:50px;
  .no-textshadow &{
  	height:0;
  }
  */
}

/* line 96, ../sass/Renovo.scss */
.ftr-shadow {
  position: relative;
  height: 2em;
  -moz-box-shadow: 0px 8px 10px #bababa;
  -webkit-box-shadow: 0px 8px 10px #bababa;
  box-shadow: 0px 8px 10px #bababa;
  border-bottom: 1px solid #a2a2a2;
  background-color: #fff;
  z-index: 1;
}

/* line 104, ../sass/Renovo.scss */
footer {
  background-color: #f2f2f2;
  color: #666;
  z-index: -1;
  padding: 2rem;
}

/* line 110, ../sass/Renovo.scss */
.max-width {
  width: 100%;
  max-width: 880px;
}

/* line 116, ../sass/Renovo.scss */
.container.max-width {
  width: 100%;
  max-width: 880px;
}

/* line 122, ../sass/Renovo.scss */
label {
  font-size: .88em;
}

/* Navigation */
/* line 125, ../sass/Renovo.scss */
.menu {
  display: inline-block;
  margin-bottom: 0;
}
/* line 129, ../sass/Renovo.scss */
.menu li {
  float: left;
  position: relative;
}
/* line 132, ../sass/Renovo.scss */
.menu li a {
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
/* line 137, ../sass/Renovo.scss */
.menu li:hover > a, .menu li > a:focus, .menu li.open > a {
  color: #fff;
  background-color: #2e5bd8;
  text-shadow: 1px 1px #003399;
}
/* line 143, ../sass/Renovo.scss */
.menu a, .menu .dropdown-menu > li > a {
  display: inline-block;
  padding: .75em 1.5em;
  font-size: .88em;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  color: #666;
}
/* line 153, ../sass/Renovo.scss */
.menu ul.dropdown-menu {
  -moz-box-shadow: 0px 4px 10px #999;
  -webkit-box-shadow: 0px 4px 10px #999;
  box-shadow: 0px 4px 10px #999;
  background-color: #fdfdfd;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: inherit;
}
/* line 163, ../sass/Renovo.scss */
.no-boxshadow .menu ul.dropdown-menu {
  border: 1px solid #a2a2a2;
  border-top: none;
}
/* line 167, ../sass/Renovo.scss */
.menu ul.dropdown-menu li a {
  text-transform: none;
  text-shadow: none;
  background-color: #fdfdfd;
  width: 185px;
  border-left: 5px solid transparent;
}
/* line 174, ../sass/Renovo.scss */
.menu ul.dropdown-menu li:hover > a, .menu ul.dropdown-menu li > a:focus {
  background-color: #fdfdfd;
  background-image: none;
  border-color: #2e5bd8;
  color: #2e5bd8;
  text-shadow: none;
  -moz-animation: animateNav .5s forwards;
  -webkit-animation: animateNav .5s forwards;
  animation: animateNav .5s forwards;
}
/* line 184, ../sass/Renovo.scss */
.menu ul.dropdown-menu li:first-child:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fdfdfd;
}
/* line 194, ../sass/Renovo.scss */
.menu li:hover ul.dropdown-menu, .menu li a:focus + ul {
  display: block;
}
/* line 197, ../sass/Renovo.scss */
.menu > li li.separate:before {
  content: '';
  display: block;
  height: 4px;
  width: 88%;
  margin: 0 6%;
  background-color: #eee;
  border-radius: 2px;
}

/* line 209, ../sass/Renovo.scss */
.navbar-menu.only-right-padding {
  padding: 0 0 0 1rem;
}
/* line 213, ../sass/Renovo.scss */
.navbar-menu li a {
  cursor: pointer;
}
/* line 216, ../sass/Renovo.scss */
.navbar-menu li a.dropdown-toggle.toggle-button-padding {
  padding: 0.7rem 1rem 0.7rem 1rem;
}
/* line 220, ../sass/Renovo.scss */
.navbar-menu a, .navbar-menu .dropdown-menu > li > a {
  display: inline-block;
  line-height: 25px;
  /*color: $color-midText;*/
}
/* line 225, ../sass/Renovo.scss */
.navbar-menu div.dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: inherit;
}
/* line 231, ../sass/Renovo.scss */
.no-boxshadow .navbar-menu div.dropdown-menu {
  border: 1px solid #a2a2a2;
  border-top: none;
}
/* line 235, ../sass/Renovo.scss */
.navbar-menu div.dropdown-menu a {
  text-transform: none;
  text-shadow: none;
  background-color: #fdfdfd;
  border-left: 5px solid transparent;
}
/* line 241, ../sass/Renovo.scss */
.navbar-menu div.dropdown-menu a:hover, .navbar-menu div.dropdown-menu a:focus {
  background-color: #fdfdfd;
  background-image: none;
  border-color: #2e5bd8;
  color: #2e5bd8;
  text-shadow: none;
  -moz-animation: animateNav .5s forwards;
  -webkit-animation: animateNav .5s forwards;
  animation: animateNav .5s forwards;
}
/* line 251, ../sass/Renovo.scss */
.navbar-menu div.dropdown-menu li:first-child:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fdfdfd;
}
/* line 262, ../sass/Renovo.scss */
.navbar-menu li:hover ul.dropdown-menu, .navbar-menu li a:focus + ul {
  display: block;
}
/* line 265, ../sass/Renovo.scss */
.navbar-menu > li li.separate:before {
  content: '';
  display: block;
  height: 4px;
  width: 88%;
  margin: 0 6%;
  background-color: #eee;
  border-radius: 2px;
}
/* line 274, ../sass/Renovo.scss */
.navbar-menu button.navbar-toggler.toggler-with-margin {
  margin: 0.7rem 1rem 0.7rem 1rem;
}

/*.navbar-light .navbar-nav .nav-link {*/
/* line 282, ../sass/Renovo.scss */
.navbar-menu.user-menu ul.dropdown-menu li:first-child:after {
  left: auto;
  right: 60px;
}
/* line 286, ../sass/Renovo.scss */
.navbar-menu.user-menu > li:first-child {
  padding: 6px;
  background-color: #666;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 291, ../sass/Renovo.scss */
.navbar-menu.user-menu > li:first-child > a, .navbar-menu.user-menu > li:first-child > a.dropdown-toggle, .navbar-menu.user-menu > li:first-child:hover > a.dropdown-toggle {
  color: #fff;
  text-shadow: 1px 1px #444;
  text-transform: capitalize;
  min-width: 100px;
  text-align: center;
}
/* line 299, ../sass/Renovo.scss */
.navbar-menu.user-menu ul {
  right: -15px;
}
/* line 301, ../sass/Renovo.scss */
.navbar-menu.user-menu ul li:first-child:after {
  border: none;
}

/* Conference Filter */
/* line 308, ../sass/Renovo.scss */
#ConferenceFilter {
  display: inline;
  float: right;
}
/* line 311, ../sass/Renovo.scss */
#ConferenceFilter #filterInput {
  display: inline;
  max-width: 160px;
}
/* line 315, ../sass/Renovo.scss */
#ConferenceFilter #filterInput + label {
  padding: 0 3px;
  min-width: 65px;
}
/* line 319, ../sass/Renovo.scss */
#ConferenceFilter select {
  display: inline;
  max-width: 80%;
  margin-left: 12px;
  height: 28px;
  font-size: 12px;
}
/* line 326, ../sass/Renovo.scss */
#ConferenceFilter .btn-group > .btn {
  top: -2px;
}
/* line 327, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu {
  background-color: #f2f2f2;
}
/* line 329, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu > li > a {
  display: inline;
  padding: 6px 12px;
}
/* line 332, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu > li > a.btn-xs {
  padding: 1px 5px;
}
/* line 333, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu > li > a.btn-primary {
  color: #fff;
}
/* line 335, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu > li > a.btn-primary:hover {
  background-color: #2d6ca2;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 346, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu li {
  font-size: 12px;
  min-width: 300px;
  padding: 2px 15px;
}
/* line 350, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu li.divider {
  padding: 0;
}
/* line 353, ../sass/Renovo.scss */
#ConferenceFilter .dropdown-menu li.applyFilter {
  margin: 13px 0 10px;
  text-align: right;
}

/* line 360, ../sass/Renovo.scss */
#filterClear {
  color: #c9302c;
  background: none;
  border: none;
  font-size: 13px;
  position: relative;
  top: 4px;
}
/* line 367, ../sass/Renovo.scss */
#filterClear:hover, #filterClear.active, #filterClear.focus {
  color: #d9534f;
}

/* line 371, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes {
  border-radius: 5px;
  clear: both;
  float: left;
  margin: 10px auto 0;
  width: 100%;
}
/* line 377, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes li {
  display: inline-block;
}
/* line 380, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
  display: none;
}
/* line 385, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes label {
  cursor: pointer;
  font-size: 77%;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 396, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes label.futureFilter {
  color: #666;
}
/* line 401, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes input[type=checkbox] + label {
  background-color: transparent;
}
/* line 403, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes input[type=checkbox] + label:before {
  margin-right: 2px;
}
/* line 414, ../sass/Renovo.scss */
#ConferenceFilterCheckboxes .filter-btns {
  margin: 10px 0;
}

/* line 418, ../sass/Renovo.scss */
.requestedFilter {
  background-color: #31b0d5;
  color: #31b0d5;
}
/* line 421, ../sass/Renovo.scss */
.requestedFilter:hover, .requestedFilter.active, .requestedFilter.focus {
  background-color: #5bc0de;
  color: #5bc0de;
}

/* line 426, ../sass/Renovo.scss */
.conflictFilter {
  background-color: #c9302c;
  color: #c9302c;
}
/* line 429, ../sass/Renovo.scss */
.conflictFilter:hover, .conflictFilter.active, .conflictFilter.focus {
  background-color: #d9534f;
  color: #d9534f;
}

/* line 434, ../sass/Renovo.scss */
.validatedFilter {
  background-color: #3071a9;
  color: #3071a9;
}
/* line 437, ../sass/Renovo.scss */
.validatedFilter:hover, .validatedFilter.active, .validatedFilter.focus {
  background-color: #428bca;
  color: #428bca;
}

/* line 442, ../sass/Renovo.scss */
.completedFilter {
  background-color: #1abc9c;
  color: #1abc9c;
}
/* line 445, ../sass/Renovo.scss */
.completedFilter:hover, .completedFilter.active, .completedFilter.focus {
  background-color: #48c9b0;
  color: #48c9b0;
}

/* line 450, ../sass/Renovo.scss */
.cancelledFilter {
  background-color: #222;
  color: #222;
}
/* line 453, ../sass/Renovo.scss */
.cancelledFilter:hover, .cancelledFilter.active, .cancelledFilter.focus {
  background-color: #555;
  color: #555;
}

/* line 458, ../sass/Renovo.scss */
.assignedFilter {
  background-color: #999;
  color: #999;
}
/* line 461, ../sass/Renovo.scss */
.assignedFilter:hover, .assignedFilter.active, .assignedFilter.focus {
  background-color: #bbb;
  color: #bbb;
}

/* line 466, ../sass/Renovo.scss */
.prestartFilter {
  background-color: #92db25;
  color: #92db25;
}
/* line 469, ../sass/Renovo.scss */
.prestartFilter:hover, .prestartFilter.active, .prestartFilter.focus {
  background-color: #aede66;
  color: #aede66;
}

/* line 474, ../sass/Renovo.scss */
.progressFilter {
  background-color: #449d44;
  color: #449d44;
}
/* line 477, ../sass/Renovo.scss */
.progressFilter:hover, .progressFilter.active, .progressFilter.focus {
  background-color: #5cb85c;
  color: #5cb85c;
}

/* line 482, ../sass/Renovo.scss */
.suspendedFilter {
  background-color: #bb0055;
  color: #bb0055;
}
/* line 485, ../sass/Renovo.scss */
.suspendedFilter:hover, .suspendedFilter.active, .suspendedFilter.focus {
  background-color: #dd0066;
  color: #dd0066;
}

/* line 490, ../sass/Renovo.scss */
.errorFilter {
  background-color: #f4d313;
  color: #f4d313;
}
/* line 493, ../sass/Renovo.scss */
.errorFilter:hover, .errorFilter.active, .errorFilter.focus {
  background-color: #ffe475;
  color: #ffe475;
}

/* line 498, ../sass/Renovo.scss */
.missingFilter {
  background-color: #ec971f;
  color: #ec971f;
}
/* line 501, ../sass/Renovo.scss */
.missingFilter:hover, .missingFilter.active, .missingFilter.focus {
  background-color: #f0ad4e;
  color: #f0ad4e;
}

/* line 507, ../sass/Renovo.scss */
.noTransmitFilter {
  background-color: #9900ff;
  color: #9900ff;
}

/* line 512, ../sass/Renovo.scss */
.noTransmitFilter:hover, .noTransmitFilter.active, .noTransmitFilter.focus {
  background-color: #ad33ff;
  color: #ad33ff;
}

/* Forms */
/* line 517, ../sass/Renovo.scss */
.input-group.input-sm {
  padding: 0;
}
/* line 519, ../sass/Renovo.scss */
.input-group.input-sm .form-control, .input-group.input-sm .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 527, ../sass/Renovo.scss */
.panel-checkbox.panel {
  margin: 0;
}
/* line 529, ../sass/Renovo.scss */
.panel-checkbox.panel + .panel-checkbox.panel {
  border-top: none;
}
/* line 532, ../sass/Renovo.scss */
.panel-checkbox .panel-heading .checkbox {
  margin: 0;
}
/* line 533, ../sass/Renovo.scss */
.panel-checkbox .panel-heading label {
  width: 100%;
}

/* line 537, ../sass/Renovo.scss */
#validatingModal h3 {
  margin-top: 0;
}
/* line 538, ../sass/Renovo.scss */
#validatingModal .modal-body {
  padding: 25px;
}

/* line 540, ../sass/Renovo.scss */
body.login-page {
  min-width: inherit;
  padding: 1em;
}

/* line 544, ../sass/Renovo.scss */
.login-page {
  margin: 4em auto .5em;
  margin: 10vh auto 0;
  height: 80%;
  background-color: #f8f8f8;
  text-align: center;
}
/* line 550, ../sass/Renovo.scss */
.login-page h1 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 5em;
}
/* line 555, ../sass/Renovo.scss */
.login-page h1 + p {
  font-size: 1.5em;
}
/* line 558, ../sass/Renovo.scss */
.login-page main {
  margin: 0 10%;
  padding: 1em 0 0;
  min-height: inherit;
}
/* line 563, ../sass/Renovo.scss */
.login-page .form-group + a {
  font-size: .8em;
}

@media (min-width: 1024px) {
  /* line 568, ../sass/Renovo.scss */
  .login-page main {
    margin: 0 auto;
    max-width: 520px;
    min-height: inherit;
  }
}
/* line 576, ../sass/Renovo.scss */
.panel.panel-login {
  text-align: left;
  border: 7px solid #eee;
  border-radius: 13px;
  box-shadow: #999 0 1px 3px;
}
/* line 582, ../sass/Renovo.scss */
.panel.panel-login .panel-body {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-bottom: 30px;
}
/* line 588, ../sass/Renovo.scss */
.panel.panel-login .input-group {
  margin-bottom: 16px;
}
/* line 590, ../sass/Renovo.scss */
.panel.panel-login .input-group + .help-block {
  display: none;
}
/* line 591, ../sass/Renovo.scss */
.panel.panel-login .input-group.has-error {
  margin-bottom: 0;
}
/* line 593, ../sass/Renovo.scss */
.panel.panel-login .input-group.has-error + .help-block {
  display: block;
  margin-bottom: 12px;
}
/* line 606, ../sass/Renovo.scss */
.panel.panel-login .input-group-addon .fa, .panel.panel-login .input-group-addon #ConferenceFilterCheckboxes input[type=checkbox] + label:before, #ConferenceFilterCheckboxes .panel.panel-login .input-group-addon input[type=checkbox] + label:before {
  position: relative;
  top: 2px;
  color: #fff;
}
/* line 612, ../sass/Renovo.scss */
.panel.panel-login .btn-xs {
  margin-left: 5px;
}

/* Other Rules */
/* line 617, ../sass/Renovo.scss */
.logo {
  /*padding:.75em 4em .75em 0;*/
  max-height: 25px;
  max-width: 175px;
  float: left;
}

/* line 625, ../sass/Renovo.scss */
.intro p {
  margin: 0.5rem 0 0.5rem;
}

/* line 630, ../sass/Renovo.scss */
a.arrow-right {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #2e5bd8;
  margin-left: 1em;
}
/* line 636, ../sass/Renovo.scss */
a.arrow-right:hover, a.arrow-right:focus {
  border-left-color: #316df4;
}

/* line 640, ../sass/Renovo.scss */
a.arrow-left {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #2e5bd8;
  margin-right: 1em;
}
/* line 646, ../sass/Renovo.scss */
a.arrow-left:hover, a.arrow-left:focus {
  border-right-color: #316df4;
}

/* line 651, ../sass/Renovo.scss */
.form-group .separate {
  margin-left: 30px;
  border-left: 4px solid #a2a2a2;
  padding-left: 30px;
}

/* line 657, ../sass/Renovo.scss */
td {
  color: #444;
}

/* line 659, ../sass/Renovo.scss */
td.alignRight {
  text-align: right;
}

/* line 663, ../sass/Renovo.scss */
A.menu {
  FONT-SIZE: 11px;
  COLOR: #444;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  TEXT-DECORATION: none;
}

/* line 670, ../sass/Renovo.scss */
input.txtBox {
  border: 1px solid #DBCBA2;
  border-color: #888888;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  FONT-SIZE: 11px;
}

/* line 677, ../sass/Renovo.scss */
input.button {
  border: 1px solid #DBCBA2;
  border-color: #888888;
  background-color: #DDDDDD;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  FONT-SIZE: 11px;
}

/* line 685, ../sass/Renovo.scss */
.pghd {
  FONT-SIZE: 20px;
  COLOR: #444;
  FONT-FAMILY: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
  TEXT-DECORATION: none;
}

/* line 692, ../sass/Renovo.scss */
.pghd2 {
  FONT-SIZE: 20px;
  COLOR: #53648a;
  FONT-FAMILY: 'Trebuchet MS', 'Century Gothic', Arial, Verdana;
  TEXT-DECORATION: none;
}

/* line 699, ../sass/Renovo.scss */
.pgsub {
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  COLOR: #444;
  FONT-FAMILY: 'Trebuchet MS', Arial, Verdana;
  TEXT-DECORATION: none;
}

/* line 707, ../sass/Renovo.scss */
.hd1 {
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  COLOR: #444;
  FONT-FAMILY: "Trebuchet MS", Arial, Verdana;
}

/* line 714, ../sass/Renovo.scss */
A.tabinactive {
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #444;
  FONT-FAMILY: 'Trebuchet MS', Arial, Verdana;
}

/* line 721, ../sass/Renovo.scss */
A.tabinactive:hover {
  TEXT-DECORATION: none;
}

/* line 725, ../sass/Renovo.scss */
A, A:hover {
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  TEXT-DECORATION: none;
}

/* line 734, ../sass/Renovo.scss */
.verticaltext {
  font: bold 11px Arial;
  right: 3px;
  top: 20px;
  width: 15px;
  writing-mode: tb-rl;
}

/* line 742, ../sass/Renovo.scss */
span.error {
  color: #FF0000;
}

/* line 746, ../sass/Renovo.scss */
span.mandatory {
  color: #FF0000;
}

/* Renovo1.css */
/* line 751, ../sass/Renovo.scss */
.arial10black {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: #222222;
}

/* line 756, ../sass/Renovo.scss */
.arial11black {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: #000000;
}

/* line 761, ../sass/Renovo.scss */
.arial12black {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #000000;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}

/* line 769, ../sass/Renovo.scss */
.arial18687AA2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  color: 687AA2;
  font-weight: normal;
}

/* line 775, ../sass/Renovo.scss */
.arial12white {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  color: #FFFFFF;
}

/* line 780, ../sass/Renovo.scss */
.arial11whitebold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

/* line 786, ../sass/Renovo.scss */
.arial10whitebold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

/* line 792, ../sass/Renovo.scss */
.table-header {
  color: #fff;
  font-size: 23px;
  padding: 10px 15px;
  border: 1px solid #2b669a;
  text-transform: uppercase;
}

/* line 800, ../sass/Renovo.scss */
.table-subheader {
  /* 
   * These rules extend the following:
   *   .panel-title;
   *   .panel-default > .panel-heading;
   *   .panel-heading;
   * Unfortunately, using @extend results in broken and unexpected results
   */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  color: #666;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: bold;
}

/* line 822, ../sass/Renovo.scss */
.table-content {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  padding: 5px;
}

/* line 828, ../sass/Renovo.scss */
.table-footer {
  border-top: 1px solid #ddd;
}

/* line 831, ../sass/Renovo.scss */
.arial14whiteBold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #FFFFFF;
}

/* line 836, ../sass/Renovo.scss */
.arial16whiteBold {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  color: #FFFFFF;
}

/* line 841, ../sass/Renovo.scss */
button.imageButton {
  border: 0px solid #000000;
  background-color: #DED6BD;
}

/* line 845, ../sass/Renovo.scss */
button.imageButtonBrown {
  border: 0px solid #000000;
  padding: 0px 0px 0px 0px;
}

/* line 849, ../sass/Renovo.scss */
a.navhd {
  color: #222222;
  TEXT-DECORATION: none;
  display: block;
}

/* line 854, ../sass/Renovo.scss */
.sltHeader {
  background-color: #428bca;
  border-style: solid;
  border-width: 1;
  border-color: #484848;
  text-align: center;
  font-family: Arial, 'Trebuchet MS', Verdana;
  font-size: 10px;
  color: #ffffff;
}

/* make the cursor a pointer when over the item in a tree widget */
/* line 866, ../sass/Renovo.scss */
div.treewidgethandle {
  cursor: pointer;
}

/* indent each level in the tree by two character positions */
/* line 871, ../sass/Renovo.scss */
div.treewidgetchildren {
  position: relative;
  left: 10px;
  display: none;
}

/* line 877, ../sass/Renovo.scss */
div.clientTreeChildrenClosed {
  BACKGROUND-IMAGE: url(../images/plus.gif);
  WIDTH: 9px;
  HEIGHT: 9px;
}

/* line 883, ../sass/Renovo.scss */
div.clientTreeChildrenOpen {
  BACKGROUND-IMAGE: url(../images/minus.gif);
  WIDTH: 9px;
  HEIGHT: 9px;
}

/* line 889, ../sass/Renovo.scss */
div.clientTreeChildren {
  position: relative;
  left: 10px;
}

/* line 894, ../sass/Renovo.scss */
div.clientTreeNode {
  cursor: pointer;
}

/* line 898, ../sass/Renovo.scss */
span.statusRed {
  color: #FF0000;
}

/* line 902, ../sass/Renovo.scss */
span.statusGreen {
  color: #3B6D43;
}

/* line 906, ../sass/Renovo.scss */
span.statusBlue {
  color: #0000FF;
}

/* line 913, ../sass/Renovo.scss */
td.statusRed {
  background-color: #FF0000;
}

/* line 917, ../sass/Renovo.scss */
td.statusGreen {
  background-color: #3B6D43;
}

/* line 921, ../sass/Renovo.scss */
td.statusBlue {
  background-color: #0000FF;
}

/* line 925, ../sass/Renovo.scss */
td.statusOther {
  background-color: #000000;
}

/* line 929, ../sass/Renovo.scss */
.status-5, .status-4, .status-2, .status-1, .status0, .status1, .status2, .status3, .status4, .status5, .status10, .status34, .status1000, .status1001, .status1002 {
  color: #000000;
  font-variant: small-caps;
}

/* line 937, ../sass/Renovo.scss */
.status-4 {
  color: #000080;
}

/* line 942, ../sass/Renovo.scss */
.status-2 {
  color: #FF0000;
}

/* line 951, ../sass/Renovo.scss */
.status0 {
  color: #31b0d5;
}

/* line 956, ../sass/Renovo.scss */
.status1 {
  color: #3071a9;
}

/* line 961, ../sass/Renovo.scss */
.status2 {
  color: #c9302c;
}

/* line 966, ../sass/Renovo.scss */
.status3 {
  color: #222;
}

/* line 971, ../sass/Renovo.scss */
.status4 {
  color: #449d44;
}

/* line 976, ../sass/Renovo.scss */
.status5 {
  color: #1abc9c;
}

/* line 985, ../sass/Renovo.scss */
.status11 {
  color: #92db25;
}

/* line 989, ../sass/Renovo.scss */
.status34 {
  color: #ffe475;
}

/* line 994, ../sass/Renovo.scss */
.status1000 {
  color: #bb0055;
}

/* line 999, ../sass/Renovo.scss */
.status1001 {
  color: #ec971f;
}

/* line 1004, ../sass/Renovo.scss */
.status1002 {
  color: #9900ff;
}

/* line 1009, ../sass/Renovo.scss */
div.startTimeMinutes {
  background-color: #D2D3B6;
  border-style: solid;
  border-width: 1;
  border-color: #53648A;
  text-align: center;
  font-family: 'Trebuchet MS', Arial, Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #484848;
  position: absolute;
  top: 0px;
  right: 0px;
  visibility: hidden;
  width: 150px;
  height: 50px;
}

/* line 1027, ../sass/Renovo.scss */
span.mandatory {
  color: #FF0000;
}

/* line 1031, ../sass/Renovo.scss */
div.popupWindow {
  FONT-SIZE: 11px;
  COLOR: #000000;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: none;
  position: absolute;
  background-color: #D2D3B6;
  border: 1px solid #484848;
  padding: 3px 5px 3px 5px;
  z-index: 99;
}

/* line 1042, ../sass/Renovo.scss */
a.popupWindowLinks {
  color: #444;
  TEXT-DECORATION: none;
}

/* line 1046, ../sass/Renovo.scss */
td.customConferenceRoomTitle {
  FONT-SIZE: 11px;
  COLOR: #444;
  font-weight: bold;
  FONT-FAMILY: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 1052, ../sass/Renovo.scss */
a.removeConnection {
  color: #FF0000;
  TEXT-DECORATION: underline;
}

/* line 1056, ../sass/Renovo.scss */
a.addConnection {
  color: #3B6D43;
  TEXT-DECORATION: underline;
}

/* line 1060, ../sass/Renovo.scss */
a.removeConference {
  color: #FF0000;
  TEXT-DECORATION: underline;
}

/* line 1064, ../sass/Renovo.scss */
a.approveRoom {
  color: #0000FF;
  TEXT-DECORATION: underline;
}

/* line 1068, ../sass/Renovo.scss */
a.detailConference {
  color: #3B6D43;
  TEXT-DECORATION: underline;
}

/* line 1072, ../sass/Renovo.scss */
a.connectionStatus {
  color: #0000FF;
  TEXT-DECORATION: underline;
}

/* line 1076, ../sass/Renovo.scss */
select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: #222222;
}

/* line 1081, ../sass/Renovo.scss */
input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  color: #222222;
}

/* line 1086, ../sass/Renovo.scss */
.informationBox {
  border: 1px solid #222222;
  background-color: #FDFBF0;
  width: 100%;
}

/* line 1091, ../sass/Renovo.scss */
.informationBox2 {
  border-top: 1px dashed #222222;
  border-bottom: 1px dashed #222222;
  width: 100%;
}

/* line 1096, ../sass/Renovo.scss */
.largerText {
  font-size: medium;
}

/* line 1099, ../sass/Renovo.scss */
a.incompleteLink {
  color: #444;
  text-decoration: none;
}

/* line 1103, ../sass/Renovo.scss */
a.incompleteLink:hover {
  color: #444;
  text-decoration: underline;
}

/* line 1107, ../sass/Renovo.scss */
.originatorText {
  color: #008000;
  font-variant: small-caps;
}

/* line 1111, ../sass/Renovo.scss */
a.setOriginatorText {
  color: #008000;
  TEXT-DECORATION: underline;
}

/* line 1115, ../sass/Renovo.scss */
a.myPreferenceLink {
  color: #242a51;
  text-decoration: underline;
}

/* line 1119, ../sass/Renovo.scss */
div.progressBlock {
  background-color: #000080;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0px;
}

/* line 1126, ../sass/Renovo.scss */
.messageBlock {
  padding: 2px 5px 2px 5px;
  border: 1px solid #444;
  background-color: #FDFBF0;
  width: 600px;
}

/* Extjs Fixes */
/* line 1134, ../sass/Renovo.scss */
.x-toolbar {
  box-sizing: content-box;
}

/* Extjs Overrides */
/* line 1139, ../sass/Renovo.scss */
h1 {
  font-size: 3.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* line 1144, ../sass/Renovo.scss */
.selectedTreeCls {
  font-weight: bold;
  font-size: 10px;
  background-color: #fff;
}

/* line 1149, ../sass/Renovo.scss */
.folderTreeCls {
  font-weight: bold;
  background-color: #fff;
}

/* line 1153, ../sass/Renovo.scss */
.itemTreeCls {
  background-color: #fff;
}

/* line 1154, ../sass/Renovo.scss */
.x-panel-body, .x-panel-body-noheader, .x-panel-mc {
  border: none;
}

/* line 1155, ../sass/Renovo.scss */
.x-tree-node a, .x-dd-drag-ghost a {
  padding-right: 1em;
}

/* line 1158, ../sass/Renovo.scss */
.combobox.container-min-height .x-form-field-wrap {
  min-height: 30px;
}

/* line 1165, ../sass/Renovo.scss */
.combobox.disabled :before, .date-combo.disabled :before {
  color: #cdcdcd;
}
/* line 1166, ../sass/Renovo.scss */
.combobox.disabled img, .date-combo.disabled img {
  cursor: not-allowed;
}
/* line 1168, ../sass/Renovo.scss */
.input-group-addon + .combobox, .combobox + .input-group-addon, .input-group-addon + .date-combo, .date-combo + .input-group-addon {
  display: inline;
}
/* line 1171, ../sass/Renovo.scss */
.input-group-addon + .combobox:before, .input-group-addon + .date-combo:before {
  left: 161px;
}
/* line 1175, ../sass/Renovo.scss */
.combobox .x-form-field-wrap .x-form-date-trigger, .combobox .x-form-field-wrap .x-form-trigger, .date-combo .x-form-field-wrap .x-form-date-trigger, .date-combo .x-form-field-wrap .x-form-trigger {
  background-image: none;
  width: 30px;
  height: 30px;
  border: none;
}
/* line 1180, ../sass/Renovo.scss */
.combobox .x-form-field-wrap .x-form-date-trigger.x-form-arrow-trigger, .combobox .x-form-field-wrap .x-form-trigger.x-form-arrow-trigger, .date-combo .x-form-field-wrap .x-form-date-trigger.x-form-arrow-trigger, .date-combo .x-form-field-wrap .x-form-trigger.x-form-arrow-trigger {
  position: absolute;
  right: 0;
  width: 28px;
}

/* line 1188, ../sass/Renovo.scss */
.ext-strict .x-form-text {
  height: inherit;
}
/* line 1190, ../sass/Renovo.scss */
.ext-strict .x-form-text.x-combo-box {
  height: 30px;
}

/* line 1195, ../sass/Renovo.scss */
.x-form-field-wrap input {
  float: left;
}
/* line 1196, ../sass/Renovo.scss */
.x-form-field-wrap .x-form-arrow-trigger {
  background: transparent none;
  border: none;
  height: 30px;
  width: 27px;
  float: left;
}

/* line 1204, ../sass/Renovo.scss */
.combobox .x-form-field-trigger-wrap:after {
  content: '\f0d7';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #555;
  background: #eee none;
  border: 1px solid #ccc;
  border-left: none;
  height: 30px;
  width: 26px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding-left: 9px;
  padding-top: 7px;
  z-index: -3;
  float: left;
}

/* line 1221, ../sass/Renovo.scss */
.ext-strict .x-form-text.form-control.input-sm {
  height: 30px;
}

/*
 * BOOTSTRAP
 */
/* 
 * Bootstrap Additions 
 */
/* line 1230, ../sass/Renovo.scss */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-top-width: 6px;
  border-radius: 3px;
}
/* line 1236, ../sass/Renovo.scss */
.bs-callout p {
  font-size: 14px;
}
/* line 1237, ../sass/Renovo.scss */
.bs-callout h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 1242, ../sass/Renovo.scss */
.bs-callout.cal-empty, .bs-callout.cal-empty-filter {
  max-width: 800px;
  margin: 15px 0 20px;
  min-height: 150px;
  padding-top: 30px;
  background-color: #f2f2f2;
  border-width: 0;
  border-top-width: 5px;
}
/* line 1251, ../sass/Renovo.scss */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* line 1253, ../sass/Renovo.scss */
.bs-callout.no-margin {
  margin: 0;
}

/* line 1256, ../sass/Renovo.scss */
.cal-empty-filter {
  display: none;
}

/* line 1259, ../sass/Renovo.scss */
.bs-callout-primary {
  border-color: #428bca;
}
/* line 1261, ../sass/Renovo.scss */
.bs-callout-primary h4 {
  color: #428bca;
}

/* line 1263, ../sass/Renovo.scss */
.bs-callout-info {
  border-color: #5bc0de;
}
/* line 1265, ../sass/Renovo.scss */
.bs-callout-info h4 {
  color: #5bc0de;
}

/* line 1267, ../sass/Renovo.scss */
.bs-callout-danger {
  border-color: #d9534f;
}
/* line 1269, ../sass/Renovo.scss */
.bs-callout-danger h4 {
  color: #d9534f;
}

/* line 1271, ../sass/Renovo.scss */
.bs-callout-warning {
  border-color: #f0ad4e;
}
/* line 1273, ../sass/Renovo.scss */
.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* line 1275, ../sass/Renovo.scss */
.btn .fa-arrow-circle-right {
  margin-right: -4px;
  margin-left: 6px;
}

/* line 1279, ../sass/Renovo.scss */
.btn .fa-arrow-circle-left {
  margin-left: -4px;
  margin-right: 4px;
}

/* line 1283, ../sass/Renovo.scss */
.panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .95em;
}

/* 
 * Bootstrap Extenders 
 */
/* line 1292, ../sass/Renovo.scss */
.hidden-filter, .hidden-status {
  display: none !important;
  visibility: hidden !important;
}

/* 
 * Bootstrap Overrides 
 */
/* line 1302, ../sass/Renovo.scss */
body {
  line-height: inherit;
}

/* line 1305, ../sass/Renovo.scss */
.input-group [type=text][disabled] {
  background-color: #f8f8f8;
  cursor: not-allowed;
}

/* line 1310, ../sass/Renovo.scss */
.input-group-addon label {
  margin-bottom: 0;
}
/* line 1311, ../sass/Renovo.scss */
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  position: relative;
  top: 2px;
}

/* line 1316, ../sass/Renovo.scss */
.panel-login .input-group-addon {
  border-radius: 0;
  padding: 6px;
}

/* Make modals appear above sticky top nav in z-order */
/* line 1322, ../sass/Renovo.scss */
.modal-open .modal {
  z-index: 3300;
}

/* line 1325, ../sass/Renovo.scss */
.modal-body {
  overflow-y: auto;
  max-height: 550px;
  max-height: 80vh;
}

/* line 1331, ../sass/Renovo.scss */
#contactInfo h4 {
  margin-bottom: 2px;
}
/* line 1332, ../sass/Renovo.scss */
#contactInfo label {
  text-transform: capitalize;
}
/* line 1333, ../sass/Renovo.scss */
#contactInfo ul {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid;
}
/* line 1337, ../sass/Renovo.scss */
#contactInfo ul.contact-details {
  border-color: #337ab7;
}
/* line 1339, ../sass/Renovo.scss */
#contactInfo ul.contact-details h4 {
  color: #337ab7;
}
/* line 1341, ../sass/Renovo.scss */
#contactInfo ul.room-details {
  border-color: #5bc0de;
}
/* line 1343, ../sass/Renovo.scss */
#contactInfo ul.room-details h4 {
  color: #5bc0de;
}

/* Remove border radius on form inputs & modals */
/* line 1349, ../sass/Renovo.scss */
.input-sm,
.form-control,
.modal-content,
.form-horizontal .form-group-sm .form-control,
.panel, .panel-group .panel, .panel-heading {
  border-radius: 0;
}

/* Calendar popovers */
/* line 1358, ../sass/Renovo.scss */
.popover-title .series-num {
  font-size: 10px;
  line-height: 8px;
  color: #999;
}

/* line 1363, ../sass/Renovo.scss */
.cal-wrap ~ .popover .popover-title {
  padding: 11px 14px 8px;
  line-height: 14px;
}

/* line 1368, ../sass/Renovo.scss */
.popover-content p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 12px;
}
/* line 1372, ../sass/Renovo.scss */
.popover-content p.conf-time {
  font-weight: bold;
  margin-bottom: 8px;
}
/* line 1377, ../sass/Renovo.scss */
.popover-content span {
  text-transform: uppercase;
  font-size: 8px;
}
/* line 1380, ../sass/Renovo.scss */
.popover-content span.conf-other {
  font-size: 9px;
  margin-right: 5px;
}
/* line 1385, ../sass/Renovo.scss */
.popover-content ul.conf-rooms {
  list-style-type: disc;
  margin: 0 0 5px 14px;
  font-size: 11px;
}
/* line 1390, ../sass/Renovo.scss */
.popover-content .fa, .popover-content #ConferenceFilterCheckboxes input[type=checkbox] + label:before, #ConferenceFilterCheckboxes .popover-content input[type=checkbox] + label:before {
  position: relative;
  bottom: 1px;
}

/* line 1397, ../sass/Renovo.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-bottom-color: #fff;
}

/* line 1401, ../sass/Renovo.scss */
a.fa {
  text-decoration: none;
}

/* line 1402, ../sass/Renovo.scss */
.x-menu-list {
  margin-bottom: 0;
}

/* line 1403, ../sass/Renovo.scss */
.panel-title, .panel-title a {
  color: #666;
}

/* line 1404, ../sass/Renovo.scss */
a.panel-toggle {
  display: block;
  width: 100%;
}
/* line 1407, ../sass/Renovo.scss */
a.panel-toggle:hover {
  text-decoration: none;
  color: #333333;
}

/* line 1412, ../sass/Renovo.scss */
.checkbox label, .radio label {
  font-size: 14px;
  line-height: 1.42857143;
}

/* line 1416, ../sass/Renovo.scss */
.btn-start {
  padding: 10px 18px 10px 16px;
}

/* line 1419, ../sass/Renovo.scss */
.form-control.skinny {
  width: inherit;
}

/* line 1422, ../sass/Renovo.scss */
select.form-control.skinny {
  display: inline-block;
}

/* line 1423, ../sass/Renovo.scss */
.help-block {
  display: inline;
  font-size: 14px;
  padding-left: 5px;
}
/* line 1427, ../sass/Renovo.scss */
.help-block.sm {
  line-height: 30px;
}
/* line 1428, ../sass/Renovo.scss */
.help-block.sm-padding-left {
  padding-left: 10px;
}

/* line 1430, ../sass/Renovo.scss */
.panel-body.panel-2col .form-group {
  min-width: 50%;
  padding-right: 30px;
  float: left;
}

/* line 1435, ../sass/Renovo.scss */
.has-error + .help-block,
.has-error.control-label,
.has-error.radio,
.has-error.checkbox,
.has-error.radio-inline,
.has-error.checkbox-inline {
  color: #a94442;
}

/* line 1443, ../sass/Renovo.scss */
.has-error.form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1448, ../sass/Renovo.scss */
.has-error.form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 1453, ../sass/Renovo.scss */
.has-error.input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 1458, ../sass/Renovo.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 1462, ../sass/Renovo.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1469, ../sass/Renovo.scss */
div.gray-border {
  border: 1px solid #ddd;
}

/* line 1473, ../sass/Renovo.scss */
div.small-border-radius {
  border-radius: 10px;
}

/* line 1477, ../sass/Renovo.scss */
tr > td.no-padding-bottom {
  padding-bottom: 0;
}

/* line 1481, ../sass/Renovo.scss */
.no-margin-bottom {
  margin-bottom: 0;
}

/* line 1485, ../sass/Renovo.scss */
div.actions-footer-container {
  padding: 10px;
}

/* line 1489, ../sass/Renovo.scss */
div.md-max-width {
  max-width: 950px;
}

/* line 1493, ../sass/Renovo.scss */
div.md-margin-bottom {
  margin-bottom: 20px;
}

/* line 1497, ../sass/Renovo.scss */
div.md-margin-top {
  margin-top: 20px;
}

/* line 1501, ../sass/Renovo.scss */
.sm-padding {
  padding: 10px;
}

/* line 1505, ../sass/Renovo.scss */
.sm-left-padding {
  padding-left: 10px;
}

/* line 1509, ../sass/Renovo.scss */
.sm-top-padding {
  padding-top: 10px;
}

/* line 1513, ../sass/Renovo.scss */
.remove-margin-bottom {
  margin-bottom: 0px;
}

/* line 1517, ../sass/Renovo.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1524, ../sass/Renovo.scss */
p.custom-card-title {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0px;
}
/* line 1530, ../sass/Renovo.scss */
p.custom-card-title > a {
  color: #444;
}
/* line 1533, ../sass/Renovo.scss */
p.custom-card-title.rounded-borders {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 1539, ../sass/Renovo.scss */
.custom-card-title-row > .col {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0px;
}
/* line 1545, ../sass/Renovo.scss */
.custom-card-title-row > .col > a {
  text-transform: none;
}
/* line 1548, ../sass/Renovo.scss */
.custom-card-title-row > .col.rounded-borders {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* line 1553, ../sass/Renovo.scss */
.sm-margin-top {
  margin-top: 10px;
}

/* line 1556, ../sass/Renovo.scss */
.sm-margin-top-first:first-child {
  margin-top: 10px;
}

/* line 1560, ../sass/Renovo.scss */
.sm-margin-left {
  margin-left: 10px;
}

/* line 1564, ../sass/Renovo.scss */
tr.spaceUnder > td {
  padding-bottom: 0.5em;
}

/* line 1568, ../sass/Renovo.scss */
table.sm-row-padding-bottom tr > td {
  padding-bottom: 10px;
}

/* line 1572, ../sass/Renovo.scss */
.input-group-text.skinny-buttons-label > label {
  font-size: 0.7rem;
  padding-left: 3px;
}

/* line 1581, ../sass/Renovo.scss */
.hearing {
  padding: 0px 0px 0px 0px !important;
}

/* line 1587, ../sass/Renovo.scss */
.hearing .col {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1592, ../sass/Renovo.scss */
.accordian-toggle.collapsed .fa-chevron-up:before {
  content: "\f077";
}

/* line 1595, ../sass/Renovo.scss */
.header-body-text {
  font-size: 95%;
}

/* line 1598, ../sass/Renovo.scss */
.hearing .col .btn {
  font-size: 70% !important;
}

/* line 1602, ../sass/Renovo.scss */
.hearing .btn-group.connected-status div {
  width: 90px;
}

/* line 1605, ../sass/Renovo.scss */
.hearing .btn-group.connected-status button {
  width: 30px;
}

/* line 1609, ../sass/Renovo.scss */
.hearing.card {
  min-height: 100px;
}

/* line 1613, ../sass/Renovo.scss */
.align-right {
  text-align: right;
}

/* line 1617, ../sass/Renovo.scss */
.form-group .sm-separate {
  border-left: 4px solid #a2a2a2;
  padding-left: 1rem;
}

@media (min-width: 1200px) {
  /* line 1623, ../sass/Renovo.scss */
  .form-group .xl-separate {
    border-left: 4px solid #a2a2a2;
    padding-left: 0.4rem;
  }
}
@media (min-width: 770px) {
  /* line 1630, ../sass/Renovo.scss */
  .form-group .md-separate {
    border-left: 4px solid #a2a2a2;
    padding-left: 0.4rem;
  }
}
/* line 1637, ../sass/Renovo.scss */
.card-body.lg-top-padding {
  padding-top: 2.5rem;
}

/* line 1641, ../sass/Renovo.scss */
.lg-left-padding {
  padding-left: 50px;
}

/* line 1645, ../sass/Renovo.scss */
span.minutes-unit {
  margin-top: 5px;
  font-size: 13px;
  padding-left: 5px;
}

/* line 1651, ../sass/Renovo.scss */
card-body.no-padding-bottom {
  padding-bottom: 0;
}

/* line 1655, ../sass/Renovo.scss */
.full-width {
  width: 100% !important;
}

/* line 1659, ../sass/Renovo.scss */
.correct-width > .x-form-field-wrap {
  width: calc(100% - 30px) !important;
}

/* line 1663, ../sass/Renovo.scss */
.format-typography {
  font-size: 11px;
  font-style: italic;
}

/* line 1668, ../sass/Renovo.scss */
.form-control.same-row-md-width {
  display: inline;
  width: 45%;
}

/* line 1673, ../sass/Renovo.scss */
.form-control.same-row-lg-width {
  display: inline;
  width: 80%;
}

/* line 1678, ../sass/Renovo.scss */
.pull-right-buttons a {
  float: right;
  margin-right: 3px;
}

/* line 1683, ../sass/Renovo.scss */
.date-range-separator {
  display: inline;
  font-size: 14px;
  padding: 5px;
  position: relative;
  bottom: 25%;
}

/* line 1691, ../sass/Renovo.scss */
.np-table-content {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}

/* line 1697, ../sass/Renovo.scss */
.bs-callout.callout-with-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

/* Prevent toastr collision */
/* line 1703, ../sass/Renovo.scss */
#toast-container > div {
  opacity: 1;
}

/* Prevent toastr collision */
/* line 1709, ../sass/Renovo.scss */
#toast-container > div {
  opacity: 1;
}

/* line 1713, ../sass/Renovo.scss */
.gridpanel-table-container {
  overflow-x: auto;
}

/* line 1717, ../sass/Renovo.scss */
.remove-navbar-padding {
  margin-top: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px) {
  /* line 1725, ../sass/Renovo.scss */
  .navbar-menu div.dropdown-menu {
    -moz-box-shadow: 0px 4px 10px #999;
    -webkit-box-shadow: 0px 4px 10px #999;
    box-shadow: 0px 4px 10px #999;
  }
}
/* line 1731, ../sass/Renovo.scss */
.load-reservations-results-container {
  max-width: 80vw;
}

@media (min-width: 770px) {
  /* line 1736, ../sass/Renovo.scss */
  .pull-md-right {
    float: right;
  }
}
/* line 1741, ../sass/Renovo.scss */
.separator-line-height {
  line-height: 30px;
}

@media (max-width: 900px) {
  /* line 1746, ../sass/Renovo.scss */
  .md-gridpanel-table-container {
    overflow-x: auto;
  }
}
/* line 1752, ../sass/Renovo.scss */
.modal-header > .close {
  font-size: 30px;
  cursor: pointer;
}

/* line 1757, ../sass/Renovo.scss */
i.contact-card-icons {
  font-size: 20px;
}

/* line 1761, ../sass/Renovo.scss */
.modal-body.modal-new-fonts {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 1764, ../sass/Renovo.scss */
.modal-body .modal-icon {
  font-size: 100px;
}

/* line 1768, ../sass/Renovo.scss */
.modal-title-text {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 1781, ../sass/Renovo.scss */
.modal-body .modal-message-text {
  font-size: 18px;
}

/* line 1785, ../sass/Renovo.scss */
.card-footer-rounded-white-background {
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 1791, ../sass/Renovo.scss */
.modal-actions {
  min-width: 100px;
}

/* line 1795, ../sass/Renovo.scss */
.modal-swal-icons {
  border: #c9dae1 0.25em solid !important;
  color: #87adbd;
  position: relative;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

/* line 1814, ../sass/Renovo.scss */
.swal-text-content {
  font-size: 3.75em;
}

/* line 1818, ../sass/Renovo.scss */
.xs-mb {
  margin-bottom: 0.2rem;
}

/* line 1822, ../sass/Renovo.scss */
nav.navbar.navbar-menu {
  background-color: #f2f2f2;
}

/* line 1827, ../sass/Renovo.scss */
.custom-checkbox-header .col-form-label {
  font-size: inherit;
}

/* line 1833, ../sass/Renovo.scss */
input[type="file"].form-control-sm, input[type="file"] .form-control {
  line-height: 14px !important;
}

/* line 1838, ../sass/Renovo.scss */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 1842, ../sass/Renovo.scss */
.x-form-field.form-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 1846, ../sass/Renovo.scss */
.action-icon {
  color: black;
  font-size: 1.8rem;
}

/* line 1852, ../sass/Renovo.scss */
.relative-width #ConferenceFilter {
  width: 45%;
}

/* line 1857, ../sass/Renovo.scss */
.red-border {
  border: 2px solid red;
}

/* line 1861, ../sass/Renovo.scss */
.blue-border {
  border: 2px solid blue;
}

/* line 1865, ../sass/Renovo.scss */
.black-border {
  border: 2px solid black;
}

/* line 1869, ../sass/Renovo.scss */
p.custom-card-title + .card-body {
  padding-top: 0.5rem;
}

/* line 1873, ../sass/Renovo.scss */
p.custom-card-title + .card-body.keep-card-body-pt {
  padding-top: 1.25rem;
}

/* line 1879, ../sass/Renovo.scss */
thead.bold-headers tr th {
  font-weight: bold;
}

/* line 1885, ../sass/Renovo.scss */
ul.conf-rooms {
  list-style-type: disc;
  margin: 0 0 5px 14px;
  font-size: 11px;
}

/* line 1891, ../sass/Renovo.scss */
h6.modal-subtitle {
  color: #007bff;
  text-align: center;
}

/* line 1896, ../sass/Renovo.scss */
.btn.action-button {
  height: 100%;
  width: 100%;
}

/* line 1901, ../sass/Renovo.scss */
.full-height {
  height: 100% !important;
}

/* line 1905, ../sass/Renovo.scss */
.custom-control.custom-switch .custom-control-label.connected-state::before {
  border-color: #28a745;
  background-color: #28a745;
}

/* line 1910, ../sass/Renovo.scss */
.custom-control.custom-switch .custom-control-label.connected-state::after {
  border-color: white;
  background-color: white;
}

/* line 1917, ../sass/Renovo.scss */
ul.dropdown-menu.dropdown-context {
  z-index: 1100;
}

/* line 1924, ../sass/Renovo.scss */
.alert .back-arrow {
  color: #444 !important;
}
