.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
      -ms-box-sizing: content-box;
       -o-box-sizing: content-box;
          box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-arrow {
  border: 5px solid white;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:white;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.right-bottom {
  bottom:10px;
  right: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color:white;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom:10px;
  border-top-color:transparent;
  border-right-color:white;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0,0,0,.4);
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
     display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
    border: 0;
    outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@-moz-keyframes introjspulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes introjspulse {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  cursor: pointer;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-day-prior {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-view .rbc-header {
  border-bottom: 1px solid #DDD;
}
.rbc-month-view .rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-month-view .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table {
  width: 100%;
  border: 1px solid #DDD;
}
.rbc-agenda-view table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' \BB';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '\AB   ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-day-slot .rbc-event {
  position: absolute;
  z-index: 2;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  padding: 3px;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  width: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row > * + * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header > .rbc-row > * + * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header .rbc-gutter-cell {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-header > .rbc-gutter-cell + * {
  width: 100%;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
.rbc-current-time-indicator::before {
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  content: ' ';
  background-color: #74ad31;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.rbc-rtl .rbc-current-time-indicator::before {
  left: 0;
  right: -3px;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
*,
*:after,
*:before {
	box-sizing: border-box;
}
html,
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
    font-size: 12px;
    overflow-x: hidden;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	color: #222;

}
.second-pages {
	padding: 0;
	margin: 0;
	background-color: #fff;
    font-size: 12px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.5;
	color: #222;
	background-image: url(./assets/map-7ccd41.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 35%;
}

.main-bg {
	width:100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
main, 
menu,
nav,
section { 
	display: block;
}
hr {
	display: block;
	width: 100%;
	clear: both;
	margin: 1em 0;
	border: 0;
  	height: 0;
  	border-top: 1px solid rgba(0, 0, 0, 0.1);
  	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul, li {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0; 
}
* a {
	font-size: 14px; 
}
* a:hover, * a:focus {
	text-decoration: none; 
}
p {
	font-size: 13px; 
}
main {
	height: 100%;
}
button {
	background-color: transparent;
	border: 0px solid #fff;
	margin-right: 10px;
}
.heading {
	font-weight: 400;
	font-size: 20px;
	font-family: "Exo", sans-serif;
	color: #fff;
}
::selection {
	background-color: #9D9C9C;
	color: #fff;
}
img {
	border: none;
}
.inline-block {
	display: inline-block;
}
.no-break {
	white-space: nowrap;
}
table {
	font-size: 14px;
	margin-bottom: 0px;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.no-padding.first {
	padding-right: 10px;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 4px !important;
}

/*PAGES*/


/*LOGIN PAGE*/
.login-body-page {
	height:100%;
	background-repeat:no-repeat; 
	background-size: 100%;
}
.login-body-page .container {
	width:500px;
}
.login-body-page .page-body.skills {
	margin-top:35%;
}


/*** CONTENT PAGES ***/
/*TOP MENU*/
.top-menu {

	padding: 0px; 
	background-color: #2C3E50; 
}
.top-menu.login {
	background-color: transparent; 
	position: relative;
    z-index: 2;

}
.top-menu .menu-wrapper .menu-logo {
	align-items: center;
	display: flex;
	float: left;
	height: 3.5rem;
	text-align: center;
	text-transform: uppercase;
	width: 240px; 
}
.top-menu .menu-wrapper.login .menu-logo {
	align-items: center;
	display: initial;
	position:relative;
	z-index:9999;
	float: left;
	height: 3.5rem;
	text-align: center;
	text-transform: uppercase;
	width: 340px; 
	margin-top:0.5%;
	margin-left:3%;
}
.top-menu .menu-logo img {
	width:80%;
} 
.top-menu.login .menu-logo img {
	width:300px;
	margin-top:30px;
}
.top-menu .menu-wrapper .menu-logo a {
	color: #fff; 
}
.top-menu .menu-wrapper .menu-container .menu-left {
	float: left;
	margin-bottom: 0; 
}
.top-menu .menu-wrapper .menu-container .menu-right {
	float: right;
	margin-bottom: 0; 		
	margin-right:2%;

}
.login.top-menu .menu-wrapper .menu-container .menu-right {
	float: right;
    margin-bottom: 0;
    margin-right: 0%;
	
}
.top-menu .menu-wrapper .menu-container .menu-left li, 
.top-menu .menu-wrapper .menu-container .menu-right li {
	float: left;
	line-height: 3;
	padding: 5px 0px 0px 0px;
	position: relative; 
	
}
.top-menu .menu-wrapper .menu-container .menu-left a, 
.top-menu .menu-wrapper .menu-container .menu-right a {
	color: #fff;
	padding: 1.5rem 0.6rem; 
}
.top-menu .menu-wrapper .menu-container .menu-right .menu-accessabar button {
	color: #fff;
	padding: 0rem 0.6rem; 
	font-size: 14px;
}
.login.top-menu .menu-wrapper .menu-container .menu-right .menu-accessabar button {
	color: #10262f;
	padding: 0rem 0.6rem; 
	font-size: 14px;
	font-weight:bold;
}

.top-menu.login .menu-container .menu-left a, 
.top-menu.login .menu-container .menu-right a {
	color: #10262f;
	padding: 1.5rem .6rem; 
}
.top-menu .menu-wrapper .menu-container .menu-right span {
	margin-right:10px;
}
.top-menu .menu-wrapper .menu-container .menu-notification {
	perspective: 1000px;
	z-index: 99; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .badge {
	background: #f26d42;
    border-radius: 100px;
    left: -10px;
    position: relative;
    top: -12px;
    font-size: 12px;
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification {
	-webkit-transform: translateY(30px);
	background: #fff;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: all linear 0.3s;
	visibility: hidden;
	width: 300px; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification a {
	color: #666; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification li {
	border-top: 1px solid #4a6076, #f1c40f, #bdc3c7, #e74c3c, #2ecc71, #34495e, #dcdcdc;
	line-height: initial;
	padding: 1em 20px;
	width: 100%; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification li:first-child {
	padding: 10px 20px; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification li:first-child h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase; 
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification li:first-child label {
	margin-top:5px;
	float:right;
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification h5 {
	font-size:15px;
	font-weight:bold;
}
.top-menu .menu-wrapper .menu-container .menu-notification .show-notification li img {
	width: 40px;
	margin-right: 10px; 
}
.top-menu .menu-wrapper .menu-container .menu-notification:hover .show-notification {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
	visibility: visible; 
}
.top-menu .menu-wrapper .menu-container .menu-language {
	perspective: 1000px;
	z-index: 99; 
}
.top-menu .menu-wrapper .menu-container .menu-language .badge {
	background: #f26d42;
    border-radius: 100px;
    left: -10px;
    position: relative;
    top: -12px;
    font-size: 12px;
}
.top-menu .menu-wrapper .menu-container .menu-language .show-language {
	-webkit-transform: translateY(30px);
	background: #fff;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	transition: all linear 0.3s;
	visibility: hidden;
	width: 90px; 
}
.top-menu .menu-wrapper .menu-container .menu-language .show-language a {
	color: #666; 
}
.top-menu .menu-wrapper .menu-container .menu-language .show-language li {
	border-top: 1px solid #4a6076, #f1c40f, #bdc3c7, #e74c3c, #2ecc71, #34495e, #dcdcdc;
	line-height: initial;
	padding: 5PX 20px;
	width: 100%; 
	border-bottom:1px solid #bbddcc;
}


.top-menu .menu-wrapper .menu-container .menu-language .show-language h5 {
	font-size:15px;
	font-weight:bold;
}
.top-menu .menu-wrapper .menu-container .menu-language .show-language li img {
	width: 40px;
	margin-right: 10px; 
}
.top-menu .menu-wrapper .menu-container .menu-language:hover .show-language {
	-webkit-transform: translateY(0px);
	opacity: 1;
	transform: translateY(0px);
	visibility: visible; 
}
.top-menu .menu-wrapper .col-md-4.col-xs-12 {
	z-index:9999;
}
/*LEFT SIDEBAR MENU*/
.left-menu {
	width:240px;
	background: #2c3e50;
	float: left;
	z-index: 99; 
	margin-bottom: -5000px;
    padding-bottom: 5000px;
    overflow: hidden;
}
.left-menu .left-menu-header {
	align-items: center;
	background: #4a6076;
	display: flex;
	padding: 20px; 
}
.left-menu .left-menu-header .user-details {
	display: inline-block;
	margin-left: 10px; 
}
.left-menu .left-menu-header .user-details #more-details {
	cursor: pointer;
}
.left-menu .left-menu-header .user-details span {
	color: #fff;
	font-size: 14px;
	text-transform: capitalize; 
}
.left-menu .left-menu-header .user-details span i {
	font-size: 10px;
	margin-left: 10px; 
}
.left-menu .left-menu-content .nav-item a {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	transition: all ease-in .2s; 
}
.left-menu .left-menu-content .nav-item i {
	margin-right:10px;
}
.left-menu .Collapsible__trigger::before {
	content: '\F103';
    font-size: 14px;
    right: 20px;
    font-family: FontAwesome;
}
.left-menu .Collapsible__trigger {
	color: #fff;
    margin-top: -18%;
    position: absolute;
    float: right;
    text-align: right;
    margin-left: 58%;
}
.left-menu .Collapsible .navigation {
	background-color:#4a6076;
}
.left-menu .Collapsible .more-details {
	color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    transition: all ease-in .2s;
}
.left-menu .Collapsible .more-details a {
	color:#fff;
	transition: all ease-in .2s;
}
.left-menu .Collapsible .more-details a:hover {
	color: #eee; 
}
.left-menu .Collapsible .more-details i {
	margin-right:10px;
}
/*CONTENT*/
.main-body {
	padding:0px 40px 0px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	
}
.main-body .page-wrapper {
	padding: 0px 5px 30px 5px;
	transition: all ease-in .3s; 
	overflow:hidden;
}
.main-body .page-header {
	padding-bottom: 0px;
    margin: 40px 0 20px;
	border-bottom: 0px solid #eee;
	margin-bottom: 20px;
}
.main-body .page-header-title .active {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	color: #222;
	font-size: 20px; 
}
.main-body .page-header-title .active span {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	color: #222;
	font-size: 20px; 
}
.main-body .page-header-title span {
	font-size: 13px;
	color: #9f9f9f;
	display: block;
	margin-top: 5px; 
}
.main-body .page-header-title h4 span {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    color: #4a6076;
    font-size: 20px; 
}
/*BREADCRUMBS*/
.main-body .page-header-breadcrumb {
	float: right;
}
.main-body .breadcrumb-item {
    float: right;
}
.main-body .breadcrumb-title a {
    font-size: 14px;
    color: #222;
}
.main-body .breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
	content: "/";
	float:right;
}
.main-body .breadcrumb-title li:last-child a {
	color: #7e7e7e; 
}
/*TABS MENU - PROFILE*/
.profile .nav-link.one,
.objectives .nav-link.two,
.skills .nav-link.three,
.level .nav-link.four,
.settings .nav-link.five {
	border-bottom:4px solid #4a6076;
}
.profile .nav-link.one:hover,
.objectives .nav-link.two:hover,
.skills .nav-link.three:hover,
.level .nav-link.four:hover,
.settings .nav-link.five:hover {
	background-color:#fff;
	border-bottom:4px solid #4a6076;
}
.tab-header .tabs .nav-item {
	width:20%;
}
.tab-header .nav-tabs {
	border:0px solid#fff;
}
.tab-list p {
	padding: 10px; 
}
.tab-with-img i {
	position: absolute;
	padding: 5px; 
}
.tab-icon {
	margin-bottom: 30px; 
}
.tab-below {
	border-top: 1px solid #ddd;
	border-bottom: none; 
}
.tab-below.nav-tabs .nav-link.active {
	border-color: transparent #ddd #ddd #ddd; 
}
.tab-below .nav-item, 
.tab-below .main-menu 
.main-menu-content .nav-item .tree-1 a {
	margin-top: -2px; 
}
.tab-below.nav-tabs .nav-link {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem; 
}
.box-header ~ .tab-icon .tab-with-img .sub-title i {
	right: 10px; 
}
.tab-with-img .nav-link {
	position: relative; 
}
.tabs-left,
.tabs-right {
	min-width: 120px;
	vertical-align: top;
	width: 150px; 
}
.tabs-left,
.tabs-right,
.tabs-left-content,
.tabs-right-content {
	display: table-cell; 
}
.nav-tabs.tabs-left .tab-border {
	height: 35px;
	width: 4px;
	bottom: 15px; 
}
.nav-tabs.tabs-right .tab-border {
	height: 35px;
	width: 4px;
	bottom: 15px;
	right: 0; 
}
.tabs {
	position: relative; 
}
.tab-header {
	margin-bottom: 20px; 
	background-color:#fff;
}
.tabs .nav-item {
	background-color: #fff;
	width: calc(100% / 4);
	text-align: center; 
	font-size:18px;
}
.tabs .nav-link:focus,
.tabs .nav-link:hover {
	border: none; 
	background-color:#fff;
}
.tabs .nav-link {
	border: none;
	color: #1b8bf9; 
	font-size:18px;
}
.tabs .nav-item .nav-link.active ~ .tab-border {
	opacity: 1;
	transition: all 0.3s ease-out; 
}
.tabs .nav-item .nav-link ~ .tab-border {
	opacity: 0;
	transition: all 0.3s ease-out; 
}
.tabs .nav-item.open .nav-link, 
.tabs .nav-link.active,
.tabs .nav-link.active:focus,
.tabs .nav-link.active:hover {
	color: #4a6076;
	border: none;
	background-color: transparent;
	border-radius: 0; 
}
.tabs .nav-item a {
	padding: 20px 0 20px !important;
	color: #222; 
}
/*BOXED PANEL*/
.box {
	border-radius: 2px;
	border-top: 4px solid #2C3E50;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 30px; 
	background-color:#fff;
	padding-bottom:20px;
}
.mission-list .box {
	padding-bottom:0px;
}
.box.large-widget-box {
	padding: 4px 5px 4px 5px!important;
	margin-bottom:8px !important;
}
.box.large-widget-box .box-block-big.set {
	padding: 7px 10px 7px 10px !important;
}
.box.bg-inverse.large-widget-box {
	background-color:#2C3E50;
	border:0px;
	color:#fff;
}
.box.bg-inverse.large-widget-box a {
	color:#fff;
}
.box .box-footer {
	background-color: #fff; 
	padding:8px 5px 8px 0px;
}
.box .box-footer-glp {
	background-color:#eee;
	padding:5px 5px 5px 0px;
	margin-top:10px;
}
.box .box-header {
	background-color: transparent;
	padding: 1.2rem 1.2rem 1.2rem 0rem ;
	height:70px;	
}
.box .box-header .box-header-left {
	display: inline-block; 
}
.box .box-header .box-header-right {
	border-radius: 0px 0px 0px 5px;
	right: 0;
	top: 0;
	background: #f6f7f7;
	float: right;
	padding: 7px 0;
	position: absolute; 
}
.box .box-header .box-header-right i {
	margin: 0 20px;
	cursor: pointer; 
}
.box .box-header h5 span {
	color: #222;
	display: block;
	font-size:16px;
	margin-top: 10px; 
}
.box .box-header span {
	color: #222;
	display: block;
	font-size: 13px;
	margin-top: 10px; 
}
.box .box-block {
	padding:0px 15px 0px 15px;
}
.box .box-block h6 {
	padding:0px;
}
.box .right {
	float:right;
}
.box h5 {
	margin-bottom: 0;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px; 
	margin-bottom:20px;
}
.box img {
	width:100%;
	margin-bottom:5px;
}
.box .box-block table tr {
	padding-bottom: 20px; 
}
.box .box-block .sub-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px; 
}
.box .box-block code {
	background-color: #eee; 
}
.box .box-block .dropdown-menu {
	top: 38px; 
}
.box .box-block p {
	line-height: 25px; 
}
.box .box-block a.dropdown-item {
	margin-bottom: 0;
	font-size: 14px;
	transition: 0.25s; 
}
.box .box-block a.dropdown-item .active, 
.box .box-block a.dropdown-item:active {
	background-color: #4a6076; 
}
.box .box-block.remove-label i {
	margin: 0;
	padding: 0; 
}
.box .box-block.button-list span.badge {
	margin-left: 5px; 
}
.box .box-block .dropdown-menu {
	background-color: #fff;
	padding: 0; 
}
.box .box-block .dropdown-menu .dropdown-divider {
	background-color: #ddd;
	margin: 3px 0; 
}
.box .box-block .dropdown-menu > a {
	padding: 10px 16px;
	line-height: 1.429; 
}
.box .box-block .dropdown-menu > li > a:hover,
.box .box-block .dropdown-menu > li > a:focus {
	background-color: rgba(202, 206, 209, 0.5); 
}
.box .box-block .dropdown-menu > li:first-child > a:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px; 
}
.box .box-block .badge-box {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 12px 0; 
}
.box .box-block .box-text-number {
	padding: 15px 0px 35px 0px;
}
.box .box-block .box-text-number .text-primary {
	line-height: 25px;
	font-size: 13px;
}
.box .box-block .box-text-number .text-desc {
	line-height: 25px;
	font-size: 13px;
	padding-bottom: 20px;
}
.box .box-block.revision-block .media-list {
	padding: 0.2rem 1.2rem;
}
.box .box-block.mission-attachment .media-list .media {
	margin-bottom: 25px;
}
.box .box-block.mission-attachment .media-list .icon i {
	font-size: 30px;
	margin-right: 10px;
	color: #4a6076;
	padding-top: 7px;
}
.box .box-block.mission-attachment .media-list .icon-dwn {
	margin-top: 10px;
}
.box .box-block.mission-attachment .media-list .icon-dwn i {
	font-size: 20px;
}
.box .box-block.mission-attachment .media-list .media-body {
	margin-top: -7px;
}
.box .box-block.posted-by .media .media-photo img {
	width: 100%;
	margin-right: 10px;
}
.box .box-block.posted-by .media .media-body a {
	font-size: 16px;
}
.box .box-block .media-list .media {
	margin-bottom: 15px;
}
.box .box-block .media-list .media .btn-icon {
	margin-right: 10px;
}
.box .inner-box-block {
	border: 1px solid #ddd; 
}
.box-header-text {
	margin-bottom: 0;
	font-size: 1rem;
	color: rgba(51, 51, 51, 0.85);
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle; 
}
.box .overflow-container h5 {
	margin-bottom: 5px; 
}
.box .icofont-rounded-down {
	-webkit-transition: all ease-in .3s;
	display: inline-block;
	transition: all ease-in .3s; 
}
.box .icon-up {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg); 
}
.box .rotate-refresh {
	-webkit-animation: mymove .8s infinite linear;
	animation: mymove .8s infinite linear;
	display: inline-block; 
}
.box-block-big button,
.box-block-big button:hover,
.box-block-big button:focus,
.box-block-big button:active,
.box-block-big button:visited {
    background-color: #7f7f7f;
    padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	text-align: left;
	line-height: 85px;
	color: #fff;
	font-size: 20px;
}
.box-block-big .accordion-title.primary {
	background-color: #4a6076;
	padding: 22px;
}
.box-block-big .accordion-title.green {
	background-color: #2ecc71;
	padding: 22px;
}
.box-block-big .accordion-title.yellow {
	background-color: #eaad0c;
	padding: 23px;
}
.panel.panel-default {
	background-color: transparent;
	border: 0px solid #fff;
}
.accordion-icon {
	text-align: center;
}
.box .user-number {
	text-align: center;
    font-size: 30px;
    margin-top: 0px;
}
.col-md-12.row-one {
	padding-left: 0px;
	padding-right: 0px;
}
@-webkit-keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}
@keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg); 
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg); 
	} 
}

/*TABLE*/
.table>tbody>tr>th {
	border-top: 1px solid #eceeef;
}
.table-border-style {
	padding: 0; 
}
.table > thead > tr > th {
	border-bottom-color: #ccc; 
}
.table-border-style .table {
	margin-bottom: 0; 
}
.table-borderless tbody tr th,
.table-borderless tbody tr td {
	border: 0; 
}
.table-bordered > thead > tr.border-solid > td,
.table-bordered > thead > tr.border-solid > th {
	border-bottom-width: 2px; 
}
.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
	border-bottom-width: 2px; 
}
.table-bordered > thead > tr.border-double > td,
.table-bordered > thead > tr.border-double > th {
	border-bottom-width: 3px;
	border-bottom-style: double; 
}
.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
	border-bottom-width: 3px;
	border-bottom-style: double; 
}
/*REACT TABLE COMPONENT*/
.ReactTable {
	font-size: 14px;
	text-align: center;
}
.ReactTable .rt-thead.-header {
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
}
.ReactTable .rt-thead .rt-resizable-header {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
.ReactTable .rt-tbody .rt-td {
	padding: 10px;
}
/*LESSON PAGE*/
.mission-list .mission-list-table img {
	width: 40px; 
}
.mission-list .mission-list-table img i {
	color: #333;
	margin-right: 5px; 
}
.mission-list .box-footer .mission-list-table,
.mission-list .box-footer .mission-list-table a img {
	display: inline-block; 
}
.mission-list .mission-board {
	margin-top: 0px;
	float: right; 
	text-align:right;
}
.mission-list .mission-board .dropdown {
	display: inline-block; 
}
.mission-detail-right .media .b-2-primary {
	border: 2px solid #4a6076; 
}
.mission-detail-right .photo-table img {
	display: inline-block;
	width: 40px;
	margin-bottom: 5px; 
}
.mission-right .mission-right-header-status,
.mission-right .mission-right-header-revision {
	margin-top: 20px;
	margin-bottom: 15px;
}
.mission-right .missionboard-right-progress {
	margin-bottom: 0px;
}
.mission-right .missionboard-right-revision .media .media-left {
	margin-right: 15px;
}
/** LESSON PROGRESS BAR **/
.mission-right .missionboard-right-progress .priority-progress .progress {
	position: relative;
	background-color: #dfdfdf;
	margin-bottom: 10px; 
}
.mission-right .missionboard-right-progress .priority-progress .progress.main {
	position: relative;
	background-color: #122731;
	height: 10px; 
	margin-bottom: 10px; 
}
.mission-right .missionboard-right-progress.priority-progress .progress .priority-bar {
	background: #29aecc;
	height: 10px;
	border-radius: 0;
	position: absolute;
	top: 0%; 
}
.mission-right .missionboard-right-progress .priority-progress .progress .priority-bar.high {
	background-color: #e74c3c;
	height: 20px;
	width: 110px; 
}
.mission-right .missionboard-right-progress .priority-progress .progress .priority-bar.normal {
	background-color: #2ecc71; 
	height: 20px;
	width: 150px;
}
.mission-right .missionboard-right-progress .priority-progress .progress .priority-bar.low {
	background-color:#f1c40f; 
	height: 20px;
	width: 100px;
}
.mission-right .missionboard-right-progress .priority-progress .progress .priority-bar.overall {
	background-color: #f26d42; 
	height: 20px;
	width: 100px;
}
/*SETTINGS*/
.settings .notification {
	padding: 5px 10px 10px 10px;
}
.settings label {
	font-size: 14px;
    font-weight: normal;	
}
.settings .box.large-widget-box {
	border: 0px;
}
/*FILTER */
.navbar-nav {
	float: initial;
}
.filter-bar .nav,
.filter-bar .nav-item {
	display: initial;
	line-height: 26px; 	
}
.filter-bar > .navbar {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.08);
	padding: 0.5rem 1rem; 
	margin-bottom: 30px;
}
.filter-bar .navbar-light .navbar-nav .nav-link {
	margin-right: 10px; 
	font-size: 14px;
}
.nav-item.nav-grid span {
	font-size: 14px;
}
.nav-item.nav-grid {
	text-align: right;
	margin-top: 5px;
}
.nav .filter-nav {
	float: left;
}
.navbar-nav .nav-item.nav-grid button {
	margin-right: 5px;
}
.dropdown.btn-group .btn-default, 
.dropdown.btn-group .btn-default:hover, 
.dropdown.btn-group .btn-default:focus, 
.dropdown.btn-group .btn-default:active {
	background-color: transparent;
	border: 0px;
	color: #333;
}
.dropdown.btn-group .dropdown-menu li {
	width: 100%;
}
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
	background-color: transparent;
	border: 0px;
	color: #333;
	box-shadow: none;
}
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: transparent;
	border-color: #fff;
}
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: transparent;
	border-color: #fff;
}
.open>.dropdown-toggle.btn-default {
	background-image: none;
}
/*LABEL*/
.label {
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0;
	text-transform: capitalize; 
	padding: 5px 10px 5px 10px !important;
	margin-right: 5px;
}
.label-primary {
	background-color: #3366cc; 
}
.label-warning {
	background-color: #f1c40f; 
}
.label-default {
	background-color: #bdc3c7; 
}
.label-danger {
	background-color: #e74c3c; 
}
.label-inverse {
	background-color: #34495e; 
}
.label-info, .bn.info {
	background-color: #3498DB; 
} 
.label-open, .bn.ongoing {
	background-color: #3498DB; 
}
.label-finished, .bn.finished {
	background-color: #2ecc71; 
}
.label-pending, .bn.pending {
	background-color: #ff8b02; 
}
.label-success, .bn.success {
	background-color: #2ecc71; 
}
.label-high, .bn.high {
	background-color:  #e74c3c; 
}
.label-normal, .bn.normal {
	background-color: #2ecc71; 
}
.label-low, .bn.low {
	background-color: #f1c40f; 
}
/*ACCORDION*/
.accordion__body {
    display: block;
    animation: fadein .35s ease-in;
}
.accordion__body--hidden {
    display: none;
    opacity: 0;
    animation: fadein .35s ease-in;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*CHECK BOX*/
.checkbox-fade {
	display: inline-block;
	margin-right: 15px; 
}
.checkbox-fade label {
	line-height: 25px; 
}
.checkbox-fade label input[type="checkbox"],
.checkbox-fade label input[type="radio"] {
	display: none; 
}
.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1; 
}
.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
.checkbox-fade label input[type="radio"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all 0.3s ease-in;
}
.checkbox-fade label:after {
	content: '';
	display: table;
	clear: both; 
}
.checkbox-fade.fade-in-disable label,
.checkbox-fade.fade-in-disable .cr {
	color: #ccc;
	cursor: no-drop; 
}
.checkbox-fade .cr {
	border-radius: 0px;
	border: 2px solid #4a6076;
	cursor: pointer;
	float: left;
	height: 25px;
	margin-right: 0.5em;
	position: relative;
	width: 25px; 
}
.checkbox-fade .cr .cr-icon {
	color: #4a6076;
	font-size: 0.8em;
	left: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%; 
}
/*SWITCH*/
.react-toggle {
	touch-action: pan-x;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	float: right;
}  
.react-toggle-screenreader-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}  
.react-toggle--disabled {
	cursor: not-allowed;
	opacity: 0.5;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
} 
.react-toggle-track {
	width: 45px;
	height: 22px;
	padding: 0;
	border-radius: 30px;
	background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s, box-shadow 0.4s;
    border: 1px solid #dfdfdf;
}
.react-toggle--checked .react-toggle-track {
	background-color: rgb(44, 62, 80);
    border-color: rgb(44, 62, 80);
    box-shadow: rgb(44, 62, 80) 0px 0px 0px 11px inset;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
} 
.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
	background-color: #128D15;
}
.react-toggle-track-check {
	position: absolute;
	width: 14px;
	height: 10px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 0;
	left: 8px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}  
.react-toggle--checked .react-toggle-track-check {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.react-toggle-track-x {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 0;
	right: 10px;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
} 
.react-toggle--checked .react-toggle-track-x {
	opacity: 0;
} 
.react-toggle-thumb {
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 20px;
	height: 20px;
	background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.react-toggle--checked .react-toggle-thumb {
	left: 24px;
	background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
/*CHARTS*/
.recharts-responsive-container {
	height: 200px !important;
}
.full .recharts-responsive-container {
	height: 250px !important;
}
/*BUTTONS*/
.btn-primary {
    color: #fff;
    background-color: #2C3E50;
	border-color: #2C3E50;
	border-radius: 2px;

}
.btn-primary:hover {
	background-color: #838383;
	border: 1px solid #838383;
	color:#fff;
}
/*FORM - EDIT PROFILE*/
.general-info .input-group-addon {
	background-color: #4a6076;
	color: #fff;
	border: 0px;
}
.general-info .form-control {
	font-size: 14px;
    border-radius: 2px;
	background-clip: padding-box;
	border: 2px solid rgba(0,0,0,.15);
	height: auto;
}
.general-info .form-control:focus {
	border-color: #4a6076 !important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(255, 0, 0, 0.6);
}
.button-group {
	margin-bottom: 15px;
}
/*RADIO BUTTONS*/
.checkbox, 
.radio {
	margin-top: 0px;
}
.checkbox-inline, 
.radio-inline {
	vertical-align: initial;
}
.form-radio {
	position: relative; 
}
.form-radio .form-help {
	position: absolute;
	width: 100%; 
}
.form-radio label {
	position: relative;
	padding-top: 2px;
	padding-left: 20px;
	text-align: left;
	color: #333;
	display: block; 
}
.form-radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0; 
}	
.radio .helper {
	position: absolute;
	top: -0.15rem;
	left: -0.25rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #999; 
}
.radio .helper::after {
	transform: scale(0);
	background-color: #4a6076;
	border-color: #4a6076; 
}
.radio .helper::after, .radio .helper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0.25rem;
	width: 15px;
	height: 15px;
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease, -webkit-transform 0.28s ease;
	border-radius: 50%;
	border: 2px solid #4a6076; 
}
.radio label:hover .helper {
	color: #4a6076; 
}
.radio input:checked ~ .helper::after {
	transform: scale(0.5); 
}
.radio input:checked ~ .helper::before {
	color: #4a6076; 
}
.radio.radiofill input:checked ~ .helper::after {
	transform: scale(1); 
}
.radio.radiofill .helper::after {
	background-color: #4a6076; 
}
.radio.radio-disable {
	opacity: 0.7; 
}
.radio.radio-disable label {
	cursor: not-allowed; 
}
.radio-inline {
	display: inline-block;
	margin-right: 20px; 
}
.radio.radiofill.radio-primary .helper::after {
	background-color: #4a6076;
	border-color: #4a6076; 
}
.radio.radiofill.radio-primary .helper::before {
	border-color: #4a6076; 
}
.radio.radiofill.radio-warning .helper::after {
	background-color: #f1c40f;
	border-color: #f1c40f; 
}
.radio.radiofill.radio-warning .helper::before {
	border-color: #f1c40f; 
}	
.radio.radiofill.radio-default .helper::after {
	background-color: #bdc3c7;
	border-color: #bdc3c7; 
}
.radio.radiofill.radio-default .helper::before {
	border-color: #bdc3c7; 
}
.radio.radiofill.radio-danger .helper::after {
	background-color: #e74c3c;
	border-color: #e74c3c; 
}
	.radio.radiofill.radio-danger .helper::before {
	border-color: #e74c3c; 
}
.radio.radiofill.radio-success .helper::after {
	background-color: #2ecc71;
	border-color: #2ecc71; 
}
.radio.radiofill.radio-success .helper::before {
	border-color: #2ecc71; 
}
.radio.radiofill.radio-inverse .helper::after {
	background-color: #34495e;
	border-color: #34495e; 
}
.radio.radiofill.radio-inverse .helper::before {
	border-color: #34495e; 
}	
.radio.radiofill.radio-info .helper::after {
	background-color: #3498DB;
	border-color: #3498DB; 
}
.radio.radiofill.radio-info .helper::before {
	border-color: #3498DB; 
}
/*BUTTONS*/
.btn {
	border-radius:2px;
	margin-top:0px;
}
.lesson-bg {
	height: 95px;
	width: 200px;
	margin-left: 5%;
}
.play-bg {
	height: 55px;
	width: 170px;
	margin-top: 7%;
	margin-left: 32%;
}
.connect-bg {
	height: 95px;
	width: 200px;
	margin-left: 50%;
}
.lesson-bg img {
	width:100%;
}
.play-bg img {
	width:100%;
}
.connect-bg img {
	width:100%;
}
.el.background {
	margin-top: -2%;
}
/*.main-bg {
	margin-top:-0.5%;
}*/
.login-box .box {
	padding: 20px;
	height: 115px;
	margin-bottom: 0px;
}
.auth-box .box {
	padding: 20px;
}
.auth-box h3, .login-box h3 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.auth-disclaimer {
	font-size: 11px; 
	color: #777676;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.input-group {
	width: 100%;
	margin-bottom: 8px;
}
.login-box {
	text-align: center;
	padding-bottom: 17px;
}
.login-box .login-title {
	color: #f26d42;
	font-weight: 400;
	font-size: 30px;
	padding: 15px 0px 0px 0px;
}
.login-box .login-sub {
	margin-bottom: 10px;
	font-size: 25px;
	padding: 0px 0px 15px 0px;
}
.login-box .login-btn {
	padding: 10px 0px 20px 0px;
}
.login-box .login-disc {
	padding: 0px 10px 0px 10px;
	text-align: center;
}
.progress-text{
	margin-top: -0.5%;
	font-weight: bold;
}
.last-activity .text-primary, .last-activity .text-success, .last-activity .text-inverse {
	font-size: 28px;
	display: block;
}
.bg-plain {
	background-color:#f26d42;
}
.bg-plain a, .bg-main a {
	color: #fff;
}
.bg-main {
	background-color: #2C3E50;
}
.to-do-list {
	padding: 9px 0px 9px 0px;
}
.daily-tasks .btn {
	margin-bottom: 20px;
}
.tasks-btn {
	text-align: right;
}
.panel-body {
	background-color: #fff;
	font-size: 13px;
}
.mobile-skyline {
	display:none;
}
.btn:hover {
	color:#fff;
}
.rbc-month-row, .rbc-event-content {
	overflow: visible !important;
}
.rbc-row-segment {
	position: relative !important;
}
.popover-content {
	color:#000;
}
#popover-trigger-click-root-close {
	display:initial !important;
	width:200px;
}
.custom-calendar, .custom-calendar:hover, .custom-calendar:visited, .custom-calendar:active, .custom-calendar:focus {
	color:#fff;
	background-color:transparent;
	font-size:11px;
	border:0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.rbc-toolbar {
	display:block !important;
}
.rbc-toolbar button {
	font-size:11px;
}
.rbc-toolbar > span:last-child:not(:first-child) {
	float:right !important;
}
.rbc-btn-group:first-child:not(:last-child) > button:not(:first-child):not(:last-child), 

.rbc-btn-group:first-child:not(:last-child) > button:last-child:not(:first-child) {
	font-size:0px;
}
.rbc-btn-group:first-child:not(:last-child) > button:not(:first-child):not(:last-child):before  {
	border-radius: 0;
	content: "\F104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: inherit;
	text-indent: 10px;
	font-size:15px;
}
.rbc-btn-group:first-child:not(:last-child) > button:last-child:not(:first-child):before  {
	border-radius: 0;
	content: "\F105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	text-decoration: inherit;
	text-indent: 10px;
	font-size:15px;
}
.rbc-toolbar > span:last-child:not(:first-child) {
	margin-left:30%;
}
.rbc-toolbar > span:last-child:not(:first-child) button {
	font-size:11px; 
	padding:5px;
}
.rbc-toolbar-label {
	font-size:20px;
	text-align:right;
	float:right;
}
.btn.btn-nobg:hover {
	color:#000;
}
.list-group-item .box {
	margin-bottom:0px;
}
.filter-nav .filter-label {
	border: none;
	background: linear-gradient(to bottom, #3498db, #2980b9);
	border-radius: 3px;
	font-family: Arial;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	margin: 5px;
}
.filter-nav .some {
	background: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}
.filter-nav .filter-text {
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	padding: 10px;
	height: 100px;
	width: calc(25% - 10px);
	float: left;
	margin: 5px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}
.filter-nave .spacer {
	clear: both;
	height: 20px;
}
.label.hide-sc {
	display:initial;
	opacity:1;
}
.hide-sc {
	opacity: 0;
    display:none;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
}
.menu-accessabar {
    text-align: right;
	position: absolute;
	padding:0px;
	z-index:1;
}
.menu-right .user-profile, 
.menu-right .menu-auth,
.menu-right .menu-language,
.menu-right .menu-notification, 
.menu-right .glp-help,
.menu-right .menu-settings
 {
	z-index:2;
}
.menu-accessabar #enable {
	z-index:1;
}
.menu-accessabar button {
	font-weight: bold;
	font-size: 11px;
	background-color: #f26d42;
    border-radius: 50px;
	padding: 2px 2px 2px 4px;
	color:#fff;
	margin-top: 18px;
}
.menu-accessabar button i {
	font-weight:600;
	color:#fff;
}

.box .badges-list li {
	display:inline-block;
	padding: 5px 10px 5px 10px;
	text-align:center;
	cursor: pointer;
}
.box img.student-badges {
	width:60px;
}
.modal-body .badge-img {
	text-align:center;
}
.modal-body .badge-desc {
	font-size:14px;
	padding:30px 0px 10px 0px;
}
.modal-body img.student-badges-big {
	width:120px;
	text-align:center;
}
.box .badges-list p {
	font-size:11px;
}
.modal-header .close {
	color:#000;
}
.input-group .form-control.search {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #2C3E50;
	color:#fff;
}
.nav-pills>li.active>a {
	color:#fff;
}
.nav-pills>li a {
	color:#2C3E50;
}
.img-align {
	text-align:left;
}
.lesson-layout .profile-help, .lesson-layout .level-help, .lesson-layout .settings-help,
.profile-layout .glp-help, .profile-layout .level-help, .profile-layout .settings-help,
.level-layout .profile-help, .level-layout .glp-help, .level-layout .settings-help,
.settings-layout .profile-help, .settings-layout .level-help, .settings-layout .glp-help,
.other-layout .profile-help, .other-layout .level-help, .other-layout .settings-help, .other-layout .glp-help  {
	display:none !important;
}
.no-display {
	display:none;
}
.introjs-helperNumberLayer {
	top:30px !important;
}
.box img.img-0 {
	width:200px;
}
.box img.img-1 {
	width:80px;
}
.box img.img-2 {
	width:50px;
}
.box img.img-3 {
	width:25px;
}
.box img.img-full {
	width:100%;
}
.box img.img-4 {
	width:130px;
}
.box img.img-5 {
	width:350px;
}
.lesson-categ {
	font-style:italic; font-size:11px;
}
.lesson-categ .capit {
	text-transform:capitalize;
}
.filter-size {width:100% !important; display:inline-block;
	-moz-column-count:1;
	column-count:1;}
.breadcrumb-title li {display:inline-block;}

.library-box {
	padding:20px 20px 100px 30px;
}

.indt {padding-left:30px;}

.library-box hr {
	margin-top:120px;
}

.library-box .dwn {text-align:right; padding-top:30px;}

.btn-big.orange {
	background-color:#f26d42;
	border:0px;
}
.btn.dashboard {
    color: #666;
    background-color: #dadada;
    border-color: #dadada;
}
.btn.dashboard:hover, .btn.dashboard:visited{
    color: #666;
    background-color: #dadada;
    border-color: #dadada;
}
.modal-content {
	box-shadow: 0 0px 0px rgba(0,0,0,.5);
	border:0px solid #eee;
}

.big-modal .modal-dialog {
	width:1100px;
}

.medium-modal .modal-dialog {
	width:600px;
}

.small-modal .modal-dialog {
	width:300px;
}
.modal-backdrop {
	background-color:#eee;
}
.modal-backdrop.in {
	opacity:1;
}

.custom-map-modal .modal-dialog {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
  }
.custom-map-modal .modal-content {
	height: auto;
	min-height: 100%;
	border: 0 none;
	border-radius: 0;
 }

 .modal-open {
	overflow: hidden;
	height:0px;
 }

 .modal-body iframe {
	display: block;      
    border: none;         
 }

 .modal-open .modal {
	 overflow-y: hidden !important;
}
.col-xs-12.page-header, 
.page-header-title.col-xs-12 {
	padding:0px;
}
.custom-map-modal .modal-body {
	position: absolute; left: 0; right: 0; bottom: 0; top:0;
}

.custom-map-modal .modal-body iframe {
	display: block; width: 100%; height: 88%; border: none;
}
.btn.play, .btn.play:hover {
	color: #fff;
    background-color: #f26d42;
    border-color: #f26d42;
}
.box .dwn {
	text-align:right;
	line-height:50px;
}
.box.lib .col-md-8 {
	margin-bottom:17px;
}
.box.lib {
	padding-bottom:0px;
	padding-top:10px;
}


*:focus {
	outline: 0 !important;
  }
  .fix-accessabar {
	  margin-left:-1.5%;
  }/* Industry - Factory & Industrial Business HTML Template */
@media only screen and (max-width: 7680px)  {
    .play-buttons {
        margin-top:0%;
    }
    .mobile-title {
        display:none;
    }

    .page-body.level, .page-body.settings, .page-body.profile {height:500px;}

    .fitted-column {
        display:inline-block;
        -moz-column-count:2;
        column-count:2;
    }

    .fitted-column.filter-size {
        display:block;
        -moz-column-count:auto;
        column-count:auto;
    } 

    .fitted-column .box {
        display:inline-block;
    }

    .fitted-column.filter-size .box {
        display:block;
    }
}


@media only screen and (max-width: 2560px)  {
    .play-buttons {
        margin-top:-1.8%;
    }
    .mobile-title {
        display:none;
    }

    .page-body.level, .page-body.settings, .page-body.profile {height:700px;}


}
    
@media only screen and (max-width: 1800px) {
    .play-buttons {
        margin-top:-2.5%;
    }



}
    
    
@media only screen and (max-width: 1600px) {
    .play-buttons {
        margin-top:-3.5%;
    }


}
    
@media only screen and (max-width: 1536px) {
    .play-buttons {
            margin-top:-3.5%;
    }

}
    
@media only screen and (max-width: 1440px) {
    .Collapsible__trigger {
        margin-left: 68%;
    }

}
    
@media only screen and (max-width: 1366px) {
    html, body {
        background-position: 0% 7%;
    }
    .home-blank {
        height:550px;
    }


    
}
    
@media only screen and (max-width: 1280px) {
    .left-menu {
        width:200px;
        float:initial;
    }

    .home-blank {
        height:520px;
    }
}
    
@media only screen and (max-width: 1200px) {
    .left-menu {
        width:185px;
        float:initial;
    }
    .Collapsible__trigger {
        margin-left: 88%;
    }
    .main-body .page-wrapper {
        padding-left:0px;
    }
    .home-blank {
        height:480px;
    }
}

@media only screen and (max-width: 1140px) {

   /* .col-md-6 .box{
        height:200px;
    }*/
    .box .box-header {
        padding:0px;
    }

}

@media only screen and (max-width: 1100px) {

    .home-blank {
        height:440px;
    }
}
    
@media only screen and (max-width: 1023px) {
    .menu-logo .img-fluid {
            width:100%;
    }
    .home-blank {
        height:400px;
    }
}

@media only screen and (max-width: 992px) {
    .menu-logo .img-fluid {
        width:25%;
    }

    .fitted-column {
        -moz-column-count:1;
        column-count:1;
    }

    .fitted-column .box {
        display:block;
    }

    .page-body.level, .page-body.settings, .page-body.profile {height:100%;}
        
    body.fix-menu .left-menu {
        left: 0;
        position: relative;
        transition: all .3s ease-in;
        height: 100%;
        float:none;
        width:initial;
    }  
 
    .nav-tabs {
        background-color:#fff;
    }
    html, body {
        background-position: 0% 0%;
        background-image:none;
        background-color:#fff;
    }
    .main-body {
        background-color:#eee;
    }
    .home-blank {
        display:none;
            
    }
    .connect-bg, .play-bg, .lesson-bg {
        display:none;
    }
    .mobile {
        display:initial;
        background-color:#122731;
        margin-bottom: 10px;
        padding: 20px;
        color:#fff;
        font-size:20px;
    }
    .mobile.orange {
        background-color:#f26d42;
    }
    .mobile-title {
        display:initial;
    }
    .top-menu .menu-wrapper .col-md-4.col-xs-12 {
        z-index:1;
    }
    .menu-accessabar {
        z-index:2;
    }
    .menu-logo .img-fluid {
        width:100% !important;
        text-align:center;
    }
  .second-pages .top-menu {
      padding:10px 0px 10px 0px;
  }
    .top-menu .menu-wrapper .menu-container .menu-notification .show-notification{
        left:8%;
     }

    .top-menu.login .menu-logo img {
        margin-top:0px;
    }

    .left-menu-header img {
        width:50px;
    }
    .left-menu {
        width:70px;
    }
    .left-menu .navigation .nav-item i {
        margin-left:10px;
    }
    .nav-item label {
        display:none;
    }
    .tabs .nav-item {
        width:100%;
    }
    td, th {
        white-space: normal;
    }
    body.fix-menu .left-menu {
        height:auto;padding-bottom:30px;
    }
    .main-body .page-wrapper {
        margin-left:0px;
    }
    .Collapsible__trigger {
        margin-left: 25%;
        margin-top: -9%;
    }
    .side-one {
        padding-right:0px;
    }
    .progress-text{
        text-align: center;
        font-size: 18px;
    }
    .main-body .page-header-breadcrumb {
        padding-top:2%;
    }
    .play-buttons {
        margin-top:5%;
    }
    .tabs .nav-link {
        font-size:16px;
    }
    .tab-header .tabs .nav-item {
        width:100%;
        display:block;
    }
    .tabs .nav-item a {
        padding:10px 0px !important;
    } 
    .col-md-6 .box {
        height:auto;
    }
    .box .box-header {
        padding-top:10px;
    }
    .profile .nav-link.one, .objectives .nav-link.two, .skills .nav-link.three, .level .nav-link.four, .settings .nav-link.five,
    .profile .nav-link.one:hover, .objectives .nav-link.two:hover, .skills .nav-link.three:hover, .level .nav-link.four:hover, .settings .nav-link.five:hover {
        background-color:#f26d42;
        border-radius:0px;
        color:#fff;
        border:0px;
    }
    .box-block-big button, .box-block-big button:hover, .box-block-big button:focus, .box-block-big button:active, .box-block-big button:visited {
        line-height:55px;
    }
    .col-sm-9.accordion-title h4{
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        text-align:center;
    }
    .col-md-12.box-block-big {
        padding-left:0px;
        padding-right:0px;
    }
    .last-activity .table-responsive {
        overflow:hidden;
    }
    .box-header .right {
        margin-top:10px !important;
    }
    .mission-right .missionboard-right-progress {
        margin-top:30px;
    }
    .login.top-menu .menu-wrapper .menu-container .menu-right {
        float:left;
        margin-top:2%;
    }
    .login.top-menu .menu-logo {
        margin-top:-5%;
    }
    .top-menu .menu-wrapper .menu-container .menu-right {
        float:left;
        margin-top:2%;
    }
    .top-menu .menu-wrapper .menu-container .menu-left a, .top-menu .menu-wrapper .menu-container .menu-right a {
        padding: 1.5rem 0.3rem;
    }

    .mobile-skyline {
        display:initial;
        border: none;
        width: 100.2%;
        margin-bottom:-2px;
        margin-left:-1px;
    }
    .no-padding-top {
        padding-top:0px;
    }
    .box {
        padding-bottom: 50px;
    }
    .dropdown.btn-group {
        width:100%;
    }
    .dropdown.btn-group .btn {
        padding-left:0px;
    }
    .navbar-nav {
        margin:0px;
    }
    .nav-item.nav-grid {
        text-align:left;
    }
    .mission-list-table.col-xs-12,  .mission-board.col-xs-12, .col-xs-12.box-footer-glp {
        padding:0px;
    }
    .mission-list-table.col-xs-12 .dashboard {
        width:100%;
        border-radius:0px
    }
    .mission-board.col-xs-12 .play {
        width:100%; 
        background-color:#f26d42;
        color:#fff;
        border-radius:0px;
        padding:12px 0px 12px 0px;
    }
    .mission-board.col-xs-12 {
        margin-bottom:10px;
    }
    .mission-list .box {
        margin-bottom:0px;
    }
    .btn.dashboard {
        color: #666;
        background-color: #dadada;
        border-color: #dadada;
    }
    .btn.dashboard:hover, .btn.dashboard:visited{
        color: #666;
        background-color: #dadada;
        border-color: #dadada;
    }
}
    @media only screen and (max-width: 768px) {

        
    }

    @media only screen and (max-width: 599px) {
     
    }
    
    @media only screen and (max-width: 499px) {
      
    
    }
    
    @media only screen and (max-width: 380px) {
       
        
    }/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(./assets/fontawesome-webfont-674f50.eot);
  src: url(./assets/fontawesome-webfont-674f50.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(./assets/fontawesome-webfont-af7ae5.woff2) format('woff2'), url(./assets/fontawesome-webfont-fee66e.woff) format('woff'), url(./assets/fontawesome-webfont-b06871.ttf) format('truetype'), url(./assets/fontawesome-webfont-acf3dc.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*# sourceMappingURL=bundle.css.map?1553791778496*/