@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");
/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
/* Grid
   ========================= */
/* Colors
   ========================= */
/* Fonts
   ========================= */
/* Controls
   ========================= */
/* Shadows
   ========================= */
/* Speeds
   ========================= */
/* Transitions
   ========================= */
/* Font sixes
   ========================= */
/* Sizes
   ========================= */
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2; }

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(29, 58, 103, 0.15);
  background-color: #FFFFFF;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #1d3a67;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 15px rgba(29, 58, 103, 0.15);
  box-sizing: initial; }

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block; }

.date-picker-wrapper.single-date {
  width: auto; }

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px; }

.date-picker-wrapper.no-topbar {
  padding-top: 12px; }

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px; }

.date-picker-wrapper b {
  color: #666;
  font-weight: 700; }

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline; }

.date-picker-wrapper .month-name {
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper {
  cursor: default;
  position: relative;
  _overflow: hidden; }

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left; }

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left; }

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border-top: none !important; }

.date-picker-wrapper .month-wrapper table .day {
  line-height: 32px;
  width: 32px;
  font-size: 12px;
  margin-bottom: 1px;
  color: #1d3a67;
  cursor: default;
  position: relative; }

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default; }

.date-picker-wrapper .month-wrapper table .day.checked:after {
  content: '';
  position: absolute;
  height: 2px;
  background: #1d3a67;
  left: 5%;
  right: 5%;
  bottom: 4px;
  border-radius: 2px; }

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase; }

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important; }

.date-picker-wrapper .time label {
  white-space: nowrap; }

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer; }

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering:after {
  content: '';
  position: absolute;
  height: 2px;
  background: rgba(29, 58, 103, 0.5);
  left: 5%;
  right: 5%;
  bottom: 4px;
  border-radius: 2px; }

.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none; }

.date-picker-wrapper .month-wrapper table .day.real-today {
  color: #f5f8fa !important; }
  .date-picker-wrapper .month-wrapper table .day.real-today:before {
    content: '';
    background: rgba(29, 58, 103, 0.5);
    width: 24px;
    height: 16px;
    position: absolute;
    border-radius: 16px;
    z-index: -1;
    left: 4px;
    top: 8px; }

.date-picker-wrapper table .caption {
  height: 40px; }

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 4px;
  cursor: pointer;
  opacity: .5; }

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  /*background-color: #ccc;
	color: white;*/
  opacity: 1; }

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0; }

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden; }

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative; }

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #8e9db3;
  border-bottom: 8px solid #8e9db3; }

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white; }

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white; }

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #8e9db3;
  z-index: 3; }

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #8e9db3;
  z-index: 3; }

.date-picker-wrapper .selected-days {
  display: none; }

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0; }

.date-picker-wrapper .drp_top-bar .error-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .normal-top {
  display: none; }

.date-picker-wrapper .drp_top-bar .default-top {
  display: block; }

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red; }

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none; }

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block; }

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial; }

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }

/*time styling*/
.date-picker-wrapper .time {
  position: relative; }

.date-picker-wrapper.single-month .time {
  display: none; }

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px; }

.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center; }

.date-picker-wrapper .time1 {
  float: left; }

.date-picker-wrapper .time2 {
  float: right; }

.date-picker-wrapper .hour,
.minute {
  text-align: right; }

.date-picker-wrapper .hide {
  display: none; }

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3)); }

.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px; }

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none; }

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer; }

.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.container {
  margin: 0 auto; }

.container .row {
  margin: 0 12px; }
  .container .row:first-child {
    margin-top: 12px; }

.container.full-width {
  width: 100%; }

.row {
  margin: 0 auto; }
  .row.no-margin > .col {
    margin: 0 !important; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.flex-center-v {
    display: flex;
    align-items: center; }
  .row .col {
    padding: 12px;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    /*&.pull-s1 {
				// Position
				right: $perc;
			}
			&.push-s1 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s2 {
				// Position
				right: $perc;
			}
			&.push-s2 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s3 {
				// Position
				right: $perc;
			}
			&.push-s3 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s4 {
				// Position
				right: $perc;
			}
			&.push-s4 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s5 {
				// Position
				right: $perc;
			}
			&.push-s5 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s6 {
				// Position
				right: $perc;
			}
			&.push-s6 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s7 {
				// Position
				right: $perc;
			}
			&.push-s7 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s8 {
				// Position
				right: $perc;
			}
			&.push-s8 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s9 {
				// Position
				right: $perc;
			}
			&.push-s9 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s10 {
				// Position
				right: $perc;
			}
			&.push-s10 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s11 {
				// Position
				right: $perc;
			}
			&.push-s11 {
				// Position
				left: $perc;
			}*/
    /*&.pull-s12 {
				// Position
				right: $perc;
			}
			&.push-s12 {
				// Position
				left: $perc;
			}*/ }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.33333%; }
    .row .col.offset-s2 {
      margin-left: 16.66667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.33333%; }
    .row .col.offset-s5 {
      margin-left: 41.66667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.33333%; }
    .row .col.offset-s8 {
      margin-left: 66.66667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.33333%; }
    .row .col.offset-s11 {
      margin-left: 91.66667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col {
        /*&.pull-m1 {
					// Position
					right: $perc;
				}
				&.push-m1 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m2 {
					// Position
					right: $perc;
				}
				&.push-m2 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m3 {
					// Position
					right: $perc;
				}
				&.push-m3 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m4 {
					// Position
					right: $perc;
				}
				&.push-m4 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m5 {
					// Position
					right: $perc;
				}
				&.push-m5 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m6 {
					// Position
					right: $perc;
				}
				&.push-m6 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m7 {
					// Position
					right: $perc;
				}
				&.push-m7 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m8 {
					// Position
					right: $perc;
				}
				&.push-m8 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m9 {
					// Position
					right: $perc;
				}
				&.push-m9 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m10 {
					// Position
					right: $perc;
				}
				&.push-m10 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m11 {
					// Position
					right: $perc;
				}
				&.push-m11 {
					// Position
					left: $perc;
				}*/
        /*&.pull-m12 {
					// Position
					right: $perc;
				}
				&.push-m12 {
					// Position
					left: $perc;
				}*/ }
        .row .col.m1 {
          width: 8.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m2 {
          width: 16.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m3 {
          width: 25%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m4 {
          width: 33.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m5 {
          width: 41.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m6 {
          width: 50%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m7 {
          width: 58.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m8 {
          width: 66.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m9 {
          width: 75%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m10 {
          width: 83.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m11 {
          width: 91.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.m12 {
          width: 100%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.offset-m1 {
          margin-left: 8.33333%; }
        .row .col.offset-m2 {
          margin-left: 16.66667%; }
        .row .col.offset-m3 {
          margin-left: 25%; }
        .row .col.offset-m4 {
          margin-left: 33.33333%; }
        .row .col.offset-m5 {
          margin-left: 41.66667%; }
        .row .col.offset-m6 {
          margin-left: 50%; }
        .row .col.offset-m7 {
          margin-left: 58.33333%; }
        .row .col.offset-m8 {
          margin-left: 66.66667%; }
        .row .col.offset-m9 {
          margin-left: 75%; }
        .row .col.offset-m10 {
          margin-left: 83.33333%; }
        .row .col.offset-m11 {
          margin-left: 91.66667%; }
        .row .col.offset-m12 {
          margin-left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col {
        /*&.pull-l1 {
					// Position
					right: $perc;
				}
				&.push-l1 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l2 {
					// Position
					right: $perc;
				}
				&.push-l2 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l3 {
					// Position
					right: $perc;
				}
				&.push-l3 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l4 {
					// Position
					right: $perc;
				}
				&.push-l4 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l5 {
					// Position
					right: $perc;
				}
				&.push-l5 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l6 {
					// Position
					right: $perc;
				}
				&.push-l6 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l7 {
					// Position
					right: $perc;
				}
				&.push-l7 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l8 {
					// Position
					right: $perc;
				}
				&.push-l8 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l9 {
					// Position
					right: $perc;
				}
				&.push-l9 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l10 {
					// Position
					right: $perc;
				}
				&.push-l10 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l11 {
					// Position
					right: $perc;
				}
				&.push-l11 {
					// Position
					left: $perc;
				}*/
        /*&.pull-l12 {
					// Position
					right: $perc;
				}
				&.push-l12 {
					// Position
					left: $perc;
				}*/ }
        .row .col.l1 {
          width: 8.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l2 {
          width: 16.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l3 {
          width: 25%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l4 {
          width: 33.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l5 {
          width: 41.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l6 {
          width: 50%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l7 {
          width: 58.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l8 {
          width: 66.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l9 {
          width: 75%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l10 {
          width: 83.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l11 {
          width: 91.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.l12 {
          width: 100%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.offset-l1 {
          margin-left: 8.33333%; }
        .row .col.offset-l2 {
          margin-left: 16.66667%; }
        .row .col.offset-l3 {
          margin-left: 25%; }
        .row .col.offset-l4 {
          margin-left: 33.33333%; }
        .row .col.offset-l5 {
          margin-left: 41.66667%; }
        .row .col.offset-l6 {
          margin-left: 50%; }
        .row .col.offset-l7 {
          margin-left: 58.33333%; }
        .row .col.offset-l8 {
          margin-left: 66.66667%; }
        .row .col.offset-l9 {
          margin-left: 75%; }
        .row .col.offset-l10 {
          margin-left: 83.33333%; }
        .row .col.offset-l11 {
          margin-left: 91.66667%; }
        .row .col.offset-l12 {
          margin-left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col {
        /*&.pull-xl1 {
					// Position
					right: $perc;
				}
				&.push-xl1 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl2 {
					// Position
					right: $perc;
				}
				&.push-xl2 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl3 {
					// Position
					right: $perc;
				}
				&.push-xl3 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl4 {
					// Position
					right: $perc;
				}
				&.push-xl4 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl5 {
					// Position
					right: $perc;
				}
				&.push-xl5 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl6 {
					// Position
					right: $perc;
				}
				&.push-xl6 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl7 {
					// Position
					right: $perc;
				}
				&.push-xl7 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl8 {
					// Position
					right: $perc;
				}
				&.push-xl8 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl9 {
					// Position
					right: $perc;
				}
				&.push-xl9 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl10 {
					// Position
					right: $perc;
				}
				&.push-xl10 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl11 {
					// Position
					right: $perc;
				}
				&.push-xl11 {
					// Position
					left: $perc;
				}*/
        /*&.pull-xl12 {
					// Position
					right: $perc;
				}
				&.push-xl12 {
					// Position
					left: $perc;
				}*/ }
        .row .col.xl1 {
          width: 8.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl2 {
          width: 16.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl3 {
          width: 25%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl4 {
          width: 33.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl5 {
          width: 41.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl6 {
          width: 50%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl7 {
          width: 58.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl8 {
          width: 66.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl9 {
          width: 75%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl10 {
          width: 83.33333%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl11 {
          width: 91.66667%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.xl12 {
          width: 100%;
          margin-left: auto;
          left: auto;
          right: auto; }
        .row .col.offset-xl1 {
          margin-left: 8.33333%; }
        .row .col.offset-xl2 {
          margin-left: 16.66667%; }
        .row .col.offset-xl3 {
          margin-left: 25%; }
        .row .col.offset-xl4 {
          margin-left: 33.33333%; }
        .row .col.offset-xl5 {
          margin-left: 41.66667%; }
        .row .col.offset-xl6 {
          margin-left: 50%; }
        .row .col.offset-xl7 {
          margin-left: 58.33333%; }
        .row .col.offset-xl8 {
          margin-left: 66.66667%; }
        .row .col.offset-xl9 {
          margin-left: 75%; }
        .row .col.offset-xl10 {
          margin-left: 83.33333%; }
        .row .col.offset-xl11 {
          margin-left: 91.66667%; }
        .row .col.offset-xl12 {
          margin-left: 100%; } }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.box {
  min-height: 50px;
  position: relative; }
  .box .header {
    height: 48px;
    padding: 8px 12px;
    line-height: 32px;
    position: relative; }
    .box .header:after {
      content: '';
      position: absolute;
      left: 12px;
      right: 12px;
      bottom: -1px; }
    .box .header .sub-title {
      float: right; }
    .box .header .sub-title-tabs {
      float: right; }
      .box .header .sub-title-tabs .tab-pane {
        display: none;
        overflow: hidden;
        position: relative; }
        .box .header .sub-title-tabs .tab-pane.active {
          display: block; }
    .box .header .tabs {
      float: left;
      margin: 0;
      padding: 0; }
      .box .header .tabs .tab {
        float: left;
        position: relative; }
        .box .header .tabs .tab a {
          padding: 0 16px;
          padding-bottom: 7px;
          display: block; }
        .box .header .tabs .tab:after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 0;
          transform: scale(0, 1); }
        .box .header .tabs .tab.active:after {
          transform: scale(1, 1); }
  .box .box-content, .box .tab-content {
    padding: 12px;
    overflow: auto;
    height: calc(100% - 48px); }
  .box .tab-content .tab-pane {
    display: none;
    overflow: hidden;
    position: relative; }
    .box .tab-content .tab-pane.active {
      display: block; }

.autocomplete-container {
  position: relative; }
  .autocomplete-container.focus .items-container {
    display: block; }
  .autocomplete-container .items-container {
    position: absolute;
    width: 100%;
    display: none;
    top: 0;
    margin: 0;
    padding-top: 32px;
    z-index: 50; }
    .autocomplete-container .items-container .items {
      margin: 0;
      padding: 0 8px; }
      .autocomplete-container .items-container .items li {
        line-height: 32px; }
      .autocomplete-container .items-container .items[data-message]:after {
        line-height: 32px; }

button, input[type="submit"], .btn {
  position: relative;
  height: 32px;
  line-height: 22px;
  padding: 4px 16px;
  display: inline-block;
  vertical-align: top; }
  button.chromeless, input[type="submit"].chromeless, .btn.chromeless {
    padding: 4px 8px; }
  button.btn-icon, input[type="submit"].btn-icon, .btn.btn-icon {
    padding: 4px;
    min-width: 32px; }
  button:after, input[type="submit"]:after, .btn:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    border-radius: 8px;
    box-sizing: border-box; }

input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 5px 0; }
  input[type="checkbox"]:checked:after {
    width: 20px;
    height: 20px;
    display: block; }

.contextmenu {
  position: absolute;
  min-width: 125px;
  padding: 4px 0;
  z-index: 5500;
  transform-origin: 50% 0; }
  .contextmenu li {
    height: 32px;
    line-height: 32px;
    padding: 0 12px; }
    .contextmenu li i {
      margin-right: 8px; }
    .contextmenu li.separator {
      height: 16px; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="number"] {
  height: 32px;
  width: 100%;
  padding: 4px 8px; }

textarea {
  min-height: 32px;
  width: 100%;
  max-width: 100%;
  padding: 4px 8px; }

.password-field-container {
  position: relative; }
  .password-field-container i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px; }
  .password-field-container input {
    padding-right: 40px; }

.input-holder {
  position: relative; }
  .input-holder.search input {
    padding-right: 32px; }
  .input-holder.search:before {
    content: "\e98e";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1d3a67;
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px;
    opacity: .5;
    pointer-events: none; }

.form-input-group {
  display: flex; }
  .form-input-group .form-input-suffix {
    line-height: 32px;
    padding: 0 8px; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.item-container .item {
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 4px;
  padding: 0 8px; }
  .item-container .item a.action {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: -8px;
    margin-left: 4px; }
    .item-container .item a.action:last-child {
      margin-left: 0; }
  .item-container .item a.order {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: -8px; }
  .item-container .item.flex {
    display: flex; }
    .item-container .item.flex .content {
      flex-grow: 1; }
  .item-container .item.full-padding {
    padding: 8px; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .loader .graphic {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    position: relative;
    padding: 0; }
    .loader .graphic:after, .loader .graphic:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%; }

/**********************
* Developed by Hyrioo *
* Copyright 2015      *
* @preserve           *
**********************/
.cs-scroll-container {
  position: relative; }
  .cs-scroll-container.cs-full-visible .cs-scroll-tools-container {
    opacity: 0 !important;
    pointer-events: none; }
  .cs-scroll-container:not(.cs-active).cs-auto-hide .cs-scroll-tools-container {
    opacity: 0; }
  .cs-scroll-container:not(.cs-active).cs-auto-hide:hover .cs-scroll-tools-container {
    opacity: 1; }
  .cs-scroll-container.cs-active .cs-rail {
    background: rgba(94, 156, 219, 0.25); }
    .cs-scroll-container.cs-active .cs-rail .cs-drag-bar {
      background: rgba(94, 156, 219, 0.95); }

.cs-scroll-tools-container {
  width: 16px;
  position: absolute;
  user-select: none;
  transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .cs-scroll-tools-container .cs-rail {
    position: relative;
    background: rgba(29, 58, 103, 0);
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .cs-scroll-tools-container .cs-rail .cs-drag-bar {
      position: absolute;
      background: rgba(29, 58, 103, 0.35);
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .cs-scroll-tools-container.cs-vertical {
    top: 5px;
    right: 0;
    bottom: 5px; }
    .cs-scroll-tools-container.cs-vertical .cs-rail {
      width: 2px;
      height: 100%;
      margin: 0 auto; }
      .cs-scroll-tools-container.cs-vertical .cs-rail .cs-drag-bar {
        height: 100px;
        right: -2px;
        left: -2px; }
  .cs-scroll-tools-container:hover .cs-rail {
    background: rgba(29, 58, 103, 0.25); }
    .cs-scroll-tools-container:hover .cs-rail .cs-drag-bar {
      background: rgba(94, 156, 219, 0.75); }
      .cs-scroll-tools-container:hover .cs-rail .cs-drag-bar:hover {
        background: rgba(94, 156, 219, 0.95); }

select {
  height: 32px;
  width: 100%;
  padding: 4px 8px; }

.select {
  height: 32px;
  min-width: 25px;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  line-height: 32px;
  appearance: none;
  user-select: none;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .select.open .options-holder {
    pointer-events: all; }
  .select.searchable .options-outer {
    margin-top: 0; }
  .select .select-text {
    height: 30px;
    padding-left: 8px;
    padding-right: 38px;
    box-sizing: border-box;
    outline: none;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    display: block;
    overflow: hidden; }
    .select .select-text.fallback {
      color: rgba(29, 58, 103, 0.5); }
  .select .arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    text-align: center;
    outline: none;
    display: block;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .select .options-holder {
    padding: 0;
    height: 0;
    position: relative;
    margin: 0;
    margin-top: -30px;
    margin-bottom: 20px;
    pointer-events: none;
    overflow-y: hidden;
    z-index: 555; }
  .select .options-outer {
    max-height: 330px;
    margin-top: 32px;
    position: relative;
    overflow-y: hidden; }
  .select .options {
    position: relative;
    cursor: default; }
  .select .option {
    padding: 4px 38px 4px 8px;
    min-height: 32px;
    box-sizing: border-box;
    outline: none;
    line-height: 24px;
    display: block;
    position: relative;
    overflow: hidden; }
    .select .option.hidden {
      height: 0;
      min-height: 0;
      padding: 0 38px 0 8px; }
    .select .option:after {
      content: "\ed6e";
      font-family: 'icomoon';
      position: absolute;
      right: 0;
      height: 32px;
      width: 32px;
      top: 0;
      line-height: 32px; }
  .select .search-box {
    margin-top: 32px; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.form-group .col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 12px !important; }
  .form-group .col:first-child {
    padding-left: 0 !important; }
  .form-group .col:last-child {
    padding-right: 0 !important; }

.form-group:after {
  content: "";
  display: table;
  clear: both; }

.form-group.no-margin .col {
  margin: 0 !important; }

.form-group:last-child .col {
  margin-bottom: 0 !important; }

.form-group .title, .form-group .prefix {
  line-height: 32px;
  text-align: right; }

.form-group .text {
  padding-top: 5px !important;
  line-height: 22px;
  text-align: left;
  display: inline-block; }

.form-group .suffix {
  line-height: 32px;
  text-align: left; }

.form-group .input-hint {
  margin-top: 4px;
  padding: 0 8px;
  display: inline-block; }

.form-error {
  margin-bottom: 16px; }

form .form-field {
  line-height: 32px; }

form .form-label {
  line-height: 32px; }

.button-separator {
  width: 2px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  margin: 5px; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
body {
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 14px; }

#main-content {
  flex-grow: 1;
  margin-left: 200px; }

#main-content-simple {
  flex-grow: 1; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.container.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
header {
  height: 57px;
  padding: 12px 24px; }
  header h1 {
    margin: 0;
    line-height: 32px;
    float: left; }
  header .header-controls {
    float: right; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
nav {
  min-width: 200px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed; }
  nav .logo {
    height: 57px;
    line-height: 57px;
    text-align: center; }
  nav .profile {
    margin: 0 8px; }
    nav .profile .image {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 8px; }
  nav .navigation {
    padding: 0;
    flex-grow: 1; }
    nav .navigation li {
      margin: 0 8px;
      height: 32px;
      line-height: 32px; }
      nav .navigation li.section {
        margin-top: 12px; }
      nav .navigation li i {
        width: 16px;
        margin-right: 8px; }
  nav .actions {
    height: 32px;
    display: flex;
    padding: 0;
    margin: 0; }
    nav .actions li {
      flex: 1 0 0; }
      nav .actions li a {
        display: block;
        line-height: 32px; }
  nav .version {
    padding: 4px; }

.quick-view {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 500px;
  width: 35%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .quick-view .quick-view-content {
    flex-grow: 1;
    padding: 12px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .quick-view .quick-view-content > .row {
      margin: 0; }
    .quick-view .quick-view-content .bottom-info {
      padding: 0 12px; }
  .quick-view .footer-controls {
    height: 57px;
    padding: 12px 24px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0; }
    .quick-view .footer-controls > * {
      margin-left: 8px; }
    .quick-view .footer-controls .negative-order {
      order: -1; }

.quick-view-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

table {
  width: 100%; }
  table tr {
    height: 32px; }
    table tr.sub-header td {
      padding-top: 16px;
      padding-bottom: 8px; }
  table th.sorted {
    padding-right: 24px !important; }
  table th, table td {
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 4px; }
    table th[class^="state-"], table th [class*=" state-"], table td[class^="state-"], table td [class*=" state-"] {
      position: relative; }
      table th[class^="state-"]:after, table th [class*=" state-"]:after, table td[class^="state-"]:after, table td [class*=" state-"]:after {
        content: "\f052";
        text-align: center;
        font-family: 'icomoon';
        font-size: 20px;
        vertical-align: middle; }
    table th.action, table th.state, table td.action, table td.state {
      width: 1px;
      padding-right: 4px; }
    table th.align-right, table td.align-right {
      padding-left: 0;
      padding-right: 8px; }
  table tfoot .obs {
    display: none; }
  table tbody:empty + tfoot .obs {
    display: table-row; }

.table-top-controls {
  margin-bottom: 16px; }
  .table-top-controls .form-group {
    float: left; }
    .table-top-controls .form-group.right {
      float: right; }

.table-bottom-controls {
  margin-top: 16px; }
  .table-bottom-controls .pagination {
    display: flex;
    float: left; }
  .table-bottom-controls .table-details {
    float: right;
    line-height: 32px; }

.btn-pagination {
  height: 32px;
  min-width: 32px;
  display: inline-block;
  padding: 4px; }

.pagination-page-buttons {
  display: inline-block; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.box {
  background: #FFFFFF;
  border: 1px solid rgba(29, 58, 103, 0.15); }
  .box .header:after {
    border-bottom: 1px solid rgba(29, 58, 103, 0.15); }
  .box .header .title {
    font-size: 16px; }
  .box .header .sub-title {
    font-size: 14px; }
  .box .header .tabs .tab:after {
    background: #1d3a67;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.autocomplete-container.focus .items-container {
  box-shadow: 0 0 15px rgba(29, 58, 103, 0.15); }

.autocomplete-container .items-container {
  box-shadow: none;
  pointer-events: none; }
  .autocomplete-container .items-container .items {
    pointer-events: all;
    background: #fff;
    cursor: pointer; }
    .autocomplete-container .items-container .items li.selected {
      font-weight: bold; }
    .autocomplete-container .items-container .items[data-message]:after {
      content: attr(data-message);
      color: rgba(29, 58, 103, 0.5); }

button, input[type="submit"], .btn {
  background: #1d3a67;
  border: 1px solid rgba(29, 58, 103, 0.15);
  color: #f5f8fa;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px; }
  button:disabled, input[type="submit"]:disabled, .btn:disabled {
    cursor: default;
    opacity: .5; }
  button [class^="icon-"], button [class*=" icon-"], input[type="submit"] [class^="icon-"], input[type="submit"] [class*=" icon-"], .btn [class^="icon-"], .btn [class*=" icon-"] {
    color: #f5f8fa; }
  button.secondary, input[type="submit"].secondary, .btn.secondary {
    background: #f5f8fa;
    color: #1d3a67; }
    button.secondary:hover, input[type="submit"].secondary:hover, .btn.secondary:hover {
      border: 1px solid rgba(29, 58, 103, 0.35); }
    button.secondary:after, input[type="submit"].secondary:after, .btn.secondary:after {
      border: 2px dashed #1d3a67; }
    button.secondary [class^="icon-"], button.secondary [class*=" icon-"], input[type="submit"].secondary [class^="icon-"], input[type="submit"].secondary [class*=" icon-"], .btn.secondary [class^="icon-"], .btn.secondary [class*=" icon-"] {
      color: #1d3a67; }
  button.chromeless, input[type="submit"].chromeless, .btn.chromeless {
    background: none;
    border: none;
    color: rgba(29, 58, 103, 0.5); }
    button.chromeless:hover, input[type="submit"].chromeless:hover, .btn.chromeless:hover {
      border: none; }
  button.loading, input[type="submit"].loading, .btn.loading {
    color: transparent;
    pointer-events: none;
    cursor: pointer; }
    button.loading:after, input[type="submit"].loading:after, .btn.loading:after {
      opacity: 1; }
  button:after, input[type="submit"]:after, .btn:after {
    border: 2px dashed #f5f8fa;
    animation: rotate 1000ms linear infinite both;
    opacity: 0;
    transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }

input[type="checkbox"] {
  background: #f5f8fa;
  color: #1d3a67;
  border: 1px solid rgba(29, 58, 103, 0.15);
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none; }
  input[type="checkbox"]:checked:after {
    font-family: 'icomoon';
    content: '\ed6c';
    line-height: 20px;
    text-align: center; }

.contextmenu {
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 0 25px rgba(29, 58, 103, 0.25); }
  .contextmenu li {
    list-style-type: none;
    cursor: pointer; }
    .contextmenu li:hover {
      background: rgba(29, 58, 103, 0.03); }
    .contextmenu li.separator {
      position: relative;
      cursor: default; }
      .contextmenu li.separator:after {
        content: '';
        position: absolute;
        background: rgba(29, 58, 103, 0.15);
        left: 12px;
        right: 12px;
        height: 2px;
        top: 7px; }
      .contextmenu li.separator:hover {
        background: transparent; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="number"], textarea {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(29, 58, 103, 0.15);
  color: #1d3a67;
  font-size: 14px;
  outline: none;
  border-radius: 2px;
  font-family: "Noto Sans", sans-serif; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="time"]:disabled, input[type="number"]:disabled, textarea:disabled {
    cursor: default;
    opacity: .5; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="number"]:hover, input[type="number"]:focus, textarea:hover, textarea:focus {
    border-bottom: 2px solid rgba(29, 58, 103, 0.35); }
  input[type="text"].styleless, input[type="password"].styleless, input[type="date"].styleless, input[type="time"].styleless, input[type="number"].styleless, textarea.styleless {
    background: none;
    border: none; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(29, 58, 103, 0.5); }
  input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="date"]:-webkit-autofill, input[type="time"]:-webkit-autofill, input[type="number"]:-webkit-autofill, textarea:-webkit-autofill {
    border-bottom: 2px solid #DBDB5E !important;
    animation-name: autofill;
    animation-fill-mode: both; }
  input[type="text"]:read-only, input[type="password"]:read-only, input[type="date"]:read-only, input[type="time"]:read-only, input[type="number"]:read-only, textarea:read-only {
    border-bottom: 2px dashed rgba(29, 58, 103, 0.15); }
  input[type="text"].light, input[type="password"].light, input[type="date"].light, input[type="time"].light, input[type="number"].light, textarea.light {
    color: #f5f8fa;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15); }
    input[type="text"].light:hover, input[type="text"].light:focus, input[type="password"].light:hover, input[type="password"].light:focus, input[type="date"].light:hover, input[type="date"].light:focus, input[type="time"].light:hover, input[type="time"].light:focus, input[type="number"].light:hover, input[type="number"].light:focus, textarea.light:hover, textarea.light:focus {
      border-bottom: 2px solid rgba(255, 255, 255, 0.35); }
    input[type="text"].light::-webkit-input-placeholder, input[type="password"].light::-webkit-input-placeholder, input[type="date"].light::-webkit-input-placeholder, input[type="time"].light::-webkit-input-placeholder, input[type="number"].light::-webkit-input-placeholder, textarea.light::-webkit-input-placeholder {
      color: rgba(245, 248, 250, 0.5); }

@-webkit-keyframes autofill {
  to {
    color: #DBDB5E;
    background: transparent; } }

input:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.item-container .item {
  background: rgba(29, 58, 103, 0.03);
  border-bottom: 1px solid rgba(29, 58, 103, 0.15);
  border-radius: 2px; }
  .item-container .item a.order {
    cursor: move; }
  .item-container .item a.action {
    cursor: pointer; }
  .item-container .item.sortable-chosen {
    background: rgba(29, 58, 103, 0.1); }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.loader {
  background: rgba(255, 255, 255, 0.9);
  transition: 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1; }
  .loader .text {
    font-size: 16px; }
  .loader .graphic:after, .loader .graphic:before {
    border-radius: 100%;
    background: #1d3a67;
    animation: loader-graphic 1.6s linear infinite; }
  .loader .graphic:after {
    animation-delay: -0.8s; }
  .loader.hidden {
    pointer-events: none;
    opacity: 0; }

@keyframes loader-graphic {
  0% {
    transform: scale(0, 0);
    opacity: .75; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }

select {
  background: none;
  border: none;
  border-bottom: 2px solid rgba(29, 58, 103, 0.15);
  color: #1d3a67;
  font-size: 14px;
  outline: none;
  border-radius: 2px; }

.select {
  border-bottom: 2px solid rgba(29, 58, 103, 0.15);
  outline: none;
  border-radius: 2px;
  color: #1d3a67;
  font-size: 14px; }
  .select.disabled {
    opacity: .5; }
  .select:not(.disabled) {
    cursor: pointer; }
    .select:not(.disabled):active, .select:not(.disabled).open {
      border-bottom: 2px solid rgba(29, 58, 103, 0.35); }
  .select.open .arrow i {
    transform: rotate(180deg); }
  .select .options-holder {
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 15px rgba(29, 58, 103, 0.15);
    transform: translateZ(0);
    /*Fix opacity transition bug in Chrome*/
    opacity: 0; }
  .select .options-outer {
    background: #FFFFFF; }
  .select .options {
    cursor: default; }
  .select .option {
    color: #1d3a67;
    font-size: 14px;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1), height 600ms cubic-bezier(0.215, 0.61, 0.355, 1), min-height 600ms cubic-bezier(0.215, 0.61, 0.355, 1), padding 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-overflow: ellipsis; }
    .select .option:not(.disabled):hover {
      background: rgba(29, 58, 103, 0.03);
      cursor: pointer; }
    .select .option.selected {
      font-weight: bold; }
      .select .option.selected:after {
        opacity: 1; }
    .select .option:after {
      text-align: center;
      font-weight: normal;
      opacity: 0;
      transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .select .option.disabled {
      color: rgba(29, 58, 103, 0.5);
      cursor: default; }
  .select input[type="text"].styleless {
    background: #FFFFFF; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
.form-group .input-hint {
  font-size: 12px; }

.form-error {
  color: #DB5E5E; }

.button-separator {
  background: rgba(29, 58, 103, 0.15); }

form .form-field {
  display: none; }

form.read-only .form-field {
  display: inline-block; }

form.read-only .form-input {
  display: none; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
body {
  background: #f5f8fa;
  font-family: "Noto Sans", sans-serif;
  color: #1d3a67; }

* {
  box-sizing: border-box; }

.hint {
  opacity: .6; }

ul {
  list-style: none; }

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

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed transparent;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  a.disabled {
    opacity: .5;
    pointer-events: none; }
  a[data-href] {
    cursor: pointer; }
  a[data-action]:hover {
    border-bottom: 1px dashed #1d3a67; }

h1.light, h2.light, h3.light, h4.light, span.light {
  color: #f5f8fa; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
header {
  border-bottom: 1px solid rgba(29, 58, 103, 0.15); }
  header h1 {
    font-size: 20px;
    font-weight: normal; }

/**********************
* Developed by Hyrioo *
* Copyright 2016      *
**********************/
nav {
  background: #1d3a67;
  color: #f5f8fa; }
  nav .profile .image {
    border-radius: 100%;
    background: #0B254D;
    border: 3px solid #5EDB5E; }
  nav .navigation li.section {
    opacity: .5;
    font-weight: bold; }
  nav .navigation li a {
    color: #f5f8fa; }
  nav .actions {
    background: #0B254D; }
    nav .actions li a {
      color: #f5f8fa;
      text-align: center; }
  nav .version {
    text-align: center;
    opacity: .5;
    font-weight: bold; }

.quick-view {
  background: #FFFFFF;
  border-left: 1px solid rgba(29, 58, 103, 0.15);
  box-shadow: 0 0 25px rgba(29, 58, 103, 0.25); }
  .quick-view .footer-controls {
    border-top: 1px solid rgba(29, 58, 103, 0.15); }

.quick-view-overlay {
  background: rgba(11, 37, 77, 0.5); }

table {
  border-spacing: 0; }
  table th {
    text-align: left;
    border-bottom: 2px solid rgba(29, 58, 103, 0.15);
    border-top: 2px solid rgba(29, 58, 103, 0.15);
    white-space: nowrap; }
    table th.sortable {
      cursor: pointer; }
    table th.sorted {
      position: relative; }
      table th.sorted:after {
        content: '\e9c9';
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        min-width: 1em;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #1d3a67;
        position: absolute;
        top: 6px;
        right: 4px; }
      table th.sorted.descending:after {
        transform: scale(1, -1); }
  table th.action, table td.action {
    cursor: pointer; }
  table th.nowrap, table td.nowrap {
    white-space: nowrap; }
  table th.align-right, table td.align-right {
    text-align: right; }
  table tr.sub-footer {
    font-weight: bold; }
    table tr.sub-footer td {
      border-bottom: 2px solid rgba(29, 58, 103, 0.15); }
  table tr.sub-header {
    font-weight: bold; }
    table tr.sub-header td {
      border-bottom: 2px solid rgba(29, 58, 103, 0.15);
      text-align: center;
      padding-top: 16px;
      padding-bottom: 8px; }
  table tr[data-action] {
    cursor: pointer; }
  table tbody tr {
    transition: 600ms; }
    table tbody tr:last-child td {
      border-bottom: none; }
    table tbody tr:nth-child(even) td {
      background: rgba(29, 58, 103, 0.03); }
    table tbody tr.highlight {
      background: rgba(219, 219, 94, 0.25);
      transition: 0ms; }
    table tbody tr.clickable {
      cursor: pointer; }
  table tbody td {
    text-align: left; }
    table tbody td.state-red:after {
      color: #DB5E5E; }
    table tbody td.state-green:after {
      color: #5EDB5E; }
    table tbody td.state-orange:after {
      color: #DBAC5E; }
    table tbody td.state-blue:after {
      color: #5E9CDB; }
    table tbody td.state-yellow:after {
      color: #DBDB5E; }
    table tbody td.state-gray:after {
      color: #9C9C9C; }
    table tbody td.state-purple:after {
      color: #9C5EDB; }
  table tfoot .load-more {
    text-align: center;
    cursor: pointer; }
  table.table-hover tbody tr:hover td {
    background: rgba(29, 58, 103, 0.1); }

.btn-pagination {
  background: #f5f8fa;
  color: #1d3a67; }
  .btn-pagination:hover {
    border: 1px solid rgba(29, 58, 103, 0.35); }
  .btn-pagination.current {
    background: #1d3a67;
    color: #f5f8fa; }
  .btn-pagination i {
    color: #1d3a67 !important; }

@media print {
  @page {
    size: landscape; }
  table th.action, table td.action {
    display: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?3p0rtw");
  src: url("/fonts/icomoon.eot?#iefix3p0rtw") format("embedded-opentype"), url("/fonts/icomoon.woff?3p0rtw") format("woff"), url("/fonts/icomoon.ttf?3p0rtw") format("truetype"), url("/fonts/icomoon-9fc4031c3e.svg?3p0rtw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d3a67; }
  [class^="icon-"].light, [class*=" icon-"].light {
    color: #f5f8fa; }
  [class^="icon-"].space-right, [class*=" icon-"].space-right {
    margin-right: 4px; }
  [class^="icon-"].space-left, [class*=" icon-"].space-left {
    margin-left: 4px; }

.icon-2x {
  font-size: 32px; }

.icon-3x {
  font-size: 48px; }

.icon-bordered {
  padding: 5px;
  border: 2px solid;
  border-radius: 50%; }

.icon-home:before {
  content: "\e900"; }

.icon-home2:before {
  content: "\e901"; }

.icon-home5:before {
  content: "\e904"; }

.icon-home7:before {
  content: "\e906"; }

.icon-home8:before {
  content: "\e907"; }

.icon-home9:before {
  content: "\e908"; }

.icon-office:before {
  content: "\e909"; }

.icon-city:before {
  content: "\e90a"; }

.icon-newspaper:before {
  content: "\e90b"; }

.icon-magazine:before {
  content: "\e90c"; }

.icon-design:before {
  content: "\e90d"; }

.icon-pencil:before {
  content: "\e90e"; }

.icon-pencil3:before {
  content: "\e910"; }

.icon-pencil4:before {
  content: "\e911"; }

.icon-pencil5:before {
  content: "\e912"; }

.icon-pencil6:before {
  content: "\e913"; }

.icon-pencil7:before {
  content: "\e914"; }

.icon-eraser:before {
  content: "\e915"; }

.icon-eraser2:before {
  content: "\e916"; }

.icon-eraser3:before {
  content: "\e917"; }

.icon-quill2:before {
  content: "\e919"; }

.icon-quill4:before {
  content: "\e91b"; }

.icon-pen:before {
  content: "\e91c"; }

.icon-pen-plus:before {
  content: "\e91d"; }

.icon-pen-minus:before {
  content: "\e91e"; }

.icon-pen2:before {
  content: "\e91f"; }

.icon-blog:before {
  content: "\e925"; }

.icon-pen6:before {
  content: "\e927"; }

.icon-brush:before {
  content: "\e928"; }

.icon-spray:before {
  content: "\e929"; }

.icon-color-sampler:before {
  content: "\e92c"; }

.icon-toggle:before {
  content: "\e92d"; }

.icon-bucket:before {
  content: "\e92e"; }

.icon-gradient:before {
  content: "\e930"; }

.icon-eyedropper:before {
  content: "\e931"; }

.icon-eyedropper2:before {
  content: "\e932"; }

.icon-eyedropper3:before {
  content: "\e933"; }

.icon-droplet:before {
  content: "\e934"; }

.icon-droplet2:before {
  content: "\e935"; }

.icon-color-clear:before {
  content: "\e937"; }

.icon-paint-format:before {
  content: "\e938"; }

.icon-stamp:before {
  content: "\e939"; }

.icon-image2:before {
  content: "\e93c"; }

.icon-image-compare:before {
  content: "\e93d"; }

.icon-images2:before {
  content: "\e93e"; }

.icon-image3:before {
  content: "\e93f"; }

.icon-images3:before {
  content: "\e940"; }

.icon-image4:before {
  content: "\e941"; }

.icon-image5:before {
  content: "\e942"; }

.icon-camera:before {
  content: "\e944"; }

.icon-shutter:before {
  content: "\e947"; }

.icon-headphones:before {
  content: "\e948"; }

.icon-headset:before {
  content: "\e949"; }

.icon-music:before {
  content: "\e94a"; }

.icon-album:before {
  content: "\e950"; }

.icon-tape:before {
  content: "\e952"; }

.icon-piano:before {
  content: "\e953"; }

.icon-speakers:before {
  content: "\e956"; }

.icon-play:before {
  content: "\e957"; }

.icon-clapboard-play:before {
  content: "\e959"; }

.icon-clapboard:before {
  content: "\e95a"; }

.icon-media:before {
  content: "\e95b"; }

.icon-presentation:before {
  content: "\e95c"; }

.icon-movie:before {
  content: "\e95d"; }

.icon-film:before {
  content: "\e95e"; }

.icon-film2:before {
  content: "\e95f"; }

.icon-film3:before {
  content: "\e960"; }

.icon-film4:before {
  content: "\e961"; }

.icon-video-camera:before {
  content: "\e962"; }

.icon-video-camera2:before {
  content: "\e963"; }

.icon-video-camera-slash:before {
  content: "\e964"; }

.icon-video-camera3:before {
  content: "\e965"; }

.icon-dice:before {
  content: "\e96a"; }

.icon-chess-king:before {
  content: "\e972"; }

.icon-chess-queen:before {
  content: "\e973"; }

.icon-chess:before {
  content: "\e978"; }

.icon-megaphone:before {
  content: "\e97a"; }

.icon-new:before {
  content: "\e97b"; }

.icon-connection:before {
  content: "\e97c"; }

.icon-station:before {
  content: "\e981"; }

.icon-satellite-dish2:before {
  content: "\e98a"; }

.icon-feed:before {
  content: "\e9b3"; }

.icon-mic2:before {
  content: "\e9ce"; }

.icon-mic-off2:before {
  content: "\e9e0"; }

.icon-book:before {
  content: "\e9e1"; }

.icon-book2:before {
  content: "\e9e9"; }

.icon-book-play:before {
  content: "\e9fd"; }

.icon-book3:before {
  content: "\ea01"; }

.icon-bookmark:before {
  content: "\ea02"; }

.icon-books:before {
  content: "\ea03"; }

.icon-archive:before {
  content: "\ea04"; }

.icon-reading:before {
  content: "\ea05"; }

.icon-library2:before {
  content: "\ea06"; }

.icon-graduation2:before {
  content: "\ea07"; }

.icon-file-text:before {
  content: "\ea08"; }

.icon-profile:before {
  content: "\ea09"; }

.icon-file-empty:before {
  content: "\ea0a"; }

.icon-file-empty2:before {
  content: "\ea0b"; }

.icon-files-empty:before {
  content: "\ea0c"; }

.icon-files-empty2:before {
  content: "\ea0d"; }

.icon-file-plus:before {
  content: "\ea0e"; }

.icon-file-plus2:before {
  content: "\ea0f"; }

.icon-file-minus:before {
  content: "\ea10"; }

.icon-file-minus2:before {
  content: "\ea11"; }

.icon-file-download:before {
  content: "\ea12"; }

.icon-file-download2:before {
  content: "\ea13"; }

.icon-file-upload:before {
  content: "\ea14"; }

.icon-file-upload2:before {
  content: "\ea15"; }

.icon-file-check:before {
  content: "\ea16"; }

.icon-file-check2:before {
  content: "\ea17"; }

.icon-file-eye:before {
  content: "\ea18"; }

.icon-file-eye2:before {
  content: "\ea19"; }

.icon-file-text2:before {
  content: "\ea1a"; }

.icon-file-text3:before {
  content: "\ea1b"; }

.icon-file-picture:before {
  content: "\ea1c"; }

.icon-file-picture2:before {
  content: "\ea1d"; }

.icon-file-music:before {
  content: "\ea1e"; }

.icon-file-music2:before {
  content: "\ea1f"; }

.icon-file-play:before {
  content: "\ea20"; }

.icon-file-play2:before {
  content: "\ea21"; }

.icon-file-video:before {
  content: "\ea22"; }

.icon-file-video2:before {
  content: "\ea23"; }

.icon-copy:before {
  content: "\ea24"; }

.icon-copy2:before {
  content: "\ea25"; }

.icon-file-zip:before {
  content: "\ea26"; }

.icon-file-zip2:before {
  content: "\ea27"; }

.icon-file-xml:before {
  content: "\ea28"; }

.icon-file-xml2:before {
  content: "\ea29"; }

.icon-file-css:before {
  content: "\ea2a"; }

.icon-file-css2:before {
  content: "\ea2b"; }

.icon-file-presentation:before {
  content: "\ea2c"; }

.icon-file-presentation2:before {
  content: "\ea2d"; }

.icon-file-stats:before {
  content: "\ea2e"; }

.icon-file-stats2:before {
  content: "\ea2f"; }

.icon-file-locked:before {
  content: "\ea30"; }

.icon-file-locked2:before {
  content: "\ea31"; }

.icon-file-spreadsheet:before {
  content: "\ea32"; }

.icon-file-spreadsheet2:before {
  content: "\ea33"; }

.icon-copy3:before {
  content: "\ea34"; }

.icon-copy4:before {
  content: "\ea35"; }

.icon-paste:before {
  content: "\ea36"; }

.icon-paste2:before {
  content: "\ea37"; }

.icon-paste3:before {
  content: "\ea38"; }

.icon-paste4:before {
  content: "\ea39"; }

.icon-stack:before {
  content: "\ea3a"; }

.icon-stack2:before {
  content: "\ea3b"; }

.icon-stack3:before {
  content: "\ea3c"; }

.icon-folder:before {
  content: "\ea3d"; }

.icon-folder-search:before {
  content: "\ea3e"; }

.icon-folder-download:before {
  content: "\ea3f"; }

.icon-folder-upload:before {
  content: "\ea40"; }

.icon-folder-plus:before {
  content: "\ea41"; }

.icon-folder-plus2:before {
  content: "\ea42"; }

.icon-folder-minus:before {
  content: "\ea43"; }

.icon-folder-minus2:before {
  content: "\ea44"; }

.icon-folder-check:before {
  content: "\ea45"; }

.icon-folder-heart:before {
  content: "\ea46"; }

.icon-folder-remove:before {
  content: "\ea47"; }

.icon-folder2:before {
  content: "\ea48"; }

.icon-folder-open:before {
  content: "\ea49"; }

.icon-folder3:before {
  content: "\ea4a"; }

.icon-folder4:before {
  content: "\ea4b"; }

.icon-folder-plus3:before {
  content: "\ea4c"; }

.icon-folder-minus3:before {
  content: "\ea4d"; }

.icon-folder-plus4:before {
  content: "\ea4e"; }

.icon-folder-minus4:before {
  content: "\ea4f"; }

.icon-folder-download2:before {
  content: "\ea50"; }

.icon-folder-upload2:before {
  content: "\ea51"; }

.icon-folder-download3:before {
  content: "\ea52"; }

.icon-folder-upload3:before {
  content: "\ea53"; }

.icon-folder5:before {
  content: "\ea54"; }

.icon-folder-open2:before {
  content: "\ea55"; }

.icon-folder6:before {
  content: "\ea56"; }

.icon-folder-open3:before {
  content: "\ea57"; }

.icon-certificate:before {
  content: "\ea58"; }

.icon-cc:before {
  content: "\ea59"; }

.icon-price-tag:before {
  content: "\ea5a"; }

.icon-price-tag2:before {
  content: "\ea5b"; }

.icon-price-tags:before {
  content: "\ea5c"; }

.icon-price-tag3:before {
  content: "\ea5d"; }

.icon-price-tags2:before {
  content: "\ea5e"; }

.icon-barcode2:before {
  content: "\ea5f"; }

.icon-qrcode:before {
  content: "\ea60"; }

.icon-ticket:before {
  content: "\ea61"; }

.icon-theater:before {
  content: "\ea62"; }

.icon-store:before {
  content: "\ea63"; }

.icon-store2:before {
  content: "\ea64"; }

.icon-cart:before {
  content: "\ea65"; }

.icon-cart2:before {
  content: "\ea66"; }

.icon-cart4:before {
  content: "\ea67"; }

.icon-cart5:before {
  content: "\ea68"; }

.icon-cart-add:before {
  content: "\ea69"; }

.icon-cart-add2:before {
  content: "\ea6a"; }

.icon-cart-remove:before {
  content: "\ea6b"; }

.icon-basket:before {
  content: "\ea6c"; }

.icon-bag:before {
  content: "\ea6d"; }

.icon-percent:before {
  content: "\ea6f"; }

.icon-coins:before {
  content: "\ea70"; }

.icon-coin-dollar:before {
  content: "\ea71"; }

.icon-coin-euro:before {
  content: "\ea72"; }

.icon-coin-pound:before {
  content: "\ea73"; }

.icon-coin-yen:before {
  content: "\ea74"; }

.icon-piggy-bank:before {
  content: "\ea75"; }

.icon-wallet:before {
  content: "\ea76"; }

.icon-cash:before {
  content: "\ea77"; }

.icon-cash2:before {
  content: "\ea78"; }

.icon-cash3:before {
  content: "\ea79"; }

.icon-cash4:before {
  content: "\ea7a"; }

.icon-credit-card:before {
  content: "\ea6e"; }

.icon-credit-card2:before {
  content: "\ea7b"; }

.icon-calculator4:before {
  content: "\ea7c"; }

.icon-calculator2:before {
  content: "\ea7d"; }

.icon-calculator3:before {
  content: "\ea7e"; }

.icon-chip:before {
  content: "\ea7f"; }

.icon-lifebuoy:before {
  content: "\ea80"; }

.icon-phone:before {
  content: "\ea81"; }

.icon-phone2:before {
  content: "\ea82"; }

.icon-phone-slash:before {
  content: "\ea83"; }

.icon-phone-wave:before {
  content: "\ea84"; }

.icon-phone-plus:before {
  content: "\ea85"; }

.icon-phone-minus:before {
  content: "\ea86"; }

.icon-phone-plus2:before {
  content: "\ea87"; }

.icon-phone-minus2:before {
  content: "\ea88"; }

.icon-phone-incoming:before {
  content: "\ea89"; }

.icon-phone-outgoing:before {
  content: "\ea8a"; }

.icon-phone-hang-up:before {
  content: "\ea8e"; }

.icon-address-book:before {
  content: "\ea90"; }

.icon-address-book2:before {
  content: "\ea91"; }

.icon-address-book3:before {
  content: "\ea92"; }

.icon-notebook:before {
  content: "\ea93"; }

.icon-envelop:before {
  content: "\ea94"; }

.icon-envelop2:before {
  content: "\ea95"; }

.icon-envelop3:before {
  content: "\ea96"; }

.icon-envelop4:before {
  content: "\ea97"; }

.icon-envelop5:before {
  content: "\ea98"; }

.icon-mailbox:before {
  content: "\ea99"; }

.icon-pushpin:before {
  content: "\ea9a"; }

.icon-location3:before {
  content: "\ea9d"; }

.icon-location4:before {
  content: "\ea9e"; }

.icon-compass4:before {
  content: "\ea9f"; }

.icon-map:before {
  content: "\eaa0"; }

.icon-map4:before {
  content: "\eaa1"; }

.icon-map5:before {
  content: "\eaa2"; }

.icon-direction:before {
  content: "\eaa3"; }

.icon-reset:before {
  content: "\eaa4"; }

.icon-history:before {
  content: "\eaa5"; }

.icon-watch:before {
  content: "\eaa6"; }

.icon-watch2:before {
  content: "\eaa7"; }

.icon-alarm:before {
  content: "\eaa8"; }

.icon-alarm-add:before {
  content: "\eaa9"; }

.icon-alarm-check:before {
  content: "\eaaa"; }

.icon-alarm-cancel:before {
  content: "\eaab"; }

.icon-bell2:before {
  content: "\eaac"; }

.icon-bell3:before {
  content: "\eaad"; }

.icon-bell-plus:before {
  content: "\eaae"; }

.icon-bell-minus:before {
  content: "\eaaf"; }

.icon-bell-check:before {
  content: "\eab0"; }

.icon-bell-cross:before {
  content: "\eab1"; }

.icon-calendar:before {
  content: "\eab2"; }

.icon-calendar2:before {
  content: "\eab3"; }

.icon-calendar3:before {
  content: "\eab4"; }

.icon-calendar52:before {
  content: "\eab6"; }

.icon-printer:before {
  content: "\eab7"; }

.icon-printer2:before {
  content: "\eab8"; }

.icon-printer4:before {
  content: "\eab9"; }

.icon-shredder:before {
  content: "\eaba"; }

.icon-mouse:before {
  content: "\eabb"; }

.icon-mouse-left:before {
  content: "\eabc"; }

.icon-mouse-right:before {
  content: "\eabd"; }

.icon-keyboard:before {
  content: "\eabe"; }

.icon-typewriter:before {
  content: "\eabf"; }

.icon-display:before {
  content: "\eac0"; }

.icon-display4:before {
  content: "\eac1"; }

.icon-laptop:before {
  content: "\eac2"; }

.icon-mobile:before {
  content: "\eac3"; }

.icon-mobile2:before {
  content: "\eac4"; }

.icon-tablet:before {
  content: "\eac5"; }

.icon-mobile3:before {
  content: "\eac6"; }

.icon-tv:before {
  content: "\eac7"; }

.icon-radio:before {
  content: "\eac8"; }

.icon-cabinet:before {
  content: "\eac9"; }

.icon-drawer:before {
  content: "\eaca"; }

.icon-drawer2:before {
  content: "\eacb"; }

.icon-drawer-out:before {
  content: "\eacc"; }

.icon-drawer-in:before {
  content: "\eacd"; }

.icon-drawer3:before {
  content: "\eace"; }

.icon-box:before {
  content: "\eacf"; }

.icon-box-add:before {
  content: "\ead0"; }

.icon-box-remove:before {
  content: "\ead1"; }

.icon-download:before {
  content: "\ead2"; }

.icon-upload:before {
  content: "\ead3"; }

.icon-floppy-disk:before {
  content: "\ead4"; }

.icon-floppy-disks:before {
  content: "\ead5"; }

.icon-usb-stick:before {
  content: "\ead6"; }

.icon-drive:before {
  content: "\ead7"; }

.icon-server:before {
  content: "\ead8"; }

.icon-database:before {
  content: "\ead9"; }

.icon-database2:before {
  content: "\eada"; }

.icon-database4:before {
  content: "\eadb"; }

.icon-database-menu:before {
  content: "\eadc"; }

.icon-database-add:before {
  content: "\eadd"; }

.icon-database-remove:before {
  content: "\eade"; }

.icon-database-insert:before {
  content: "\eadf"; }

.icon-database-export:before {
  content: "\eae0"; }

.icon-database-upload:before {
  content: "\eae1"; }

.icon-database-refresh:before {
  content: "\eae2"; }

.icon-database-diff:before {
  content: "\eae3"; }

.icon-database-edit2:before {
  content: "\eae5"; }

.icon-database-check:before {
  content: "\eae6"; }

.icon-database-arrow:before {
  content: "\eae7"; }

.icon-database-time2:before {
  content: "\eae9"; }

.icon-undo:before {
  content: "\eaea"; }

.icon-redo:before {
  content: "\eaeb"; }

.icon-rotate-ccw:before {
  content: "\eaec"; }

.icon-rotate-cw:before {
  content: "\eaed"; }

.icon-rotate-ccw2:before {
  content: "\eaee"; }

.icon-rotate-cw2:before {
  content: "\eaef"; }

.icon-rotate-ccw3:before {
  content: "\eaf0"; }

.icon-rotate-cw3:before {
  content: "\eaf1"; }

.icon-flip-vertical2:before {
  content: "\eaf2"; }

.icon-flip-horizontal2:before {
  content: "\eaf3"; }

.icon-flip-vertical3:before {
  content: "\eaf4"; }

.icon-flip-vertical4:before {
  content: "\eaf5"; }

.icon-angle:before {
  content: "\eaf6"; }

.icon-shear:before {
  content: "\eaf7"; }

.icon-align-left:before {
  content: "\eafc"; }

.icon-align-center-horizontal:before {
  content: "\eafd"; }

.icon-align-right:before {
  content: "\eafe"; }

.icon-align-top:before {
  content: "\eaff"; }

.icon-align-center-vertical:before {
  content: "\eb00"; }

.icon-align-bottom:before {
  content: "\eb01"; }

.icon-undo2:before {
  content: "\eb02"; }

.icon-redo2:before {
  content: "\eb03"; }

.icon-forward:before {
  content: "\eb04"; }

.icon-reply:before {
  content: "\eb05"; }

.icon-reply-all:before {
  content: "\eb06"; }

.icon-bubble:before {
  content: "\eb07"; }

.icon-bubbles:before {
  content: "\eb08"; }

.icon-bubbles2:before {
  content: "\eb09"; }

.icon-bubble2:before {
  content: "\eb0a"; }

.icon-bubbles3:before {
  content: "\eb0b"; }

.icon-bubbles4:before {
  content: "\eb0c"; }

.icon-bubble-notification:before {
  content: "\eb0d"; }

.icon-bubbles5:before {
  content: "\eb0e"; }

.icon-bubbles6:before {
  content: "\eb0f"; }

.icon-bubble6:before {
  content: "\eb10"; }

.icon-bubbles7:before {
  content: "\eb11"; }

.icon-bubble7:before {
  content: "\eb12"; }

.icon-bubbles8:before {
  content: "\eb13"; }

.icon-bubble8:before {
  content: "\eb14"; }

.icon-bubble-dots3:before {
  content: "\eb15"; }

.icon-bubble-lines3:before {
  content: "\eb16"; }

.icon-bubble9:before {
  content: "\eb17"; }

.icon-bubble-dots4:before {
  content: "\eb18"; }

.icon-bubble-lines4:before {
  content: "\eb19"; }

.icon-bubbles9:before {
  content: "\eb1a"; }

.icon-bubbles10:before {
  content: "\eb1b"; }

.icon-user:before {
  content: "\eb33"; }

.icon-users:before {
  content: "\eb34"; }

.icon-user-plus:before {
  content: "\eb35"; }

.icon-user-minus:before {
  content: "\eb36"; }

.icon-user-cancel:before {
  content: "\eb37"; }

.icon-user-block:before {
  content: "\eb38"; }

.icon-user-lock:before {
  content: "\eb39"; }

.icon-user-check:before {
  content: "\eb3a"; }

.icon-users2:before {
  content: "\eb3b"; }

.icon-users4:before {
  content: "\eb44"; }

.icon-user-tie:before {
  content: "\eb45"; }

.icon-collaboration:before {
  content: "\eb46"; }

.icon-vcard:before {
  content: "\eb47"; }

.icon-hat:before {
  content: "\ebb8"; }

.icon-bowtie:before {
  content: "\ebb9"; }

.icon-quotes-left:before {
  content: "\eb49"; }

.icon-quotes-right:before {
  content: "\eb4a"; }

.icon-quotes-left2:before {
  content: "\eb4b"; }

.icon-quotes-right2:before {
  content: "\eb4c"; }

.icon-hour-glass:before {
  content: "\eb4d"; }

.icon-hour-glass2:before {
  content: "\eb4e"; }

.icon-hour-glass3:before {
  content: "\eb4f"; }

.icon-spinner:before {
  content: "\eb50"; }

.icon-spinner2:before {
  content: "\eb51"; }

.icon-spinner3:before {
  content: "\eb52"; }

.icon-spinner4:before {
  content: "\eb53"; }

.icon-spinner6:before {
  content: "\eb54"; }

.icon-spinner9:before {
  content: "\eb55"; }

.icon-spinner10:before {
  content: "\eb56"; }

.icon-spinner11:before {
  content: "\eb57"; }

.icon-microscope:before {
  content: "\eb58"; }

.icon-enlarge:before {
  content: "\eb59"; }

.icon-shrink:before {
  content: "\eb5a"; }

.icon-enlarge3:before {
  content: "\eb5b"; }

.icon-shrink3:before {
  content: "\eb5c"; }

.icon-enlarge5:before {
  content: "\eb5d"; }

.icon-shrink5:before {
  content: "\eb5e"; }

.icon-enlarge6:before {
  content: "\eb5f"; }

.icon-shrink6:before {
  content: "\eb60"; }

.icon-enlarge7:before {
  content: "\eb61"; }

.icon-shrink7:before {
  content: "\eb62"; }

.icon-key:before {
  content: "\eb63"; }

.icon-lock:before {
  content: "\eb65"; }

.icon-lock2:before {
  content: "\eb66"; }

.icon-lock4:before {
  content: "\eb67"; }

.icon-unlocked:before {
  content: "\eb68"; }

.icon-lock5:before {
  content: "\eb69"; }

.icon-unlocked2:before {
  content: "\eb6a"; }

.icon-safe:before {
  content: "\eb6b"; }

.icon-wrench:before {
  content: "\eb6c"; }

.icon-wrench2:before {
  content: "\eb6d"; }

.icon-wrench3:before {
  content: "\eb6e"; }

.icon-equalizer:before {
  content: "\eb6f"; }

.icon-equalizer2:before {
  content: "\eb70"; }

.icon-equalizer3:before {
  content: "\eb71"; }

.icon-equalizer4:before {
  content: "\eb72"; }

.icon-cog:before {
  content: "\eb73"; }

.icon-cogs:before {
  content: "\eb74"; }

.icon-cog2:before {
  content: "\eb75"; }

.icon-cog3:before {
  content: "\eb76"; }

.icon-cog4:before {
  content: "\eb77"; }

.icon-cog52:before {
  content: "\eb78"; }

.icon-cog6:before {
  content: "\eb79"; }

.icon-cog7:before {
  content: "\eb7a"; }

.icon-hammer:before {
  content: "\eb7c"; }

.icon-hammer-wrench:before {
  content: "\eb7d"; }

.icon-magic-wand:before {
  content: "\eb7e"; }

.icon-magic-wand2:before {
  content: "\eb7f"; }

.icon-pulse2:before {
  content: "\eb80"; }

.icon-aid-kit:before {
  content: "\eb81"; }

.icon-bug2:before {
  content: "\eb83"; }

.icon-construction:before {
  content: "\eb85"; }

.icon-traffic-cone:before {
  content: "\eb86"; }

.icon-traffic-lights:before {
  content: "\eb87"; }

.icon-pie-chart:before {
  content: "\eb88"; }

.icon-pie-chart2:before {
  content: "\eb89"; }

.icon-pie-chart3:before {
  content: "\eb8a"; }

.icon-pie-chart4:before {
  content: "\eb8b"; }

.icon-pie-chart5:before {
  content: "\eb8c"; }

.icon-pie-chart6:before {
  content: "\eb8d"; }

.icon-pie-chart7:before {
  content: "\eb8e"; }

.icon-stats-dots:before {
  content: "\eb8f"; }

.icon-stats-bars:before {
  content: "\eb90"; }

.icon-pie-chart8:before {
  content: "\eb91"; }

.icon-stats-bars2:before {
  content: "\eb92"; }

.icon-stats-bars3:before {
  content: "\eb93"; }

.icon-stats-bars4:before {
  content: "\eb94"; }

.icon-chart:before {
  content: "\eb97"; }

.icon-stats-growth:before {
  content: "\eb98"; }

.icon-stats-decline:before {
  content: "\eb99"; }

.icon-stats-growth2:before {
  content: "\eb9a"; }

.icon-stats-decline2:before {
  content: "\eb9b"; }

.icon-stairs-up:before {
  content: "\eb9c"; }

.icon-stairs-down:before {
  content: "\eb9d"; }

.icon-stairs:before {
  content: "\eb9e"; }

.icon-ladder:before {
  content: "\eba0"; }

.icon-rating:before {
  content: "\eba1"; }

.icon-rating2:before {
  content: "\eba2"; }

.icon-rating3:before {
  content: "\eba3"; }

.icon-podium:before {
  content: "\eba5"; }

.icon-stars:before {
  content: "\eba6"; }

.icon-medal-star:before {
  content: "\eba7"; }

.icon-medal:before {
  content: "\eba8"; }

.icon-medal2:before {
  content: "\eba9"; }

.icon-medal-first:before {
  content: "\ebaa"; }

.icon-medal-second:before {
  content: "\ebab"; }

.icon-medal-third:before {
  content: "\ebac"; }

.icon-crown:before {
  content: "\ebad"; }

.icon-trophy2:before {
  content: "\ebaf"; }

.icon-trophy3:before {
  content: "\ebb0"; }

.icon-diamond:before {
  content: "\ebb1"; }

.icon-trophy4:before {
  content: "\ebb2"; }

.icon-gift:before {
  content: "\ebb3"; }

.icon-pipe:before {
  content: "\ebb6"; }

.icon-mustache:before {
  content: "\ebb7"; }

.icon-cup2:before {
  content: "\ebc6"; }

.icon-coffee:before {
  content: "\ebc8"; }

.icon-paw:before {
  content: "\ebd5"; }

.icon-footprint:before {
  content: "\ebd6"; }

.icon-rocket:before {
  content: "\ebda"; }

.icon-meter2:before {
  content: "\ebdc"; }

.icon-meter-slow:before {
  content: "\ebdd"; }

.icon-meter-fast:before {
  content: "\ebdf"; }

.icon-hammer2:before {
  content: "\ebe1"; }

.icon-balance:before {
  content: "\ebe2"; }

.icon-fire:before {
  content: "\ebe5"; }

.icon-fire2:before {
  content: "\ebe6"; }

.icon-lab:before {
  content: "\ebe7"; }

.icon-atom:before {
  content: "\ebe8"; }

.icon-atom2:before {
  content: "\ebe9"; }

.icon-bin:before {
  content: "\ebfa"; }

.icon-bin2:before {
  content: "\ebfb"; }

.icon-briefcase:before {
  content: "\ebff"; }

.icon-briefcase3:before {
  content: "\ec01"; }

.icon-airplane2:before {
  content: "\ec03"; }

.icon-airplane3:before {
  content: "\ec04"; }

.icon-airplane4:before {
  content: "\ec05"; }

.icon-paperplane:before {
  content: "\ec06"; }

.icon-car:before {
  content: "\ec07"; }

.icon-steering-wheel:before {
  content: "\ec08"; }

.icon-car2:before {
  content: "\ec09"; }

.icon-gas:before {
  content: "\ec0a"; }

.icon-bus:before {
  content: "\ec0b"; }

.icon-truck:before {
  content: "\ec0c"; }

.icon-bike:before {
  content: "\ec0d"; }

.icon-road:before {
  content: "\ec0e"; }

.icon-train:before {
  content: "\ec0f"; }

.icon-train2:before {
  content: "\ec10"; }

.icon-ship:before {
  content: "\ec11"; }

.icon-boat:before {
  content: "\ec12"; }

.icon-chopper:before {
  content: "\ec13"; }

.icon-cube:before {
  content: "\ec15"; }

.icon-cube2:before {
  content: "\ec16"; }

.icon-cube3:before {
  content: "\ec17"; }

.icon-cube4:before {
  content: "\ec18"; }

.icon-pyramid:before {
  content: "\ec19"; }

.icon-pyramid2:before {
  content: "\ec1a"; }

.icon-package:before {
  content: "\ec1b"; }

.icon-puzzle:before {
  content: "\ec1c"; }

.icon-puzzle2:before {
  content: "\ec1d"; }

.icon-puzzle3:before {
  content: "\ec1e"; }

.icon-puzzle4:before {
  content: "\ec1f"; }

.icon-glasses-3d2:before {
  content: "\ec21"; }

.icon-brain:before {
  content: "\ec24"; }

.icon-accessibility:before {
  content: "\ec25"; }

.icon-accessibility2:before {
  content: "\ec26"; }

.icon-strategy:before {
  content: "\ec27"; }

.icon-target:before {
  content: "\ec28"; }

.icon-target2:before {
  content: "\ec29"; }

.icon-shield-check:before {
  content: "\ec2f"; }

.icon-shield-notice:before {
  content: "\ec30"; }

.icon-shield2:before {
  content: "\ec31"; }

.icon-racing:before {
  content: "\ec40"; }

.icon-finish:before {
  content: "\ec41"; }

.icon-power2:before {
  content: "\ec46"; }

.icon-power3:before {
  content: "\ec47"; }

.icon-switch:before {
  content: "\ec48"; }

.icon-switch22:before {
  content: "\ec49"; }

.icon-power-cord:before {
  content: "\ec4a"; }

.icon-clipboard:before {
  content: "\ec4d"; }

.icon-clipboard2:before {
  content: "\ec4e"; }

.icon-clipboard3:before {
  content: "\ec4f"; }

.icon-clipboard4:before {
  content: "\ec50"; }

.icon-clipboard5:before {
  content: "\ec51"; }

.icon-clipboard6:before {
  content: "\ec52"; }

.icon-playlist:before {
  content: "\ec53"; }

.icon-playlist-add:before {
  content: "\ec54"; }

.icon-list-numbered:before {
  content: "\ec55"; }

.icon-list:before {
  content: "\ec56"; }

.icon-list2:before {
  content: "\ec57"; }

.icon-more:before {
  content: "\ec58"; }

.icon-more2:before {
  content: "\ec59"; }

.icon-grid:before {
  content: "\ec5a"; }

.icon-grid2:before {
  content: "\ec5b"; }

.icon-grid3:before {
  content: "\ec5c"; }

.icon-grid4:before {
  content: "\ec5d"; }

.icon-grid52:before {
  content: "\ec5e"; }

.icon-grid6:before {
  content: "\ec5f"; }

.icon-grid7:before {
  content: "\ec60"; }

.icon-tree5:before {
  content: "\ec61"; }

.icon-tree6:before {
  content: "\ec62"; }

.icon-tree7:before {
  content: "\ec63"; }

.icon-lan:before {
  content: "\ec64"; }

.icon-lan2:before {
  content: "\ec65"; }

.icon-lan3:before {
  content: "\ec66"; }

.icon-menu:before {
  content: "\ec67"; }

.icon-circle-small:before {
  content: "\ec68"; }

.icon-menu2:before {
  content: "\ec69"; }

.icon-menu3:before {
  content: "\ec6a"; }

.icon-menu4:before {
  content: "\ec6b"; }

.icon-menu5:before {
  content: "\ec6c"; }

.icon-menu62:before {
  content: "\ec6d"; }

.icon-menu7:before {
  content: "\ec6e"; }

.icon-menu8:before {
  content: "\ec6f"; }

.icon-menu9:before {
  content: "\ec70"; }

.icon-menu10:before {
  content: "\ec71"; }

.icon-cloud:before {
  content: "\ec72"; }

.icon-cloud-download:before {
  content: "\ec73"; }

.icon-cloud-upload:before {
  content: "\ec74"; }

.icon-cloud-check:before {
  content: "\ec75"; }

.icon-cloud2:before {
  content: "\ec76"; }

.icon-cloud-download2:before {
  content: "\ec77"; }

.icon-cloud-upload2:before {
  content: "\ec78"; }

.icon-cloud-check2:before {
  content: "\ec79"; }

.icon-import:before {
  content: "\ec7e"; }

.icon-download4:before {
  content: "\ec80"; }

.icon-upload4:before {
  content: "\ec81"; }

.icon-download7:before {
  content: "\ec86"; }

.icon-upload7:before {
  content: "\ec87"; }

.icon-download10:before {
  content: "\ec8c"; }

.icon-upload10:before {
  content: "\ec8d"; }

.icon-sphere:before {
  content: "\ec8e"; }

.icon-sphere3:before {
  content: "\ec90"; }

.icon-earth:before {
  content: "\ec93"; }

.icon-link:before {
  content: "\ec96"; }

.icon-unlink:before {
  content: "\ec97"; }

.icon-link2:before {
  content: "\ec98"; }

.icon-unlink2:before {
  content: "\ec99"; }

.icon-anchor:before {
  content: "\eca0"; }

.icon-flag3:before {
  content: "\eca3"; }

.icon-flag4:before {
  content: "\eca4"; }

.icon-flag7:before {
  content: "\eca7"; }

.icon-flag8:before {
  content: "\eca8"; }

.icon-attachment:before {
  content: "\eca9"; }

.icon-attachment2:before {
  content: "\ecaa"; }

.icon-eye:before {
  content: "\ecab"; }

.icon-eye-plus:before {
  content: "\ecac"; }

.icon-eye-minus:before {
  content: "\ecad"; }

.icon-eye-blocked:before {
  content: "\ecae"; }

.icon-eye2:before {
  content: "\ecaf"; }

.icon-eye-blocked2:before {
  content: "\ecb0"; }

.icon-eye4:before {
  content: "\ecb3"; }

.icon-bookmark2:before {
  content: "\ecb4"; }

.icon-bookmark3:before {
  content: "\ecb5"; }

.icon-bookmarks:before {
  content: "\ecb6"; }

.icon-bookmark4:before {
  content: "\ecb7"; }

.icon-spotlight2:before {
  content: "\ecb8"; }

.icon-starburst:before {
  content: "\ecb9"; }

.icon-snowflake:before {
  content: "\ecba"; }

.icon-weather-windy:before {
  content: "\ecd0"; }

.icon-fan:before {
  content: "\ecd1"; }

.icon-umbrella:before {
  content: "\ecd2"; }

.icon-sun3:before {
  content: "\ecd3"; }

.icon-contrast:before {
  content: "\ecd4"; }

.icon-bed2:before {
  content: "\ecda"; }

.icon-furniture:before {
  content: "\ecdb"; }

.icon-chair:before {
  content: "\ecdc"; }

.icon-star-empty3:before {
  content: "\ece0"; }

.icon-star-half:before {
  content: "\ece1"; }

.icon-star-full2:before {
  content: "\ece2"; }

.icon-heart5:before {
  content: "\ece9"; }

.icon-heart6:before {
  content: "\ecea"; }

.icon-heart-broken2:before {
  content: "\eceb"; }

.icon-thumbs-up2:before {
  content: "\ecf2"; }

.icon-thumbs-down2:before {
  content: "\ecf4"; }

.icon-thumbs-up3:before {
  content: "\ecf5"; }

.icon-thumbs-down3:before {
  content: "\ecf6"; }

.icon-height:before {
  content: "\ecf7"; }

.icon-man:before {
  content: "\ecf8"; }

.icon-woman:before {
  content: "\ecf9"; }

.icon-man-woman:before {
  content: "\ecfa"; }

.icon-yin-yang:before {
  content: "\ecfe"; }

.icon-cursor:before {
  content: "\ed23"; }

.icon-cursor2:before {
  content: "\ed24"; }

.icon-lasso2:before {
  content: "\ed26"; }

.icon-select2:before {
  content: "\ed28"; }

.icon-point-up:before {
  content: "\ed29"; }

.icon-point-right:before {
  content: "\ed2a"; }

.icon-point-down:before {
  content: "\ed2b"; }

.icon-point-left:before {
  content: "\ed2c"; }

.icon-pointer:before {
  content: "\ed2d"; }

.icon-reminder:before {
  content: "\ed2e"; }

.icon-drag-left-right:before {
  content: "\ed2f"; }

.icon-drag-left:before {
  content: "\ed30"; }

.icon-drag-right:before {
  content: "\ed31"; }

.icon-touch:before {
  content: "\ed32"; }

.icon-multitouch:before {
  content: "\ed33"; }

.icon-touch-zoom:before {
  content: "\ed34"; }

.icon-touch-pinch:before {
  content: "\ed35"; }

.icon-hand:before {
  content: "\ed36"; }

.icon-grab:before {
  content: "\ed37"; }

.icon-stack-empty:before {
  content: "\ed38"; }

.icon-stack-plus:before {
  content: "\ed39"; }

.icon-stack-minus:before {
  content: "\ed3a"; }

.icon-stack-star:before {
  content: "\ed3b"; }

.icon-stack-picture:before {
  content: "\ed3c"; }

.icon-stack-down:before {
  content: "\ed3d"; }

.icon-stack-up:before {
  content: "\ed3e"; }

.icon-stack-cancel:before {
  content: "\ed3f"; }

.icon-stack-check:before {
  content: "\ed40"; }

.icon-stack-text:before {
  content: "\ed41"; }

.icon-stack4:before {
  content: "\ed47"; }

.icon-stack-music:before {
  content: "\ed48"; }

.icon-stack-play:before {
  content: "\ed49"; }

.icon-move:before {
  content: "\ed4a"; }

.icon-dots:before {
  content: "\ed4b"; }

.icon-warning:before {
  content: "\ed4c"; }

.icon-warning22:before {
  content: "\ed4d"; }

.icon-notification2:before {
  content: "\ed4f"; }

.icon-question3:before {
  content: "\ed52"; }

.icon-question4:before {
  content: "\ed53"; }

.icon-plus3:before {
  content: "\ed5a"; }

.icon-minus3:before {
  content: "\ed5b"; }

.icon-plus-circle2:before {
  content: "\ed5e"; }

.icon-minus-circle2:before {
  content: "\ed5f"; }

.icon-cancel-circle2:before {
  content: "\ed63"; }

.icon-blocked:before {
  content: "\ed64"; }

.icon-cancel-square:before {
  content: "\ed65"; }

.icon-cancel-square2:before {
  content: "\ed66"; }

.icon-spam:before {
  content: "\ed68"; }

.icon-cross2:before {
  content: "\ed6a"; }

.icon-cross3:before {
  content: "\ed6b"; }

.icon-checkmark:before {
  content: "\ed6c"; }

.icon-checkmark3:before {
  content: "\ed6e"; }

.icon-checkmark2:before {
  content: "\e372"; }

.icon-checkmark4:before {
  content: "\ed6f"; }

.icon-spell-check:before {
  content: "\ed71"; }

.icon-spell-check2:before {
  content: "\ed72"; }

.icon-enter:before {
  content: "\ed73"; }

.icon-exit:before {
  content: "\ed74"; }

.icon-enter2:before {
  content: "\ed75"; }

.icon-exit2:before {
  content: "\ed76"; }

.icon-enter3:before {
  content: "\ed77"; }

.icon-exit3:before {
  content: "\ed78"; }

.icon-wall:before {
  content: "\ed79"; }

.icon-fence:before {
  content: "\ed7a"; }

.icon-play3:before {
  content: "\ed7b"; }

.icon-pause:before {
  content: "\ed7c"; }

.icon-stop:before {
  content: "\ed7d"; }

.icon-previous:before {
  content: "\ed7e"; }

.icon-next:before {
  content: "\ed7f"; }

.icon-backward:before {
  content: "\ed80"; }

.icon-forward2:before {
  content: "\ed81"; }

.icon-play4:before {
  content: "\ed82"; }

.icon-pause2:before {
  content: "\ed83"; }

.icon-stop2:before {
  content: "\ed84"; }

.icon-backward2:before {
  content: "\ed85"; }

.icon-forward3:before {
  content: "\ed86"; }

.icon-first:before {
  content: "\ed87"; }

.icon-last:before {
  content: "\ed88"; }

.icon-previous2:before {
  content: "\ed89"; }

.icon-next2:before {
  content: "\ed8a"; }

.icon-eject:before {
  content: "\ed8b"; }

.icon-volume-high:before {
  content: "\ed8c"; }

.icon-volume-medium:before {
  content: "\ed8d"; }

.icon-volume-low:before {
  content: "\ed8e"; }

.icon-volume-mute:before {
  content: "\ed8f"; }

.icon-speaker-left:before {
  content: "\ed90"; }

.icon-speaker-right:before {
  content: "\ed91"; }

.icon-volume-mute2:before {
  content: "\ed92"; }

.icon-volume-increase:before {
  content: "\ed93"; }

.icon-volume-decrease:before {
  content: "\ed94"; }

.icon-volume-mute5:before {
  content: "\eda4"; }

.icon-loop:before {
  content: "\eda5"; }

.icon-loop3:before {
  content: "\eda7"; }

.icon-infinite-square:before {
  content: "\eda8"; }

.icon-infinite:before {
  content: "\eda9"; }

.icon-loop4:before {
  content: "\edab"; }

.icon-shuffle:before {
  content: "\edac"; }

.icon-wave:before {
  content: "\edae"; }

.icon-wave2:before {
  content: "\edaf"; }

.icon-split:before {
  content: "\edb0"; }

.icon-merge:before {
  content: "\edb1"; }

.icon-arrow-up5:before {
  content: "\edc4"; }

.icon-arrow-right5:before {
  content: "\edc5"; }

.icon-arrow-down5:before {
  content: "\edc6"; }

.icon-arrow-left5:before {
  content: "\edc7"; }

.icon-arrow-up-left2:before {
  content: "\edd0"; }

.icon-arrow-up7:before {
  content: "\edd1"; }

.icon-arrow-up-right2:before {
  content: "\edd2"; }

.icon-arrow-right7:before {
  content: "\edd3"; }

.icon-arrow-down-right2:before {
  content: "\edd4"; }

.icon-arrow-down7:before {
  content: "\edd5"; }

.icon-arrow-down-left2:before {
  content: "\edd6"; }

.icon-arrow-left7:before {
  content: "\edd7"; }

.icon-arrow-up-left3:before {
  content: "\edd8"; }

.icon-arrow-up8:before {
  content: "\edd9"; }

.icon-arrow-up-right3:before {
  content: "\edda"; }

.icon-arrow-right8:before {
  content: "\eddb"; }

.icon-arrow-down-right3:before {
  content: "\eddc"; }

.icon-arrow-down8:before {
  content: "\eddd"; }

.icon-arrow-down-left3:before {
  content: "\edde"; }

.icon-arrow-left8:before {
  content: "\eddf"; }

.icon-circle-up2:before {
  content: "\ede4"; }

.icon-circle-right2:before {
  content: "\ede5"; }

.icon-circle-down2:before {
  content: "\ede6"; }

.icon-circle-left2:before {
  content: "\ede7"; }

.icon-arrow-resize7:before {
  content: "\edfe"; }

.icon-arrow-resize8:before {
  content: "\edff"; }

.icon-square-up-left:before {
  content: "\ee00"; }

.icon-square-up:before {
  content: "\ee01"; }

.icon-square-up-right:before {
  content: "\ee02"; }

.icon-square-right:before {
  content: "\ee03"; }

.icon-square-down-right:before {
  content: "\ee04"; }

.icon-square-down:before {
  content: "\ee05"; }

.icon-square-down-left:before {
  content: "\ee06"; }

.icon-square-left:before {
  content: "\ee07"; }

.icon-arrow-up15:before {
  content: "\ee30"; }

.icon-arrow-right15:before {
  content: "\ee31"; }

.icon-arrow-down15:before {
  content: "\ee32"; }

.icon-arrow-left15:before {
  content: "\ee33"; }

.icon-arrow-up16:before {
  content: "\ee34"; }

.icon-arrow-right16:before {
  content: "\ee35"; }

.icon-arrow-down16:before {
  content: "\ee36"; }

.icon-arrow-left16:before {
  content: "\ee37"; }

.icon-menu-open:before {
  content: "\ee38"; }

.icon-menu-open2:before {
  content: "\ee39"; }

.icon-menu-close:before {
  content: "\ee3a"; }

.icon-menu-close2:before {
  content: "\ee3b"; }

.icon-enter5:before {
  content: "\ee3d"; }

.icon-esc:before {
  content: "\ee3e"; }

.icon-enter6:before {
  content: "\ee3f"; }

.icon-backspace:before {
  content: "\ee40"; }

.icon-backspace2:before {
  content: "\ee41"; }

.icon-tab:before {
  content: "\ee42"; }

.icon-transmission:before {
  content: "\ee43"; }

.icon-sort:before {
  content: "\ee45"; }

.icon-move-up2:before {
  content: "\ee47"; }

.icon-move-down2:before {
  content: "\ee48"; }

.icon-sort-alpha-asc:before {
  content: "\ee49"; }

.icon-sort-alpha-desc:before {
  content: "\ee4a"; }

.icon-sort-numeric-asc:before {
  content: "\ee4b"; }

.icon-sort-numberic-desc:before {
  content: "\ee4c"; }

.icon-sort-amount-asc:before {
  content: "\ee4d"; }

.icon-sort-amount-desc:before {
  content: "\ee4e"; }

.icon-sort-time-asc:before {
  content: "\ee4f"; }

.icon-sort-time-desc:before {
  content: "\ee50"; }

.icon-battery-6:before {
  content: "\ee51"; }

.icon-battery-0:before {
  content: "\ee57"; }

.icon-battery-charging:before {
  content: "\ee58"; }

.icon-command:before {
  content: "\ee5f"; }

.icon-shift:before {
  content: "\ee60"; }

.icon-ctrl:before {
  content: "\ee61"; }

.icon-opt:before {
  content: "\ee62"; }

.icon-checkbox-checked:before {
  content: "\ee63"; }

.icon-checkbox-unchecked:before {
  content: "\ee64"; }

.icon-checkbox-partial:before {
  content: "\ee65"; }

.icon-square:before {
  content: "\ee66"; }

.icon-triangle:before {
  content: "\ee67"; }

.icon-triangle2:before {
  content: "\ee68"; }

.icon-diamond3:before {
  content: "\ee69"; }

.icon-diamond4:before {
  content: "\ee6a"; }

.icon-checkbox-checked2:before {
  content: "\ee6b"; }

.icon-checkbox-unchecked2:before {
  content: "\ee6c"; }

.icon-checkbox-partial2:before {
  content: "\ee6d"; }

.icon-radio-checked:before {
  content: "\ee6e"; }

.icon-radio-checked2:before {
  content: "\ee6f"; }

.icon-radio-unchecked:before {
  content: "\ee70"; }

.icon-checkmark-circle:before {
  content: "\ee73"; }

.icon-circle:before {
  content: "\ee74"; }

.icon-circle2:before {
  content: "\ee75"; }

.icon-circles:before {
  content: "\ee76"; }

.icon-circles2:before {
  content: "\ee77"; }

.icon-crop:before {
  content: "\ee78"; }

.icon-crop2:before {
  content: "\ee79"; }

.icon-make-group:before {
  content: "\ee7a"; }

.icon-ungroup:before {
  content: "\ee7b"; }

.icon-vector:before {
  content: "\ee7c"; }

.icon-vector2:before {
  content: "\ee7d"; }

.icon-rulers:before {
  content: "\ee7e"; }

.icon-pencil-ruler:before {
  content: "\ee80"; }

.icon-scissors:before {
  content: "\ee81"; }

.icon-filter3:before {
  content: "\ee88"; }

.icon-filter4:before {
  content: "\ee89"; }

.icon-font:before {
  content: "\ee8a"; }

.icon-ampersand2:before {
  content: "\ee8b"; }

.icon-ligature:before {
  content: "\ee8c"; }

.icon-font-size:before {
  content: "\ee8e"; }

.icon-typography:before {
  content: "\ee8f"; }

.icon-text-height:before {
  content: "\ee90"; }

.icon-text-width:before {
  content: "\ee91"; }

.icon-height2:before {
  content: "\ee92"; }

.icon-width:before {
  content: "\ee93"; }

.icon-strikethrough2:before {
  content: "\ee98"; }

.icon-font-size2:before {
  content: "\ee99"; }

.icon-bold2:before {
  content: "\ee9a"; }

.icon-underline2:before {
  content: "\ee9b"; }

.icon-italic2:before {
  content: "\ee9c"; }

.icon-strikethrough3:before {
  content: "\ee9d"; }

.icon-omega:before {
  content: "\ee9e"; }

.icon-sigma:before {
  content: "\ee9f"; }

.icon-nbsp:before {
  content: "\eea0"; }

.icon-page-break:before {
  content: "\eea1"; }

.icon-page-break2:before {
  content: "\eea2"; }

.icon-superscript:before {
  content: "\eea3"; }

.icon-subscript:before {
  content: "\eea4"; }

.icon-superscript2:before {
  content: "\eea5"; }

.icon-subscript2:before {
  content: "\eea6"; }

.icon-text-color:before {
  content: "\eea7"; }

.icon-highlight:before {
  content: "\eea8"; }

.icon-pagebreak:before {
  content: "\eea9"; }

.icon-clear-formatting:before {
  content: "\eeaa"; }

.icon-table:before {
  content: "\eeab"; }

.icon-table2:before {
  content: "\eeac"; }

.icon-insert-template:before {
  content: "\eead"; }

.icon-pilcrow:before {
  content: "\eeae"; }

.icon-ltr:before {
  content: "\eeaf"; }

.icon-rtl:before {
  content: "\eeb0"; }

.icon-ltr2:before {
  content: "\eeb1"; }

.icon-rtl2:before {
  content: "\eeb2"; }

.icon-section:before {
  content: "\eeb3"; }

.icon-paragraph-left2:before {
  content: "\eeb8"; }

.icon-paragraph-center2:before {
  content: "\eeb9"; }

.icon-paragraph-right2:before {
  content: "\eeba"; }

.icon-paragraph-justify2:before {
  content: "\eebb"; }

.icon-indent-increase:before {
  content: "\eebc"; }

.icon-indent-decrease:before {
  content: "\eebd"; }

.icon-paragraph-left3:before {
  content: "\eebe"; }

.icon-paragraph-center3:before {
  content: "\eebf"; }

.icon-paragraph-right3:before {
  content: "\eec0"; }

.icon-paragraph-justify3:before {
  content: "\eec1"; }

.icon-indent-increase2:before {
  content: "\eec2"; }

.icon-indent-decrease2:before {
  content: "\eec3"; }

.icon-share:before {
  content: "\eec4"; }

.icon-share2:before {
  content: "\eec5"; }

.icon-new-tab:before {
  content: "\eec6"; }

.icon-new-tab2:before {
  content: "\eec7"; }

.icon-popout:before {
  content: "\eec8"; }

.icon-embed:before {
  content: "\eec9"; }

.icon-embed2:before {
  content: "\eeca"; }

.icon-markup:before {
  content: "\eecb"; }

.icon-regexp:before {
  content: "\eecc"; }

.icon-regexp2:before {
  content: "\eecd"; }

.icon-code:before {
  content: "\eece"; }

.icon-circle-css:before {
  content: "\eecf"; }

.icon-circle-code:before {
  content: "\eed0"; }

.icon-terminal:before {
  content: "\eed1"; }

.icon-unicode:before {
  content: "\eed2"; }

.icon-seven-segment-0:before {
  content: "\eed3"; }

.icon-seven-segment-1:before {
  content: "\eed4"; }

.icon-seven-segment-2:before {
  content: "\eed5"; }

.icon-seven-segment-3:before {
  content: "\eed6"; }

.icon-seven-segment-4:before {
  content: "\eed7"; }

.icon-seven-segment-5:before {
  content: "\eed8"; }

.icon-seven-segment-6:before {
  content: "\eed9"; }

.icon-seven-segment-7:before {
  content: "\eeda"; }

.icon-seven-segment-8:before {
  content: "\eedb"; }

.icon-seven-segment-9:before {
  content: "\eedc"; }

.icon-share3:before {
  content: "\eedd"; }

.icon-share4:before {
  content: "\eede"; }

.icon-google:before {
  content: "\eee3"; }

.icon-google-plus:before {
  content: "\eee4"; }

.icon-google-plus2:before {
  content: "\eee5"; }

.icon-google-drive:before {
  content: "\eee7"; }

.icon-facebook:before {
  content: "\eee8"; }

.icon-facebook2:before {
  content: "\eee9"; }

.icon-instagram:before {
  content: "\eeec"; }

.icon-twitter:before {
  content: "\eeed"; }

.icon-twitter2:before {
  content: "\eeee"; }

.icon-feed2:before {
  content: "\eef0"; }

.icon-feed3:before {
  content: "\eef1"; }

.icon-youtube:before {
  content: "\eef3"; }

.icon-youtube2:before {
  content: "\eef4"; }

.icon-youtube3:before {
  content: "\eef5"; }

.icon-vimeo:before {
  content: "\eef8"; }

.icon-vimeo2:before {
  content: "\eef9"; }

.icon-lanyrd:before {
  content: "\eefb"; }

.icon-flickr:before {
  content: "\eefc"; }

.icon-flickr2:before {
  content: "\eefd"; }

.icon-flickr3:before {
  content: "\eefe"; }

.icon-picassa:before {
  content: "\ef00"; }

.icon-picassa2:before {
  content: "\ef01"; }

.icon-dribbble:before {
  content: "\ef02"; }

.icon-dribbble2:before {
  content: "\ef03"; }

.icon-dribbble3:before {
  content: "\ef04"; }

.icon-forrst:before {
  content: "\ef05"; }

.icon-forrst2:before {
  content: "\ef06"; }

.icon-deviantart:before {
  content: "\ef07"; }

.icon-deviantart2:before {
  content: "\ef08"; }

.icon-steam:before {
  content: "\ef09"; }

.icon-steam2:before {
  content: "\ef0a"; }

.icon-dropbox:before {
  content: "\ef0b"; }

.icon-onedrive:before {
  content: "\ef0c"; }

.icon-github:before {
  content: "\ef0d"; }

.icon-github4:before {
  content: "\ef10"; }

.icon-github5:before {
  content: "\ef11"; }

.icon-wordpress:before {
  content: "\ef12"; }

.icon-wordpress2:before {
  content: "\ef13"; }

.icon-joomla:before {
  content: "\ef14"; }

.icon-blogger:before {
  content: "\ef15"; }

.icon-blogger2:before {
  content: "\ef16"; }

.icon-tumblr:before {
  content: "\ef17"; }

.icon-tumblr2:before {
  content: "\ef18"; }

.icon-yahoo:before {
  content: "\ef19"; }

.icon-tux:before {
  content: "\ef1a"; }

.icon-apple2:before {
  content: "\ef1b"; }

.icon-finder:before {
  content: "\ef1c"; }

.icon-android:before {
  content: "\ef1d"; }

.icon-windows:before {
  content: "\ef1e"; }

.icon-windows8:before {
  content: "\ef1f"; }

.icon-soundcloud:before {
  content: "\ef20"; }

.icon-soundcloud2:before {
  content: "\ef21"; }

.icon-skype:before {
  content: "\ef22"; }

.icon-reddit:before {
  content: "\ef23"; }

.icon-linkedin:before {
  content: "\ef24"; }

.icon-linkedin2:before {
  content: "\ef25"; }

.icon-lastfm:before {
  content: "\ef26"; }

.icon-lastfm2:before {
  content: "\ef27"; }

.icon-delicious:before {
  content: "\ef28"; }

.icon-stumbleupon:before {
  content: "\ef29"; }

.icon-stumbleupon2:before {
  content: "\ef2a"; }

.icon-stackoverflow:before {
  content: "\ef2b"; }

.icon-pinterest2:before {
  content: "\ef2d"; }

.icon-xing:before {
  content: "\ef2e"; }

.icon-flattr:before {
  content: "\ef30"; }

.icon-foursquare:before {
  content: "\ef31"; }

.icon-paypal:before {
  content: "\ef32"; }

.icon-paypal2:before {
  content: "\ef33"; }

.icon-yelp:before {
  content: "\ef35"; }

.icon-file-pdf:before {
  content: "\ef36"; }

.icon-file-openoffice:before {
  content: "\ef37"; }

.icon-file-word:before {
  content: "\ef38"; }

.icon-file-excel:before {
  content: "\ef39"; }

.icon-libreoffice:before {
  content: "\ef3a"; }

.icon-html5:before {
  content: "\ef3b"; }

.icon-html52:before {
  content: "\ef3c"; }

.icon-css3:before {
  content: "\ef3d"; }

.icon-git:before {
  content: "\ef3e"; }

.icon-svg:before {
  content: "\ef3f"; }

.icon-codepen:before {
  content: "\ef40"; }

.icon-chrome:before {
  content: "\ef41"; }

.icon-firefox:before {
  content: "\ef42"; }

.icon-IE:before {
  content: "\ef43"; }

.icon-opera:before {
  content: "\ef44"; }

.icon-safari:before {
  content: "\ef45"; }

.icon-check2:before {
  content: "\e601"; }

.icon-home4:before {
  content: "\e603"; }

.icon-people:before {
  content: "\e81b"; }

.icon-checkmark-circle2:before {
  content: "\e853"; }

.icon-arrow-up-left32:before {
  content: "\e8ae"; }

.icon-arrow-up52:before {
  content: "\e8af"; }

.icon-arrow-up-right32:before {
  content: "\e8b0"; }

.icon-arrow-right6:before {
  content: "\e8b1"; }

.icon-arrow-down-right32:before {
  content: "\e8b2"; }

.icon-arrow-down52:before {
  content: "\e8b3"; }

.icon-arrow-down-left32:before {
  content: "\e8b4"; }

.icon-arrow-left52:before {
  content: "\e8b5"; }

.icon-calendar5:before {
  content: "\e985"; }

.icon-move-alt1:before {
  content: "\e986"; }

.icon-reload-alt:before {
  content: "\e987"; }

.icon-move-vertical:before {
  content: "\e988"; }

.icon-move-horizontal:before {
  content: "\e989"; }

.icon-hash:before {
  content: "\e98b"; }

.icon-bars-alt:before {
  content: "\e98c"; }

.icon-eye8:before {
  content: "\e98d"; }

.icon-search4:before {
  content: "\e98e"; }

.icon-zoomin3:before {
  content: "\e98f"; }

.icon-zoomout3:before {
  content: "\e990"; }

.icon-add:before {
  content: "\e991"; }

.icon-subtract:before {
  content: "\e992"; }

.icon-exclamation:before {
  content: "\e993"; }

.icon-question6:before {
  content: "\e994"; }

.icon-close2:before {
  content: "\e995"; }

.icon-task:before {
  content: "\e996"; }

.icon-inbox:before {
  content: "\e997"; }

.icon-inbox-alt:before {
  content: "\e998"; }

.icon-envelope:before {
  content: "\e999"; }

.icon-compose:before {
  content: "\e99a"; }

.icon-newspaper2:before {
  content: "\e99b"; }

.icon-calendar22:before {
  content: "\e99c"; }

.icon-hyperlink:before {
  content: "\e99d"; }

.icon-trash:before {
  content: "\e99e"; }

.icon-trash-alt:before {
  content: "\e99f"; }

.icon-grid5:before {
  content: "\e9a0"; }

.icon-grid-alt:before {
  content: "\e9a1"; }

.icon-menu6:before {
  content: "\e9a2"; }

.icon-list3:before {
  content: "\e9a3"; }

.icon-gallery:before {
  content: "\e9a4"; }

.icon-calculator:before {
  content: "\e9a5"; }

.icon-windows2:before {
  content: "\e9a6"; }

.icon-browser:before {
  content: "\e9a7"; }

.icon-portfolio:before {
  content: "\e9a8"; }

.icon-comments:before {
  content: "\e9a9"; }

.icon-screen3:before {
  content: "\e9aa"; }

.icon-iphone:before {
  content: "\e9ab"; }

.icon-ipad:before {
  content: "\e9ac"; }

.icon-googleplus5:before {
  content: "\e9ad"; }

.icon-pin:before {
  content: "\e9ae"; }

.icon-pin-alt:before {
  content: "\e9af"; }

.icon-cog5:before {
  content: "\e9b0"; }

.icon-graduation:before {
  content: "\e9b1"; }

.icon-air:before {
  content: "\e9b2"; }

.icon-droplets:before {
  content: "\e7ee"; }

.icon-statistics:before {
  content: "\e9b4"; }

.icon-pie5:before {
  content: "\e7ef"; }

.icon-cross:before {
  content: "\e9b6"; }

.icon-minus2:before {
  content: "\e9b7"; }

.icon-plus2:before {
  content: "\e9b8"; }

.icon-info3:before {
  content: "\e9b9"; }

.icon-info22:before {
  content: "\e9ba"; }

.icon-question7:before {
  content: "\e9bb"; }

.icon-help:before {
  content: "\e9bc"; }

.icon-warning2:before {
  content: "\e9bd"; }

.icon-add-to-list:before {
  content: "\e9bf"; }

.icon-arrow-left12:before {
  content: "\e9c0"; }

.icon-arrow-down12:before {
  content: "\e9c1"; }

.icon-arrow-up12:before {
  content: "\e9c2"; }

.icon-arrow-right13:before {
  content: "\e9c3"; }

.icon-arrow-left22:before {
  content: "\e9c4"; }

.icon-arrow-down22:before {
  content: "\e9c5"; }

.icon-arrow-up22:before {
  content: "\e9c6"; }

.icon-arrow-right22:before {
  content: "\e9c7"; }

.icon-arrow-left32:before {
  content: "\e9c8"; }

.icon-arrow-down32:before {
  content: "\e9c9"; }

.icon-arrow-up32:before {
  content: "\e9ca"; }

.icon-arrow-right32:before {
  content: "\e9cb"; }

.icon-switch2:before {
  content: "\e647"; }

.icon-checkmark5:before {
  content: "\e600"; }

.icon-ampersand:before {
  content: "\e9cc"; }

.icon-alert:before {
  content: "\e9cf"; }

.icon-alignment-align:before {
  content: "\e9d0"; }

.icon-alignment-aligned-to:before {
  content: "\e9d1"; }

.icon-alignment-unalign:before {
  content: "\e9d2"; }

.icon-arrow-down132:before {
  content: "\e9d3"; }

.icon-arrow-up13:before {
  content: "\e9da"; }

.icon-arrow-left13:before {
  content: "\e9d4"; }

.icon-arrow-right14:before {
  content: "\e9d5"; }

.icon-arrow-small-down:before {
  content: "\e9d6"; }

.icon-arrow-small-left:before {
  content: "\e9d7"; }

.icon-arrow-small-right:before {
  content: "\e9d8"; }

.icon-arrow-small-up:before {
  content: "\e9d9"; }

.icon-check:before {
  content: "\e9db"; }

.icon-chevron-down:before {
  content: "\e9dc"; }

.icon-chevron-left:before {
  content: "\e9dd"; }

.icon-chevron-right:before {
  content: "\e9de"; }

.icon-chevron-up:before {
  content: "\e9df"; }

.icon-clippy:before {
  content: "\f035"; }

.icon-comment:before {
  content: "\f02b"; }

.icon-comment-discussion:before {
  content: "\f04f"; }

.icon-dash:before {
  content: "\e9e2"; }

.icon-diff:before {
  content: "\e9e3"; }

.icon-diff-added:before {
  content: "\e9e4"; }

.icon-diff-ignored:before {
  content: "\e9e5"; }

.icon-diff-modified:before {
  content: "\e9e6"; }

.icon-diff-removed:before {
  content: "\e9e7"; }

.icon-diff-renamed:before {
  content: "\e9e8"; }

.icon-file-media:before {
  content: "\f012"; }

.icon-fold:before {
  content: "\e9ea"; }

.icon-gear:before {
  content: "\e9eb"; }

.icon-git-branch:before {
  content: "\e9ec"; }

.icon-git-commit:before {
  content: "\e9ed"; }

.icon-git-compare:before {
  content: "\e9ee"; }

.icon-git-merge:before {
  content: "\e9ef"; }

.icon-git-pull-request:before {
  content: "\e9f0"; }

.icon-graph:before {
  content: "\f043"; }

.icon-law:before {
  content: "\e9f1"; }

.icon-list-ordered:before {
  content: "\e9f2"; }

.icon-list-unordered:before {
  content: "\e9f3"; }

.icon-mail5:before {
  content: "\e9f4"; }

.icon-mail-read:before {
  content: "\e9f5"; }

.icon-mention:before {
  content: "\e9f6"; }

.icon-mirror:before {
  content: "\f024"; }

.icon-move-down:before {
  content: "\f0a8"; }

.icon-move-left:before {
  content: "\f074"; }

.icon-move-right:before {
  content: "\f0a9"; }

.icon-move-up:before {
  content: "\f0a7"; }

.icon-person:before {
  content: "\f018"; }

.icon-plus22:before {
  content: "\e9f7"; }

.icon-primitive-dot:before {
  content: "\f052"; }

.icon-primitive-square:before {
  content: "\f053"; }

.icon-repo-forked:before {
  content: "\e9f8"; }

.icon-screen-full:before {
  content: "\e9f9"; }

.icon-screen-normal:before {
  content: "\e9fa"; }

.icon-sync:before {
  content: "\e9fb"; }

.icon-three-bars:before {
  content: "\e9fc"; }

.icon-unfold:before {
  content: "\e9fe"; }

.icon-versions:before {
  content: "\e9ff"; }

.icon-x:before {
  content: "\ea00"; }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

#form-login {
  width: 450px;
  min-height: 400px;
  padding: 32px;
  background: #1d3a67; }
  #form-login img {
    height: 128px;
    margin: 0 auto;
    display: block; }
  #form-login h2 {
    text-align: center; }

.month-selector {
  display: flex;
  align-items: center; }
  .month-selector .month {
    width: 150px;
    text-align: center;
    padding: 4px 16px;
    background: #f5f8fa;
    height: 32px;
    border: 1px solid rgba(29, 58, 103, 0.15);
    border-right: 0;
    border-left: 0; }
  .month-selector .btn-pagination:first-child {
    border-radius: 2px 0 0 2px; }
  .month-selector .btn-pagination:last-child {
    border-radius: 0 2px 2px 0; }
