@charset "UTF-8";
/*
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
 */
@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumSquareR.eot);
  src: local("Nanum Square Regular"), local("NanumSquareR"), url(../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareR.woff2) format("woff2"), url(../fonts/NanumSquareR.woff) format("woff"), url(../fonts/NanumSquareR.ttf) format("truetype"); }
@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/NanumSquareB.eot);
  src: local("Nanum Square Bold"), local("NanumSquareB"), url(../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareB.woff2) format("woff2"), url(../fonts/NanumSquareB.woff) format("woff"), url(../fonts/NanumSquareB.ttf) format("truetype"); }
.text.primary {
  color: #1e88e5; }

.text.color1 {
  color: #26415a; }

.text.color2 {
  color: #4CAF50; }

.text.color3 {
  color: #2897c0; }

.text.point1 {
  color: #FD4A49; }

.text.point2 {
  color: #FED766; }

.text.point3 {
  color: #00BD9D; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100; }
  .datepicker.-from-top- {
    transform: translateY(-8px); }
  .datepicker.-from-right- {
    transform: translateX(8px); }
  .datepicker.-from-bottom- {
    transform: translateY(8px); }
  .datepicker.-from-left- {
    transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none; }
.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table.v-middle tr > th, .table.v-middle tr td {
  vertical-align: middle; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  /* margin-bottom: $navbar-margin-bottom; */
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  display: inline-block;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  color: white; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  list-style: none;
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

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

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

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
input[type="password"].form-control {
  font-family: sans-serif; }

table.table > thead > tr > th {
  font-weight: bold; }
table.table.nowrap-table tr th, table.table.nowrap-table tr td {
  white-space: nowrap;
  min-width: 80px; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
li.dropdown.show {
  display: list-item !important; }

ul.navbar-nav li.nav-item.dropdown .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

ul.dropdown-top > li a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  ul.dropdown-top > li a:last-child {
    border-bottom: none; }

div.form-action {
  margin-top: 20px; }

.nomargin .form-group {
  margin-bottom: 0; }
.nomargin.form-group {
  margin-bottom: 0; }

.form-group-helper .radio-inline {
  height: 34px;
  line-height: 34px; }
  .form-group-helper .radio-inline > input[type='radio'] {
    margin: 8px 4px 0 -20px; }
.form-group-helper .checkbox-inline {
  height: 34px;
  line-height: 34px; }
  .form-group-helper .checkbox-inline > input[type='checkbox'] {
    margin: 8px 4px 0 -20px; }

.modal.vertical-scroll .modal-dialog .modal-content .modal-body {
  height: 500px;
  overflow-y: scroll; }

.panel-default > .panel-heading {
  background-color: transparent;
  color: black;
  border: none;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }
  .panel-default > .panel-heading .panel-title {
    font-size: 20px; }
    .panel-default > .panel-heading .panel-title > a {
      display: block;
      padding: 10px 15px; }

.panel-group .panel {
  background-color: transparent;
  border: none; }

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none; } }
.tooltip-inner {
  white-space: pre-wrap; }

.bootstrap-switch-handle-on.show-default,
.bootstrap-switch-handle-off.show-default,
.bootstrap-switch-label.show-default {
  opacity: 1 !important; }

.switch-default-size .bootstrap-switch {
  border-color: transparent;
  border-collapse: collapse;
  width: 140px !important; }
  .switch-default-size .bootstrap-switch .bootstrap-switch-container {
    width: 210px !important; }
    .switch-default-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on,
    .switch-default-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off,
    .switch-default-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
      width: 70px !important; }

.switch-min-size .bootstrap-switch {
  border-color: transparent;
  border-collapse: collapse;
  width: 100px !important; }
  .switch-min-size .bootstrap-switch .bootstrap-switch-container {
    width: 150px !important; }
    .switch-min-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-on,
    .switch-min-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-handle-off,
    .switch-min-size .bootstrap-switch .bootstrap-switch-container .bootstrap-switch-label {
      width: 50px !important;
      font-size: 13px; }

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important; }

@media (min-width: 1600px) {
  .container {
    width: 1570px; }

  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-pull-11 {
    right: 91.66666667%; }

  .col-xl-pull-10 {
    right: 83.33333333%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-8 {
    right: 66.66666667%; }

  .col-xl-pull-7 {
    right: 58.33333333%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-5 {
    right: 41.66666667%; }

  .col-xl-pull-4 {
    right: 33.33333333%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-2 {
    right: 16.66666667%; }

  .col-xl-pull-1 {
    right: 8.33333333%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-push-11 {
    left: 91.66666667%; }

  .col-xl-push-10 {
    left: 83.33333333%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-8 {
    left: 66.66666667%; }

  .col-xl-push-7 {
    left: 58.33333333%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-5 {
    left: 41.66666667%; }

  .col-xl-push-4 {
    left: 33.33333333%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-2 {
    left: 16.66666667%; }

  .col-xl-push-1 {
    left: 8.33333333%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-offset-12 {
    margin-left: 100%; }

  .col-xl-offset-11 {
    margin-left: 91.66666667%; }

  .col-xl-offset-10 {
    margin-left: 83.33333333%; }

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

  .col-xl-offset-8 {
    margin-left: 66.66666667%; }

  .col-xl-offset-7 {
    margin-left: 58.33333333%; }

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

  .col-xl-offset-5 {
    margin-left: 41.66666667%; }

  .col-xl-offset-4 {
    margin-left: 33.33333333%; }

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

  .col-xl-offset-2 {
    margin-left: 16.66666667%; }

  .col-xl-offset-1 {
    margin-left: 8.33333333%; }

  .col-xl-offset-0 {
    margin-left: 0; }

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

  table.visible-xl {
    display: table; }

  tr.visible-xl {
    display: table-row !important; }

  th.visible-xl, td.visible-xl {
    display: table-cell !important; }

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

  .visible-xl-inline {
    display: inline !important; }

  .visible-xl-inline-block {
    display: inline-block !important; }

  .hidden-xl {
    display: none !important; } }
/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff; }

.bootstrap-switch span::before {
  content: "\200b"; }

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.m-tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding-left: 10px;
  white-space: nowrap; }
  .m-tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .m-tabs .tab a {
      color: #79b8f0;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: color .28s ease;
      transition: color .28s ease; }
      .m-tabs .tab a.active, .m-tabs .tab a:hover {
        background-color: transparent;
        color: #1e88e5;
        font-weight: bold; }
      .m-tabs .tab a:hover {
        cursor: pointer; }
      .m-tabs .tab a.active {
        border-bottom: 2px solid #1e88e5; }
  .m-tabs.point3 a {
    color: #00f0c7; }
    .m-tabs.point3 a.active, .m-tabs.point3 a:hover {
      background-color: transparent;
      color: #00BD9D;
      font-weight: bold; }
    .m-tabs.point3 a.active {
      border-bottom: 2px solid #00BD9D; }

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url("../fonts/weather/weathericons-regular-webfont.eot");
  src: url("../fonts/weather/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weather/weathericons-regular-webfont.woff2") format("woff2"), url("../fonts/weather/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weather/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weather/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.wi {
  display: inline-block;
  font-family: "weathericons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wi-fw {
  width: 1.4em;
  text-align: center; }

.wi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.wi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.wi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.wi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.wi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.wi-day-sunny:before {
  content: ""; }

.wi-day-cloudy:before {
  content: ""; }

.wi-day-cloudy-gusts:before {
  content: ""; }

.wi-day-cloudy-windy:before {
  content: ""; }

.wi-day-fog:before {
  content: ""; }

.wi-day-hail:before {
  content: ""; }

.wi-day-haze:before {
  content: ""; }

.wi-day-lightning:before {
  content: ""; }

.wi-day-rain:before {
  content: ""; }

.wi-day-rain-mix:before {
  content: ""; }

.wi-day-rain-wind:before {
  content: ""; }

.wi-day-showers:before {
  content: ""; }

.wi-day-sleet:before {
  content: ""; }

.wi-day-sleet-storm:before {
  content: ""; }

.wi-day-snow:before {
  content: ""; }

.wi-day-snow-thunderstorm:before {
  content: ""; }

.wi-day-snow-wind:before {
  content: ""; }

.wi-day-sprinkle:before {
  content: ""; }

.wi-day-storm-showers:before {
  content: ""; }

.wi-day-sunny-overcast:before {
  content: ""; }

.wi-day-thunderstorm:before {
  content: ""; }

.wi-day-windy:before {
  content: ""; }

.wi-solar-eclipse:before {
  content: ""; }

.wi-hot:before {
  content: ""; }

.wi-day-cloudy-high:before {
  content: ""; }

.wi-day-light-wind:before {
  content: ""; }

.wi-night-clear:before {
  content: ""; }

.wi-night-alt-cloudy:before {
  content: ""; }

.wi-night-alt-cloudy-gusts:before {
  content: ""; }

.wi-night-alt-cloudy-windy:before {
  content: ""; }

.wi-night-alt-hail:before {
  content: ""; }

.wi-night-alt-lightning:before {
  content: ""; }

.wi-night-alt-rain:before {
  content: ""; }

.wi-night-alt-rain-mix:before {
  content: ""; }

.wi-night-alt-rain-wind:before {
  content: ""; }

.wi-night-alt-showers:before {
  content: ""; }

.wi-night-alt-sleet:before {
  content: ""; }

.wi-night-alt-sleet-storm:before {
  content: ""; }

.wi-night-alt-snow:before {
  content: ""; }

.wi-night-alt-snow-thunderstorm:before {
  content: ""; }

.wi-night-alt-snow-wind:before {
  content: ""; }

.wi-night-alt-sprinkle:before {
  content: ""; }

.wi-night-alt-storm-showers:before {
  content: ""; }

.wi-night-alt-thunderstorm:before {
  content: ""; }

.wi-night-cloudy:before {
  content: ""; }

.wi-night-cloudy-gusts:before {
  content: ""; }

.wi-night-cloudy-windy:before {
  content: ""; }

.wi-night-fog:before {
  content: ""; }

.wi-night-hail:before {
  content: ""; }

.wi-night-lightning:before {
  content: ""; }

.wi-night-partly-cloudy:before {
  content: ""; }

.wi-night-rain:before {
  content: ""; }

.wi-night-rain-mix:before {
  content: ""; }

.wi-night-rain-wind:before {
  content: ""; }

.wi-night-showers:before {
  content: ""; }

.wi-night-sleet:before {
  content: ""; }

.wi-night-sleet-storm:before {
  content: ""; }

.wi-night-snow:before {
  content: ""; }

.wi-night-snow-thunderstorm:before {
  content: ""; }

.wi-night-snow-wind:before {
  content: ""; }

.wi-night-sprinkle:before {
  content: ""; }

.wi-night-storm-showers:before {
  content: ""; }

.wi-night-thunderstorm:before {
  content: ""; }

.wi-lunar-eclipse:before {
  content: ""; }

.wi-stars:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-night-alt-cloudy-high:before {
  content: ""; }

.wi-night-cloudy-high:before {
  content: ""; }

.wi-night-alt-partly-cloudy:before {
  content: ""; }

.wi-cloud:before {
  content: ""; }

.wi-cloudy:before {
  content: ""; }

.wi-cloudy-gusts:before {
  content: ""; }

.wi-cloudy-windy:before {
  content: ""; }

.wi-fog:before {
  content: ""; }

.wi-hail:before {
  content: ""; }

.wi-rain:before {
  content: ""; }

.wi-rain-mix:before {
  content: ""; }

.wi-rain-wind:before {
  content: ""; }

.wi-showers:before {
  content: ""; }

.wi-sleet:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-sprinkle:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-snow-wind:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-smog:before {
  content: ""; }

.wi-smoke:before {
  content: ""; }

.wi-lightning:before {
  content: ""; }

.wi-raindrops:before {
  content: ""; }

.wi-raindrop:before {
  content: ""; }

.wi-dust:before {
  content: ""; }

.wi-snowflake-cold:before {
  content: ""; }

.wi-windy:before {
  content: ""; }

.wi-strong-wind:before {
  content: ""; }

.wi-sandstorm:before {
  content: ""; }

.wi-earthquake:before {
  content: ""; }

.wi-fire:before {
  content: ""; }

.wi-flood:before {
  content: ""; }

.wi-meteor:before {
  content: ""; }

.wi-tsunami:before {
  content: ""; }

.wi-volcano:before {
  content: ""; }

.wi-hurricane:before {
  content: ""; }

.wi-tornado:before {
  content: ""; }

.wi-small-craft-advisory:before {
  content: ""; }

.wi-gale-warning:before {
  content: ""; }

.wi-storm-warning:before {
  content: ""; }

.wi-hurricane-warning:before {
  content: ""; }

.wi-wind-direction:before {
  content: ""; }

.wi-alien:before {
  content: ""; }

.wi-celsius:before {
  content: ""; }

.wi-fahrenheit:before {
  content: ""; }

.wi-degrees:before {
  content: ""; }

.wi-thermometer:before {
  content: ""; }

.wi-thermometer-exterior:before {
  content: ""; }

.wi-thermometer-internal:before {
  content: ""; }

.wi-cloud-down:before {
  content: ""; }

.wi-cloud-up:before {
  content: ""; }

.wi-cloud-refresh:before {
  content: ""; }

.wi-horizon:before {
  content: ""; }

.wi-horizon-alt:before {
  content: ""; }

.wi-sunrise:before {
  content: ""; }

.wi-sunset:before {
  content: ""; }

.wi-moonrise:before {
  content: ""; }

.wi-moonset:before {
  content: ""; }

.wi-refresh:before {
  content: ""; }

.wi-refresh-alt:before {
  content: ""; }

.wi-umbrella:before {
  content: ""; }

.wi-barometer:before {
  content: ""; }

.wi-humidity:before {
  content: ""; }

.wi-na:before {
  content: ""; }

.wi-train:before {
  content: ""; }

.wi-moon-new:before {
  content: ""; }

.wi-moon-waxing-crescent-1:before {
  content: ""; }

.wi-moon-waxing-crescent-2:before {
  content: ""; }

.wi-moon-waxing-crescent-3:before {
  content: ""; }

.wi-moon-waxing-crescent-4:before {
  content: ""; }

.wi-moon-waxing-crescent-5:before {
  content: ""; }

.wi-moon-waxing-crescent-6:before {
  content: ""; }

.wi-moon-first-quarter:before {
  content: ""; }

.wi-moon-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-full:before {
  content: ""; }

.wi-moon-waning-gibbous-1:before {
  content: ""; }

.wi-moon-waning-gibbous-2:before {
  content: ""; }

.wi-moon-waning-gibbous-3:before {
  content: ""; }

.wi-moon-waning-gibbous-4:before {
  content: ""; }

.wi-moon-waning-gibbous-5:before {
  content: ""; }

.wi-moon-waning-gibbous-6:before {
  content: ""; }

.wi-moon-third-quarter:before {
  content: ""; }

.wi-moon-waning-crescent-1:before {
  content: ""; }

.wi-moon-waning-crescent-2:before {
  content: ""; }

.wi-moon-waning-crescent-3:before {
  content: ""; }

.wi-moon-waning-crescent-4:before {
  content: ""; }

.wi-moon-waning-crescent-5:before {
  content: ""; }

.wi-moon-waning-crescent-6:before {
  content: ""; }

.wi-moon-alt-new:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-1:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-2:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-3:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-4:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-5:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-6:before {
  content: ""; }

.wi-moon-alt-first-quarter:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-alt-full:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-6:before {
  content: ""; }

.wi-moon-alt-third-quarter:before {
  content: ""; }

.wi-moon-alt-waning-crescent-1:before {
  content: ""; }

.wi-moon-alt-waning-crescent-2:before {
  content: ""; }

.wi-moon-alt-waning-crescent-3:before {
  content: ""; }

.wi-moon-alt-waning-crescent-4:before {
  content: ""; }

.wi-moon-alt-waning-crescent-5:before {
  content: ""; }

.wi-moon-alt-waning-crescent-6:before {
  content: ""; }

.wi-moon-0:before {
  content: ""; }

.wi-moon-1:before {
  content: ""; }

.wi-moon-2:before {
  content: ""; }

.wi-moon-3:before {
  content: ""; }

.wi-moon-4:before {
  content: ""; }

.wi-moon-5:before {
  content: ""; }

.wi-moon-6:before {
  content: ""; }

.wi-moon-7:before {
  content: ""; }

.wi-moon-8:before {
  content: ""; }

.wi-moon-9:before {
  content: ""; }

.wi-moon-10:before {
  content: ""; }

.wi-moon-11:before {
  content: ""; }

.wi-moon-12:before {
  content: ""; }

.wi-moon-13:before {
  content: ""; }

.wi-moon-14:before {
  content: ""; }

.wi-moon-15:before {
  content: ""; }

.wi-moon-16:before {
  content: ""; }

.wi-moon-17:before {
  content: ""; }

.wi-moon-18:before {
  content: ""; }

.wi-moon-19:before {
  content: ""; }

.wi-moon-20:before {
  content: ""; }

.wi-moon-21:before {
  content: ""; }

.wi-moon-22:before {
  content: ""; }

.wi-moon-23:before {
  content: ""; }

.wi-moon-24:before {
  content: ""; }

.wi-moon-25:before {
  content: ""; }

.wi-moon-26:before {
  content: ""; }

.wi-moon-27:before {
  content: ""; }

.wi-time-1:before {
  content: ""; }

.wi-time-2:before {
  content: ""; }

.wi-time-3:before {
  content: ""; }

.wi-time-4:before {
  content: ""; }

.wi-time-5:before {
  content: ""; }

.wi-time-6:before {
  content: ""; }

.wi-time-7:before {
  content: ""; }

.wi-time-8:before {
  content: ""; }

.wi-time-9:before {
  content: ""; }

.wi-time-10:before {
  content: ""; }

.wi-time-11:before {
  content: ""; }

.wi-time-12:before {
  content: ""; }

.wi-direction-up:before {
  content: ""; }

.wi-direction-up-right:before {
  content: ""; }

.wi-direction-right:before {
  content: ""; }

.wi-direction-down-right:before {
  content: ""; }

.wi-direction-down:before {
  content: ""; }

.wi-direction-down-left:before {
  content: ""; }

.wi-direction-left:before {
  content: ""; }

.wi-direction-up-left:before {
  content: ""; }

.wi-wind-beaufort-0:before {
  content: ""; }

.wi-wind-beaufort-1:before {
  content: ""; }

.wi-wind-beaufort-2:before {
  content: ""; }

.wi-wind-beaufort-3:before {
  content: ""; }

.wi-wind-beaufort-4:before {
  content: ""; }

.wi-wind-beaufort-5:before {
  content: ""; }

.wi-wind-beaufort-6:before {
  content: ""; }

.wi-wind-beaufort-7:before {
  content: ""; }

.wi-wind-beaufort-8:before {
  content: ""; }

.wi-wind-beaufort-9:before {
  content: ""; }

.wi-wind-beaufort-10:before {
  content: ""; }

.wi-wind-beaufort-11:before {
  content: ""; }

.wi-wind-beaufort-12:before {
  content: ""; }

.wi-yahoo-0:before {
  content: ""; }

.wi-yahoo-1:before {
  content: ""; }

.wi-yahoo-2:before {
  content: ""; }

.wi-yahoo-3:before {
  content: ""; }

.wi-yahoo-4:before {
  content: ""; }

.wi-yahoo-5:before {
  content: ""; }

.wi-yahoo-6:before {
  content: ""; }

.wi-yahoo-7:before {
  content: ""; }

.wi-yahoo-8:before {
  content: ""; }

.wi-yahoo-9:before {
  content: ""; }

.wi-yahoo-10:before {
  content: ""; }

.wi-yahoo-11:before {
  content: ""; }

.wi-yahoo-12:before {
  content: ""; }

.wi-yahoo-13:before {
  content: ""; }

.wi-yahoo-14:before {
  content: ""; }

.wi-yahoo-15:before {
  content: ""; }

.wi-yahoo-16:before {
  content: ""; }

.wi-yahoo-17:before {
  content: ""; }

.wi-yahoo-18:before {
  content: ""; }

.wi-yahoo-19:before {
  content: ""; }

.wi-yahoo-20:before {
  content: ""; }

.wi-yahoo-21:before {
  content: ""; }

.wi-yahoo-22:before {
  content: ""; }

.wi-yahoo-23:before {
  content: ""; }

.wi-yahoo-24:before {
  content: ""; }

.wi-yahoo-25:before {
  content: ""; }

.wi-yahoo-26:before {
  content: ""; }

.wi-yahoo-27:before {
  content: ""; }

.wi-yahoo-28:before {
  content: ""; }

.wi-yahoo-29:before {
  content: ""; }

.wi-yahoo-30:before {
  content: ""; }

.wi-yahoo-31:before {
  content: ""; }

.wi-yahoo-32:before {
  content: ""; }

.wi-yahoo-33:before {
  content: ""; }

.wi-yahoo-34:before {
  content: ""; }

.wi-yahoo-35:before {
  content: ""; }

.wi-yahoo-36:before {
  content: ""; }

.wi-yahoo-37:before {
  content: ""; }

.wi-yahoo-38:before {
  content: ""; }

.wi-yahoo-39:before {
  content: ""; }

.wi-yahoo-40:before {
  content: ""; }

.wi-yahoo-41:before {
  content: ""; }

.wi-yahoo-42:before {
  content: ""; }

.wi-yahoo-43:before {
  content: ""; }

.wi-yahoo-44:before {
  content: ""; }

.wi-yahoo-45:before {
  content: ""; }

.wi-yahoo-46:before {
  content: ""; }

.wi-yahoo-47:before {
  content: ""; }

.wi-yahoo-3200:before {
  content: ""; }

.wi-forecast-io-clear-day:before {
  content: ""; }

.wi-forecast-io-clear-night:before {
  content: ""; }

.wi-forecast-io-rain:before {
  content: ""; }

.wi-forecast-io-snow:before {
  content: ""; }

.wi-forecast-io-sleet:before {
  content: ""; }

.wi-forecast-io-wind:before {
  content: ""; }

.wi-forecast-io-fog:before {
  content: ""; }

.wi-forecast-io-cloudy:before {
  content: ""; }

.wi-forecast-io-partly-cloudy-day:before {
  content: ""; }

.wi-forecast-io-partly-cloudy-night:before {
  content: ""; }

.wi-forecast-io-hail:before {
  content: ""; }

.wi-forecast-io-thunderstorm:before {
  content: ""; }

.wi-forecast-io-tornado:before {
  content: ""; }

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
  content: ""; }

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
  content: ""; }

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
  content: ""; }

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
  content: ""; }

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
  content: ""; }

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
  content: ""; }

.wi-wmo4680-10:before {
  content: ""; }

.wi-wmo4680-11:before {
  content: ""; }

.wi-wmo4680-12:before {
  content: ""; }

.wi-wmo4680-18:before {
  content: ""; }

.wi-wmo4680-20:before {
  content: ""; }

.wi-wmo4680-21:before {
  content: ""; }

.wi-wmo4680-22:before {
  content: ""; }

.wi-wmo4680-23:before {
  content: ""; }

.wi-wmo4680-24:before {
  content: ""; }

.wi-wmo4680-25:before {
  content: ""; }

.wi-wmo4680-26:before {
  content: ""; }

.wi-wmo4680-27:before {
  content: ""; }

.wi-wmo4680-28:before {
  content: ""; }

.wi-wmo4680-29:before {
  content: ""; }

.wi-wmo4680-30:before {
  content: ""; }

.wi-wmo4680-31:before {
  content: ""; }

.wi-wmo4680-32:before {
  content: ""; }

.wi-wmo4680-33:before {
  content: ""; }

.wi-wmo4680-34:before {
  content: ""; }

.wi-wmo4680-35:before {
  content: ""; }

.wi-wmo4680-40:before {
  content: ""; }

.wi-wmo4680-41:before {
  content: ""; }

.wi-wmo4680-42:before {
  content: ""; }

.wi-wmo4680-43:before {
  content: ""; }

.wi-wmo4680-44:before {
  content: ""; }

.wi-wmo4680-45:before {
  content: ""; }

.wi-wmo4680-46:before {
  content: ""; }

.wi-wmo4680-47:before {
  content: ""; }

.wi-wmo4680-48:before {
  content: ""; }

.wi-wmo4680-50:before {
  content: ""; }

.wi-wmo4680-51:before {
  content: ""; }

.wi-wmo4680-52:before {
  content: ""; }

.wi-wmo4680-53:before {
  content: ""; }

.wi-wmo4680-54:before {
  content: ""; }

.wi-wmo4680-55:before {
  content: ""; }

.wi-wmo4680-56:before {
  content: ""; }

.wi-wmo4680-57:before {
  content: ""; }

.wi-wmo4680-58:before {
  content: ""; }

.wi-wmo4680-60:before {
  content: ""; }

.wi-wmo4680-61:before {
  content: ""; }

.wi-wmo4680-62:before {
  content: ""; }

.wi-wmo4680-63:before {
  content: ""; }

.wi-wmo4680-64:before {
  content: ""; }

.wi-wmo4680-65:before {
  content: ""; }

.wi-wmo4680-66:before {
  content: ""; }

.wi-wmo4680-67:before {
  content: ""; }

.wi-wmo4680-68:before {
  content: ""; }

.wi-wmo4680-70:before {
  content: ""; }

.wi-wmo4680-71:before {
  content: ""; }

.wi-wmo4680-72:before {
  content: ""; }

.wi-wmo4680-73:before {
  content: ""; }

.wi-wmo4680-74:before {
  content: ""; }

.wi-wmo4680-75:before {
  content: ""; }

.wi-wmo4680-76:before {
  content: ""; }

.wi-wmo4680-77:before {
  content: ""; }

.wi-wmo4680-78:before {
  content: ""; }

.wi-wmo4680-80:before {
  content: ""; }

.wi-wmo4680-81:before {
  content: ""; }

.wi-wmo4680-82:before {
  content: ""; }

.wi-wmo4680-83:before {
  content: ""; }

.wi-wmo4680-84:before {
  content: ""; }

.wi-wmo4680-85:before {
  content: ""; }

.wi-wmo4680-86:before {
  content: ""; }

.wi-wmo4680-87:before {
  content: ""; }

.wi-wmo4680-89:before {
  content: ""; }

.wi-wmo4680-90:before {
  content: ""; }

.wi-wmo4680-91:before {
  content: ""; }

.wi-wmo4680-92:before {
  content: ""; }

.wi-wmo4680-93:before {
  content: ""; }

.wi-wmo4680-94:before {
  content: ""; }

.wi-wmo4680-95:before {
  content: ""; }

.wi-wmo4680-96:before {
  content: ""; }

.wi-wmo4680-99:before {
  content: ""; }

.wi-owm-200:before {
  content: ""; }

.wi-owm-201:before {
  content: ""; }

.wi-owm-202:before {
  content: ""; }

.wi-owm-210:before {
  content: ""; }

.wi-owm-211:before {
  content: ""; }

.wi-owm-212:before {
  content: ""; }

.wi-owm-221:before {
  content: ""; }

.wi-owm-230:before {
  content: ""; }

.wi-owm-231:before {
  content: ""; }

.wi-owm-232:before {
  content: ""; }

.wi-owm-300:before {
  content: ""; }

.wi-owm-301:before {
  content: ""; }

.wi-owm-302:before {
  content: ""; }

.wi-owm-310:before {
  content: ""; }

.wi-owm-311:before {
  content: ""; }

.wi-owm-312:before {
  content: ""; }

.wi-owm-313:before {
  content: ""; }

.wi-owm-314:before {
  content: ""; }

.wi-owm-321:before {
  content: ""; }

.wi-owm-500:before {
  content: ""; }

.wi-owm-501:before {
  content: ""; }

.wi-owm-502:before {
  content: ""; }

.wi-owm-503:before {
  content: ""; }

.wi-owm-504:before {
  content: ""; }

.wi-owm-511:before {
  content: ""; }

.wi-owm-520:before {
  content: ""; }

.wi-owm-521:before {
  content: ""; }

.wi-owm-522:before {
  content: ""; }

.wi-owm-531:before {
  content: ""; }

.wi-owm-600:before {
  content: ""; }

.wi-owm-601:before {
  content: ""; }

.wi-owm-602:before {
  content: ""; }

.wi-owm-611:before {
  content: ""; }

.wi-owm-612:before {
  content: ""; }

.wi-owm-615:before {
  content: ""; }

.wi-owm-616:before {
  content: ""; }

.wi-owm-620:before {
  content: ""; }

.wi-owm-621:before {
  content: ""; }

.wi-owm-622:before {
  content: ""; }

.wi-owm-701:before {
  content: ""; }

.wi-owm-711:before {
  content: ""; }

.wi-owm-721:before {
  content: ""; }

.wi-owm-731:before {
  content: ""; }

.wi-owm-741:before {
  content: ""; }

.wi-owm-761:before {
  content: ""; }

.wi-owm-762:before {
  content: ""; }

.wi-owm-771:before {
  content: ""; }

.wi-owm-781:before {
  content: ""; }

.wi-owm-800:before {
  content: ""; }

.wi-owm-801:before {
  content: ""; }

.wi-owm-802:before {
  content: ""; }

.wi-owm-803:before {
  content: ""; }

.wi-owm-804:before {
  content: ""; }

.wi-owm-900:before {
  content: ""; }

.wi-owm-901:before {
  content: ""; }

.wi-owm-902:before {
  content: ""; }

.wi-owm-903:before {
  content: ""; }

.wi-owm-904:before {
  content: ""; }

.wi-owm-905:before {
  content: ""; }

.wi-owm-906:before {
  content: ""; }

.wi-owm-957:before {
  content: ""; }

.wi-owm-day-200:before {
  content: ""; }

.wi-owm-day-201:before {
  content: ""; }

.wi-owm-day-202:before {
  content: ""; }

.wi-owm-day-210:before {
  content: ""; }

.wi-owm-day-211:before {
  content: ""; }

.wi-owm-day-212:before {
  content: ""; }

.wi-owm-day-221:before {
  content: ""; }

.wi-owm-day-230:before {
  content: ""; }

.wi-owm-day-231:before {
  content: ""; }

.wi-owm-day-232:before {
  content: ""; }

.wi-owm-day-300:before {
  content: ""; }

.wi-owm-day-301:before {
  content: ""; }

.wi-owm-day-302:before {
  content: ""; }

.wi-owm-day-310:before {
  content: ""; }

.wi-owm-day-311:before {
  content: ""; }

.wi-owm-day-312:before {
  content: ""; }

.wi-owm-day-313:before {
  content: ""; }

.wi-owm-day-314:before {
  content: ""; }

.wi-owm-day-321:before {
  content: ""; }

.wi-owm-day-500:before {
  content: ""; }

.wi-owm-day-501:before {
  content: ""; }

.wi-owm-day-502:before {
  content: ""; }

.wi-owm-day-503:before {
  content: ""; }

.wi-owm-day-504:before {
  content: ""; }

.wi-owm-day-511:before {
  content: ""; }

.wi-owm-day-520:before {
  content: ""; }

.wi-owm-day-521:before {
  content: ""; }

.wi-owm-day-522:before {
  content: ""; }

.wi-owm-day-531:before {
  content: ""; }

.wi-owm-day-600:before {
  content: ""; }

.wi-owm-day-601:before {
  content: ""; }

.wi-owm-day-602:before {
  content: ""; }

.wi-owm-day-611:before {
  content: ""; }

.wi-owm-day-612:before {
  content: ""; }

.wi-owm-day-615:before {
  content: ""; }

.wi-owm-day-616:before {
  content: ""; }

.wi-owm-day-620:before {
  content: ""; }

.wi-owm-day-621:before {
  content: ""; }

.wi-owm-day-622:before {
  content: ""; }

.wi-owm-day-701:before {
  content: ""; }

.wi-owm-day-711:before {
  content: ""; }

.wi-owm-day-721:before {
  content: ""; }

.wi-owm-day-731:before {
  content: ""; }

.wi-owm-day-741:before {
  content: ""; }

.wi-owm-day-761:before {
  content: ""; }

.wi-owm-day-762:before {
  content: ""; }

.wi-owm-day-781:before {
  content: ""; }

.wi-owm-day-800:before {
  content: ""; }

.wi-owm-day-801:before {
  content: ""; }

.wi-owm-day-802:before {
  content: ""; }

.wi-owm-day-803:before {
  content: ""; }

.wi-owm-day-804:before {
  content: ""; }

.wi-owm-day-900:before {
  content: ""; }

.wi-owm-day-902:before {
  content: ""; }

.wi-owm-day-903:before {
  content: ""; }

.wi-owm-day-904:before {
  content: ""; }

.wi-owm-day-906:before {
  content: ""; }

.wi-owm-day-957:before {
  content: ""; }

.wi-owm-night-200:before {
  content: ""; }

.wi-owm-night-201:before {
  content: ""; }

.wi-owm-night-202:before {
  content: ""; }

.wi-owm-night-210:before {
  content: ""; }

.wi-owm-night-211:before {
  content: ""; }

.wi-owm-night-212:before {
  content: ""; }

.wi-owm-night-221:before {
  content: ""; }

.wi-owm-night-230:before {
  content: ""; }

.wi-owm-night-231:before {
  content: ""; }

.wi-owm-night-232:before {
  content: ""; }

.wi-owm-night-300:before {
  content: ""; }

.wi-owm-night-301:before {
  content: ""; }

.wi-owm-night-302:before {
  content: ""; }

.wi-owm-night-310:before {
  content: ""; }

.wi-owm-night-311:before {
  content: ""; }

.wi-owm-night-312:before {
  content: ""; }

.wi-owm-night-313:before {
  content: ""; }

.wi-owm-night-314:before {
  content: ""; }

.wi-owm-night-321:before {
  content: ""; }

.wi-owm-night-500:before {
  content: ""; }

.wi-owm-night-501:before {
  content: ""; }

.wi-owm-night-502:before {
  content: ""; }

.wi-owm-night-503:before {
  content: ""; }

.wi-owm-night-504:before {
  content: ""; }

.wi-owm-night-511:before {
  content: ""; }

.wi-owm-night-520:before {
  content: ""; }

.wi-owm-night-521:before {
  content: ""; }

.wi-owm-night-522:before {
  content: ""; }

.wi-owm-night-531:before {
  content: ""; }

.wi-owm-night-600:before {
  content: ""; }

.wi-owm-night-601:before {
  content: ""; }

.wi-owm-night-602:before {
  content: ""; }

.wi-owm-night-611:before {
  content: ""; }

.wi-owm-night-612:before {
  content: ""; }

.wi-owm-night-615:before {
  content: ""; }

.wi-owm-night-616:before {
  content: ""; }

.wi-owm-night-620:before {
  content: ""; }

.wi-owm-night-621:before {
  content: ""; }

.wi-owm-night-622:before {
  content: ""; }

.wi-owm-night-701:before {
  content: ""; }

.wi-owm-night-711:before {
  content: ""; }

.wi-owm-night-721:before {
  content: ""; }

.wi-owm-night-731:before {
  content: ""; }

.wi-owm-night-741:before {
  content: ""; }

.wi-owm-night-761:before {
  content: ""; }

.wi-owm-night-762:before {
  content: ""; }

.wi-owm-night-781:before {
  content: ""; }

.wi-owm-night-800:before {
  content: ""; }

.wi-owm-night-801:before {
  content: ""; }

.wi-owm-night-802:before {
  content: ""; }

.wi-owm-night-803:before {
  content: ""; }

.wi-owm-night-804:before {
  content: ""; }

.wi-owm-night-900:before {
  content: ""; }

.wi-owm-night-902:before {
  content: ""; }

.wi-owm-night-903:before {
  content: ""; }

.wi-owm-night-904:before {
  content: ""; }

.wi-owm-night-906:before {
  content: ""; }

.wi-owm-night-957:before {
  content: ""; }

.wi-wu-chanceflurries:before {
  content: ""; }

.wi-wu-chancerain:before {
  content: ""; }

.wi-wu-chancesleat:before {
  content: ""; }

.wi-wu-chancesnow:before {
  content: ""; }

.wi-wu-chancetstorms:before {
  content: ""; }

.wi-wu-clear:before {
  content: ""; }

.wi-wu-cloudy:before {
  content: ""; }

.wi-wu-flurries:before {
  content: ""; }

.wi-wu-hazy:before {
  content: ""; }

.wi-wu-mostlycloudy:before {
  content: ""; }

.wi-wu-mostlysunny:before {
  content: ""; }

.wi-wu-partlycloudy:before {
  content: ""; }

.wi-wu-partlysunny:before {
  content: ""; }

.wi-wu-rain:before {
  content: ""; }

.wi-wu-sleat:before {
  content: ""; }

.wi-wu-snow:before {
  content: ""; }

.wi-wu-sunny:before {
  content: ""; }

.wi-wu-tstorms:before {
  content: ""; }

.wi-wu-unknown:before {
  content: ""; }

@font-face {
  font-family: "dripicons-weather";
  src: url("../fonts/weather-icons/dripicons-weather.eot");
  src: url("../fonts/weather-icons/dripicons-weather.eot?#iefix") format("embedded-opentype"), url("../fonts/weather-icons/dripicons-weather.woff") format("woff"), url("../fonts/weather-icons/dripicons-weather.ttf") format("truetype"), url("../fonts/weather-icons/dripicons-weather.svg#dripicons-weather") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "dripicons-weather" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="diw-"]:before,
[class*=" diw-"]:before {
  font-family: "dripicons-weather" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.diw-cloud:before {
  content: "a"; }

.diw-cloud-drizzle:before {
  content: "b"; }

.diw-cloud-drizzle-lightning:before {
  content: "c"; }

.diw-cloud-drizzle-lightning-moon:before {
  content: "d"; }

.diw-cloud-drizzle-lightning-sun:before {
  content: "e"; }

.diw-cloud-drizzle-lightning-sun-2:before {
  content: "f"; }

.diw-cloud-drizzle-moon:before {
  content: "g"; }

.diw-cloud-drizzle-sun:before {
  content: "h"; }

.diw-cloud-drizzle-sun-2:before {
  content: "i"; }

.diw-cloud-fog:before {
  content: "j"; }

.diw-cloud-fog-2:before {
  content: "k"; }

.diw-cloud-fog-moon:before {
  content: "l"; }

.diw-cloud-fog-sun:before {
  content: "m"; }

.diw-cloud-fog-sun-2:before {
  content: "n"; }

.diw-cloud-hail:before {
  content: "o"; }

.diw-cloud-hail-lightning:before {
  content: "p"; }

.diw-cloud-hail-lightning-moon:before {
  content: "q"; }

.diw-cloud-hail-lightning-sun:before {
  content: "r"; }

.diw-cloud-hail-lightning-sun-2:before {
  content: "s"; }

.diw-cloud-hail-moon:before {
  content: "t"; }

.diw-cloud-hail-sun:before {
  content: "u"; }

.diw-cloud-hail-sun-2:before {
  content: "v"; }

.diw-cloud-lightning:before {
  content: "w"; }

.diw-cloud-lightning-moon:before {
  content: "x"; }

.diw-cloud-lightning-sun:before {
  content: "y"; }

.diw-cloud-lightning-sun-2:before {
  content: "z"; }

.diw-cloud-moon:before {
  content: "A"; }

.diw-cloud-rain:before {
  content: "B"; }

.diw-cloud-rain-2:before {
  content: "C"; }

.diw-cloud-rain-2-moon:before {
  content: "D"; }

.diw-cloud-rain-2-sun:before {
  content: "E"; }

.diw-cloud-rain-2-sun-2:before {
  content: "F"; }

.diw-cloud-rain-lightning:before {
  content: "G"; }

.diw-cloud-rain-lightning-moon:before {
  content: "H"; }

.diw-cloud-rain-lightning-sun:before {
  content: "I"; }

.diw-cloud-rain-lightning-sun-2:before {
  content: "J"; }

.diw-cloud-rain-moon:before {
  content: "K"; }

.diw-cloud-rain-sun:before {
  content: "L"; }

.diw-cloud-rain-sun-2:before {
  content: "M"; }

.diw-cloud-snow:before {
  content: "N"; }

.diw-cloud-snow-moon:before {
  content: "O"; }

.diw-cloud-snow-sun:before {
  content: "P"; }

.diw-cloud-snow-sun-2:before {
  content: "Q"; }

.diw-cloud-sun:before {
  content: "R"; }

.diw-cloud-sun-2:before {
  content: "S"; }

.diw-cloud-wind:before {
  content: "T"; }

.diw-cloud-wind-2:before {
  content: "U"; }

.diw-cloud-wind-2-moon:before {
  content: "V"; }

.diw-cloud-wind-2-sun:before {
  content: "W"; }

.diw-cloud-wind-2-sun-2:before {
  content: "X"; }

.diw-cloud-wind-moon:before {
  content: "Y"; }

.diw-cloud-wind-sun:before {
  content: "Z"; }

.diw-cloud-wind-sun-2:before {
  content: "0"; }

.diw-clouds:before {
  content: "1"; }

.diw-clouds-moon:before {
  content: "2"; }

.diw-clouds-sun:before {
  content: "3"; }

.diw-clouds-sun-2:before {
  content: "4"; }

.diw-compass-east:before {
  content: "5"; }

.diw-compass-north:before {
  content: "6"; }

.diw-compass-south:before {
  content: "7"; }

.diw-compass-west:before {
  content: "8"; }

.diw-degrees-celcius:before {
  content: "9"; }

.diw-degrees-fahrenheit:before {
  content: "!"; }

.diw-drizzle:before {
  content: "\""; }

.diw-flag:before {
  content: "#"; }

.diw-fog:before {
  content: "$"; }

.diw-hail:before {
  content: "%"; }

.diw-lightning:before {
  content: "&"; }

.diw-moon-25:before {
  content: "'"; }

.diw-moon-50:before {
  content: "("; }

.diw-moon-75:before {
  content: ")"; }

.diw-moon-100:before {
  content: "*"; }

.diw-moon-stars:before {
  content: "+"; }

.diw-rain:before {
  content: ","; }

.diw-raindrop:before {
  content: "-"; }

.diw-snow:before {
  content: "."; }

.diw-sun:before {
  content: "/"; }

.diw-sun-eclipse:before {
  content: ":"; }

.diw-sun-low:before {
  content: ";"; }

.diw-sun-lower:before {
  content: "<"; }

.diw-sun-rise:before {
  content: "="; }

.diw-sun-set:before {
  content: ">"; }

.diw-thermometer-25:before {
  content: "?"; }

.diw-thermometer-50:before {
  content: "@"; }

.diw-thermometer-75:before {
  content: "["; }

.diw-thermometer-100:before {
  content: "]"; }

.diw-tornado:before {
  content: "^"; }

.diw-umbrella:before {
  content: "_"; }

.diw-umbrella-drizzle:before {
  content: "`"; }

.diw-wet:before {
  content: "{"; }

.diw-wind:before {
  content: "|"; }

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px); }

* {
  outline: none; }

body {
  background: #fff;
  font-family: "Poppins",sans-serif;
  margin: 0;
  color: #67757c;
  font-weight: 300;
  padding: 70px 0 0 0; }

html {
  position: relative;
  min-height: 100%;
  background: #fff; }

a:hover, a:focus {
  text-decoration: none; }
a.link {
  color: #455a64; }
  a.link:hover, a.link:focus {
    color: #009efb; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before, html body .mdi-set {
  line-height: initial; }

h1, h2, h3, h4, h5, h6 {
  color: #455a64;
  font-family: "Poppins",sans-serif;
  font-weight: 400; }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 24px; }

h3 {
  line-height: 30px;
  font-size: 21px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400; }

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }
html body .db {
  display: block; }

.no-wrap td, .no-wrap th {
  white-space: nowrap; }

html body blockquote {
  border-left: 5px solid #009efb;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

html body .p-0 {
  padding: 0px; }
html body .p-10 {
  padding: 10px; }
html body .p-20 {
  padding: 20px; }
html body .p-30 {
  padding: 30px; }
html body .p-l-0 {
  padding-left: 0px; }
html body .p-l-10 {
  padding-left: 10px; }
html body .p-l-20 {
  padding-left: 20px; }
html body .p-r-0 {
  padding-right: 0px; }
html body .p-r-10 {
  padding-right: 10px; }
html body .p-r-20 {
  padding-right: 20px; }
html body .p-r-30 {
  padding-right: 30px; }
html body .p-r-40 {
  padding-right: 40px; }
html body .p-t-0 {
  padding-top: 0px; }
html body .p-t-10 {
  padding-top: 10px; }
html body .p-t-20 {
  padding-top: 20px; }
html body .p-t-30 {
  padding-top: 30px; }
html body .p-b-0 {
  padding-bottom: 0px; }
html body .p-b-5 {
  padding-bottom: 5px; }
html body .p-b-10 {
  padding-bottom: 10px; }
html body .p-b-20 {
  padding-bottom: 20px; }
html body .p-b-30 {
  padding-bottom: 30px; }
html body .p-b-40 {
  padding-bottom: 40px; }
html body .m-0 {
  margin: 0px; }
html body .m-l-5 {
  margin-left: 5px; }
html body .m-l-10 {
  margin-left: 10px; }
html body .m-l-15 {
  margin-left: 15px; }
html body .m-l-20 {
  margin-left: 20px; }
html body .m-l-30 {
  margin-left: 30px; }
html body .m-l-40 {
  margin-left: 40px; }
html body .m-r-5 {
  margin-right: 5px; }
html body .m-r-10 {
  margin-right: 10px; }
html body .m-r-15 {
  margin-right: 15px; }
html body .m-r-20 {
  margin-right: 20px; }
html body .m-r-30 {
  margin-right: 30px; }
html body .m-r-40 {
  margin-right: 40px; }
html body .m-t-0 {
  margin-top: 0px; }
html body .m-t-5 {
  margin-top: 5px; }
html body .m-t-10 {
  margin-top: 10px; }
html body .m-t-15 {
  margin-top: 15px; }
html body .m-t-20 {
  margin-top: 20px; }
html body .m-t-30 {
  margin-top: 30px; }
html body .m-t-40 {
  margin-top: 40px; }
html body .m-b-0 {
  margin-bottom: 0px; }
html body .m-b-5 {
  margin-bottom: 5px; }
html body .m-b-10 {
  margin-bottom: 10px; }
html body .m-b-15 {
  margin-bottom: 15px; }
html body .m-b-20 {
  margin-bottom: 20px; }
html body .m-b-30 {
  margin-bottom: 30px; }
html body .m-b-40 {
  margin-bottom: 40px; }
html body .vt {
  vertical-align: top; }
html body .vm {
  vertical-align: middle; }
html body .vb {
  vertical-align: bottom; }

.op-5 {
  opacity: 0.5; }

html body .font-bold {
  font-weight: 700; }
html body .font-normal {
  font-weight: normal; }
html body .font-light {
  font-weight: 300; }
html body .font-medium {
  font-weight: 500; }
html body .font-16 {
  font-size: 16px; }
html body .font-14 {
  font-size: 14px; }
html body .font-10 {
  font-size: 10px; }
html body .font-18 {
  font-size: 18px; }
html body .font-20 {
  font-size: 20px; }
html body .b-0 {
  border: none; }
html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13); }

.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide, .hide1, .hide2, .hide3 {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }

.text-white {
  color: #fff !important; }

.text-danger {
  color: #fc4b6c !important; }

.text-muted {
  color: #99abb4 !important; }

.text-warning {
  color: #ffb22b !important; }

.text-success {
  color: #26c6da !important; }

.text-info {
  color: #1e88e5 !important; }

.text-inverse {
  color: #2f3d4a !important; }

html body .text-blue {
  color: #02bec9; }
html body .text-purple, html body .text-primary {
  color: #7460ee; }
html body .text-megna {
  color: #00897b; }
html body .text-dark {
  color: #67757c; }
html body .text-themecolor {
  color: #009efb; }

.bg-primary {
  background-color: #7460ee !important; }

.bg-success {
  background-color: #26c6da !important; }

.bg-info {
  background-color: #1e88e5 !important; }

.bg-warning {
  background-color: #ffb22b !important; }

.bg-danger {
  background-color: #fc4b6c !important; }

html body .bg-megna {
  background-color: #00897b; }
html body .bg-theme {
  background-color: #009efb; }
html body .bg-inverse {
  background-color: #2f3d4a; }
html body .bg-purple {
  background-color: #7460ee; }
html body .bg-light-primary {
  background-color: #f1effd; }
html body .bg-light-success {
  background-color: #e8fdeb; }
html body .bg-light-info {
  background-color: #cfecfe; }
html body .bg-light-extra {
  background-color: #ebf3f5; }
html body .bg-light-warning {
  background-color: #fff8ec; }
html body .bg-light-danger {
  background-color: #f9e7eb; }
html body .bg-light-inverse {
  background-color: #f6f6f6; }
html body .bg-light {
  background-color: #f2f4f8; }
html body .bg-white {
  background-color: #fff; }

.round {
  line-height: 48px;
  color: #fff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #1e88e5; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #1e88e5; }
.round.round-warning {
  background: #ffb22b; }
.round.round-danger {
  background: #fc4b6c; }
.round.round-success {
  background: #26c6da; }
.round.round-primary {
  background: #7460ee; }

.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #00897b; }

.label-success {
  background-color: #26c6da; }

.label-info {
  background-color: #1e88e5; }

.label-warning {
  background-color: #ffb22b; }

.label-danger {
  background-color: #fc4b6c; }

.label-megna {
  background-color: #00897b; }

.label-primary, .label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #2f3d4a; }

.label-default {
  background-color: #f2f4f8; }

.label-white {
  background-color: #fff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #26c6da; }

.label-light-info {
  background-color: #cfecfe;
  color: #1e88e5; }

.label-light-warning {
  background-color: #fff8ec;
  color: #ffb22b; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #fc4b6c; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #00897b; }

.label-light-primary {
  background-color: #f1effd;
  color: #7460ee; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.pagination > li > a, .pagination > li > span {
  color: #263238; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #f2f4f8; }

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left; }
  .pagination-split li:first-child {
    margin-left: 0; }
  .pagination-split li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #009efb;
  border-color: #009efb; }

.pager li > a, .pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238; }

.table-box {
  display: table;
  width: 100%; }

.table.no-border tbody td {
  border: 0px; }

.cell {
  display: table-cell;
  vertical-align: middle; }

.table td, .table th {
  border-color: #f3f1f1; }
.table thead th, .table th {
  font-weight: 500; }

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

.v-middle td, .v-middle th {
  vertical-align: middle; }

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }

html body .waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }

.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #26c6da; }

.badge-info {
  background-color: #1e88e5; }

.badge-primary {
  background-color: #7460ee; }

.badge-warning {
  background-color: #ffb22b; }

.badge-danger {
  background-color: #fc4b6c; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #2f3d4a; }

.btn {
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer; }

.btn-group label {
  color: #fff !important;
  margin-bottom: 0px; }
  .btn-group label.btn-secondary {
    color: #67757c !important; }

.btn-lg, .btn-group-lg > .btn {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.btn-md {
  padding: 12px 55px;
  font-size: 16px; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }
  .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px; }
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px; }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px; }

.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: 12px; }

.btn-xs, .btn-group-xs > .btn {
  padding: .25rem .5rem;
  font-size: 10px; }

.button-list button, .button-list a {
  margin: 5px 12px 5px 0; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px; }
  .btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn {
    padding: .75rem 1.5rem; }
  .btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn {
    padding: .25rem .5rem;
    font-size: 12px; }
  .btn-rounded.btn-xs, .btn-group-xs > .btn-rounded.btn {
    padding: .25rem .5rem;
    font-size: 10px; }
  .btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px; }

.btn-secondary {
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  transition: 0.2s ease-in; }
  .btn-secondary.disabled {
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
    transition: 0.2s ease-in; }
  .btn-secondary:hover, .btn-secondary.disabled:hover, .btn-secondary.active, .btn-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2); }
  .btn-secondary.disabled.active, .btn-secondary.disabled:focus {
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2); }

.btn-primary {
  background: #7460ee;
  border: 1px solid #7460ee;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn-primary.disabled {
    background: #7460ee;
    border: 1px solid #7460ee;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    transition: 0.2s ease-in; }
  .btn-primary:hover, .btn-primary.disabled:hover {
    background: #7460ee;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
    border: 1px solid #7460ee; }
  .btn-primary.active, .btn-primary:focus {
    background: #6352ce;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2); }
  .btn-primary.disabled.active, .btn-primary.disabled:focus {
    background: #6352ce;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2); }

.btn-themecolor {
  background: #009efb;
  color: #fff;
  border: 1px solid #009efb; }
  .btn-themecolor.disabled {
    background: #009efb;
    color: #fff;
    border: 1px solid #009efb; }
  .btn-themecolor:hover, .btn-themecolor.disabled:hover {
    background: #009efb;
    opacity: 0.7;
    border: 1px solid #009efb; }
  .btn-themecolor.active, .btn-themecolor:focus {
    background: #028ee1; }
  .btn-themecolor.disabled.active, .btn-themecolor.disabled:focus {
    background: #028ee1; }

.btn-success {
  background: #26c6da;
  border: 1px solid #26c6da;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn-success.disabled {
    background: #26c6da;
    border: 1px solid #26c6da;
    transition: 0.2s ease-in; }
  .btn-success:hover, .btn-success.disabled:hover {
    background: #37afbf;
    border: 1px solid #37afbf; }
  .btn-success.active, .btn-success:focus {
    background: #1eacbe; }
  .btn-success.disabled.active, .btn-success.disabled:focus {
    background: #1eacbe; }

.btn-info {
  background: #1e88e5;
  border: 1px solid #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  transition: 0.2s ease-in; }
  .btn-info.disabled {
    background: #1e88e5;
    border: 1px solid #1e88e5;
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    transition: 0.2s ease-in; }
  .btn-info:hover, .btn-info.disabled:hover {
    background: #1e88e5;
    border: 1px solid #1e88e5;
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }
  .btn-info.active, .btn-info:focus {
    background: #028ee1;
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }
  .btn-info.disabled.active, .btn-info.disabled:focus {
    background: #028ee1;
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }

.btn-warning {
  background: #ffb22b;
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ffb22b;
  transition: 0.2s ease-in; }
  .btn-warning.disabled {
    background: #ffb22b;
    box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
    border: 1px solid #ffb22b;
    transition: 0.2s ease-in; }
  .btn-warning:hover, .btn-warning.disabled:hover {
    background: #ffb22b;
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
    border: 1px solid #ffb22b; }
  .btn-warning.active, .btn-warning:focus {
    background: #e9ab2e;
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2); }
  .btn-warning.disabled.active, .btn-warning.disabled:focus {
    background: #e9ab2e;
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2); }

.btn-danger {
  background: #fc4b6c;
  border: 1px solid #fc4b6c;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  transition: 0.2s ease-in; }
  .btn-danger.disabled {
    background: #fc4b6c;
    border: 1px solid #fc4b6c;
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    transition: 0.2s ease-in; }
  .btn-danger:hover, .btn-danger.disabled:hover {
    background: #fc4b6c;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    border: 1px solid #fc4b6c; }
  .btn-danger.active, .btn-danger:focus {
    background: #e6294b;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-danger.disabled.active, .btn-danger.disabled:focus {
    background: #e6294b;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }

.btn-inverse {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #fff; }
  .btn-inverse.disabled {
    background: #2f3d4a;
    border: 1px solid #2f3d4a;
    color: #fff; }
  .btn-inverse:hover, .btn-inverse.disabled:hover {
    background: #2f3d4a;
    opacity: 0.7;
    color: #fff;
    border: 1px solid #2f3d4a; }
  .btn-inverse.active, .btn-inverse:focus {
    background: #232a37;
    color: #fff; }
  .btn-inverse.disabled.active, .btn-inverse.disabled:focus {
    background: #232a37;
    color: #fff; }

.btn-red {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #fff; }
  .btn-red.disabled {
    background: #fb3a3a;
    border: 1px solid #fb3a3a;
    color: #fff; }
  .btn-red:hover, .btn-red.disabled:hover {
    opacity: 0.7;
    border: 1px solid #fb3a3a;
    background: #fb3a3a; }
  .btn-red.active, .btn-red:focus {
    background: #e6294b; }
  .btn-red.disabled.active, .btn-red.disabled:focus {
    background: #e6294b; }

.btn-outline-secondary {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary.active, .btn-outline-secondary:focus {
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2); }

.btn-outline-primary {
  color: #7460ee;
  background-color: #fff;
  border-color: #7460ee;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #7460ee;
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
    color: #fff;
    border-color: #7460ee; }
  .btn-outline-primary.active, .btn-outline-primary:focus {
    box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2); }

.btn-outline-success {
  color: #26c6da;
  background-color: transparent;
  border-color: #26c6da;
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
    background: #26c6da;
    border-color: #26c6da;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2); }
  .btn-outline-success.active, .btn-outline-success:focus {
    box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2); }

.btn-outline-info {
  color: #1e88e5;
  background-color: transparent;
  border-color: #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }
  .btn-outline-info.active, .btn-outline-info:focus {
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); }

.btn-outline-warning {
  color: #ffb22b;
  background-color: transparent;
  border-color: #ffb22b;
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #ffb22b;
    border-color: #ffb22b;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2); }
  .btn-outline-warning.active, .btn-outline-warning:focus {
    box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2); }

.btn-outline-danger {
  color: #fc4b6c;
  background-color: transparent;
  border-color: #fc4b6c;
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  transition: 0.2s ease-in; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #fc4b6c;
    border-color: #fc4b6c;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-outline-danger.active, .btn-outline-danger:focus {
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }
  .btn-outline-red.active, .btn-outline-red:focus {
    box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2); }

.btn-outline-inverse {
  color: #2f3d4a;
  background-color: transparent;
  border-color: #2f3d4a; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #2f3d4a;
    border-color: #2f3d4a;
    color: #fff; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover {
  background-color: #6352ce;
  border: 1px solid #6352ce; }
.btn-primary.focus:active {
  background-color: #6352ce;
  border: 1px solid #6352ce; }
.btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #6352ce;
  border: 1px solid #6352ce; }

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #6352ce;
  border: 1px solid #6352ce; }

.btn-primary.focus, .btn-primary:focus {
  background-color: #6352ce;
  border: 1px solid #6352ce; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover {
  background-color: #1eacbe;
  border: 1px solid #1eacbe; }
.btn-success.focus:active {
  background-color: #1eacbe;
  border: 1px solid #1eacbe; }
.btn-success:active:focus, .btn-success:active:hover {
  background-color: #1eacbe;
  border: 1px solid #1eacbe; }

.open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background-color: #1eacbe;
  border: 1px solid #1eacbe; }

.btn-success.focus, .btn-success:focus {
  background-color: #1eacbe;
  border: 1px solid #1eacbe; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1; }
.btn-info.focus:active {
  background-color: #028ee1;
  border: 1px solid #028ee1; }
.btn-info:active:focus, .btn-info:active:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1; }

.open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1; }

.btn-info.focus, .btn-info:focus {
  background-color: #028ee1;
  border: 1px solid #028ee1; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }
.btn-warning.focus:active {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }
.btn-warning:active:focus, .btn-warning:active:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }

.open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }

.btn-warning.focus, .btn-warning:focus {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover {
  background-color: #e6294b;
  border: 1px solid #e6294b; }
.btn-danger.focus:active {
  background-color: #e6294b;
  border: 1px solid #e6294b; }
.btn-danger:active:focus, .btn-danger:active:hover {
  background-color: #e6294b;
  border: 1px solid #e6294b; }

.open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  background-color: #e6294b;
  border: 1px solid #e6294b; }

.btn-danger.focus, .btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b; }

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover {
  background-color: #232a37;
  border: 1px solid #232a37; }

.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.focus, .btn-red:active, .btn-red:focus, .btn-red:hover {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #fff; }

.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #fff; }

.button-box .btn {
  margin: 0 8px 8px 0px; }

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998; }

.btn-twitter {
  color: #fff;
  background-color: #55acee; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6; }

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89; }

.btn-googleplus {
  color: #fff;
  background-color: #dd4b39; }

.btn-instagram {
  color: #fff;
  background-color: #3f729b; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027; }

.btn-dropbox {
  color: #fff;
  background-color: #007ee5; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084; }

.btn-tumblr {
  color: #fff;
  background-color: #32506d; }

.btn-skype {
  color: #fff;
  background-color: #00aff0; }

.btn-youtube {
  color: #fff;
  background-color: #bb0000; }

.btn-github {
  color: #fff;
  background-color: #171515; }

.notify {
  position: relative;
  top: -25px;
  right: -7px; }
  .notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #fc4b6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fc4b6c;
    position: absolute;
    right: 6px;
    top: -10px; }

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }
.fileupload {
  overflow: hidden;
  position: relative; }
  .fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }

.mega-dropdown {
  position: static;
  width: 100%; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px; }
  .mega-dropdown ul {
    padding: 0px; }
    .mega-dropdown ul li {
      list-style: none; }
  .mega-dropdown .carousel-item .container {
    padding: 0px; }
  .mega-dropdown .nav-accordion .card {
    margin-bottom: 1px; }
  .mega-dropdown .nav-accordion .card-header {
    background: #fff; }
    .mega-dropdown .nav-accordion .card-header h5 {
      margin: 0px; }
      .mega-dropdown .nav-accordion .card-header h5 a {
        text-decoration: none;
        color: #67757c; }

ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #67757c;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #009efb; }

.dropdown-item {
  padding: 8px 1rem;
  color: #67757c; }

.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat; }

textarea {
  resize: none; }

.form-control {
  color: #67757c;
  display: initial; }

.form-control-sm {
  min-height: 20px; }

.form-control:disabled, .form-control[readonly] {
  opacity: 0.7; }

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none; }
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #26c6da; }

form label {
  font-weight: 400; }

.form-group {
  margin-bottom: 25px; }

.form-horizontal label {
  margin-bottom: 0px; }

.form-control-static {
  padding-top: 0px; }

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px; }

.card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); }
.card-no-border .sidebar-footer {
  background: #f2f6f8; }
.card-no-border .sidebar-nav > ul > li > a.active {
  background: #fff; }
.card-no-border .shadow-none {
  box-shadow: none; }

.card-outline-danger, .card-outline-info, .card-outline-warning, .card-outline-success, .card-outline-primary {
  background: #fff; }

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto; }

.card .card-header {
  background: #fff;
  border-bottom: 0px; }

.css-bar:after {
  z-index: 1; }
.css-bar > i {
  z-index: 10; }

.single-column .left-sidebar {
  display: none; }
.single-column .page-wrapper {
  margin-left: 0px; }

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

#main-wrapper {
  width: 100%; }

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1); }
  .boxed #main-wrapper .sidebar-footer {
    position: absolute; }
  .boxed #main-wrapper .footer {
    display: none; }

.page-wrapper {
  background: #f1f1f1;
  min-width: 1600px; }

.container-fluid {
  padding: 0 30px 25px 30px; }
  @media only screen and (max-width: 767px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5); }
  .topbar .top-navbar {
    min-height: 70px;
    padding: 0px 15px 0 0; }
    .topbar .top-navbar .dropdown-toggle::after {
      display: none; }
    .topbar .top-navbar .navbar-header {
      line-height: 65px;
      text-align: center; }
      .topbar .top-navbar .navbar-header .navbar-brand {
        margin-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px; }
        .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
          display: none; }
        .topbar .top-navbar .navbar-header .navbar-brand b {
          line-height: 70px;
          display: inline-block; }
    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
      padding-left: .75rem;
      padding-right: .75rem;
      font-size: 19px;
      line-height: 50px; }
    .topbar .top-navbar .navbar-nav > .nav-item.show {
      background: rgba(0, 0, 0, 0.05); }
  .topbar .profile-pic {
    width: 30px;
    border-radius: 100%; }
  .topbar .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13); }
    .topbar .dropdown-menu .dropdown-item {
      padding: 7px 1.5rem; }
  .topbar ul.dropdown-top {
    padding: 0px;
    width: 270px; }
    @media only screen and (max-width: 768px) {
      .topbar ul.dropdown-top {
        width: 100%;
        background: white;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05); } }
    .topbar ul.dropdown-top li {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .topbar ul.dropdown-top li.divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: rgba(120, 130, 140, 0.13); }
      .topbar ul.dropdown-top li .dw-user-box {
        padding: 10px 15px; }
        .topbar ul.dropdown-top li .dw-user-box .u-img {
          width: 80px;
          display: inline-block;
          vertical-align: top; }
          .topbar ul.dropdown-top li .dw-user-box .u-img img {
            width: 100%;
            border-radius: 5px; }
        .topbar ul.dropdown-top li .dw-user-box .u-text {
          display: inline-block;
          padding-left: 10px; }
          .topbar ul.dropdown-top li .dw-user-box .u-text h4 {
            margin: 0px; }
          .topbar ul.dropdown-top li .dw-user-box .u-text p {
            margin-bottom: 2px;
            font-size: 14px; }
          .topbar ul.dropdown-top li .dw-user-box .u-text .btn {
            color: #fff;
            padding: 5px 10px;
            display: inline-block; }
            .topbar ul.dropdown-top li .dw-user-box .u-text .btn:hover {
              background: #e6294b; }
      .topbar ul.dropdown-top li a {
        padding: 9px 15px;
        display: block;
        color: #67757c; }
        .topbar ul.dropdown-top li a:hover {
          background: #f2f4f8;
          color: #009efb;
          text-decoration: none; }
        .topbar ul.dropdown-top li a > div {
          margin-right: 10px; }

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px; }
  .search-box .app-search input {
    width: 100%;
    padding: 25px 40px 25px 20px;
    border-radius: 0px;
    font-size: 17px;
    transition: 0.5s ease-in; }
  .search-box .app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    background: #fff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px; }

.mini-sidebar .top-navbar .navbar-header {
  width: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mini-sidebar .top-navbar .navbar-header {
      display: none; } }
  .mini-sidebar .top-navbar .navbar-header .navbar-brand span {
    display: none; }

@media only screen and (max-width: 768px) {
  .top-navbar .navbar-header {
    display: none; } }

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.page-titles {
  margin: 0 -30px 0px;
  padding: 0; }
  @media (max-width: 768px) {
    .page-titles {
      margin: 0 -15px 0px;
      padding-bottom: 0; }
      .page-titles h1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.6rem; } }
  .page-titles h3 {
    margin-bottom: 0px;
    margin-top: 8px; }
  .page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    font-size: 14px; }
    .page-titles .breadcrumb li {
      margin-top: 0px;
      margin-bottom: 0px; }
    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e649";
      font-family: themify;
      color: #a6b7bf;
      font-size: 11px; }
    .page-titles .breadcrumb .breadcrumb-item.active {
      color: #99abb4; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.right-side-toggle {
  position: relative; }
  .right-side-toggle i {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 18px;
    left: 18px; }

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #fff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .right-sidebar .rpanel-title {
    display: block;
    padding: 24px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    background: #009efb; }
    .right-sidebar .rpanel-title span {
      float: right;
      cursor: pointer;
      font-size: 11px; }
      .right-sidebar .rpanel-title span:hover {
        color: #fff; }
  .right-sidebar .r-panel-body {
    padding: 20px; }
    .right-sidebar .r-panel-body ul {
      margin: 0px;
      padding: 0px; }
      .right-sidebar .r-panel-body ul li {
        list-style: none;
        padding: 5px 0; }

.shw-rside {
  right: 0px;
  width: 240px;
  display: block; }

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px; }
.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%; }
  .chatonline li a span {
    color: #67757c; }
    .chatonline li a span small {
      display: block;
      font-size: 10px; }

ul#themecolors {
  display: block; }
  ul#themecolors li {
    display: inline-block; }
    ul#themecolors li:first-child {
      display: block; }
    ul#themecolors li a {
      width: 50px;
      height: 50px;
      display: inline-block;
      margin: 5px;
      color: transparent;
      position: relative; }
      ul#themecolors li a.working:before {
        content: "\f00c";
        font-family: "FontAwesome";
        font-size: 18px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        text-align: center; }

.default-theme {
  background: #99abb4; }

.green-theme {
  background: #26c6da; }

.yellow-theme {
  background: #ffb22b; }

.red-theme {
  background: #fc4b6c; }

.blue-theme {
  background: #1e88e5; }

.purple-theme {
  background: #7460ee; }

.megna-theme {
  background: #00897b; }

.default-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%); }

.green-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #26c6da 23%, #26c6da 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #26c6da 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #26c6da 23%, #26c6da 99%); }

.yellow-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%); }

.blue-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #1e88e5 23%, #1e88e5 99%); }

.purple-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%); }

.megna-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #00897b 23%, #00897b 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00897b 23%, #00897b 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #00897b 23%, #00897b 99%); }

.red-dark-theme {
  background: #263238;
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%);
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #fc4b6c 23%, #fc4b6c 99%); }

.footer {
  bottom: 0;
  color: #67757c;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: #fff; }

.card {
  margin-bottom: 30px; }
  .card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #99abb4; }

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-success {
  background: #26c6da;
  border-color: #26c6da; }

.card-danger {
  background: #fc4b6c;
  border-color: #fc4b6c; }

.card-warning {
  background: #ffb22b;
  border-color: #ffb22b; }

.card-info {
  background: #1e88e5;
  border-color: #1e88e5; }

.card-primary {
  background: #7460ee;
  border-color: #7460ee; }

.card-dark {
  background: #2f3d4a;
  border-color: #2f3d4a; }

.card-megna {
  background: #00897b;
  border-color: #00897b; }

.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px; }

.no-button-group .btn {
  margin-bottom: 5px;
  margin-right: 0px; }

.btn .text-active {
  display: none; }
.btn.active .text-active {
  display: inline-block; }
.btn.active .text {
  display: none; }

.card-actions {
  float: right; }
  .card-actions a {
    cursor: pointer;
    color: #67757c;
    opacity: 0.7;
    padding-left: 7px;
    font-size: 13px; }
    .card-actions a:hover {
      opacity: 1; }

.card-columns .card {
  margin-bottom: 20px; }

.collapsing {
  -webkit-transition: height .08s ease;
  transition: height .08s ease; }

.card-info {
  background: #1e88e5;
  border-color: #1e88e5; }

.card-primary {
  background: #7460ee;
  border-color: #7460ee; }

.card-outline-info {
  border-color: #1e88e5; }
  .card-outline-info .card-header {
    background: #1e88e5;
    border-color: #1e88e5; }

.card-outline-inverse {
  border-color: #2f3d4a; }
  .card-outline-inverse .card-header {
    background: #2f3d4a;
    border-color: #2f3d4a; }

.card-outline-warning {
  border-color: #ffb22b; }
  .card-outline-warning .card-header {
    background: #ffb22b;
    border-color: #ffb22b; }

.card-outline-success {
  border-color: #26c6da; }
  .card-outline-success .card-header {
    background: #26c6da;
    border-color: #26c6da; }

.card-outline-danger {
  border-color: #fc4b6c; }
  .card-outline-danger .card-header {
    background: #fc4b6c;
    border-color: #fc4b6c; }

.card-outline-primary {
  border-color: #7460ee; }
  .card-outline-primary .card-header {
    background: #7460ee;
    border-color: #7460ee; }

.bc-colored .breadcrumb-item {
  color: #fff; }
  .bc-colored .breadcrumb-item a {
    color: #fff; }
  .bc-colored .breadcrumb-item.active, .bc-colored .breadcrumb-item a.active {
    opacity: 0.7; }
  .bc-colored .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4); }

.breadcrumb {
  margin-bottom: 0px; }

ul.list-icons {
  margin: 0px;
  padding: 0px; }
  ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    transition: 0.2s ease-in; }
    ul.list-icons li a {
      color: #67757c; }
      ul.list-icons li a:hover {
        color: #009efb; }
    ul.list-icons li i {
      font-size: 13px;
      padding-right: 8px; }
ul.list-inline li {
  display: inline-block;
  padding: 0 8px; }
ul.two-part {
  margin: 0px; }
  ul.two-part li {
    width: 48.8%; }

html body .accordion .card {
  margin-bottom: 0px; }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

html body .jqstooltip, html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #fff;
  padding: 5px 10px; }

.chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .chart.chart-widget-pie {
    margin-top: 5px;
    margin-bottom: 5px; }

.pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }

.chart > span > img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto; }

.percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #263238; }
  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em; }

.ct-charts {
  position: relative; }

.amp-pxl {
  position: relative; }
  .amp-pxl .ct-series-a .ct-bar {
    stroke: #1e88e5; }
  .amp-pxl .ct-series-b .ct-bar {
    stroke: #26c6da; }

.c3-chart-arcs-title, .c3-legend-item {
  font-family: "Poppins",sans-serif;
  fill: #67757c; }

html body #visitor .c3-chart-arcs-title {
  font-size: 18px;
  fill: #99abb4; }

.stylish-table thead th {
  font-weight: 400;
  color: #99abb4;
  border: 0px;
  border-bottom: 1px; }
.stylish-table tbody tr {
  border-left: 4px solid #fff; }
  .stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid #009efb; }
.stylish-table tbody td {
  vertical-align: middle; }
  .stylish-table tbody td h6 {
    font-weight: 500;
    margin-bottom: 0px;
    white-space: nowrap; }
  .stylish-table tbody td small {
    line-height: 12px;
    white-space: nowrap; }

.campaign {
  height: 280px; }
  .campaign .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient); }
  .campaign .ct-series-a .ct-line, .campaign .ct-series-a .ct-point {
    stroke: #26c6da;
    stroke-width: 2px; }
  .campaign .ct-series-b .ct-area {
    fill: #1e88e5;
    fill-opacity: 0.1; }
  .campaign .ct-series-b .ct-line, .campaign .ct-series-b .ct-point {
    stroke: #1e88e5;
    stroke-width: 2px; }
  .campaign .ct-series-a .ct-point, .campaign .ct-series-b .ct-point {
    stroke-width: 6px; }

.campaign2 .ct-series-a .ct-area {
  fill-opacity: 0.2;
  fill: url(#gradient); }
.campaign2 .ct-series-a .ct-line, .campaign2 .ct-series-a .ct-point {
  stroke: #26c6da;
  stroke-width: 2px; }
.campaign2 .ct-series-b .ct-area {
  fill: #1e88e5;
  fill-opacity: 0.1; }
.campaign2 .ct-series-b .ct-line, .campaign2 .ct-series-b .ct-point {
  stroke: #1e88e5;
  stroke-width: 2px; }
.campaign2 .ct-series-a .ct-point, .campaign2 .ct-series-b .ct-point {
  stroke-width: 6px; }

.usage .ct-series-a .ct-line {
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.5); }

.total-sales {
  position: relative; }
  .total-sales .chartist-tooltip {
    background: #2f3d4a; }
  .total-sales .ct-series-a .ct-bar {
    stroke: #1e88e5; }
  .total-sales .ct-series-b .ct-bar {
    stroke: #26c6da; }
  .total-sales .ct-series-c .ct-bar {
    stroke: #fc4b6c; }

.ct-chart {
  position: relative; }
  .ct-chart .ct-series-a .ct-slice-donut {
    stroke: #26c6da; }
  .ct-chart .ct-series-b .ct-slice-donut {
    stroke: #f2f4f8; }
  .ct-chart .ct-series-c .ct-slice-donut {
    stroke: #1e88e5; }

#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke-width: 1px;
  stroke: #99abb4; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  background: #99abb4; }

.browser td {
  vertical-align: middle;
  padding-left: 0px; }

#calendar .fc-today-button {
  display: none; }

.total-revenue4 {
  position: relative; }
  .total-revenue4 .ct-series-a .ct-line {
    stroke: #1e88e5;
    stroke-width: 1px; }
  .total-revenue4 .ct-series-a .ct-point {
    stroke: #1e88e5;
    stroke-width: 5px; }
  .total-revenue4 .ct-series-b .ct-line {
    stroke: #26c6da;
    stroke-width: 1px; }
  .total-revenue4 .ct-series-b .ct-point {
    stroke: #26c6da;
    stroke-width: 5px; }
  .total-revenue4 .ct-series-a .ct-area {
    fill: #1e88e5;
    fill-opacity: 0.2; }
  .total-revenue4 .ct-series-b .ct-area {
    fill: #26c6da;
    fill-opacity: 0.2; }

.product-overview.table tbody tr td {
  vertical-align: middle; }

.sparkchart {
  margin-bottom: -2px; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px; }

.fileinput .input-group-addon {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text; }
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }
  .fileinput .thumbnail > img {
    max-height: 100%; }
.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }
.fileinput.input-group > .btn-file {
  z-index: 1; }

.product-review {
  margin: 0px;
  padding: 25px; }
  .product-review li {
    display: block;
    padding: 20px 0;
    list-style: none; }
    .product-review li .font, .product-review li span {
      display: inline-block;
      margin-left: 10px; }

.social-profile {
  text-align: center;
  background: rgba(7, 10, 43, 0.8); }

.profile-tab li a.nav-link, .customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #67757c; }

.profile-tab li a.nav-link.active, .customtab li a.nav-link.active {
  border-bottom: 2px solid #009efb;
  color: #009efb; }

.profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover {
  color: #009efb; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #67757c;
  white-space: nowrap; }
  .bootstrap-select .dropdown-menu li a:hover {
    color: #009efb;
    background: #f2f4f8; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px; }

.form-material .form-group {
  overflow: hidden; }
.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none; }
  .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none; }
  .form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: 0.3s; }

.form-control-line .form-group {
  overflow: hidden; }
.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d9d9d9; }
  .form-control-line .form-control:focus {
    border-bottom: 1px solid #009efb; }

.floating-labels .form-group {
  position: relative; }
.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Poppins",sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9; }
.floating-labels select.form-control > option {
  font-size: 14px; }
.floating-labels .has-error .form-control {
  border-bottom: 1px solid #fc4b6c; }
.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ffb22b; }
.floating-labels .has-success .form-control {
  border-bottom: 1px solid #26c6da; }
.floating-labels .form-control:focus {
  outline: none;
  border: none; }
.floating-labels label {
  color: #67757c;
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
.floating-labels .form-control:focus ~ label, .floating-labels .form-control:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #263238; }
.floating-labels .bar {
  position: relative;
  display: block; }
  .floating-labels .bar:before, .floating-labels .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #009efb;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .floating-labels .bar:before {
    left: 50%; }
  .floating-labels .bar:after {
    right: 50%; }
.floating-labels .form-control:focus ~ .bar:before, .floating-labels .form-control:focus ~ .bar:after {
  width: 50%; }
.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }
.floating-labels .input-lg, .floating-labels .input-group-lg > .form-control,
.floating-labels .input-group-lg > .input-group-addon,
.floating-labels .input-group-lg > .input-group-btn > .btn {
  font-size: 24px; }
  .floating-labels .input-lg ~ label, .floating-labels .input-group-lg > .form-control ~ label,
  .floating-labels .input-group-lg > .input-group-addon ~ label,
  .floating-labels .input-group-lg > .input-group-btn > .btn ~ label {
    font-size: 24px; }
.floating-labels .input-sm, .floating-labels .input-group-sm > .form-control,
.floating-labels .input-group-sm > .input-group-addon,
.floating-labels .input-group-sm > .input-group-btn > .btn {
  font-size: 16px; }
  .floating-labels .input-sm ~ label, .floating-labels .input-group-sm > .form-control ~ label,
  .floating-labels .input-group-sm > .input-group-addon ~ label,
  .floating-labels .input-group-sm > .input-group-btn > .btn ~ label {
    font-size: 16px; }

.has-warning .bar:before, .has-warning .bar:after {
  background: #ffb22b; }

.has-success .bar:before, .has-success .bar:after {
  background: #26c6da; }

.has-error .bar:before, .has-error .bar:after {
  background: #fc4b6c; }

.has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label {
  color: #ffb22b; }

.has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label {
  color: #26c6da; }

.has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label {
  color: #fc4b6c; }

.has-feedback label ~ .t-0 {
  top: 0; }

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #fc4b6c; }
.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #26c6da; }
.form-group.error .help-block ul {
  padding: 0px;
  color: #fc4b6c; }
  .form-group.error .help-block ul li {
    list-style: none; }
.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffb22b; }
  .form-group.issue .help-block ul li {
    list-style: none; }

.pagination-circle li.active a {
  background: #26c6da; }
.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #f2f4f8;
  border: 0px;
  text-align: center;
  border-radius: 100%; }
  .pagination-circle li a:first-child, .pagination-circle li a:last-child {
    border-radius: 100%; }
  .pagination-circle li a:hover {
    background: #26c6da;
    color: #fff; }
.pagination-circle li.disabled a {
  background: #f2f4f8;
  color: rgba(120, 130, 140, 0.13); }

.dropzone {
  border: 1px dashed #d9d9d9; }
  .dropzone .dz-message {
    padding: 5% 0;
    margin: 0px; }

.asColorPicker-dropdown {
  max-width: 260px; }

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0; }

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none; }

table th {
  font-weight: 400; }

.daterangepicker td.active {
  background-color: #009efb; }
  .daterangepicker td.active:hover {
    background-color: #009efb; }

.datepicker table tr td.today {
  background: #009efb;
  color: #fff; }
  .datepicker table tr td.today.disabled {
    background: #009efb;
    color: #fff; }
    .datepicker table tr td.today.disabled:hover {
      background: #009efb;
      color: #fff; }
  .datepicker table tr td.today:hover {
    background: #009efb;
    color: #fff; }
.datepicker td, .datepicker th {
  padding: 5px 10px; }

.icolors, .icheck-list {
  padding: 0;
  margin: 0;
  list-style: none; }

.icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #263238;
  text-align: center; }
  .icolors > li.active:after {
    content: "\2713 ";
    color: #fff;
    line-height: 30px; }
  .icolors > li:first-child {
    margin-left: 0; }
  .icolors > li.orange {
    background: #fc4b6c; }
  .icolors > li.yellow {
    background: #ffb22b; }
  .icolors > li.info {
    background: #1e88e5; }
  .icolors > li.green {
    background: #26c6da; }
  .icolors > li.red {
    background: #fb3a3a; }
  .icolors > li.purple {
    background: #7460ee; }
  .icolors > li.blue {
    background: #02bec9; }

.icheck-list {
  float: left;
  padding-right: 50px;
  padding-top: 10px; }
  .icheck-list li {
    padding-bottom: 5px; }
    .icheck-list li label {
      padding-left: 10px; }

.note-popover, .note-icon-caret {
  display: none; }

.note-editor.note-frame {
  border: 1px solid #d9d9d9; }
  .note-editor.note-frame .panel-heading {
    padding: 6px 10px 10px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

.label {
  display: inline-block; }

.table thead th, .table th {
  border: 0px; }

.color-table.primary-table thead th {
  background-color: #7460ee;
  color: #fff; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f4f8; }

.color-table.success-table thead th {
  background-color: #26c6da;
  color: #fff; }
.color-table.info-table thead th {
  background-color: #1e88e5;
  color: #fff; }
.color-table.warning-table thead th {
  background-color: #ffb22b;
  color: #fff; }
.color-table.danger-table thead th {
  background-color: #fc4b6c;
  color: #fff; }
.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #fff; }
.color-table.dark-table thead th {
  background-color: #263238;
  color: #fff; }
.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #fff; }
.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #fff; }
.color-table.muted-table thead th {
  background-color: #99abb4;
  color: #fff; }

.color-bordered-table.primary-bordered-table {
  border: 2px solid #7460ee; }
  .color-bordered-table.primary-bordered-table thead th {
    background-color: #7460ee;
    color: #fff; }
.color-bordered-table.success-bordered-table {
  border: 2px solid #26c6da; }
  .color-bordered-table.success-bordered-table thead th {
    background-color: #26c6da;
    color: #fff; }
.color-bordered-table.info-bordered-table {
  border: 2px solid #1e88e5; }
  .color-bordered-table.info-bordered-table thead th {
    background-color: #1e88e5;
    color: #fff; }
.color-bordered-table.warning-bordered-table {
  border: 2px solid #ffb22b; }
  .color-bordered-table.warning-bordered-table thead th {
    background-color: #ffb22b;
    color: #fff; }
.color-bordered-table.danger-bordered-table {
  border: 2px solid #fc4b6c; }
  .color-bordered-table.danger-bordered-table thead th {
    background-color: #fc4b6c;
    color: #fff; }
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a; }
  .color-bordered-table.inverse-bordered-table thead th {
    background-color: #2f3d4a;
    color: #fff; }
.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238; }
  .color-bordered-table.dark-bordered-table thead th {
    background-color: #263238;
    color: #fff; }
.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a; }
  .color-bordered-table.red-bordered-table thead th {
    background-color: #fb3a3a;
    color: #fff; }
.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee; }
  .color-bordered-table.purple-bordered-table thead th {
    background-color: #7460ee;
    color: #fff; }
.color-bordered-table.muted-bordered-table {
  border: 2px solid #99abb4; }
  .color-bordered-table.muted-bordered-table thead th {
    background-color: #99abb4;
    color: #fff; }

.full-color-table.full-primary-table {
  background-color: #f1effd; }
  .full-color-table.full-primary-table thead th {
    background-color: #7460ee;
    border: 0;
    color: #fff; }
  .full-color-table.full-primary-table tbody td {
    border: 0; }
  .full-color-table.full-primary-table tr:hover {
    background-color: #7460ee;
    color: #fff; }
.full-color-table.full-success-table {
  background-color: #e8fdeb; }
  .full-color-table.full-success-table thead th {
    background-color: #26c6da;
    border: 0;
    color: #fff; }
  .full-color-table.full-success-table tbody td {
    border: 0; }
  .full-color-table.full-success-table tr:hover {
    background-color: #26c6da;
    color: #fff; }
.full-color-table.full-info-table {
  background-color: #cfecfe; }
  .full-color-table.full-info-table thead th {
    background-color: #1e88e5;
    border: 0;
    color: #fff; }
  .full-color-table.full-info-table tbody td {
    border: 0; }
  .full-color-table.full-info-table tr:hover {
    background-color: #1e88e5;
    color: #fff; }
.full-color-table.full-warning-table {
  background-color: #fff8ec; }
  .full-color-table.full-warning-table thead th {
    background-color: #ffb22b;
    border: 0;
    color: #fff; }
  .full-color-table.full-warning-table tbody td {
    border: 0; }
  .full-color-table.full-warning-table tr:hover {
    background-color: #ffb22b;
    color: #fff; }
.full-color-table.full-danger-table {
  background-color: #f9e7eb; }
  .full-color-table.full-danger-table thead th {
    background-color: #fc4b6c;
    border: 0;
    color: #fff; }
  .full-color-table.full-danger-table tbody td {
    border: 0; }
  .full-color-table.full-danger-table tr:hover {
    background-color: #fc4b6c;
    color: #fff; }
.full-color-table.full-inverse-table {
  background-color: #f6f6f6; }
  .full-color-table.full-inverse-table thead th {
    background-color: #2f3d4a;
    border: 0;
    color: #fff; }
  .full-color-table.full-inverse-table tbody td {
    border: 0; }
  .full-color-table.full-inverse-table tr:hover {
    background-color: #2f3d4a;
    color: #fff; }
.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8); }
  .full-color-table.full-dark-table thead th {
    background-color: #263238;
    border: 0;
    color: #fff; }
  .full-color-table.full-dark-table tbody td {
    border: 0;
    color: #fff; }
  .full-color-table.full-dark-table tr:hover {
    background-color: #263238;
    color: #fff; }
.full-color-table.full-red-table {
  background-color: #f9e7eb; }
  .full-color-table.full-red-table thead th {
    background-color: #fb3a3a;
    border: 0;
    color: #fff; }
  .full-color-table.full-red-table tbody td {
    border: 0; }
  .full-color-table.full-red-table tr:hover {
    background-color: #fb3a3a;
    color: #fff; }
.full-color-table.full-purple-table {
  background-color: #f1effd; }
  .full-color-table.full-purple-table thead th {
    background-color: #7460ee;
    border: 0;
    color: #fff; }
  .full-color-table.full-purple-table tbody td {
    border: 0; }
  .full-color-table.full-purple-table tr:hover {
    background-color: #7460ee;
    color: #fff; }
.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2); }
  .full-color-table.full-muted-table thead th {
    background-color: #99abb4;
    border: 0;
    color: #fff; }
  .full-color-table.full-muted-table tbody td {
    border: 0; }
  .full-color-table.full-muted-table tr:hover {
    background-color: #99abb4;
    color: #fff; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #fff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #2f3d4a; }

.dataTables_info, .dataTables_length {
  display: inline-block; }

.dataTables_filter {
  float: right; }
  .dataTables_filter input {
    border: 1px solid #d9d9d9; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: transparent; }
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer; }
table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5); }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    color: #67757c;
    border: 1px solid transparent;
    border-radius: 2px; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #fff !important;
      border: 1px solid #1e88e5;
      background-color: #1e88e5; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: 1px solid #1e88e5;
        background-color: #1e88e5; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      cursor: default;
      color: #67757c;
      border: 1px solid transparent;
      background: transparent;
      box-shadow: none; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #67757c;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      color: white !important;
      border: 1px solid #7460ee;
      background-color: #7460ee; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
      outline: none;
      background-color: #67757c; }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em; }

.tablesaw-bar .btn-group label {
  color: #67757c !important; }

.dt-bootstrap {
  display: block; }

.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: #fff; }
  .paging_simple_numbers .pagination .paginate_button:hover {
    background: #fff; }
  .paging_simple_numbers .pagination .paginate_button a {
    padding: 5px 10px;
    border-radius: 4px;
    border: 0px; }
  .paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #1e88e5;
    color: #fff; }

.footable .pagination {
  display: inline-block;
  padding: 8px 0; }
  .footable .pagination li {
    padding: 0px;
    margin: 0 1px;
    display: inline-block; }
    .footable .pagination li a {
      padding: 5px 10px; }
      .footable .pagination li a:hover, .footable .pagination li a.active {
        background: #1e88e5;
        color: #fff;
        border-radius: 4px; }
    .footable .pagination li.active a {
      color: #fff;
      border-radius: 4px; }

.footable-odd {
  background: #f2f4f8; }

.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #67757c; }
  .icon-list-demo div:hover {
    color: #263238; }
  .icon-list-demo div p {
    margin: 10px 0;
    padding: 5px 0; }
.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all 0.2s;
  transition: font-size .2s;
  vertical-align: middle;
  transition: all 0.3s ease 0s; }
.icon-list-demo .col-md-4, .icon-list-demo .col-3 {
  border-radius: 4px; }
.icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover {
  background-color: #ebf3f5; }
.icon-list-demo .div:hover i {
  font-size: 2em; }

.material-icon-list-demo .mdi {
  font-size: 21px; }

.grid-stack-item-content {
  background: #fff;
  color: #2b2b2b;
  text-align: center;
  font-size: 20px; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(120, 130, 140, 0.13); }

.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #26c6da;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    box-sizing: border-box; }
  .onoffswitch-inner:before {
    content: "ON";
    padding-left: 27px;
    background-color: #26c6da;
    color: #FFFFFF; }
  .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 24px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #26c6da;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.dp-selected[style] {
  background-color: #009efb !important; }

.datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a, .datepaginator .pagination li a {
  padding: 0 5px;
  height: 60px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  float: left;
  position: relative; }

.model_img {
  cursor: pointer; }

.show-grid {
  margin-bottom: 10px;
  padding: 0 15px; }
  .show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
    background-color: #f2f4f8; }

.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #263238;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 4px 0 0 4px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #fff; }

.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus {
  background: #fff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #67757c; }
  .customtab2 li a.nav-link.active {
    background: #009efb;
    color: #fff; }
  .customtab2 li a.nav-link:hover {
    color: #fff;
    background: #009efb; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg); }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all; }

@-webkit-keyframes myanimation {
  from {
    width: 0; } }
@keyframes myanimation {
  from {
    width: 0; } }
.jq-icon-info {
  background-color: #1e88e5;
  color: #fff; }

.jq-icon-success {
  background-color: #26c6da;
  color: #fff; }

.jq-icon-error {
  background-color: #fc4b6c;
  color: #fff; }

.jq-icon-warning {
  background-color: #ffb22b;
  color: #fff; }

.alert-rounded {
  border-radius: 60px; }

.list-group a.list-group-item:hover {
  background: #f2f4f8; }

.list-group-item.active, .list-group .list-group-item.active:hover {
  background: #009efb;
  border-color: #009efb; }

.list-group-item.disabled {
  color: #99abb4;
  background: #f2f4f8; }

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px; }

.el-element-overlay .white-box {
  padding: 0px; }
.el-element-overlay .el-card-item {
  position: relative;
  padding-bottom: 25px; }
  .el-element-overlay .el-card-item .el-card-avatar {
    margin-bottom: 15px; }
  .el-element-overlay .el-card-item .el-card-content {
    text-align: center; }
    .el-element-overlay .el-card-item .el-card-content h3 {
      margin: 0px; }
    .el-element-overlay .el-card-item .el-card-content a {
      color: #67757c; }
      .el-element-overlay .el-card-item .el-card-content a:hover {
        color: #009efb; }
  .el-element-overlay .el-card-item .el-overlay-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default; }
    .el-element-overlay .el-card-item .el-overlay-1 img {
      display: block;
      position: relative;
      -webkit-transition: all .4s linear;
      transition: all .4s linear;
      width: 100%;
      height: auto; }
    .el-element-overlay .el-card-item .el-overlay-1:hover img {
      -ms-transform: scale(1.2) translateZ(0);
      -webkit-transform: scale(1.2) translateZ(0); }
    .el-element-overlay .el-card-item .el-overlay-1 .el-info {
      text-decoration: none;
      display: inline-block;
      text-transform: uppercase;
      color: #fff;
      background-color: transparent;
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      padding: 0;
      margin: auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%) translateZ(0);
      -webkit-transform: translateY(-50%) translateZ(0);
      -ms-transform: translateY(-50%) translateZ(0); }
      .el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
        list-style: none;
        display: inline-block;
        margin: 0 3px; }
        .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
          border-color: #fff;
          color: #fff;
          padding: 12px 15px 10px; }
          .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
            background: #009efb;
            border-color: #009efb; }
  .el-element-overlay .el-card-item .el-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
  .el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
    top: -100%; }
  .el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0px; }
  .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
    top: 0px; }
  .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
    top: 0px;
    height: 100%; }

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }
  .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #f2f4f8; }
  .timeline > li {
    position: relative;
    margin-bottom: 20px; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      float: left;
      position: relative;
      width: 46%;
      padding: 20px;
      border: 1px solid rgba(120, 130, 140, 0.13);
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); }
      .timeline > li > .timeline-panel:before {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 26px;
        right: -8px;
        border-top: 8px solid transparent;
        border-right: 0 solid rgba(120, 130, 140, 0.13);
        border-bottom: 8px solid transparent;
        border-left: 8px solid rgba(120, 130, 140, 0.13); }
      .timeline > li > .timeline-panel:after {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 27px;
        right: -7px;
        border-top: 7px solid transparent;
        border-right: 0 solid #fff;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff; }
    .timeline > li > .timeline-badge {
      z-index: 10;
      position: absolute;
      top: 16px;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-left: -25px;
      border-radius: 50% 50% 50% 50%;
      text-align: center;
      font-size: 1.4em;
      line-height: 50px;
      color: #fff;
      overflow: hidden; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -8px;
        border-right-width: 8px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -7px;
        border-right-width: 7px;
        border-left-width: 0; }

.timeline-badge.primary {
  background-color: #7460ee; }
.timeline-badge.success {
  background-color: #26c6da; }
.timeline-badge.warning {
  background-color: #ffb22b; }
.timeline-badge.danger {
  background-color: #fc4b6c; }
.timeline-badge.info {
  background-color: #1e88e5; }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }
.timeline-body > p + p {
  margin-top: 5px; }

.cd-horizontal-timeline .events a {
  padding-bottom: 6px;
  color: #009efb; }
.cd-horizontal-timeline .filling-line {
  background: #009efb; }
.cd-horizontal-timeline .events a.selected::after {
  background: #009efb;
  border-color: #009efb; }

.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  border-radius: 0; }

.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #fff;
  font-weight: 400; }
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #fff;
  height: 36px;
  width: 36px; }

.dd3-handle:before {
  color: #67757c;
  top: 7px; }

.ribbon-wrapper, .ribbon-wrapper-reverse, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom {
  position: relative;
  padding: 50px 15px 15px 15px; }

.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative; }

.ribbon-overflow {
  overflow: hidden; }

.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px; }

.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px; }

.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px; }

.ribbon-content {
  margin-bottom: 0px; }

.ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #fff; }

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #263238;
  border-right: 10px solid transparent; }

.ribbon-right {
  left: auto;
  right: -2px; }

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #263238;
  border-left: 10px solid transparent; }

.ribbon-vertical-l {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px; }

.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
  left: auto;
  right: 12px; }

.ribbon-bookmark.ribbon-vertical-l:before, .ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #263238;
  border-bottom: 10px solid transparent; }

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .ribbon-badge.ribbon-right {
    left: auto;
    right: -90px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ribbon-badge.ribbon-bottom {
    top: auto;
    bottom: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ribbon-badge.ribbon-right.ribbon-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px; }
  .ribbon-corner i {
    position: relative; }
  .ribbon-corner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border: 30px solid transparent;
    border-top-color: #009efb;
    border-left-color: #009efb; }
  .ribbon-corner.ribbon-right {
    right: 0;
    left: auto;
    padding: 6px 10px 0 0; }
    .ribbon-corner.ribbon-right:before {
      right: 0;
      left: auto;
      border-right-color: #526069;
      border-left-color: transparent; }
  .ribbon-corner.ribbon-bottom {
    bottom: 0;
    top: auto;
    padding: 0 10px 6px 10px; }
    .ribbon-corner.ribbon-bottom:before {
      top: auto;
      bottom: 0;
      border-top-color: transparent;
      border-bottom-color: #526069; }

.ribbon-custom {
  background: #009efb; }

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #009efb;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #009efb;
  border-bottom-color: transparent; }

.ribbon-primary {
  background: #7460ee; }

.ribbon-bookmark.ribbon-primary:before {
  border-color: #7460ee;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #7460ee;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #7460ee;
  border-bottom-color: transparent; }

.ribbon-primary.ribbon-corner:before {
  border-top-color: #7460ee;
  border-left-color: #7460ee; }
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #7460ee;
  border-left-color: transparent; }
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #7460ee; }

.ribbon-success {
  background: #26c6da; }

.ribbon-bookmark.ribbon-success:before {
  border-color: #26c6da;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #26c6da;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #26c6da;
  border-bottom-color: transparent; }

.ribbon-success.ribbon-corner:before {
  border-top-color: #26c6da;
  border-left-color: #26c6da; }
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #26c6da;
  border-left-color: transparent; }
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #26c6da; }

.ribbon-info {
  background: #1e88e5; }

.ribbon-bookmark.ribbon-info:before {
  border-color: #1e88e5;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #1e88e5;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #1e88e5;
  border-bottom-color: transparent; }

.ribbon-info.ribbon-corner:before {
  border-top-color: #1e88e5;
  border-left-color: #1e88e5; }
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #1e88e5;
  border-left-color: transparent; }
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #1e88e5; }

.ribbon-warning {
  background: #ffb22b; }

.ribbon-bookmark.ribbon-warning:before {
  border-color: #ffb22b;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ffb22b;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #ffb22b;
  border-bottom-color: transparent; }

.ribbon-warning.ribbon-corner:before {
  border-top-color: #ffb22b;
  border-left-color: #ffb22b; }
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ffb22b;
  border-left-color: transparent; }
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffb22b; }

.ribbon-danger {
  background: #fc4b6c; }

.ribbon-bookmark.ribbon-danger:before {
  border-color: #fc4b6c;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #fc4b6c;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #fc4b6c;
  border-bottom-color: transparent; }

.ribbon-danger.ribbon-corner:before {
  border-top-color: #fc4b6c;
  border-left-color: #fc4b6c; }
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #fc4b6c;
  border-left-color: transparent; }
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fc4b6c; }

.ribbon-default {
  background: #263238; }

.ribbon-bookmark.ribbon-default:before {
  border-color: #263238;
  border-right-color: transparent; }
.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #263238;
  border-left-color: transparent; }
.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #263238;
  border-bottom-color: transparent; }

.ribbon-default.ribbon-corner:before {
  border-top-color: #263238;
  border-left-color: #263238; }
.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #263238;
  border-left-color: transparent; }
.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #263238; }

#idletimeout {
  background: #009efb;
  border: 3px solid #009efb;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none; }
  #idletimeout a {
    color: #fff;
    font-weight: bold; }
  #idletimeout span {
    font-weight: bold; }

.mytooltip {
  display: inline;
  position: relative;
  z-index: 9999; }
  .mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
    .mytooltip:hover .tooltip-content2 i {
      opacity: 1;
      font-size: 18px;
      pointer-events: auto;
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  .mytooltip:hover .tooltip-content4, .mytooltip:hover .tooltip-text2 {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .mytooltip:hover .tooltip-item::after {
    pointer-events: auto; }
  .mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); }
  .mytooltip:hover .tooltip-content3 {
    opacity: 1;
    pointer-events: auto;
    transform: scale3d(1, 1, 1); }
  .mytooltip:hover .tooltip-item2 {
    color: #fff;
    transform: translate3d(0, -0.5em, 0); }
  .mytooltip:hover .tooltip-content5 {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s; }
  .mytooltip:hover .tooltip-text3 {
    transition-delay: 0s;
    transform: scale3d(1, 1, 1); }
  .mytooltip:hover .tooltip-inner2 {
    transition-delay: 0.3s;
    transform: translate3d(0, 0, 0); }

.tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px; }
  .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    transform: translateX(-50%); }

.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none; }
  .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em; }

.tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% calc(106%);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); }
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em; }

.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px; }

.tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff; }

.tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #009efb;
  color: #fff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none; }
  .tooltip-content2 i {
    opacity: 0; }

.tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-effect-6 .tooltip-content2 i {
    transform: scale3d(0, 0, 1);
    transition: opacity 0.3s, transform 0.3s; }
.tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0); }

.tooltip-content2::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(../../assets/images/tooltip/tooltip1.svg) no-repeat center center;
  background-size: 100%; }

.tooltip-content3 {
  position: absolute;
  background: url(../../assets/images/tooltip/shape1.svg) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity 0.4s, transform 0.4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); }
  .tooltip-content3::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    background: #00aeef;
    transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg); }

.tooltip-item2 {
  color: #00aeef;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, transform 0.3s; }

.tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #00aeef;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #fff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-content4 a {
    color: #2b2b2b; }

.tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity 0.3s, transform 0.3s; }

.tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  transition: opacity 0.3s 0.3s; }
  .tooltip-content5 span {
    display: block; }

.tooltip-text3 {
  border-bottom: 10px solid #009efb;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s 0.3s; }

.tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s; }

.tooltip-content5::after {
  content: '';
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #009efb;
  border-width: 10px;
  margin-left: -10px; }

.tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  color: #fff; }

.tooltip-effect-2 .tooltip-content {
  transform-origin: 50% calc(110%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity 0.2s, transform 0.2s; }

.tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity 0.3s, transform 0.3s; }

.tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity 0.2s, transform 0.2s; }

.tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); }

a.mytooltip {
  font-weight: 500;
  color: #009efb; }

.tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-effect-7 .tooltip-content2 i {
    transform: translate3d(0, 15px, 0);
    transition: opacity 0.3s, transform 0.3s; }

.tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-effect-8 .tooltip-content2 i {
    transform: scale3d(0, 0, 1);
    transition: opacity 0.3s, transform 0.3s; }

.tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity 0.3s, transform 0.3s; }
  .tooltip-effect-9 .tooltip-content2 i {
    transform: translate3d(0, 20px, 0);
    transition: opacity 0.3s, transform 0.3s; }

.error-box {
  height: 100%;
  position: fixed;
  background: url(../../assets/images/background/error-bg.jpg) no-repeat center center #fff;
  width: 100%; }
  .error-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }

.error-body {
  padding-top: 5%; }
  .error-body h1 {
    font-size: 210px;
    font-weight: 900;
    line-height: 210px; }

.gmaps, .gmaps-panaroma {
  height: 300px; }

.gmaps, .gmaps-panaroma {
  height: 300px;
  background: #f2f4f8;
  border-radius: 3px; }

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #7460ee;
  border-radius: 4px;
  padding: 10px 20px; }

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute; }
  .gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #7460ee; }
  .gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #7460ee; }

.jvectormap-zoomin {
  width: 10px;
  height: 10px;
  line-height: 10px; }

.jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
  top: 40px; }

.search-listing {
  padding: 0px;
  margin: 0px; }
  .search-listing li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
    .search-listing li h3 {
      margin: 0px;
      font-size: 18px; }
      .search-listing li h3 a {
        color: #1e88e5; }
        .search-listing li h3 a:hover {
          text-decoration: underline; }
    .search-listing li a {
      color: #26c6da; }

.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10% 0;
  position: fixed; }

.login-box {
  width: 400px;
  margin: 0 auto; }
  .login-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }
  .login-box .social {
    display: block;
    margin-bottom: 30px; }

#recoverform {
  display: none; }

.login-sidebar {
  padding: 0px;
  margin-top: 0px; }
  .login-sidebar .login-box {
    right: 0px;
    position: absolute;
    height: 100%; }

.minimal-faq .card {
  border: 0px; }
  .minimal-faq .card .card-header {
    background: #fff;
    padding: 20px 0;
    margin-top: 10px; }
  .minimal-faq .card .card-block {
    padding: 15px 0px; }

.pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px; }

.featured-plan {
  margin-top: 0px; }
  .featured-plan .pricing-body {
    padding: 60px 0;
    background: #ebf3f5;
    border: 1px solid #ddd; }
  .featured-plan .price-table-content .price-row {
    border-top: 1px solid rgba(120, 130, 140, 0.13); }

.pricing-body {
  border-radius: 0px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative; }
  .pricing-body h2 {
    position: relative;
    font-size: 56px;
    margin: 20px 0 10px;
    font-weight: 500; }
    .pricing-body h2 span {
      position: absolute;
      font-size: 15px;
      top: -10px;
      margin-left: -10px; }

.price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13); }

.pricing-plan {
  padding: 0 15px; }
  .pricing-plan .no-padding {
    padding: 0px; }

.price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0px;
  right: 0px; }

.chat-main-box {
  position: relative;
  overflow: hidden; }
  .chat-main-box .chat-left-aside {
    position: relative;
    width: 250px;
    float: left;
    z-index: 9;
    top: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13); }
    .chat-main-box .chat-left-aside .open-panel {
      display: none;
      cursor: pointer;
      position: absolute;
      left: -webkit-calc(100% - 1px);
      top: 50%;
      z-index: 100;
      background-color: #fff;
      -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
      border-radius: 0 100px 100px 0;
      line-height: 1;
      padding: 15px 8px 15px 4px; }
    .chat-main-box .chat-left-aside .chat-left-inner {
      position: relative; }
      .chat-main-box .chat-left-aside .chat-left-inner .form-control {
        height: 60px; }
      .chat-main-box .chat-left-aside .chat-left-inner .style-none {
        padding: 0px; }
        .chat-main-box .chat-left-aside .chat-left-inner .style-none li {
          list-style: none;
          overflow: hidden; }
          .chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
            padding: 20px; }
            .chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
              background: #ebf3f5; }
  .chat-main-box .chat-right-aside {
    width: calc(100% - 250px);
    float: left; }
    .chat-main-box .chat-right-aside .chat-list {
      max-height: none;
      height: 100%;
      padding-top: 40px; }
      .chat-main-box .chat-right-aside .chat-list .chat-text {
        border-radius: 6px; }
    .chat-main-box .chat-right-aside .send-chat-box {
      position: relative; }
      .chat-main-box .chat-right-aside .send-chat-box .form-control {
        border: none;
        border-top: 1px solid rgba(120, 130, 140, 0.13);
        resize: none;
        height: 80px;
        padding-right: 180px; }
        .chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
          border-color: rgba(120, 130, 140, 0.13); }
      .chat-main-box .chat-right-aside .send-chat-box .custom-send {
        position: absolute;
        right: 20px;
        bottom: 10px; }
        .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
          color: #67757c;
          margin-right: 10px; }

.inbox-panel .list-group .list-group-item {
  border: 0px;
  border-radius: 0px;
  border-left: 3px solid transparent; }
  .inbox-panel .list-group .list-group-item a {
    color: #67757c; }
  .inbox-panel .list-group .list-group-item.active, .inbox-panel .list-group .list-group-item:hover {
    background: #f2f4f8;
    border-left: 3px solid #009efb; }

.inbox-center .unread td {
  font-weight: 400; }
.inbox-center td {
  vertical-align: middle;
  white-space: nowrap; }
.inbox-center a {
  color: #67757c;
  padding: 2px 0 3px 0;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block; }
.inbox-center .checkbox {
  margin-top: -13px;
  height: 20px; }

.contact-page-aside {
  position: relative; }

.left-aside {
  position: absolute;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px;
  width: 250px;
  height: 100%; }

.right-aside {
  padding: 20px;
  margin-left: 250px; }

.contact-list td {
  vertical-align: middle;
  padding: 25px 10px; }
  .contact-list td img {
    width: 30px; }

.list-style-none {
  margin: 0px;
  padding: 0px; }
  .list-style-none li {
    list-style: none;
    margin: 0px; }
    .list-style-none li.box-label a {
      font-weight: 500; }
    .list-style-none li.divider {
      margin: 10px 0;
      height: 1px;
      background: rgba(120, 130, 140, 0.13); }
    .list-style-none li a {
      padding: 15px 10px;
      display: block;
      color: #67757c; }
      .list-style-none li a:hover {
        color: #009efb; }
      .list-style-none li a span {
        float: right; }

.slimScrollBar {
  z-index: 10 !important; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.plugin-details {
  display: none; }

.plugin-details-active {
  display: block; }

.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 70px;
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }

.fix-sidebar .left-sidebar {
  position: fixed; }

.user-profile {
  position: relative;
  background-size: cover; }
  .user-profile .profile-img {
    width: 50px;
    margin-left: 30px;
    padding: 35px 0;
    border-radius: 100%; }
    .user-profile .profile-img::before {
      -webkit-animation: 2.5s blow 0s linear infinite;
      animation: 2.5s blow 0s linear infinite;
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      top: 35px;
      margin: 0 auto;
      border-radius: 50%;
      z-index: 0; }
    .user-profile .profile-img img {
      width: 100%;
      border-radius: 100%; }
  .user-profile .profile-text {
    padding: 5px 0px;
    position: relative; }
    .user-profile .profile-text > a {
      color: #fff !important;
      width: 100%;
      padding: 6px 30px;
      background: rgba(0, 0, 0, 0.5);
      display: block; }
      .user-profile .profile-text > a:after {
        position: absolute;
        right: 20px;
        top: 20px; }
  .user-profile .dropdown-menu {
    left: 0px;
    right: 0px;
    width: 180px;
    margin: 0 auto; }

@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); } }
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); } }
.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  transition: 0.2s ease-out;
  width: 240px;
  background: #fff;
  border-top: 1px solid rgba(120, 130, 140, 0.13); }
  .sidebar-footer a {
    padding: 15px;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px; }

.collapse.in {
  display: block; }

.sidebar-nav {
  background: #fff;
  padding: 15px 10px; }
  .sidebar-nav ul {
    margin: 0px;
    padding: 0px; }
    .sidebar-nav ul li {
      list-style: none; }
      .sidebar-nav ul li a {
        color: #607d8b;
        padding: 8px 35px 8px 15px;
        display: block;
        font-size: 15px;
        border-radius: 4px;
        white-space: nowrap; }
        .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
          color: #26c6da; }
        .sidebar-nav ul li a.active {
          font-weight: 500;
          color: #263238; }
      .sidebar-nav ul li ul {
        padding-top: 5px;
        padding-left: 15px; }
        .sidebar-nav ul li ul.depth2 {
          padding-left: 28px; }
      .sidebar-nav ul li.nav-small-cap {
        font-size: 12px;
        margin-bottom: 0px;
        padding: 14px 14px 14px 20px;
        color: #263238;
        font-weight: 500; }
      .sidebar-nav ul li.nav-devider {
        height: 1px;
        background: rgba(120, 130, 140, 0.13);
        display: block;
        margin: 20px 0; }
  .sidebar-nav > ul > li {
    margin-bottom: 10px; }
    .sidebar-nav > ul > li.active > a {
      color: #fff;
      font-weight: 500;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .sidebar-nav > ul > li.active > a i {
        color: #26c6da; }
    .sidebar-nav > ul > li.active ul.collapse > li.active > a {
      color: #26c6da;
      font-weight: bold; }
      .sidebar-nav > ul > li.active ul.collapse > li.active > a:after {
        border-color: #fff; }
    .sidebar-nav > ul > li.active ul.collapse > li.active > a.has-arrow {
      background-color: #80DEEA;
      color: #fff; }
    .sidebar-nav > ul > li.active ul.collapse > li.active ul.collapse > li.active > a {
      color: #26c6da;
      font-weight: bold; }
    .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
      color: #26c6da; }
    .sidebar-nav > ul > li > a i {
      width: 27px;
      height: 27px;
      font-size: 21px;
      display: inline-block;
      vertical-align: middle;
      color: #99abb4; }
    .sidebar-nav > ul > li > a .label {
      float: right;
      margin-top: 6px; }
    .sidebar-nav > ul > li > a.active {
      font-weight: 400;
      background: #fff;
      color: #26c6da; }
  .sidebar-nav .has-arrow {
    position: relative; }
    .sidebar-nav .has-arrow::after {
      position: absolute;
      content: '';
      width: .55em;
      height: .55em;
      border-width: 1px 0 0 1px;
      border-style: solid;
      border-color: #607d8b;
      right: 1em;
      -webkit-transform: rotate(-45deg) translate(0, -50%);
      -ms-transform: rotate(-45deg) translate(0, -50%);
      -o-transform: rotate(-45deg) translate(0, -50%);
      transform: rotate(-45deg) translate(0, -50%);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -o-transform-origin: top;
      transform-origin: top;
      top: 47%;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .sidebar-nav .active > .has-arrow::after, .sidebar-nav li > .has-arrow.active::after, .sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 45%;
    width: .58em;
    transform: rotate(-135deg) translate(0, -50%); }

@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav {
    padding: 5px; }
    .mini-sidebar .sidebar-nav #sidebarnav li {
      position: relative; }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
      position: absolute;
      left: 60px;
      top: 45px;
      width: 200px;
      z-index: 1001;
      background: #f2f6f8;
      display: none;
      padding-left: 1px; }
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul {
      height: auto !important;
      overflow: auto;
      display: block; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > ul.collapse {
        display: block; }
    .mini-sidebar .sidebar-nav #sidebarnav > li > a.has-arrow:after {
      display: none; }
  .mini-sidebar .left-sidebar {
    width: 60px; }
  .mini-sidebar .user-profile {
    padding-bottom: 15px;
    width: 60px;
    margin-bottom: 7px; }
    .mini-sidebar .user-profile .profile-img {
      padding: 15px 0 0 0;
      margin: 0px 0 0 6px; }
      .mini-sidebar .user-profile .profile-img:before {
        top: 15px; }
  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute; }
  .mini-sidebar .hide-menu, .mini-sidebar .nav-small-cap, .mini-sidebar .sidebar-footer, .mini-sidebar .user-profile .profile-text {
    display: none; }
  .mini-sidebar .nav-devider {
    width: 50px; }
  .mini-sidebar .sidebar-nav {
    background: transparent; }
    .mini-sidebar .sidebar-nav #sidebarnav > li > a {
      padding: 9px 15px;
      width: 50px; }
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover .hide-menu {
      display: inline; }
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
      width: 260px;
      background: #26c6da;
      color: #fff;
      border-color: #009efb; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
        color: #fff; }
      .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a .hide-menu {
        display: inline; }
    .mini-sidebar .sidebar-nav #sidebarnav > li.active > a {
      border-color: transparent; }
      .mini-sidebar .sidebar-nav #sidebarnav > li.active > a.active {
        border-color: #009efb; } }
@media (max-width: 767px) {
  .mini-sidebar .left-sidebar {
    position: fixed;
    left: -240px; }
  .mini-sidebar .sidebar-footer {
    left: -240px; }
  .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px; }

  .notify {
    top: -13px; } }
.topbar .top-navbar .mailbox {
  width: 300px; }
  .topbar .top-navbar .mailbox ul {
    padding: 0px; }
    .topbar .top-navbar .mailbox ul li {
      list-style: none; }

.mailbox ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
.mailbox ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px; }
.mailbox .message-center {
  height: 200px;
  overflow: auto;
  position: relative; }
  .mailbox .message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px; }
    .mailbox .message-center a:hover {
      background: #f2f4f8; }
    .mailbox .message-center a div {
      white-space: normal; }
    .mailbox .message-center a .user-img {
      width: 40px;
      position: relative;
      display: inline-block;
      margin: 0 10px 15px 0; }
      .mailbox .message-center a .user-img img {
        width: 100%; }
      .mailbox .message-center a .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 30px;
        position: absolute;
        top: 1px;
        width: 10px; }
      .mailbox .message-center a .user-img .online {
        background: #26c6da; }
      .mailbox .message-center a .user-img .busy {
        background: #fc4b6c; }
      .mailbox .message-center a .user-img .away, .mailbox .message-center a .user-img .offline {
        background: #ffb22b; }
    .mailbox .message-center a .mail-contnet {
      display: inline-block;
      width: 75%;
      vertical-align: middle; }
      .mailbox .message-center a .mail-contnet h5 {
        margin: 5px 0px 0; }
      .mailbox .message-center a .mail-contnet .mail-desc, .mailbox .message-center a .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #67757c;
        white-space: nowrap; }

.analytics-info li span {
  font-size: 24px;
  vertical-align: middle; }

.stats-row {
  margin-bottom: 20px; }
  .stats-row .stat-item {
    display: inline-block;
    padding-right: 15px; }
    .stats-row .stat-item + .stat-item {
      padding-left: 15px;
      border-left: 1px solid rgba(120, 130, 140, 0.13); }

.city-weather-days {
  margin: 0px; }
  .city-weather-days li {
    text-align: center;
    padding: 15px 0; }
    .city-weather-days li span {
      display: block;
      padding: 10px 0 0;
      color: #99abb4; }
    .city-weather-days li i {
      display: block;
      font-size: 20px;
      color: #009efb; }
    .city-weather-days li h3 {
      font-weight: 300;
      margin-top: 5px; }

.comment-widgets {
  position: relative;
  margin-bottom: 10px; }
  .comment-widgets .comment-row {
    border-left: 3px solid #fff;
    padding: 15px; }
    .comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
      border-color: #009efb; }

.comment-text {
  padding: 15px 15px 15px 20px; }
  .comment-text:hover .comment-footer .action-icons, .comment-text.active .comment-footer .action-icons {
    visibility: visible; }
  .comment-text p {
    max-height: 50px;
    overflow: hidden; }

.comment-footer .action-icons {
  visibility: hidden; }
  .comment-footer .action-icons a {
    padding-left: 15px;
    vertical-align: middle;
    color: #99abb4; }
    .comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
      color: #1e88e5; }

.todo-list li {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px; }
  .todo-list li .checkbox {
    width: 100%; }
    .todo-list li .checkbox label {
      font-weight: 400;
      color: #455a64; }
  .todo-list li:last-child {
    border-bottom: 0px; }
  .todo-list li .assignedto {
    padding: 0px 0 0 27px;
    margin: 0px; }
    .todo-list li .assignedto li {
      list-style: none;
      padding: 0px;
      display: inline-block;
      border: 0px;
      margin-right: 2px; }
      .todo-list li .assignedto li img {
        width: 30px;
        border-radius: 100%; }
  .todo-list li .item-date {
    padding-left: 25px;
    font-size: 12px;
    display: inline-block; }

.list-task .task-done span {
  text-decoration: line-through; }

.chat-list {
  margin: 0px;
  padding: 0px; }
  .chat-list li {
    list-style: none;
    margin-top: 30px; }
    .chat-list li .chat-img {
      display: inline-block;
      width: 45px;
      vertical-align: top; }
      .chat-list li .chat-img img {
        width: 45px;
        border-radius: 100%; }
    .chat-list li .chat-content {
      width: calc(100% - 140px);
      display: inline-block;
      padding-left: 15px; }
      .chat-list li .chat-content h5 {
        color: #99abb4; }
      .chat-list li .chat-content .box {
        display: inline-block;
        margin-bottom: 10px;
        color: #263238; }
    .chat-list li .chat-time {
      display: inline-block;
      text-align: right;
      width: 80px;
      font-size: 13px;
      color: #99abb4; }
    .chat-list li.odd .chat-content {
      text-align: right;
      width: calc(100% - 90px); }
    .chat-list li.odd .box {
      clear: both; }
    .chat-list li.odd + .odd {
      margin-top: 0px; }
    .chat-list li.reverse {
      text-align: right; }
      .chat-list li.reverse .chat-time {
        text-align: left; }
      .chat-list li.reverse .chat-content {
        padding-left: 0px;
        padding-right: 15px; }

.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
.message-box ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px; }
.message-box .message-widget {
  position: relative; }
  .message-box .message-widget a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px; }
    .message-box .message-widget a:hover {
      background: #f2f4f8; }
    .message-box .message-widget a:last-child {
      border-bottom: 0px; }
    .message-box .message-widget a div {
      white-space: normal; }
    .message-box .message-widget a .user-img {
      width: 45px;
      position: relative;
      display: inline-block;
      margin: 0 10px 15px 0; }
      .message-box .message-widget a .user-img img {
        width: 100%; }
      .message-box .message-widget a .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 33px;
        position: absolute;
        top: -1px;
        width: 10px; }
      .message-box .message-widget a .user-img .online {
        background: #26c6da; }
      .message-box .message-widget a .user-img .busy {
        background: #fc4b6c; }
      .message-box .message-widget a .user-img .away, .message-box .message-widget a .user-img .offline {
        background: #ffb22b; }
    .message-box .message-widget a .mail-contnet {
      display: inline-block;
      width: 75%;
      vertical-align: middle; }
      .message-box .message-widget a .mail-contnet h5 {
        margin: 5px 0px 0; }
      .message-box .message-widget a .mail-contnet .mail-desc, .message-box .message-widget a .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #67757c;
        white-space: nowrap; }

.calendar {
  float: left;
  margin-bottom: 0px; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }
  .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 0; }
.fc-toolbar button:focus, .fc-toolbar button:hover {
  z-index: 0; }
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 0px !important; }

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  color: #67757c;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase; }
.fc th.fc-sun, .fc th.fc-tue, .fc th.fc-thu, .fc th.fc-sat, .fc th.fc-mon, .fc th.fc-wed, .fc th.fc-fri {
  background: #f2f7f8; }

.fc-view {
  margin-top: 0px; }

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px; }

.fc-button {
  background: #fff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #67757c;
  text-transform: capitalize; }
  .fc-button:hover {
    background: #f2f4f8;
    opacity: 0.8; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #F5F5F5; }

.fc-unthemed .fc-today {
  border: 1px solid #fc4b6c;
  background: #f2f4f8 !important; }

.fc-state-highlight, .fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #fff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #1e88e5; }

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  min-width: 140px;
  text-align: center;
  background: #1e88e5; }
  .calendar-event a {
    float: right;
    opacity: 0.6;
    font-size: 10px;
    margin: 4px 0 0 10px;
    color: #fff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }
.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block; }

.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px; }
  .steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    background: #263238;
    margin-right: 15px; }
    .steamline .sl-left img {
      max-width: 40px; }
  .steamline .sl-right {
    padding-left: 50px; }
    .steamline .sl-right .desc, .steamline .sl-right .inline-photos {
      margin-bottom: 30px; }
  .steamline .sl-item {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin: 20px 0; }

.sl-date {
  font-size: 10px;
  color: #99abb4; }

.time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative; }
  .time-item:before {
    content: " ";
    display: table; }
  .time-item:after {
    background-color: #fff;
    border-color: rgba(120, 130, 140, 0.13);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

.time-item-item:after {
  content: " ";
  display: table; }

.item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
  .item-info p {
    margin-bottom: 10px !important; }

.feeds {
  margin: 0px;
  padding: 0px; }
  .feeds li {
    list-style: none;
    padding: 10px;
    display: block; }
    .feeds li:hover {
      background: #ebf3f5; }
    .feeds li > div {
      width: 40px;
      height: 40px;
      margin-right: 5px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      border-radius: 100%; }
      .feeds li > div i {
        line-height: 40px; }
    .feeds li span {
      float: right;
      width: auto;
      font-size: 12px; }

.vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.vert .carousel-item-next, .vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0); }
.vert .carousel-item-prev, .vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.social-widget .soc-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #fff; }
  .social-widget .soc-header.box-facebook {
    background: #3b5998; }
  .social-widget .soc-header.box-twitter {
    background: #00aced; }
  .social-widget .soc-header.box-google {
    background: #f86c6b; }
  .social-widget .soc-header.box-linkedin {
    background: #4875b4; }
.social-widget .soc-content {
  display: flex;
  text-align: center; }
  .social-widget .soc-content div {
    padding: 10px; }
    .social-widget .soc-content div h3 {
      margin-bottom: 0px; }

.gaugejs-box {
  position: relative;
  margin: 0 auto; }
  .gaugejs-box canvas.gaugejs {
    width: 100% !important;
    height: auto !important; }

.social-profile-first {
  text-align: center;
  padding-top: 22%;
  margin-bottom: 96px; }
  .social-profile-first.bg-over {
    background: rgba(56, 83, 161, 0.7); }
  .social-profile-first .middle {
    vertical-align: middle; }

.country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px; }
  .country-state li {
    margin-top: 30px;
    margin-bottom: 10px; }
  .country-state h2 {
    margin-bottom: 0px;
    font-weight: 400; }

.profiletimeline {
  position: relative;
  margin-left: 70px;
  margin-right: 10px; }
  .profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px; }
    .profiletimeline .sl-left img {
      max-width: 40px; }
  .profiletimeline .sl-item {
    margin-top: 8px;
    margin-bottom: 30px; }
  .profiletimeline .sl-date {
    font-size: 12px;
    color: #99abb4; }
  .profiletimeline .time-item {
    border-color: rgba(120, 130, 140, 0.13);
    padding-bottom: 1px;
    position: relative; }
    .profiletimeline .time-item:before {
      content: " ";
      display: table; }
    .profiletimeline .time-item:after {
      background-color: #fff;
      border-color: rgba(120, 130, 140, 0.13);
      border-radius: 10px;
      border-style: solid;
      border-width: 2px;
      bottom: 0;
      content: '';
      height: 14px;
      left: 0;
      margin-left: -8px;
      position: absolute;
      top: 5px;
      width: 14px; }
  .profiletimeline .time-item-item:after {
    content: " ";
    display: table; }
  .profiletimeline .item-info {
    margin-bottom: 15px;
    margin-left: 15px; }
    .profiletimeline .item-info p {
      margin-bottom: 10px !important; }

.blog-widget {
  margin-top: 30px; }
  .blog-widget .blog-image img {
    border-radius: 4px;
    margin-top: -45px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.weather-small h1 {
  line-height: 30px; }
.weather-small sup {
  font-size: 60%; }

.little-profile .pro-img {
  margin-top: -80px;
  margin-bottom: 20px; }
  .little-profile .pro-img img {
    width: 128px;
    height: 128px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%; }

.contact-box {
  position: relative; }
  .contact-box .add-ct-btn {
    position: absolute;
    right: 4px;
    top: -46px; }
  .contact-box .contact-widget > a {
    padding: 15px 10px; }
    .contact-box .contact-widget > a .user-img {
      margin-bottom: 0px !important; }

@media (min-width: 1650px) {
  .widget-app-columns {
    column-count: 3; }

  .campaign {
    height: 365px !important; } }
@media (max-width: 1370px) {
  .widget-app-columns {
    column-count: 2; } }
@media (min-width: 1024px) {
  .page-wrapper {
    min-width: 1360px;
    margin-left: 240px; }

  .footer {
    left: 240px; } }
@media (max-width: 1023px) {
  .page-wrapper {
    min-width: 1540px;
    margin-left: 60px;
    transition: 0.2s ease-in; }

  .footer {
    left: 60px; }

  .widget-app-columns {
    column-count: 1; }

  .inbox-center a {
    width: 200px; } }
@media (min-width: 768px) {
  .navbar-header {
    width: 240px;
    flex-shrink: 0; }
    .navbar-header .navbar-brand {
      padding-top: 0px; }

  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px; }

  .mini-sidebar .page-wrapper {
    min-width: 1540px;
    margin-left: 60px; }
  .mini-sidebar .footer {
    left: 60px; }

  .flex-wrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important; } }
@media (max-width: 767px) {
  .topbar {
    position: fixed;
    width: 100%; }
    .topbar .top-navbar {
      min-height: auto;
      padding-right: 15px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      flex-wrap: nowrap;
      -webkit-align-items: center; }
      .topbar .top-navbar .navbar-collapse {
        display: flex;
        width: 100%; }
      .topbar .top-navbar .navbar-nav {
        flex-direction: row; }
        .topbar .top-navbar .navbar-nav > .nav-item.show {
          position: static; }
          .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
            width: 100%;
            margin-top: 0px; }
        .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
          padding-left: .50rem;
          padding-right: .50rem;
          line-height: initial; }
        .topbar .top-navbar .navbar-nav .dropdown-menu {
          position: absolute; }

  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto; }

  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px; }

  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0; }

  .vtabs .tabs-vertical {
    width: auto; }

  .footer {
    left: 0px; }

  .material-icon-list-demo .icons div {
    width: 100%; }

  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10; }

  .error-box {
    position: relative;
    padding-bottom: 60px; }

  .error-body {
    padding-top: 10%; }
    .error-body h1 {
      font-size: 100px;
      font-weight: 600;
      line-height: 100px; }

  .login-register {
    position: relative;
    overflow: hidden; }

  .login-box {
    width: 90%; }

  .login-sidebar {
    padding: 10% 0; }
    .login-sidebar .login-box {
      position: relative; }

  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    transition: 0.5s ease-in;
    background: #fff; }
    .chat-main-box .chat-left-aside.open-pnl {
      left: 0px; }
    .chat-main-box .chat-left-aside .open-panel {
      display: block; }
  .chat-main-box .chat-right-aside {
    width: 100%; }

  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)";
    width: "calc(100% - 90px)"; }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0; }
  ul.timeline > li > .timeline-panel {
    float: right; }
    ul.timeline > li > .timeline-panel:before {
      right: auto;
      left: -15px;
      border-right-width: 15px;
      border-left-width: 0; }
    ul.timeline > li > .timeline-panel:after {
      right: auto;
      left: -14px;
      border-right-width: 14px;
      border-left-width: 0; }

  .left-aside {
    width: 100%;
    position: relative;
    border: 0px; }

  .right-aside {
    margin-left: 0px; }

  .flex-wrap {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important; }

  .chat-list li .chat-content {
    width: calc(100% - 80px); } }
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

form p {
  margin-bottom: 10px;
  text-align: left; }
  form p:last-child {
    margin-bottom: 0; }

.switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }
  .switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
  .switch label {
    cursor: pointer; }
    .switch label input[type=checkbox] {
      opacity: 0;
      width: 0;
      height: 0; }
      .switch label input[type=checkbox]:checked + .lever {
        background-color: #84c7c1; }
        .switch label input[type=checkbox]:checked + .lever:after {
          background-color: #26a69a;
          left: 24px; }
    .switch label .lever {
      content: "";
      display: inline-block;
      position: relative;
      width: 40px;
      height: 15px;
      background-color: #818181;
      border-radius: 15px;
      margin-right: 10px;
      transition: background 0.3s ease;
      vertical-align: middle;
      margin: 0 16px; }
      .switch label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 21px;
        height: 21px;
        background-color: #F1F1F1;
        border-radius: 21px;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        left: -5px;
        top: -3px;
        transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }
.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

.scale-up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: right 0px; }

.scale-up-left {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: left 0px; }

.show > .scale-up {
  transform: scale(1);
  transform-origin: right 0px; }
.show > .scale-up-left {
  transform: scale(1);
  transform-origin: left 0px; }

.card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.well, pre {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.page-titles .justify-content-end:last-child .d-flex {
  margin-right: 10px; }

.btn-circle.right-side-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 25px; }

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    box-shadow: 0px 0px 0px 15px transparent; } }
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: -40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.demo-checkbox label, .demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px; }

.demo-swtich .demo-switch-title, .demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block; }

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
  @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px); }

/*******************
/*Top bar
*******************/
.topbar {
  background: #1e88e5; }

.topbar .navbar-header {
  background: rgba(0, 0, 0, 0.05); }

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none; }

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8); }

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !important; }

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important; }

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #1e88e5 !important; }

.bg-theme {
  background-color: #1e88e5 !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1e88e5;
  border-color: #1e88e5; }

.right-sidebar .rpanel-title {
  background: #1e88e5; }

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #1e88e5; }

.text-themecolor {
  color: #1e88e5 !important; }

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #1e88e5;
  color: #1e88e5; }

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #1e88e5; }

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #1e88e5;
  color: #ffffff;
  border: 1px solid #1e88e5; }

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #1e88e5;
  opacity: 0.7;
  border: 1px solid #1e88e5; }

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #028ee1; }

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff; }

.sidebar-nav ul li a {
  color: #607d8b; }

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #26c6da; }

.sidebar-nav ul li a.active {
  color: #263238; }

.sidebar-nav ul li.nav-small-cap {
  color: #99abb4; }

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff;
  background: #26c6da; }

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #ffffff; }

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff; }

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #26c6da; }

.sidebar-nav > ul > li > a i {
  color: #99abb4; }

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #1e88e5; }

body.mini-sidebar .sidebar-nav > ul > li.active ul.collapse > li.active > a.has-arrow {
  background-color: transparent;
  color: #26c6da; }

body:not(.mini-sidebar) .sidebar-nav > ul > li.active > a, body:not(.mini-sidebar) .sidebar-nav > ul > li.active:hover > a {
  box-shadow: none;
  background: #fff;
  color: #26c6da;
  font-weight: bold; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active > a i, body:not(.mini-sidebar) .sidebar-nav > ul > li.active:hover > a i {
  color: #26c6da; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active > a:after, body:not(.mini-sidebar) .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #607d8b; }
body:not(.mini-sidebar) .sidebar-nav > ul > li[data-child='N'].active > a i, body:not(.mini-sidebar) .sidebar-nav > ul > li[data-child='N'].active:hover > a i {
  color: #fff; }
body:not(.mini-sidebar) .sidebar-nav > ul > li[data-child='N'].active > a, body:not(.mini-sidebar) .sidebar-nav > ul > li[data-child='N'].active:hover > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #26c6da;
  color: #fff;
  font-weight: 500; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active ul.collapse > li.active > a.has-arrow {
  background-color: #fff;
  color: #26c6da; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active ul.collapse > li.active > a:after {
  border-color: #607d8b; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active ul.collapse > li.active ul.collapse > li.active > a {
  color: #26c6da;
  font-weight: bold; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active ul.collapse > li.active ul.collapse > li[data-child='N'].active > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #26c6da;
  color: #fff;
  font-weight: 500; }
body:not(.mini-sidebar) .sidebar-nav > ul > li.active ul.collapse > li[data-child='N'].active > a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #26c6da;
  color: #fff;
  font-weight: 500; }

.text-primary {
  color: #1e88e5; }

.text-white {
  color: #fff; }

.text-color1 {
  color: #26415a; }

.text-white {
  color: #fff; }

.text-color2 {
  color: #4CAF50; }

.text-white {
  color: #fff; }

.text-color3 {
  color: #2897c0; }

.text-white {
  color: #fff; }

.text-point1 {
  color: #FD4A49; }

.text-white {
  color: #fff; }

.text-point2 {
  color: #FED766; }

.text-white {
  color: #fff; }

.text-point3 {
  color: #00BD9D; }

.text-white {
  color: #fff; }

.card {
  position: relative;
  margin: 0px 0 20px 0;
  background-color: #fff;
  color: #000;
  transition: background .5s ease, box-shadow .5s;
  border-radius: 0;
  border: 1px solid #74c9e3;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .card.no-border {
    border: none; }
  .card .card-title {
    font-size: 18px;
    padding: 10px;
    background-color: #74c9e3;
    color: white; }
  .card .card-content {
    padding: 12px 16px;
    border-radius: 0; }
    .card .card-content small {
      color: #000; }
    .card .card-content h3.card-title {
      text-align: center; }
    .card .card-content h4.card-sub-title {
      padding-left: 5px;
      border-left: 3px solid #1e88e5; }
    .card .card-content.no-padding {
      padding: 0; }
  .card .card-image {
    position: relative; }
    .card .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      color: #fff;
      text-shadow: 1px 1px #666;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 10px 24px;
      background: rgba(0, 0, 0, 0.3); }
  .card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 12px 16px; }
  .card table.table:last-child {
    margin-bottom: 0; }
  .card.image-card .card-action {
    padding-left: 0;
    padding-right: 0; }

.card.primary {
  border: 1px solid #fff;
  background-color: #1e88e5;
  color: white; }
  .card.primary.has-hover:hover {
    cursor: pointer;
    background-color: #4ca0ea;
    color: #fff; }
    .card.primary.has-hover:hover small {
      color: #fff; }
  .card.primary .card-title {
    background-color: white;
    color: white; }
  .card.primary.active {
    background-color: #1e88e5 !important;
    color: #fff; }
    .card.primary.active small {
      color: #fff; }

.card.color1 {
  border: 1px solid #fff;
  background-color: #26415a;
  color: white; }
  .card.color1.has-hover:hover {
    cursor: pointer;
    background-color: #355b7e;
    color: #fff; }
    .card.color1.has-hover:hover small {
      color: #fff; }
  .card.color1 .card-title {
    background-color: white;
    color: white; }
  .card.color1.active {
    background-color: #26415a !important;
    color: #fff; }
    .card.color1.active small {
      color: #fff; }

.card.color2 {
  border: 1px solid #fff;
  background-color: #4CAF50;
  color: white; }
  .card.color2.has-hover:hover {
    cursor: pointer;
    background-color: #6ec071;
    color: #fff; }
    .card.color2.has-hover:hover small {
      color: #fff; }
  .card.color2 .card-title {
    background-color: white;
    color: white; }
  .card.color2.active {
    background-color: #4CAF50 !important;
    color: #fff; }
    .card.color2.active small {
      color: #fff; }

.card.color3 {
  border: 1px solid #fff;
  background-color: #2897c0;
  color: white; }
  .card.color3.has-hover:hover {
    cursor: pointer;
    background-color: #43b0d8;
    color: #fff; }
    .card.color3.has-hover:hover small {
      color: #fff; }
  .card.color3 .card-title {
    background-color: white;
    color: white; }
  .card.color3.active {
    background-color: #2897c0 !important;
    color: #fff; }
    .card.color3.active small {
      color: #fff; }

.card.point1 {
  border: 1px solid #fff;
  background-color: #FD4A49;
  color: white; }
  .card.point1.has-hover:hover {
    cursor: pointer;
    background-color: #fe7c7b;
    color: #fff; }
    .card.point1.has-hover:hover small {
      color: #fff; }
  .card.point1 .card-title {
    background-color: white;
    color: white; }
  .card.point1.active {
    background-color: #FD4A49 !important;
    color: #fff; }
    .card.point1.active small {
      color: #fff; }

.card.point2 {
  border: 1px solid #fff;
  background-color: #FED766;
  color: white; }
  .card.point2.has-hover:hover {
    cursor: pointer;
    background-color: #fee499;
    color: #fff; }
    .card.point2.has-hover:hover small {
      color: #fff; }
  .card.point2 .card-title {
    background-color: white;
    color: white; }
  .card.point2.active {
    background-color: #FED766 !important;
    color: #fff; }
    .card.point2.active small {
      color: #fff; }

.card.point3 {
  border: 1px solid #fff;
  background-color: #00BD9D;
  color: white; }
  .card.point3.has-hover:hover {
    cursor: pointer;
    background-color: #00f0c7;
    color: #fff; }
    .card.point3.has-hover:hover small {
      color: #fff; }
  .card.point3 .card-title {
    background-color: white;
    color: white; }
  .card.point3.active {
    background-color: #00BD9D !important;
    color: #fff; }
    .card.point3.active small {
      color: #fff; }

.btn.btn-primary {
  color: #fff;
  background-color: #1e88e5;
  border: 1px solid #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-primary.inverted {
    color: #1e88e5;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-primary:focus, .btn.btn-primary.focus {
    color: #fff;
    background-color: #166dba;
    border-color: #0e4576; }
  .btn.btn-primary:hover {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
  .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
    .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #125b9a;
      border-color: #0e4576; }
  .btn.btn-primary:active, .btn.btn-primary.active, .open > .btn.btn-primary.dropdown-toggle {
    background-image: none; }
  .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus, fieldset[disabled] .btn.btn-primary:hover, fieldset[disabled] .btn.btn-primary:focus, fieldset[disabled] .btn.btn-primary.focus {
    background-color: #1e88e5;
    border-color: #1e88e5; }
  .btn.btn-primary .badge {
    color: #1e88e5;
    background-color: #fff; }
  .btn.btn-primary.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-primary.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-color1 {
  color: #fff;
  background-color: #26415a;
  border: 1px solid #26415a;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-color1.inverted {
    color: #26415a;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-color1:focus, .btn.btn-color1.focus {
    color: #fff;
    background-color: #172736;
    border-color: black; }
  .btn.btn-color1:hover {
    color: #fff;
    background-color: #172736;
    border-color: #14222f; }
  .btn.btn-color1:active, .btn.btn-color1.active, .open > .btn.btn-color1.dropdown-toggle {
    color: #fff;
    background-color: #172736;
    border-color: #14222f; }
    .btn.btn-color1:active:hover, .btn.btn-color1:active:focus, .btn.btn-color1:active.focus, .btn.btn-color1.active:hover, .btn.btn-color1.active:focus, .btn.btn-color1.active.focus, .open > .btn.btn-color1.dropdown-toggle:hover, .open > .btn.btn-color1.dropdown-toggle:focus, .open > .btn.btn-color1.dropdown-toggle.focus {
      color: #fff;
      background-color: #0c151d;
      border-color: black; }
  .btn.btn-color1:active, .btn.btn-color1.active, .open > .btn.btn-color1.dropdown-toggle {
    background-image: none; }
  .btn.btn-color1.disabled:hover, .btn.btn-color1.disabled:focus, .btn.btn-color1.disabled.focus, .btn.btn-color1[disabled]:hover, .btn.btn-color1[disabled]:focus, .btn.btn-color1[disabled].focus, fieldset[disabled] .btn.btn-color1:hover, fieldset[disabled] .btn.btn-color1:focus, fieldset[disabled] .btn.btn-color1.focus {
    background-color: #26415a;
    border-color: #26415a; }
  .btn.btn-color1 .badge {
    color: #26415a;
    background-color: #fff; }
  .btn.btn-color1.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-color1.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-color2 {
  color: #fff;
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-color2.inverted {
    color: #4CAF50;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-color2:focus, .btn.btn-color2.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #255627; }
  .btn.btn-color2:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c; }
  .btn.btn-color2:active, .btn.btn-color2.active, .open > .btn.btn-color2.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c; }
    .btn.btn-color2:active:hover, .btn.btn-color2:active:focus, .btn.btn-color2:active.focus, .btn.btn-color2.active:hover, .btn.btn-color2.active:focus, .btn.btn-color2.active.focus, .open > .btn.btn-color2.dropdown-toggle:hover, .open > .btn.btn-color2.dropdown-toggle:focus, .open > .btn.btn-color2.dropdown-toggle.focus {
      color: #fff;
      background-color: #327334;
      border-color: #255627; }
  .btn.btn-color2:active, .btn.btn-color2.active, .open > .btn.btn-color2.dropdown-toggle {
    background-image: none; }
  .btn.btn-color2.disabled:hover, .btn.btn-color2.disabled:focus, .btn.btn-color2.disabled.focus, .btn.btn-color2[disabled]:hover, .btn.btn-color2[disabled]:focus, .btn.btn-color2[disabled].focus, fieldset[disabled] .btn.btn-color2:hover, fieldset[disabled] .btn.btn-color2:focus, fieldset[disabled] .btn.btn-color2.focus {
    background-color: #4CAF50;
    border-color: #4CAF50; }
  .btn.btn-color2 .badge {
    color: #4CAF50;
    background-color: #fff; }
  .btn.btn-color2.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-color2.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-color3 {
  color: #fff;
  background-color: #2897c0;
  border: 1px solid #2897c0;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-color3.inverted {
    color: #2897c0;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-color3:focus, .btn.btn-color3.focus {
    color: #fff;
    background-color: #1f7696;
    border-color: #124456; }
  .btn.btn-color3:hover {
    color: #fff;
    background-color: #1f7696;
    border-color: #1d6f8d; }
  .btn.btn-color3:active, .btn.btn-color3.active, .open > .btn.btn-color3.dropdown-toggle {
    color: #fff;
    background-color: #1f7696;
    border-color: #1d6f8d; }
    .btn.btn-color3:active:hover, .btn.btn-color3:active:focus, .btn.btn-color3:active.focus, .btn.btn-color3.active:hover, .btn.btn-color3.active:focus, .btn.btn-color3.active.focus, .open > .btn.btn-color3.dropdown-toggle:hover, .open > .btn.btn-color3.dropdown-toggle:focus, .open > .btn.btn-color3.dropdown-toggle.focus {
      color: #fff;
      background-color: #195f78;
      border-color: #124456; }
  .btn.btn-color3:active, .btn.btn-color3.active, .open > .btn.btn-color3.dropdown-toggle {
    background-image: none; }
  .btn.btn-color3.disabled:hover, .btn.btn-color3.disabled:focus, .btn.btn-color3.disabled.focus, .btn.btn-color3[disabled]:hover, .btn.btn-color3[disabled]:focus, .btn.btn-color3[disabled].focus, fieldset[disabled] .btn.btn-color3:hover, fieldset[disabled] .btn.btn-color3:focus, fieldset[disabled] .btn.btn-color3.focus {
    background-color: #2897c0;
    border-color: #2897c0; }
  .btn.btn-color3 .badge {
    color: #2897c0;
    background-color: #fff; }
  .btn.btn-color3.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-color3.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-point1 {
  color: #fff;
  background-color: #FD4A49;
  border: 1px solid #FD4A49;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-point1.inverted {
    color: #FD4A49;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-point1:focus, .btn.btn-point1.focus {
    color: #fff;
    background-color: #fc1817;
    border-color: #c40302; }
  .btn.btn-point1:hover {
    color: #fff;
    background-color: #fc1817;
    border-color: #fc0e0c; }
  .btn.btn-point1:active, .btn.btn-point1.active, .open > .btn.btn-point1.dropdown-toggle {
    color: #fff;
    background-color: #fc1817;
    border-color: #fc0e0c; }
    .btn.btn-point1:active:hover, .btn.btn-point1:active:focus, .btn.btn-point1:active.focus, .btn.btn-point1.active:hover, .btn.btn-point1.active:focus, .btn.btn-point1.active.focus, .open > .btn.btn-point1.dropdown-toggle:hover, .open > .btn.btn-point1.dropdown-toggle:focus, .open > .btn.btn-point1.dropdown-toggle.focus {
      color: #fff;
      background-color: #ed0403;
      border-color: #c40302; }
  .btn.btn-point1:active, .btn.btn-point1.active, .open > .btn.btn-point1.dropdown-toggle {
    background-image: none; }
  .btn.btn-point1.disabled:hover, .btn.btn-point1.disabled:focus, .btn.btn-point1.disabled.focus, .btn.btn-point1[disabled]:hover, .btn.btn-point1[disabled]:focus, .btn.btn-point1[disabled].focus, fieldset[disabled] .btn.btn-point1:hover, fieldset[disabled] .btn.btn-point1:focus, fieldset[disabled] .btn.btn-point1.focus {
    background-color: #FD4A49;
    border-color: #FD4A49; }
  .btn.btn-point1 .badge {
    color: #FD4A49;
    background-color: #fff; }
  .btn.btn-point1.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-point1.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-point2 {
  color: #fff;
  background-color: #FED766;
  border: 1px solid #FED766;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-point2.inverted {
    color: #FED766;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-point2:focus, .btn.btn-point2.focus {
    color: #fff;
    background-color: #feca33;
    border-color: #e3a901; }
  .btn.btn-point2:hover {
    color: #fff;
    background-color: #feca33;
    border-color: #fec729; }
  .btn.btn-point2:active, .btn.btn-point2.active, .open > .btn.btn-point2.dropdown-toggle {
    color: #fff;
    background-color: #feca33;
    border-color: #fec729; }
    .btn.btn-point2:active:hover, .btn.btn-point2:active:focus, .btn.btn-point2:active.focus, .btn.btn-point2.active:hover, .btn.btn-point2.active:focus, .btn.btn-point2.active.focus, .open > .btn.btn-point2.dropdown-toggle:hover, .open > .btn.btn-point2.dropdown-toggle:focus, .open > .btn.btn-point2.dropdown-toggle.focus {
      color: #fff;
      background-color: #fdc010;
      border-color: #e3a901; }
  .btn.btn-point2:active, .btn.btn-point2.active, .open > .btn.btn-point2.dropdown-toggle {
    background-image: none; }
  .btn.btn-point2.disabled:hover, .btn.btn-point2.disabled:focus, .btn.btn-point2.disabled.focus, .btn.btn-point2[disabled]:hover, .btn.btn-point2[disabled]:focus, .btn.btn-point2[disabled].focus, fieldset[disabled] .btn.btn-point2:hover, fieldset[disabled] .btn.btn-point2:focus, fieldset[disabled] .btn.btn-point2.focus {
    background-color: #FED766;
    border-color: #FED766; }
  .btn.btn-point2 .badge {
    color: #FED766;
    background-color: #fff; }
  .btn.btn-point2.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-point2.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-point3 {
  color: #fff;
  background-color: #00BD9D;
  border: 1px solid #00BD9D;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-point3.inverted {
    color: #00BD9D;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-point3:focus, .btn.btn-point3.focus {
    color: #fff;
    background-color: #008a73;
    border-color: #003e33; }
  .btn.btn-point3:hover {
    color: #fff;
    background-color: #008a73;
    border-color: #00806a; }
  .btn.btn-point3:active, .btn.btn-point3.active, .open > .btn.btn-point3.dropdown-toggle {
    color: #fff;
    background-color: #008a73;
    border-color: #00806a; }
    .btn.btn-point3:active:hover, .btn.btn-point3:active:focus, .btn.btn-point3:active.focus, .btn.btn-point3.active:hover, .btn.btn-point3.active:focus, .btn.btn-point3.active.focus, .open > .btn.btn-point3.dropdown-toggle:hover, .open > .btn.btn-point3.dropdown-toggle:focus, .open > .btn.btn-point3.dropdown-toggle.focus {
      color: #fff;
      background-color: #006655;
      border-color: #003e33; }
  .btn.btn-point3:active, .btn.btn-point3.active, .open > .btn.btn-point3.dropdown-toggle {
    background-image: none; }
  .btn.btn-point3.disabled:hover, .btn.btn-point3.disabled:focus, .btn.btn-point3.disabled.focus, .btn.btn-point3[disabled]:hover, .btn.btn-point3[disabled]:focus, .btn.btn-point3[disabled].focus, fieldset[disabled] .btn.btn-point3:hover, fieldset[disabled] .btn.btn-point3:focus, fieldset[disabled] .btn.btn-point3.focus {
    background-color: #00BD9D;
    border-color: #00BD9D; }
  .btn.btn-point3 .badge {
    color: #00BD9D;
    background-color: #fff; }
  .btn.btn-point3.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-point3.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-default {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-default.inverted {
    color: #fff;
    background-color: #000;
    border-color: transparent; }
  .btn.btn-default:focus, .btn.btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #9d9d9d; }
  .btn.btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bebebe; }
  .btn.btn-default:active, .btn.btn-default.active, .open > .btn.btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bebebe; }
    .btn.btn-default:active:hover, .btn.btn-default:active:focus, .btn.btn-default:active.focus, .btn.btn-default.active:hover, .btn.btn-default.active:focus, .btn.btn-default.active.focus, .open > .btn.btn-default.dropdown-toggle:hover, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #9d9d9d; }
  .btn.btn-default:active, .btn.btn-default.active, .open > .btn.btn-default.dropdown-toggle {
    background-image: none; }
  .btn.btn-default.disabled:hover, .btn.btn-default.disabled:focus, .btn.btn-default.disabled.focus, .btn.btn-default[disabled]:hover, .btn.btn-default[disabled]:focus, .btn.btn-default[disabled].focus, fieldset[disabled] .btn.btn-default:hover, fieldset[disabled] .btn.btn-default:focus, fieldset[disabled] .btn.btn-default.focus {
    background-color: #fff;
    border-color: #ddd; }
  .btn.btn-default .badge {
    color: #fff;
    background-color: #000; }
  .btn.btn-default.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-default.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-link {
  color: #1e88e5; }

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn.btn-new, .btn.btn-edit {
  color: #fff;
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-new.inverted,
  .btn.btn-edit.inverted {
    color: #4CAF50;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-new:focus, .btn.btn-new.focus,
  .btn.btn-edit:focus,
  .btn.btn-edit.focus {
    color: #fff;
    background-color: #3d8b40;
    border-color: #255627; }
  .btn.btn-new:hover,
  .btn.btn-edit:hover {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c; }
  .btn.btn-new:active, .btn.btn-new.active, .open > .btn.btn-new.dropdown-toggle,
  .btn.btn-edit:active,
  .btn.btn-edit.active, .open >
  .btn.btn-edit.dropdown-toggle {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39843c; }
    .btn.btn-new:active:hover, .btn.btn-new:active:focus, .btn.btn-new:active.focus, .btn.btn-new.active:hover, .btn.btn-new.active:focus, .btn.btn-new.active.focus, .open > .btn.btn-new.dropdown-toggle:hover, .open > .btn.btn-new.dropdown-toggle:focus, .open > .btn.btn-new.dropdown-toggle.focus,
    .btn.btn-edit:active:hover,
    .btn.btn-edit:active:focus,
    .btn.btn-edit:active.focus,
    .btn.btn-edit.active:hover,
    .btn.btn-edit.active:focus,
    .btn.btn-edit.active.focus, .open >
    .btn.btn-edit.dropdown-toggle:hover, .open >
    .btn.btn-edit.dropdown-toggle:focus, .open >
    .btn.btn-edit.dropdown-toggle.focus {
      color: #fff;
      background-color: #327334;
      border-color: #255627; }
  .btn.btn-new:active, .btn.btn-new.active, .open > .btn.btn-new.dropdown-toggle,
  .btn.btn-edit:active,
  .btn.btn-edit.active, .open >
  .btn.btn-edit.dropdown-toggle {
    background-image: none; }
  .btn.btn-new.disabled:hover, .btn.btn-new.disabled:focus, .btn.btn-new.disabled.focus, .btn.btn-new[disabled]:hover, .btn.btn-new[disabled]:focus, .btn.btn-new[disabled].focus, fieldset[disabled] .btn.btn-new:hover, fieldset[disabled] .btn.btn-new:focus, fieldset[disabled] .btn.btn-new.focus,
  .btn.btn-edit.disabled:hover,
  .btn.btn-edit.disabled:focus,
  .btn.btn-edit.disabled.focus,
  .btn.btn-edit[disabled]:hover,
  .btn.btn-edit[disabled]:focus,
  .btn.btn-edit[disabled].focus,
  fieldset[disabled] .btn.btn-edit:hover,
  fieldset[disabled] .btn.btn-edit:focus,
  fieldset[disabled] .btn.btn-edit.focus {
    background-color: #4CAF50;
    border-color: #4CAF50; }
  .btn.btn-new .badge, .btn.btn-edit .badge {
    color: #4CAF50;
    background-color: #fff; }
  .btn.btn-new.btn-circle, .btn.btn-edit.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-new.btn-circle.large-circle, .btn.btn-edit.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-list {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-list.inverted {
    color: #fff;
    background-color: #000;
    border-color: transparent; }
  .btn.btn-list:focus, .btn.btn-list.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #9d9d9d; }
  .btn.btn-list:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bebebe; }
  .btn.btn-list:active, .btn.btn-list.active, .open > .btn.btn-list.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bebebe; }
    .btn.btn-list:active:hover, .btn.btn-list:active:focus, .btn.btn-list:active.focus, .btn.btn-list.active:hover, .btn.btn-list.active:focus, .btn.btn-list.active.focus, .open > .btn.btn-list.dropdown-toggle:hover, .open > .btn.btn-list.dropdown-toggle:focus, .open > .btn.btn-list.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: #9d9d9d; }
  .btn.btn-list:active, .btn.btn-list.active, .open > .btn.btn-list.dropdown-toggle {
    background-image: none; }
  .btn.btn-list.disabled:hover, .btn.btn-list.disabled:focus, .btn.btn-list.disabled.focus, .btn.btn-list[disabled]:hover, .btn.btn-list[disabled]:focus, .btn.btn-list[disabled].focus, fieldset[disabled] .btn.btn-list:hover, fieldset[disabled] .btn.btn-list:focus, fieldset[disabled] .btn.btn-list.focus {
    background-color: #fff;
    border-color: #ddd; }
  .btn.btn-list .badge {
    color: #fff;
    background-color: #000; }
  .btn.btn-list.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-list.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-save {
  color: #fff;
  background-color: #1e88e5;
  border: 1px solid #1e88e5;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-save.inverted {
    color: #1e88e5;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-save:focus, .btn.btn-save.focus {
    color: #fff;
    background-color: #166dba;
    border-color: #0e4576; }
  .btn.btn-save:hover {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
  .btn.btn-save:active, .btn.btn-save.active, .open > .btn.btn-save.dropdown-toggle {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
    .btn.btn-save:active:hover, .btn.btn-save:active:focus, .btn.btn-save:active.focus, .btn.btn-save.active:hover, .btn.btn-save.active:focus, .btn.btn-save.active.focus, .open > .btn.btn-save.dropdown-toggle:hover, .open > .btn.btn-save.dropdown-toggle:focus, .open > .btn.btn-save.dropdown-toggle.focus {
      color: #fff;
      background-color: #125b9a;
      border-color: #0e4576; }
  .btn.btn-save:active, .btn.btn-save.active, .open > .btn.btn-save.dropdown-toggle {
    background-image: none; }
  .btn.btn-save.disabled:hover, .btn.btn-save.disabled:focus, .btn.btn-save.disabled.focus, .btn.btn-save[disabled]:hover, .btn.btn-save[disabled]:focus, .btn.btn-save[disabled].focus, fieldset[disabled] .btn.btn-save:hover, fieldset[disabled] .btn.btn-save:focus, fieldset[disabled] .btn.btn-save.focus {
    background-color: #1e88e5;
    border-color: #1e88e5; }
  .btn.btn-save .badge {
    color: #1e88e5;
    background-color: #fff; }
  .btn.btn-save.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-save.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-search {
  color: #fff;
  background-color: #2897c0;
  border: 1px solid #2897c0;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-search.inverted {
    color: #2897c0;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-search:focus, .btn.btn-search.focus {
    color: #fff;
    background-color: #1f7696;
    border-color: #124456; }
  .btn.btn-search:hover {
    color: #fff;
    background-color: #1f7696;
    border-color: #1d6f8d; }
  .btn.btn-search:active, .btn.btn-search.active, .open > .btn.btn-search.dropdown-toggle {
    color: #fff;
    background-color: #1f7696;
    border-color: #1d6f8d; }
    .btn.btn-search:active:hover, .btn.btn-search:active:focus, .btn.btn-search:active.focus, .btn.btn-search.active:hover, .btn.btn-search.active:focus, .btn.btn-search.active.focus, .open > .btn.btn-search.dropdown-toggle:hover, .open > .btn.btn-search.dropdown-toggle:focus, .open > .btn.btn-search.dropdown-toggle.focus {
      color: #fff;
      background-color: #195f78;
      border-color: #124456; }
  .btn.btn-search:active, .btn.btn-search.active, .open > .btn.btn-search.dropdown-toggle {
    background-image: none; }
  .btn.btn-search.disabled:hover, .btn.btn-search.disabled:focus, .btn.btn-search.disabled.focus, .btn.btn-search[disabled]:hover, .btn.btn-search[disabled]:focus, .btn.btn-search[disabled].focus, fieldset[disabled] .btn.btn-search:hover, fieldset[disabled] .btn.btn-search:focus, fieldset[disabled] .btn.btn-search.focus {
    background-color: #2897c0;
    border-color: #2897c0; }
  .btn.btn-search .badge {
    color: #2897c0;
    background-color: #fff; }
  .btn.btn-search.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-search.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-destroy {
  color: #FD4A49;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-destroy.inverted {
    color: #fff;
    background-color: #FD4A49;
    border-color: transparent; }
  .btn.btn-destroy:focus, .btn.btn-destroy.focus {
    color: #FD4A49;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn.btn-destroy:hover {
    color: #FD4A49;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn.btn-destroy:active, .btn.btn-destroy.active, .open > .btn.btn-destroy.dropdown-toggle {
    color: #FD4A49;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn.btn-destroy:active:hover, .btn.btn-destroy:active:focus, .btn.btn-destroy:active.focus, .btn.btn-destroy.active:hover, .btn.btn-destroy.active:focus, .btn.btn-destroy.active.focus, .open > .btn.btn-destroy.dropdown-toggle:hover, .open > .btn.btn-destroy.dropdown-toggle:focus, .open > .btn.btn-destroy.dropdown-toggle.focus {
      color: #FD4A49;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn.btn-destroy:active, .btn.btn-destroy.active, .open > .btn.btn-destroy.dropdown-toggle {
    background-image: none; }
  .btn.btn-destroy.disabled:hover, .btn.btn-destroy.disabled:focus, .btn.btn-destroy.disabled.focus, .btn.btn-destroy[disabled]:hover, .btn.btn-destroy[disabled]:focus, .btn.btn-destroy[disabled].focus, fieldset[disabled] .btn.btn-destroy:hover, fieldset[disabled] .btn.btn-destroy:focus, fieldset[disabled] .btn.btn-destroy.focus {
    background-color: #fff;
    border-color: #fff; }
  .btn.btn-destroy .badge {
    color: #fff;
    background-color: #FD4A49; }
  .btn.btn-destroy.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-destroy.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-refresh {
  color: #fff;
  background-color: #00BD9D;
  border: 1px solid #00BD9D;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-refresh.inverted {
    color: #00BD9D;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-refresh:focus, .btn.btn-refresh.focus {
    color: #fff;
    background-color: #008a73;
    border-color: #003e33; }
  .btn.btn-refresh:hover {
    color: #fff;
    background-color: #008a73;
    border-color: #00806a; }
  .btn.btn-refresh:active, .btn.btn-refresh.active, .open > .btn.btn-refresh.dropdown-toggle {
    color: #fff;
    background-color: #008a73;
    border-color: #00806a; }
    .btn.btn-refresh:active:hover, .btn.btn-refresh:active:focus, .btn.btn-refresh:active.focus, .btn.btn-refresh.active:hover, .btn.btn-refresh.active:focus, .btn.btn-refresh.active.focus, .open > .btn.btn-refresh.dropdown-toggle:hover, .open > .btn.btn-refresh.dropdown-toggle:focus, .open > .btn.btn-refresh.dropdown-toggle.focus {
      color: #fff;
      background-color: #006655;
      border-color: #003e33; }
  .btn.btn-refresh:active, .btn.btn-refresh.active, .open > .btn.btn-refresh.dropdown-toggle {
    background-image: none; }
  .btn.btn-refresh.disabled:hover, .btn.btn-refresh.disabled:focus, .btn.btn-refresh.disabled.focus, .btn.btn-refresh[disabled]:hover, .btn.btn-refresh[disabled]:focus, .btn.btn-refresh[disabled].focus, fieldset[disabled] .btn.btn-refresh:hover, fieldset[disabled] .btn.btn-refresh:focus, fieldset[disabled] .btn.btn-refresh.focus {
    background-color: #00BD9D;
    border-color: #00BD9D; }
  .btn.btn-refresh .badge {
    color: #00BD9D;
    background-color: #fff; }
  .btn.btn-refresh.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-refresh.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

.btn.btn-excel {
  color: #fff;
  background-color: #3c734e;
  border: 1px solid #3c734e;
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  transition: 0.2s ease-in; }
  .btn.btn-excel.inverted {
    color: #3c734e;
    background-color: #fff;
    border-color: transparent; }
  .btn.btn-excel:focus, .btn.btn-excel.focus {
    color: #fff;
    background-color: #2b5137;
    border-color: #101f15; }
  .btn.btn-excel:hover {
    color: #fff;
    background-color: #2b5137;
    border-color: #274b33; }
  .btn.btn-excel:active, .btn.btn-excel.active, .open > .btn.btn-excel.dropdown-toggle {
    color: #fff;
    background-color: #2b5137;
    border-color: #274b33; }
    .btn.btn-excel:active:hover, .btn.btn-excel:active:focus, .btn.btn-excel:active.focus, .btn.btn-excel.active:hover, .btn.btn-excel.active:focus, .btn.btn-excel.active.focus, .open > .btn.btn-excel.dropdown-toggle:hover, .open > .btn.btn-excel.dropdown-toggle:focus, .open > .btn.btn-excel.dropdown-toggle.focus {
      color: #fff;
      background-color: #1e3a27;
      border-color: #101f15; }
  .btn.btn-excel:active, .btn.btn-excel.active, .open > .btn.btn-excel.dropdown-toggle {
    background-image: none; }
  .btn.btn-excel.disabled:hover, .btn.btn-excel.disabled:focus, .btn.btn-excel.disabled.focus, .btn.btn-excel[disabled]:hover, .btn.btn-excel[disabled]:focus, .btn.btn-excel[disabled].focus, fieldset[disabled] .btn.btn-excel:hover, fieldset[disabled] .btn.btn-excel:focus, fieldset[disabled] .btn.btn-excel.focus {
    background-color: #3c734e;
    border-color: #3c734e; }
  .btn.btn-excel .badge {
    color: #3c734e;
    background-color: #fff; }
  .btn.btn-excel.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px; }
    .btn.btn-excel.btn-circle.large-circle {
      width: 64px;
      height: 64px;
      padding: 20px;
      font-size: 20px; }

table.table.primary {
  border: none; }
  table.table.primary > thead > tr > th {
    background-color: #1e88e5;
    color: #fff;
    border-bottom-color: #1e88e5; }
    table.table.primary > thead > tr > th:first-child {
      border-left-color: #1e88e5; }
    table.table.primary > thead > tr > th:last-child {
      border-right-color: #1e88e5; }
  table.table.primary > thead > tr:nth-child(2) > th {
    background-color: #79b8f0; }
  table.table.primary > tbody > tr > td {
    background-color: #fff; }
  table.table.primary.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.primary.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.primary.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.primary.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #1e88e5; }
    table.table.primary.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #1e88e5; }
    table.table.primary.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #1e88e5;
      border-bottom: 1px solid #1e88e5; }
  table.table.primary.table-vertical > tbody > tr > th {
    color: white;
    background-color: #d5e9fa; }
  table.table.primary.table-vertical > tbody > tr > th[colspan],
  table.table.primary.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #79b8f0; }
  table.table.primary.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.primary.inverted > thead > tr > th {
    background-color: white;
    color: #1e88e5;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.primary.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.primary.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.primary.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.primary > tbody > tr.even {
    background: #f1f1f1; }
  table.table.primary.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.color1 {
  border: none; }
  table.table.color1 > thead > tr > th {
    background-color: #26415a;
    color: #fff;
    border-bottom-color: #26415a; }
    table.table.color1 > thead > tr > th:first-child {
      border-left-color: #26415a; }
    table.table.color1 > thead > tr > th:last-child {
      border-right-color: #26415a; }
  table.table.color1 > thead > tr:nth-child(2) > th {
    background-color: #4475a2; }
  table.table.color1 > tbody > tr > td {
    background-color: #fff; }
  table.table.color1.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.color1.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.color1.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.color1.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #26415a; }
    table.table.color1.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #26415a; }
    table.table.color1.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #26415a;
      border-bottom: 1px solid #26415a; }
  table.table.color1.table-vertical > tbody > tr > th {
    color: white;
    background-color: #82a7ca; }
  table.table.color1.table-vertical > tbody > tr > th[colspan],
  table.table.color1.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #4475a2; }
  table.table.color1.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.color1.inverted > thead > tr > th {
    background-color: white;
    color: #26415a;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.color1.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.color1.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.color1.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.color1 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.color1.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.color2 {
  border: none; }
  table.table.color2 > thead > tr > th {
    background-color: #4CAF50;
    color: #fff;
    border-bottom-color: #4CAF50; }
    table.table.color2 > thead > tr > th:first-child {
      border-left-color: #4CAF50; }
    table.table.color2 > thead > tr > th:last-child {
      border-right-color: #4CAF50; }
  table.table.color2 > thead > tr:nth-child(2) > th {
    background-color: #92cf94; }
  table.table.color2 > tbody > tr > td {
    background-color: #fff; }
  table.table.color2.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.color2.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.color2.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.color2.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #4CAF50; }
    table.table.color2.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #4CAF50; }
    table.table.color2.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #4CAF50;
      border-bottom: 1px solid #4CAF50; }
  table.table.color2.table-vertical > tbody > tr > th {
    color: white;
    background-color: #d9eeda; }
  table.table.color2.table-vertical > tbody > tr > th[colspan],
  table.table.color2.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #92cf94; }
  table.table.color2.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.color2.inverted > thead > tr > th {
    background-color: white;
    color: #4CAF50;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.color2.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.color2.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.color2.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.color2 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.color2.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.color3 {
  border: none; }
  table.table.color3 > thead > tr > th {
    background-color: #2897c0;
    color: #fff;
    border-bottom-color: #2897c0; }
    table.table.color3 > thead > tr > th:first-child {
      border-left-color: #2897c0; }
    table.table.color3 > thead > tr > th:last-child {
      border-right-color: #2897c0; }
  table.table.color3 > thead > tr:nth-child(2) > th {
    background-color: #6dc2e1; }
  table.table.color3 > tbody > tr > td {
    background-color: #fff; }
  table.table.color3.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.color3.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.color3.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.color3.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #2897c0; }
    table.table.color3.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #2897c0; }
    table.table.color3.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #2897c0;
      border-bottom: 1px solid #2897c0; }
  table.table.color3.table-vertical > tbody > tr > th {
    color: white;
    background-color: #c2e5f2; }
  table.table.color3.table-vertical > tbody > tr > th[colspan],
  table.table.color3.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #6dc2e1; }
  table.table.color3.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.color3.inverted > thead > tr > th {
    background-color: white;
    color: #2897c0;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.color3.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.color3.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.color3.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.color3 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.color3.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.point1 {
  border: none; }
  table.table.point1 > thead > tr > th {
    background-color: #FD4A49;
    color: #fff;
    border-bottom-color: #FD4A49; }
    table.table.point1 > thead > tr > th:first-child {
      border-left-color: #FD4A49; }
    table.table.point1 > thead > tr > th:last-child {
      border-right-color: #FD4A49; }
  table.table.point1 > thead > tr:nth-child(2) > th {
    background-color: #feaeae; }
  table.table.point1 > tbody > tr > td {
    background-color: #fff; }
  table.table.point1.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.point1.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.point1.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.point1.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #FD4A49; }
    table.table.point1.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #FD4A49; }
    table.table.point1.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #FD4A49;
      border-bottom: 1px solid #FD4A49; }
  table.table.point1.table-vertical > tbody > tr > th {
    color: white;
    background-color: white; }
  table.table.point1.table-vertical > tbody > tr > th[colspan],
  table.table.point1.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #feaeae; }
  table.table.point1.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.point1.inverted > thead > tr > th {
    background-color: white;
    color: #FD4A49;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.point1.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.point1.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.point1.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.point1 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.point1.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.point2 {
  border: none; }
  table.table.point2 > thead > tr > th {
    background-color: #FED766;
    color: #fff;
    border-bottom-color: #FED766; }
    table.table.point2 > thead > tr > th:first-child {
      border-left-color: #FED766; }
    table.table.point2 > thead > tr > th:last-child {
      border-right-color: #FED766; }
  table.table.point2 > thead > tr:nth-child(2) > th {
    background-color: #fff1cb; }
  table.table.point2 > tbody > tr > td {
    background-color: #fff; }
  table.table.point2.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.point2.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.point2.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.point2.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #FED766; }
    table.table.point2.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #FED766; }
    table.table.point2.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #FED766;
      border-bottom: 1px solid #FED766; }
  table.table.point2.table-vertical > tbody > tr > th {
    color: white;
    background-color: white; }
  table.table.point2.table-vertical > tbody > tr > th[colspan],
  table.table.point2.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #fff1cb; }
  table.table.point2.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.point2.inverted > thead > tr > th {
    background-color: white;
    color: #FED766;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.point2.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.point2.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.point2.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.point2 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.point2.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table.point3 {
  border: none; }
  table.table.point3 > thead > tr > th {
    background-color: #00BD9D;
    color: #fff;
    border-bottom-color: #00BD9D; }
    table.table.point3 > thead > tr > th:first-child {
      border-left-color: #00BD9D; }
    table.table.point3 > thead > tr > th:last-child {
      border-right-color: #00BD9D; }
  table.table.point3 > thead > tr:nth-child(2) > th {
    background-color: #24ffda; }
  table.table.point3 > tbody > tr > td {
    background-color: #fff; }
  table.table.point3.table-horizontal {
    border-collapse: separate;
    border-spacing: 0px 12px; }
    table.table.point3.table-horizontal > thead > tr > th {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      text-align: center;
      background-color: transparent;
      color: #666; }
    table.table.point3.table-horizontal > tbody > tr > td {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none;
      background-color: #fff; }
    table.table.point3.table-horizontal > tbody > tr.clickable-row:hover td:first-child {
      border-left: 1px solid #00BD9D; }
    table.table.point3.table-horizontal > tbody > tr.clickable-row:hover td:last-child {
      border-right: 1px solid #00BD9D; }
    table.table.point3.table-horizontal > tbody > tr.clickable-row:hover td {
      border-top: 1px solid #00BD9D;
      border-bottom: 1px solid #00BD9D; }
  table.table.point3.table-vertical > tbody > tr > th {
    color: white;
    background-color: #8affeb; }
  table.table.point3.table-vertical > tbody > tr > th[colspan],
  table.table.point3.table-vertical > tbody > tr > th[rowspan] {
    color: white;
    background-color: #24ffda; }
  table.table.point3.table-vertical > tbody > tr > td {
    background-color: #fff; }
  table.table.point3.inverted > thead > tr > th {
    background-color: white;
    color: #00BD9D;
    border-top: 2px solid #888 !important;
    border-left: 1px solid #888;
    border-bottom: 1px solid #ddd; }
    table.table.point3.inverted > thead > tr > th:first-child {
      border-left: 1px solid #ddd; }
  table.table.point3.inverted > thead > tr:first-child > th {
    border-top: 1px solid #444; }
  table.table.point3.inverted > tbody tr:last-child > td {
    border-bottom: 2px solid #888 !important; }
  table.table.point3 > tbody > tr.even {
    background: #f1f1f1; }
  table.table.point3.striped > tbody > tr:nth-child(even) {
    background: #f1f1f1; }

table.table > tbody > tr > th {
  font-weight: bold; }
table.table > tbody > tr.clickable-row:hover {
  cursor: pointer; }
table.table > tbody > tr > td {
  padding: 12px 8px; }
table.table.table-centered > thead > tr > th,
table.table.table-centered > thead > tr > td,
table.table.table-centered > tbody > tr > th,
table.table.table-centered > tbody > tr > td {
  text-align: center; }
table.table.report-table span.status-label {
  display: inline-block;
  padding-left: 10px;
  border-radius: 5px; }
  table.table.report-table span.status-label.up-label {
    color: #FD4A49; }
  table.table.report-table span.status-label.down-label {
    color: #1e88e5; }

.card table.table.table-inner > tbody > tr > td {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1; }

.table-sf {
  margin-bottom: 0; }
  .table-sf thead > tr:first-child, .table-sf tbody > tr:first-child {
    border-top: 2px solid #fff; }
  .table-sf thead > tr > th, .table-sf tbody > tr > th, .table-sf tbody > tr > td {
    vertical-align: middle !important;
    border: none;
    padding: 12px;
    border-right: 2px solid #fff; }
    .table-sf thead > tr > th:first-child, .table-sf tbody > tr > th:first-child, .table-sf tbody > tr > td:first-child {
      border-left: 2px solid #fff; }
  .table-sf thead > tr, .table-sf tbody > tr {
    border-bottom: 2px solid #fff; }
  .table-sf thead > tr > th {
    background: #26415a;
    color: #fff;
    text-align: center;
    padding: 7px 12px;
    min-width: 100px; }
  .table-sf tbody > tr > th {
    background: #e4e4e4;
    text-align: center; }
    .table-sf tbody > tr > th > label {
      font-weight: bold; }
  .table-sf tbody > tr > td {
    background: #f1f1f1; }
    .table-sf tbody > tr > td [readonly='readonly'] {
      background: #f1f1f1;
      opacity: 1;
      border: none;
      box-shadow: none; }
  .table-sf.table-hover tbody > tr th, .table-sf.table-hover tbody > tr td {
    cursor: pointer; }
  .table-sf.table-hover tbody > tr:hover th, .table-sf.table-hover tbody > tr:hover td {
    background: rgba(140, 130, 235, 0.2);
    transition: background 0.1s ease; }
  .table-sf.table-value-p tbody > tr > td {
    padding-left: 30px;
    padding-right: 30px; }
  .table-sf.table-first-value-p tbody > tr > td:first-child {
    padding-left: 30px;
    padding-right: 30px; }
  .table-sf tbody > tr > td > * {
    width: 100%;
    margin: 0; }
    .table-sf tbody > tr > td > *:not(.input-help-str):not(.input-sm):not(.device_list):not(.calendar-wrapper) {
      display: inline-block;
      min-width: 100px;
      max-width: 250px; }
  .table-sf tbody > tr > td .input-sm, .table-sf tbody > tr > td .input-group-sm > .form-control,
  .table-sf tbody > tr > td .input-group-sm > .input-group-addon,
  .table-sf tbody > tr > td .input-group-sm > .input-group-btn > .btn {
    width: 70px; }
  .table-sf tbody > tr > td .input-help-str {
    padding-left: 10px; }
  .table-sf tbody > tr > td .btn-check {
    width: 150px;
    margin-left: 30px; }
  .table-sf tbody > tr > td .device_list {
    margin-top: 10px; }
  .table-sf.table-white thead > tr:first-child, .table-sf.table-white tbody > tr:first-child {
    border-top: 1px solid #ddd; }
  .table-sf.table-white thead > tr > th, .table-sf.table-white tbody > tr > th, .table-sf.table-white tbody > tr > td {
    border-right: 1px solid #ddd; }
    .table-sf.table-white thead > tr > th:first-child, .table-sf.table-white tbody > tr > th:first-child, .table-sf.table-white tbody > tr > td:first-child {
      border-left: 1px solid #ddd; }
  .table-sf.table-white thead > tr, .table-sf.table-white tbody > tr {
    border-bottom: 1px solid #ddd; }
  .table-sf.table-white tbody > tr > th {
    background: #f4f4f4; }
  .table-sf.table-white tbody > tr > td {
    background: #fff; }
    .table-sf.table-white tbody > tr > td .form-control {
      border-color: #eee; }
    .table-sf.table-white tbody > tr > td [readonly='readonly'] {
      background: #fff; }

.pagination.primary > .active > a, .pagination.primary > .active > a:hover, .pagination.primary > .active > a:focus,
.pagination.primary > .active > span,
.pagination.primary > .active > span:hover,
.pagination.primary > .active > span:focus {
  background-color: #1e88e5;
  border-color: #1e88e5; }

.pagination.color1 > .active > a, .pagination.color1 > .active > a:hover, .pagination.color1 > .active > a:focus,
.pagination.color1 > .active > span,
.pagination.color1 > .active > span:hover,
.pagination.color1 > .active > span:focus {
  background-color: #26415a;
  border-color: #26415a; }

.pagination.color2 > .active > a, .pagination.color2 > .active > a:hover, .pagination.color2 > .active > a:focus,
.pagination.color2 > .active > span,
.pagination.color2 > .active > span:hover,
.pagination.color2 > .active > span:focus {
  background-color: #4CAF50;
  border-color: #4CAF50; }

.pagination.color3 > .active > a, .pagination.color3 > .active > a:hover, .pagination.color3 > .active > a:focus,
.pagination.color3 > .active > span,
.pagination.color3 > .active > span:hover,
.pagination.color3 > .active > span:focus {
  background-color: #2897c0;
  border-color: #2897c0; }

.pagination.point1 > .active > a, .pagination.point1 > .active > a:hover, .pagination.point1 > .active > a:focus,
.pagination.point1 > .active > span,
.pagination.point1 > .active > span:hover,
.pagination.point1 > .active > span:focus {
  background-color: #FD4A49;
  border-color: #FD4A49; }

.pagination.point2 > .active > a, .pagination.point2 > .active > a:hover, .pagination.point2 > .active > a:focus,
.pagination.point2 > .active > span,
.pagination.point2 > .active > span:hover,
.pagination.point2 > .active > span:focus {
  background-color: #FED766;
  border-color: #FED766; }

.pagination.point3 > .active > a, .pagination.point3 > .active > a:hover, .pagination.point3 > .active > a:focus,
.pagination.point3 > .active > span,
.pagination.point3 > .active > span:hover,
.pagination.point3 > .active > span:focus {
  background-color: #00BD9D;
  border-color: #00BD9D; }

span.status.danger {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FD4A49;
  line-height: 16px;
  vertical-align: middle; }

span.status.warning {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FED766;
  line-height: 16px;
  vertical-align: middle; }

span.status.normal {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00BD9D;
  line-height: 16px;
  vertical-align: middle; }

.card.page-header {
  padding-bottom: 0px;
  margin-top: 20px; }
  .card.page-header .card-content:before, .card.page-header .card-content:after {
    display: table;
    content: ''; }
  .card.page-header .card-content:after {
    clear: both; }
  .card.page-header h4.page-title {
    margin: 0px;
    line-height: 39px; }
  .card.page-header ul.breadcrumbs {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right; }
    .card.page-header ul.breadcrumbs > li {
      float: left;
      padding: 10px 0px 10px 15px;
      font-size: 14px; }
      .card.page-header ul.breadcrumbs > li a {
        color: #000; }
      .card.page-header ul.breadcrumbs > li:not(:last-child):after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        padding-left: 15px;
        color: gray; }
      .card.page-header ul.breadcrumbs > li:last-child {
        color: #1e88e5;
        font-weight: bold; }
    .card.page-header ul.breadcrumbs:before, .card.page-header ul.breadcrumbs:after {
      display: table;
      content: ''; }
    .card.page-header ul.breadcrumbs:after {
      clear: both; }

html#contents-html, body#contents-body {
  height: 100%;
  padding: 0 !important;
  background: #f1f1f1; }

.page_title_wrapper {
  height: 60px;
  line-height: 60px;
  margin: 20px auto;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0.1));
  background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.1)); }
  .page_title_wrapper .page_title {
    margin-left: 10px;
    padding-left: 10px;
    color: #455a64;
    font-weight: bold;
    font-size: 20px;
    border-left: 5px solid #26c6da; }
  .page_title_wrapper button {
    margin-top: 10px; }

small.split {
  display: inline-block;
  width: 4px;
  height: 15px;
  margin: 0 5px;
  border-radius: 2px;
  vertical-align: -2px;
  background: #fed766; }

.calendar-wrapper {
  position: relative;
  margin: 0 auto; }
  .calendar-wrapper.max-width {
    max-width: 140px; }
  .calendar-wrapper.long-max-width {
    max-width: 231px !important; }
  .calendar-wrapper > input {
    padding-left: 10px; }
    .calendar-wrapper > input#begin-date {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .calendar-wrapper > input#end-date {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .calendar-wrapper > .std, .calendar-wrapper i {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    color: #67757c; }
    .calendar-wrapper > .std.dim, .calendar-wrapper > .std.dim2, .calendar-wrapper > .std.dim3, .calendar-wrapper i.dim, .calendar-wrapper i.dim2, .calendar-wrapper i.dim3 {
      color: #aaa;
      cursor: not-allowed; }
  .calendar-wrapper > .std {
    height: 26px;
    top: 3px;
    right: 28px;
    padding: 0;
    border: none;
    background: none;
    font-size: 13px; }
  .calendar-wrapper > i {
    width: 21px;
    height: 21px;
    top: 8px;
    right: 5px; }

.tab-wrapper {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .tab-wrapper > li {
    display: inline-block;
    list-style: none;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .tab-wrapper > li.select-wrapper {
      position: absolute;
      border: none;
      top: -4px;
      right: 15px; }
      .tab-wrapper > li.select-wrapper select[name='target_idx'] {
        width: 200px;
        height: 45px;
        color: #337ab7;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid #337ab7; }
    .tab-wrapper > li:not(.select-wrapper).active {
      background: #337ab7;
      border-bottom: 1px solid #337ab7; }
      .tab-wrapper > li:not(.select-wrapper).active > a {
        color: #fff; }
    .tab-wrapper > li:not(.select-wrapper):not(.active):hover {
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      background: rgba(0, 0, 0, 0.05);
      transition: 0.2s ease-in; }
    .tab-wrapper > li:not(.select-wrapper) > a {
      display: block;
      padding: 0 10px;
      color: #666; }

.sub-tab-wrapper {
  width: 100%;
  padding: 0; }
  .sub-tab-wrapper > li {
    display: inline-block;
    list-style: none;
    width: 100%;
    margin-bottom: 3px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    .sub-tab-wrapper > li.active {
      background: #26c6da; }
      .sub-tab-wrapper > li.active > a {
        color: #fff; }
    .sub-tab-wrapper > li:not(.active):hover {
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: rgba(0, 0, 0, 0.05);
      transition: 0.2s ease-in; }
    .sub-tab-wrapper > li > a {
      display: block;
      padding: 0 10px;
      color: #666; }

.top_select_wrapper > label {
  margin: 0 20px 0 5px; }
.top_select_wrapper > select {
  width: auto;
  margin-right: 40px; }

.empty_msg {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #666; }
  .empty_msg > i {
    color: #e24b6d;
    padding-right: 5px;
    vertical-align: -1px; }

.fade-effect {
  opacity: 0; }
  .fade-effect.in {
    opacity: 1;
    transition: opacity 0.7s ease; }

.width-100 {
  width: 100%; }

.pointer {
  cursor: pointer; }

.hide_row {
  height: 0px !important;
  border: none !important; }
  .hide_row th, .hide_row td {
    height: 0px !important;
    padding: 0px !important;
    border: none !important; }

.checkbox-sf {
  width: 20px;
  height: 20px;
  margin: 0; }

.checkbox-label {
  display: block;
  width: 90%;
  margin: 0 auto; }
  .checkbox-label .checkbox-wrapper {
    float: left; }
  .checkbox-label .label-txt {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-left: 15px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap; }

.checkbox-input {
  display: block;
  margin: 0 auto; }
  .checkbox-input .checkbox-wrapper {
    float: left; }
  .checkbox-input input[type='text'] {
    float: right;
    display: block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-left: 15px;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap; }

#common-modal #msg {
  display: block;
  padding: 10px 0; }
#common-modal .progress-wrapper {
  width: 100%;
  height: 25px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 10px; }
  #common-modal .progress-wrapper .progress {
    width: 0px;
    height: 25px;
    background: #2196f3;
    border-radius: 5px; }
#common-modal #request-focus {
  position: absolute;
  top: -9999px;
  left: -9999px; }

#loading-modal .modal-body img {
  width: 120px;
  height: auto; }
#loading-modal .modal-body span {
  display: block;
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold; }

.search-period-wrapper > .row > div {
  padding: 0; }
.search-period-wrapper .form-group {
  float: left;
  display: inline-block;
  width: 400px;
  margin: 20px; }
  .search-period-wrapper .form-group.single {
    width: 180px; }
.search-period-wrapper .nav-btn-wrapper {
  float: left;
  display: inline-block;
  margin: 20px; }
  .search-period-wrapper .nav-btn-wrapper .btn {
    margin-bottom: 5px; }
.search-period-wrapper .btn-search {
  margin: 20px; }
  .search-period-wrapper .btn-search.fixed {
    position: fixed;
    right: 60px;
    z-index: 999;
    margin: 0; }

.collect-data-dt-wrapper {
  display: block;
  height: 28px; }

.collect-data-dt {
  display: block;
  margin: 5px 20px 10px 0;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #000; }

.bottom-fixed-content-wrapper {
  position: relative; }
  .bottom-fixed-content-wrapper > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .bottom-fixed-content-wrapper > div > .row {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; }
    .bottom-fixed-content-wrapper > div .bottom-fixed-btn-wrapper {
      position: fixed;
      left: 240px;
      right: 0;
      bottom: 0;
      height: 70px;
      line-height: 70px;
      padding: 0 30px;
      text-align: center; }
      .bottom-fixed-content-wrapper > div .bottom-fixed-btn-wrapper button {
        float: left;
        width: 48%;
        height: 45px;
        margin-top: 10px;
        margin-right: 2%;
        font-size: 20px;
        font-weight: bold; }
        .bottom-fixed-content-wrapper > div .bottom-fixed-btn-wrapper button:last-child {
          float: right;
          margin-right: 0; }
        .bottom-fixed-content-wrapper > div .bottom-fixed-btn-wrapper button.single {
          float: none;
          width: 100%;
          margin: 0; }
        .bottom-fixed-content-wrapper > div .bottom-fixed-btn-wrapper button.triple {
          width: 32%; }

.sf-form .form-text {
  line-height: 38px; }

/* 2020.08.06 리뉴얼 작업으로 인한 주석처리 */
/*
@font-face {
  font-family: 'gnb_icon';
  src: url("../fonts/gnb/gnb_icon.eot");
  src: url("../fonts/gnb/gnb_icon.eot?#iefix") format("embedded-opentype"), url("../fonts/gnb/gnb_icon.woff") format("woff"), url("../fonts/gnb/gnb_icon.ttf") format("truetype"), url("../fonts/gnb/gnb_icon.svg#gnb_icon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='icon-']:before {
  display: inline-block;
  font-family: 'gnb_icon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -1px; }

.icon-dashboard:before {
  content: '\0041'; }

.icon-custom:before {
  content: '\0042'; }

.icon-status:before {
  content: '\0043'; }

.icon-report:before {
  content: '\0044'; }

.icon-graph:before {
  content: '\0045'; }

.icon-control:before {
  content: '\0046'; }

.icon-pest:before {
  content: '\0047'; }

.icon-irrigate:before {
  content: '\0048'; }

.icon-growth:before {
  content: '\0049'; }

.icon-energy:before {
  content: '\004a'; }

.icon-farming:before {
  content: '\004b'; }

.icon-work:before {
  content: '\004c'; }

.icon-cctv:before {
  content: '\004d'; }

.icon-crops:before {
  content: '\004e'; }

.icon-config:before {
  content: '\004f'; }
*/

#auth-bg {
  height: 100%;
  background: url("../img/sample_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.auth-wrapper {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  min-width: 340px;
  margin: 25% auto 100px;
  padding: 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }
  @media only screen and (max-width: 768px) {
    .auth-wrapper {
      padding: 20px 30px; } }
  .auth-wrapper h2 {
    margin-top: 0; }
  .auth-wrapper input[type=text],
  .auth-wrapper input[type=email],
  .auth-wrapper input[type=password] {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px; }

.home-wrapper {
  /***box 사이간격****/
  /**표부분***/
  /**타이틀부분**/
  /*cctv 강릉온실*/
  /****제어기 상태*****/
  /****제어기 상태 end*****/
  /***그래프******/
  /***그래프 end******/
  /******* cctv ***************/
  /******* cctv end ***************/
  /********* 기상대정보*************/
  /*********** 날씨예보 ****************/
  /*****************************/
  /****** 농업기술정보 **********/
  /****** 농업기술정보 end**********/ }
  .home-wrapper p {
    margin: 0; }
  .home-wrapper ul {
    padding-left: 0; }
  .home-wrapper li {
    list-style: none; }
  .home-wrapper .row01 {
    margin-left: -15px;
    margin-right: -15px; }
  .home-wrapper .row01:before, .home-wrapper .row01:after {
    content: " ";
    display: table; }
  .home-wrapper .row01:after {
    clear: both; }
  .home-wrapper .card {
    position: relative;
    margin: 0px 0 20px 0;
    background-color: #fff;
    color: #000;
    transition: background .5s ease, box-shadow .5s;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .home-wrapper .box01, .home-wrapper .box02, .home-wrapper .box03, .home-wrapper .box04, .home-wrapper .box05 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .home-wrapper .box01 {
    width: 25%; }
  .home-wrapper .box02 {
    width: 50%; }
  .home-wrapper .box03 {
    width: 75%; }
  .home-wrapper .box04 {
    width: 45%; }
  .home-wrapper .box05 {
    width: 55%; }
  .home-wrapper table {
    background-color: transparent; }
  .home-wrapper th {
    text-align: center; }
  .home-wrapper .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  .home-wrapper .table > thead > tr > th, .home-wrapper .table > thead > tr > td, .home-wrapper .table > tbody > tr > th, .home-wrapper .table > tbody > tr > td,
  .home-wrapper .table > tfoot > tr > th, .home-wrapper .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .home-wrapper .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .home-wrapper .table > caption + thead > tr:first-child > th, .home-wrapper .table > caption + thead > tr:first-child > td,
  .home-wrapper .table > colgroup + thead > tr:first-child > th, .home-wrapper .table > colgroup + thead > tr:first-child > td,
  .home-wrapper .table > thead:first-child > tr:first-child > th, .home-wrapper .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .home-wrapper .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .home-wrapper .table .table {
    background-color: #fff; }
  .home-wrapper .table-responsive {
    overflow-x: auto;
    min-height: 280px; }
  .home-wrapper .card .list_title {
    font-size: 24px;
    line-height: 30px;
    height: 54px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    color: #1c81d9;
    font-weight: bold;
    padding-top: 20px; }
  .home-wrapper .card .list_title .split01 {
    padding-left: 10px;
    font-size: 20px;
    color: #868788;
    font-weight: bold; }
  .home-wrapper .card .list_title img {
    padding-right: 5px; }
  .home-wrapper .card .card-content-list01 {
    border-radius: 0;
    text-align: center;
    height: 380px;
    padding-top: 25px; }
  .home-wrapper .card .card-content-list01 > div {
    overflow: auto;
    width: 100%;
    height: 350px; }
  .home-wrapper .card .card-content-list01 table {
    width: 100%;
    margin: 0 auto; }
  .home-wrapper .table-sf00 tbody .text-center {
    padding-top: 20px; }
  .home-wrapper .table-sf00 tbody .text-01 .tag-wrapper {
    position: relative;
    text-align: left;
    padding-left: 5px; }
  .home-wrapper .table-sf00 tbody .text-01 .tag-wrapper img {
    display: inline-block;
    width: 34px;
    padding-top: 20px; }
  .home-wrapper .table-sf00 tbody .text-01 .tag-wrapper p {
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #197039;
    font-weight: bold;
    left: 45px;
    top: 27px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .home-wrapper .table-sf00 tbody .text-02 {
    padding-top: 20px; }
  .home-wrapper .table-sf00 tbody .text-02 .img-wrapper {
    margin-top: -2px; }
  .home-wrapper .table-sf00 tbody .text-02 .img-wrapper img {
    margin-bottom: 15px; }
  .home-wrapper .table-sf00 tbody .text-02 .str {
    display: block;
    margin: 0 0 10px 0;
    color: #acacac;
    font-size: 15px;
    line-height: 15px; }
  .home-wrapper .table-sf00 tbody .text-02 .str.normal {
    color: #1d89e4; }
  .home-wrapper .table-sf00 tbody .text-02 .str.abnormal {
    color: #ff0000; }
  .home-wrapper .card .card-content-list02 {
    border-radius: 0;
    text-align: center;
    height: 343px;
    padding-top: 25px; }
  .home-wrapper .card .card-content-list02 #chart-wrapper {
    height: 340px; }
  .home-wrapper .card .card-content-list02 #chart-wrapper .amChartsLegend {
    opacity: 1; }
  .home-wrapper .card .card-content-list02 #cctv-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .home-wrapper .card .card-content-list02 {
    height: 380px; }
  .home-wrapper .card .card-content-list02 table {
    width: 350px;
    margin: 0 auto; }
  .home-wrapper .card .card-content-list03 {
    width: 100%;
    height: 380px;
    text-align: center;
    padding-top: 10px; }
  .home-wrapper .card .card-content-list03 img {
    width: 90%;
    height: 340px;
    text-align: center;
    padding-top: 20px; }
  .home-wrapper .card .card-content03 {
    width: 100%;
    height: 380px;
    text-align: center;
    padding: 20px 0; }
  .home-wrapper .card .card-content03 > div {
    width: 100%;
    height: 355px;
    overflow-x: hidden;
    overflow-y: auto; }
  .home-wrapper .img-value-item {
    height: 140px;
    text-align: center; }
  .home-wrapper .img-value-item .img-wrapper {
    display: block;
    height: 60px; }
  .home-wrapper .img-value-item .img-wrapper img {
    height: 100%; }
  .home-wrapper .img-value-item .tag-wrapper {
    display: block;
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold; }
  .home-wrapper .img-value-item .value-wrapper {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold; }
  .home-wrapper .img-value-item .value-wrapper .unit {
    font-size: 16px; }
  .home-wrapper .card .card-content {
    border-radius: 0;
    text-align: center;
    height: 343px;
    padding-top: 25px; }
  .home-wrapper .card .card-content .list05_wrapper .list05 {
    width: 350px;
    text-align: center;
    padding-top: 0px; }
  .home-wrapper .card .card-content .list05 ul {
    display: block;
    width: 350px;
    margin: 0 auto; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(1) {
    float: left;
    width: 150px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) {
    float: right; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(1) p:nth-child(2) {
    color: #878787;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(1) {
    color: #fff;
    font-size: 18px;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 10px;
    background-color: #1d81d9;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(2) {
    color: #116b31;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(2) sup {
    color: #3d3d3d;
    font-size: 32px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) {
    color: #4ba1eb;
    font-size: 30px;
    line-height: 20px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) .list05_01 {
    color: #9b9b9b;
    font-size: 30px;
    line-height: 20px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) .list05_02 {
    color: #ff7800;
    font-size: 30px;
    line-height: 20px; }
  .home-wrapper .card .card-content .list05_box {
    text-align: center;
    border: 1px solid #dcdcdc;
    width: 350px;
    height: 162px;
    padding: 10px 5px;
    margin-top: 150px; }
  .home-wrapper .card .card-content .list05_box table {
    text-align: center; }
  .home-wrapper .card .card-content .list05_box table td {
    text-align: left; }
  .home-wrapper .card .card-content .list05_box tr {
    padding: 10px 0;
    height: 70px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_01 {
    color: #90c31f;
    font-size: 22px;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 10px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_01 span {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: bold; }
  .home-wrapper .card .card-content .list05_box table .list05_box_03 {
    color: #4ba1ec;
    font-size: 22px;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 10px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_03 span {
    color: #3d3d3d;
    font-size: 22px;
    font-weight: bold; }
  .home-wrapper .card .card-content .list05_wrapper .list05 {
    width: 100%;
    text-align: center; }
  .home-wrapper .card .card-content .list05 ul {
    display: block;
    width: 100%;
    height: 125px;
    margin: 0 auto; }
  .home-wrapper .card .card-content .list05 ul li {
    float: left; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(1) p:nth-child(2) {
    color: #878787;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(1) {
    color: #fff;
    font-size: 18px;
    line-height: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 10px;
    background-color: #1d81d9;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(2) {
    color: #116b31;
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-weight: bold; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(2) sup {
    color: #3d3d3d;
    font-size: 30px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) {
    color: #4ba1eb;
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) .list05_01 {
    color: #9b9b9b;
    font-size: 30px;
    line-height: 20px; }
  .home-wrapper .card .card-content .list05 ul li:nth-child(2) p:nth-child(3) .list05_02 {
    color: #ff7800; }
  .home-wrapper .card .card-content .list05_box {
    text-align: center;
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 140px;
    padding: 0 5px;
    margin-top: 15px; }
  .home-wrapper .card .card-content .list05_box table {
    text-align: center;
    width: 100%; }
  .home-wrapper .card .card-content .list05_box table td {
    text-align: left; }
  .home-wrapper .card .card-content .list05_box tr {
    padding: 10px 0;
    height: 70px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_01 {
    color: #90c31f;
    font-size: 22px;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 10px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_01 span {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: bold; }
  .home-wrapper .card .card-content .list05_box table .list05_box_03 {
    color: #4ba1ec;
    font-size: 22px;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 10px; }
  .home-wrapper .card .card-content .list05_box table .list05_box_03 span {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: bold; }
  .home-wrapper .table-sf thead {
    border-top: 2px solid #1c81d9;
    font-size: 15px; }
  .home-wrapper .table-sf tbody {
    font-size: 15px;
    padding: 5px;
    text-align: center; }
  .home-wrapper .table-sf02 tbody {
    font-size: 16px;
    color: #444444;
    font-weight: bold; }
  .home-wrapper .table-sf02 tbody .date {
    font-size: 16px;
    padding: 5px;
    color: #116b31;
    font-weight: bold;
    vertical-align: middle; }
  .home-wrapper .table-sf thead > tr > th, .home-wrapper .table-sf tbody > tr > th, .home-wrapper .table-sf tbody > tr > td {
    vertical-align: middle !important;
    border: none;
    padding: 12px;
    white-space: nowrap; }
  .home-wrapper .table-sf thead > tr > th:first-child, .home-wrapper .table-sf tbody > tr > th:first-child,
  .home-wrapper .table-sf tbody > tr > td:first-child {
    border-left: 2px solid #fff; }
  .home-wrapper .table-sf thead > tr, .home-wrapper .table-sf tbody > tr {
    border-bottom: 2px dotted #dcdcdc; }
  .home-wrapper .table-sf01 thead > tr, .home-wrapper .table-sf01 tbody > tr {
    border-bottom: 2px dotted #dcdcdc; }
  .home-wrapper .table-sf02 thead > tr, .home-wrapper .table-sf02 tbody > tr {
    border-bottom: 2px dotted #dcdcdc; }
  .home-wrapper .table-sf03 thead > tr, .home-wrapper .table-sf03 tbody > tr {
    border-bottom: 2px solid #dcdcdc; }
  .home-wrapper .table-sf00 thead > tr > th {
    background: #f8f8f8;
    color: #1c81d9;
    text-align: center;
    padding: 5px 5px;
    min-width: 50px; }
  .home-wrapper .table-sf thead > tr {
    border-top: 2px solid #1c81d9; }
  .home-wrapper .table-sf thead > tr > th {
    background: #f8f8f8;
    color: #1c81d9;
    text-align: center;
    padding: 5px 5px;
    min-width: 55px; }
  .home-wrapper .table-sf01 thead > tr > th {
    background: #f8f8f8;
    color: #1c81d9;
    text-align: center;
    padding: 5px 5px;
    min-width: 40px; }
  .home-wrapper .table-sf02 thead > tr > th {
    background: #ffffff;
    text-align: center;
    padding: 5px 5px;
    min-width: 50px; }
  .home-wrapper .table-sf tbody > tr > th {
    background: #e4e4e4;
    text-align: center; }
  .home-wrapper .table-sf tbody > tr > th > label {
    font-weight: bold; }
  .home-wrapper .table-sf tbody > tr > td {
    background: #fff;
    color: #9b9b9b;
    font-weight: 600; }
  .home-wrapper .table-sf tbody > tr > td [readonly='readonly'] {
    background: #f1f1f1;
    opacity: 1;
    border: none;
    box-shadow: none; }
  .home-wrapper .table-sf.table-hover tbody > tr th, .home-wrapper .table-sf.table-hover tbody > tr td {
    cursor: pointer; }
  .home-wrapper .table-sf.table-hover tbody > tr:hover th, .home-wrapper .table-sf.table-hover tbody > tr:hover td {
    background: rgba(140, 130, 235, 0.2);
    transition: background 0.1s ease; }
  .home-wrapper .card .card-content {
    height: 380px; }
  .home-wrapper .card .card-content table {
    width: 350px;
    margin: 0 auto; }
  .home-wrapper .card .card-content .list05_wrapper {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0 auto; }
  .home-wrapper .card .card-content01 {
    height: 300px; }
  .home-wrapper .card .card-content02 {
    height: 300px; }
  .home-wrapper .card .card-content.no-padding {
    padding: 20px 10px; }
  .home-wrapper .card .card-content01.no-padding {
    padding: 15px 5px; }
  .home-wrapper .card .card-content02.no-padding {
    padding: 15px 20px; }
  .home-wrapper .card .card-content #chart-wrapper {
    height: 100%; }
  .home-wrapper .card .card-content #chart-wrapper .amChartsLegend {
    opacity: 1; }
  .home-wrapper .card .card-content #cctv-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }
  .home-wrapper .card .card-content01 #growth-chart-wrapper {
    height: 270px; }
  .home-wrapper .card .card-content .table-responsive {
    min-height: 355px; }
  .home-wrapper .card .card-content .table-responsive .table tr {
    border-color: #dcdcdc; }
  .home-wrapper .card .card-content .table-responsive .table tr th, .home-wrapper .card .card-content .table-responsive .table tr td {
    white-space: nowrap;
    border-color: #ffffff; }
  .home-wrapper .card .card-content .table-responsive .table tr th {
    background: #f8f8f8; }
  .home-wrapper .card .card-content02 {
    margin: 0 auto;
    text-align: center; }
  .home-wrapper .card .card-content02 .box02 {
    text-align: center;
    padding-top: 55px; }
  .home-wrapper .card .card-content02 .info-link.link2 > a span {
    background-color: rgba(76, 175, 80, 0.7);
    display: inline-block;
    padding: 10px 10px;
    background-color: #1d89e4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .home-wrapper .card .card-content02 .info-link.link4 > a span {
    background-color: rgba(169, 58, 58, 0.7);
    display: inline-block;
    padding: 10px 10px;
    background-color: #90c31f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-width: 165px; }
  .home-wrapper .card .card-content02 .info-link img {
    width: 100%; }
  .home-wrapper .card .card-content02 .info-link img:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease; }
  .home-wrapper #pest-status-wrapper {
    max-height: 280px;
    overflow-y: auto; }
    .home-wrapper #pest-status-wrapper .pest-monitor-step-wrapper {
      padding-left: 5px; }
      .home-wrapper #pest-status-wrapper .pest-monitor-step-wrapper .step {
        width: 62px;
        height: 40px;
        line-height: 40px;
        font-size: 14px; }
      .home-wrapper #pest-status-wrapper .pest-monitor-step-wrapper .arrow {
        width: 16px;
        height: 20px;
        margin: 0 5px;
        vertical-align: -4px;
        background-size: contain; }
  .home-wrapper .sun-wrapper {
    margin-top: 15px; }
    .home-wrapper .sun-wrapper span {
      display: inline-block;
      width: 50%;
      float: left;
      font-size: 17px; }
      .home-wrapper .sun-wrapper span img {
        width: 40px;
        margin-right: 10px; }

#dashboard .dashboard-status-label > i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background-color: #4CAF50;
  color: white;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
#dashboard .dashboard-status-label.status2 > i {
  background-color: #00BD9D; }
#dashboard .card.controller-card {
  height: 108px;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome; }
  #dashboard .card.controller-card:before {
    content: "\f108";
    position: absolute;
    bottom: -7px;
    left: 10px;
    font-size: 65px;
    opacity: .4; }
  #dashboard .card.controller-card.status0:before {
    color: #26415a; }
  #dashboard .card.controller-card.status1:before {
    color: #FED766; }
  #dashboard .card.controller-card.status2:before {
    color: #FD4A49; }
  #dashboard .card.controller-card .card-content h4 {
    color: white; }
  #dashboard .card.controller-card .card-content .dashboard-status-label {
    font-size: 24px;
    padding-top: 12px;
    padding-right: 20px; }
#dashboard .dashboard-section {
  overflow-x: scroll; }
  #dashboard .dashboard-section .table {
    border-collapse: initial; }
#dashboard .progress-wrapper {
  position: absolute;
  width: 175px;
  height: 10px;
  top: 40px;
  right: 252px; }
  #dashboard .progress-wrapper .progress-bar {
    border-radius: 3px; }
#dashboard .controller-wrapper-bg-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 1600px;
  max-width: 100%; }
  #dashboard .controller-wrapper-bg-wrapper.resolution1 {
    width: 1600px; }
    #dashboard .controller-wrapper-bg-wrapper.resolution1 .controller-wrapper-bg {
      width: 1600px;
      height: 685px; }
  #dashboard .controller-wrapper-bg-wrapper.resolution2 {
    width: 2220px; }
    #dashboard .controller-wrapper-bg-wrapper.resolution2 .controller-wrapper-bg {
      width: 2220px;
      height: 1045px; }
  #dashboard .controller-wrapper-bg-wrapper .controller-wrapper-bg {
    position: relative;
    width: 1600px;
    height: 685px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px; }
    #dashboard .controller-wrapper-bg-wrapper .controller-wrapper-bg #controller-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #dashboard .controller-wrapper-bg-wrapper .desc {
    display: block;
    margin: 10px auto 0 auto;
    width: 1280px;
    text-align: right;
    color: #000; }
#dashboard .collect-data-dt-wrapper {
  float: right;
  margin-bottom: 20px; }
#dashboard .top-btn-wrapper {
  float: left;
  margin-bottom: 20px; }
  #dashboard .top-btn-wrapper .resolution-wrapper {
    display: inline-block;
    margin-right: 20px; }
    #dashboard .top-btn-wrapper .resolution-wrapper select {
      display: inline-block;
      width: auto; }

.dashboard-item {
  position: absolute;
  width: 175px;
  height: 125px;
  opacity: 0.9;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 10px; }
  .dashboard-item.short {
    height: 85px; }
  .dashboard-item.sensor {
    background: #1e88e5; }
  .dashboard-item.actuator {
    background: #573fc0; }
  .dashboard-item.order {
    position: relative;
    display: inline-block;
    margin: 22px 0 0 22px; }
  .dashboard-item.border-green {
    border-color: #155d18; }
  .dashboard-item .content .remove-btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: url("../img/del.png");
    opacity: 0.5; }
    .dashboard-item .content .remove-btn:hover {
      opacity: 1; }
  .dashboard-item .content span {
    color: #fff; }
  .dashboard-item .content .value-wrapper {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 30px;
    text-align: center; }
    .dashboard-item .content .value-wrapper .unit {
      font-size: 18px; }
  .dashboard-item .content .tag {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dashboard-item .content .info-wrapper {
    margin-top: 10px; }
    .dashboard-item .content .info-wrapper .controller {
      display: block;
      text-align: center; }
    .dashboard-item .content .info-wrapper .zone {
      display: block;
      text-align: center; }
    .dashboard-item .content .info-wrapper .node {
      display: block;
      text-align: center; }
    .dashboard-item .content .info-wrapper .device {
      display: block;
      text-align: center; }

#status-title-wrapper .card {
  float: left;
  display: inline-block;
  width: 150px;
  height: 135px;
  margin-left: 15px;
  font-weight: bold; }
  #status-title-wrapper .card .card-title {
    height: 55px;
    padding: 0; }
    #status-title-wrapper .card .card-title span {
      position: relative;
      display: block;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }
  #status-title-wrapper .card .card-content {
    height: 80px;
    padding: 0; }
    #status-title-wrapper .card .card-content span {
      position: relative;
      display: block;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center; }

.environment-history-wrapper table td.text-left {
  padding-left: 15px; }

.alarm-type-wrapper {
  /*
  span {
    color: #337ab7;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 20px;
    &:first-child {
      margin-left: 0px;
    }
  }
  */ }
  .alarm-type-wrapper select {
    /*
    width: 150px;
    height: 45px;
    color: #337ab7;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #337ab7;
    */ }
  .alarm-type-wrapper button {
    float: right;
    /*
    height: 45px;
    */ }
    .alarm-type-wrapper button i {
      margin-right: 10px; }

.environment-alarm-wrapper table td.text-left {
  padding-left: 15px; }

#alarm-wrapper .card-title.sub {
  background: #00bd89; }
#alarm-wrapper th .checkbox-label.center {
  display: inline-block;
  width: auto; }
#alarm-wrapper .checkbox-label {
  width: 100%; }
  #alarm-wrapper .checkbox-label.inline {
    display: inline-block;
    width: 230px; }

#alarm-pop-modal .modal-dialog, #temp-alarm-pop-modal .modal-dialog {
  width: 1200px !important; }

.dropdown-menu.alarm-dropdown .dropdown-top {
  width: 700px; }
  .dropdown-menu.alarm-dropdown .dropdown-top li a.no-link {
    padding: 9px;
    cursor: default; }
    .dropdown-menu.alarm-dropdown .dropdown-top li a.no-link .msg {
      display: inline-block;
      width: 470px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      vertical-align: -5px; }
    .dropdown-menu.alarm-dropdown .dropdown-top li a.no-link .split {
      display: inline-block;
      width: 2px;
      height: 15px;
      background: #fed766;
      vertical-align: -3px; }
    .dropdown-menu.alarm-dropdown .dropdown-top li a.no-link .dt {
      display: inline-block;
      width: 150px;
      text-align: right; }

.accordion-sub-title {
  display: block;
  width: 100%;
  line-height: 40px;
  padding-left: 10px;
  background: #7ccad3;
  color: #fff; }
  .accordion-sub-title.sub {
    background: #00bd89; }
  .accordion-sub-title.with-chk .checkbox-label {
    width: auto; }
    .accordion-sub-title.with-chk .checkbox-label input[type='checkbox'] {
      vertical-align: -5px; }
    .accordion-sub-title.with-chk .checkbox-label .label-txt {
      height: 40px;
      line-height: 40px; }

.graph-each-scroll {
  overflow-y: auto; }
  .graph-each-scroll #btn-zoom {
    position: absolute;
    right: 38px;
    top: 530px;
    width: 39px;
    cursor: pointer;
    z-index: 999; }
    .graph-each-scroll #btn-zoom:hover {
      opacity: 0.8;
      transition: 0.2s ease-in; }

.history-option-wrapper .history-option-label > a {
  font-weight: bold; }

.save-graph-history {
  width: 100%; }

#chart-wrapper .amChartsLegend {
  opacity: 0;
  transition: 0.2s ease-in; }

.graph-fixed-bottom-wrapper {
  position: fixed;
  left: 240px;
  right: 0;
  bottom: 0;
  height: 100px;
  text-align: center;
  z-index: 999; }
  .graph-fixed-bottom-wrapper .btn-circle-fixed {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 30px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
    transition: 0.2s ease-in; }
    .graph-fixed-bottom-wrapper .btn-circle-fixed.blue {
      background: #2897c0; }
      .graph-fixed-bottom-wrapper .btn-circle-fixed.blue:hover {
        background: #1981a7; }
    .graph-fixed-bottom-wrapper .btn-circle-fixed.green {
      background: #4caf50; }
      .graph-fixed-bottom-wrapper .btn-circle-fixed.green:hover {
        background: #3d8b40; }
    .graph-fixed-bottom-wrapper .btn-circle-fixed span {
      line-height: 80px;
      color: #fff;
      font-size: 16px;
      font-weight: bold; }

.mini-sidebar .graph-fixed-bottom-wrapper {
  left: 60px; }

#chart-wrapper {
  position: relative; }
  #chart-wrapper .chart-zoom-out {
    display: none;
    position: absolute;
    top: 20px;
    right: 55px;
    z-index: 1;
    font-size: 30px;
    color: #26415a;
    cursor: pointer; }
    #chart-wrapper .chart-zoom-out:hover {
      color: #5f8fbb; }

#template-wrapper .card-content, #prop-pop-modal .card-content {
  padding: 0px 0px 0px 2px; }

#template-wrapper .table, #prop-pop-modal .table {
  table-layout: fixed;
  word-break: break-all;
  border-spacing: 0 2px; }
  #template-wrapper .table tr th, #template-wrapper .table tr td, #prop-pop-modal .table tr th, #prop-pop-modal .table tr td {
    word-break: keep-all;
    border-right: 2px solid #fff; }
    #template-wrapper .table tr th:last-child, #template-wrapper .table tr td:last-child, #prop-pop-modal .table tr th:last-child, #prop-pop-modal .table tr td:last-child {
      width: auto; }
    #template-wrapper .table tr th input, #template-wrapper .table tr td input, #prop-pop-modal .table tr th input, #prop-pop-modal .table tr td input {
      max-width: 231px; }
  #template-wrapper .table th, #prop-pop-modal .table th {
    background: #26415a;
    color: #fff;
    border-bottom: none; }
    #template-wrapper .table th.period, #prop-pop-modal .table th.period {
      position: relative; }
      #template-wrapper .table th.period .copy-period, #prop-pop-modal .table th.period .copy-period {
        position: absolute;
        top: 3px;
        font-size: 30px;
        cursor: pointer; }
        #template-wrapper .table th.period .copy-period.left, #prop-pop-modal .table th.period .copy-period.left {
          left: 15px; }
        #template-wrapper .table th.period .copy-period.right, #prop-pop-modal .table th.period .copy-period.right {
          right: 15px; }
    #template-wrapper .table th .checkbox-label, #prop-pop-modal .table th .checkbox-label {
      padding-left: 1.5px; }
  #template-wrapper .table td .btn, #prop-pop-modal .table td .btn {
    width: 100%; }
  #template-wrapper .table td .calendar-wrapper, #prop-pop-modal .table td .calendar-wrapper {
    max-width: 141px; }
    #template-wrapper .table td .calendar-wrapper.none-max-width, #prop-pop-modal .table td .calendar-wrapper.none-max-width {
      max-width: none; }
  #template-wrapper .table .popup1, #template-wrapper .table .popup2, #prop-pop-modal .table .popup1, #prop-pop-modal .table .popup2 {
    background: #fff;
    opacity: 1; }

#prop-pop-modal .card {
  border: none;
  box-shadow: none; }
  #prop-pop-modal .card .table td.check {
    padding: 10px;
    text-align: center; }
    #prop-pop-modal .card .table td.check input[type='checkbox'] {
      width: 20px;
      height: 20px;
      margin: 0;
      vertical-align: middle; }
  #prop-pop-modal .card #chart {
    height: 230px; }

#list-history-pop-modal .table-responsive {
  max-height: 350px; }

.qpoint, .checklist {
  display: inline-block;
  width: 34px !important;
  min-width: 34px !important;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../img/parameter/icon_pop_off.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .qpoint.on, .checklist.on {
    background-image: url("../img/parameter/icon_pop_on.png"); }
  .qpoint.dim, .qpoint.dim2, .qpoint.dim3, .checklist.dim, .checklist.dim2, .checklist.dim3 {
    background-image: url("../img/parameter/icon_pop_dim.png");
    cursor: not-allowed; }

.form-control:disabled.show-default,
.form-control[readonly].show-default {
  opacity: 1 !important;
  background-color: #fff;
  cursor: default; }

#copy-pop-modal .copy-all-wrapper {
  text-align: right; }
  #copy-pop-modal .copy-all-wrapper .checkbox-label {
    display: inline-block;
    width: auto; }
#copy-pop-modal .copy-tab-wrapper .copy-tab-chk-wrapper {
  padding-left: 20px;
  text-align: left; }
  #copy-pop-modal .copy-tab-wrapper .copy-tab-chk-wrapper .checkbox-label {
    display: inline-block;
    width: 150px;
    vertical-align: -5px; }

.override-tab-btn {
  position: absolute;
  top: 2px;
  left: 16px; }
  .override-tab-btn .bootstrap-switch .bootstrap-switch-handle-on,
  .override-tab-btn .bootstrap-switch .bootstrap-switch-handle-off,
  .override-tab-btn .bootstrap-switch .bootstrap-switch-label,
  .override-tab-btn button {
    padding: 7px 12px; }

.card-title.override-tab {
  background: #1e88e5; }
  .card-title.override-tab > a {
    display: block;
    color: #fff; }
    .card-title.override-tab > a:hover {
      color: #fff;
      font-weight: bold; }

.bootstrap-switch {
  font-family: Arial; }
  .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #d9534f;
    color: #fff; }

.device-top-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px; }
  .device-top-wrapper .id {
    float: left;
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px; }
    .device-top-wrapper .id:first-child {
      border-right: 1px dashed #000; }

.device-wrapper {
  height: 25px;
  line-height: 25px;
  font-size: 14px; }
  .device-wrapper .txt {
    display: inline-block;
    width: 75px; }
  .device-wrapper .input-txt {
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-right: 5px; }
  .device-wrapper .input-wrapper input {
    width: 70px;
    height: 23px;
    margin-right: 5px;
    padding: 0;
    text-align: center; }

.device-btn-wrapper {
  height: 30px; }
  .device-btn-wrapper button {
    float: right;
    margin-left: 10px; }

.pest-monitor-step-wrapper .step {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fefefe;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold; }
  .pest-monitor-step-wrapper .step.selected {
    background: #f2baba;
    border: 1px solid red; }
.pest-monitor-step-wrapper .arrow {
  display: inline-block;
  width: 40px;
  height: 50px;
  margin: 0 10px;
  vertical-align: -17px;
  background-image: url("../img/arrow.png"); }

.pest-monitor-graph {
  min-width: auto !important;
  max-width: none !important;
  height: 18px;
  border-radius: 5px; }

.irrigate-report-wrapper .table .calendar-wrapper {
  max-width: 181px !important; }
.irrigate-report-wrapper .date-box-wrapper {
  width: 610px;
  height: 56px;
  padding: 10px; }
  .irrigate-report-wrapper .date-box-wrapper .date-wrapper {
    float: left;
    width: 510px;
    height: 36px; }
  .irrigate-report-wrapper .date-box-wrapper .btn-wrapper {
    float: left;
    width: 80px;
    height: 36px;
    text-align: right; }
.irrigate-report-wrapper .pdf {
  display: inline-block;
  width: 26px !important;
  min-width: 26px !important;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../img/pdf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.irrigate-item-wrapper {
  padding: 0 16px 16px 16px; }
  .irrigate-item-wrapper .item {
    display: inline-block;
    width: 165px;
    height: 135px;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #567b9d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
    .irrigate-item-wrapper .item .key {
      display: block;
      width: 163px;
      height: 53px;
      line-height: 53px;
      font-size: 16px;
      text-align: center;
      background: #567b9d;
      color: #ffffff; }
    .irrigate-item-wrapper .item .value {
      display: block;
      width: 163px;
      height: 80px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      background: #f1f1f1;
      color: #000000; }
      .irrigate-item-wrapper .item .value span {
        display: inline-block;
        height: 80px;
        line-height: 80px; }
    .irrigate-item-wrapper .item.weather {
      height: 160px; }
      .irrigate-item-wrapper .item.weather .value {
        height: 105px;
        font-size: 16px;
        font-weight: normal; }
        .irrigate-item-wrapper .item.weather .value img {
          display: block;
          width: 60px;
          height: auto;
          margin: 0 auto;
          padding-top: 20px; }
        .irrigate-item-wrapper .item.weather .value span {
          height: 45px;
          line-height: 45px; }
          .irrigate-item-wrapper .item.weather .value span.min {
            color: blue; }
          .irrigate-item-wrapper .item.weather .value span.max {
            color: red; }

#save-graph-custom-modal .modal-dialog {
  width: 650px; }
  #save-graph-custom-modal .modal-dialog .table-sf tbody > tr > td > * {
    max-width: none; }
    #save-graph-custom-modal .modal-dialog .table-sf tbody > tr > td > *#custom-device-wrapper {
      height: 150px;
      overflow-y: auto; }
      #save-graph-custom-modal .modal-dialog .table-sf tbody > tr > td > *#custom-device-wrapper .checkbox-label {
        width: 100%; }
    #save-graph-custom-modal .modal-dialog .table-sf tbody > tr > td > * .radio-inline {
      width: 110px; }

.forecast-top-wrapper {
  padding: 15px; }
  .forecast-top-wrapper .sun-wrapper {
    display: inline-block; }
    .forecast-top-wrapper .sun-wrapper > span {
      font-size: 18px;
      font-weight: bold; }
      .forecast-top-wrapper .sun-wrapper > span:first-child {
        margin-right: 20px; }
      .forecast-top-wrapper .sun-wrapper > span img {
        width: 50px;
        margin-right: 10px; }
  .forecast-top-wrapper .status-wrapper {
    display: inline-block;
    margin-left: 50px; }
    .forecast-top-wrapper .status-wrapper > span:first-child {
      margin-right: 30px; }
    .forecast-top-wrapper .status-wrapper > span .value {
      padding: 0 5px;
      font-size: 18px;
      font-weight: bold;
      vertical-align: -2px; }
    .forecast-top-wrapper .status-wrapper > span .unit {
      font-size: 13px;
      vertical-align: -2px; }

.growth-chart-wrapper .card-content > div {
  width: 100%;
  height: 400px;
  margin-bottom: 10px; }
.growth-chart-wrapper .amChartsLegend {
  opacity: 0;
  transition: 0.2s ease-in; }

#growth-xy-wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  border: 1px solid #ccc; }
  #growth-xy-wrapper .x-row {
    height: 70px; }
    #growth-xy-wrapper .x-row .item {
      float: left;
      width: 70px;
      height: 70px; }
      #growth-xy-wrapper .x-row .item > div {
        width: 100%;
        height: 100%;
        border: 1px solid #ccc; }
  #growth-xy-wrapper .pos-wrapper {
    position: absolute;
    width: 60px;
    height: 60px; }
    #growth-xy-wrapper .pos-wrapper .pos {
      position: relative;
      width: 60px;
      height: 60px;
      text-align: center; }
      #growth-xy-wrapper .pos-wrapper .pos .icon {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        background-image: url("../img/location.png");
        background-size: 40px 40px; }
      #growth-xy-wrapper .pos-wrapper .pos .tag {
        position: absolute;
        width: 260px;
        height: 20px;
        line-height: 20px;
        left: -100px;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

#photo-wrapper {
  padding: 0 10px; }
  #photo-wrapper .col-xs-3 {
    padding: 10px; }
    #photo-wrapper .col-xs-3 .photo-item-wrapper {
      width: 100%;
      border: 2px solid #337ab7; }
      #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 {
        position: relative;
        cursor: pointer; }
        #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1:hover {
          opacity: 0.9;
          transition: opacity 0.2s ease-in; }
        #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 .img-wrapper2 {
          position: relative;
          padding-top: 75%;
          overflow: hidden; }
          #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 .img-wrapper2 .img-wrapper3 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transform: translate(50%, 50%); }
            #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 .img-wrapper2 .img-wrapper3 img {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              transform: translate(-50%, -50%);
              opacity: 0;
              transition: opacity 0.3s ease-in; }
              #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 .img-wrapper2 .img-wrapper3 img.land {
                width: auto;
                height: 100%;
                opacity: 1; }
              #photo-wrapper .col-xs-3 .photo-item-wrapper .img-wrapper1 .img-wrapper2 .img-wrapper3 img.port {
                width: 100%;
                height: auto;
                opacity: 1; }
      #photo-wrapper .col-xs-3 .photo-item-wrapper .dt {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #c1e1eb;
        font-size: 18px;
        font-weight: bold; }

#img-pop-modal .modal-dialog {
  width: 1200px; }
  #img-pop-modal .modal-dialog img {
    width: 100%;
    height: auto; }

.growth-history-wrapper .card-content {
  padding: 0; }

.recomm-item-wrapper {
  margin-bottom: 20px; }
  .recomm-item-wrapper .item {
    display: inline-block;
    width: 150px;
    height: 135px;
    margin-right: 10px;
    border: 1px solid #567b9d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
    .recomm-item-wrapper .item .key {
      display: block;
      width: 148px;
      height: 53px;
      line-height: 53px;
      font-size: 18px;
      text-align: center;
      background: #567b9d;
      color: #ffffff; }
    .recomm-item-wrapper .item .value {
      display: block;
      width: 148px;
      height: 80px;
      line-height: 80px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      background: #f1f1f1;
      color: #000000; }

.recomm-img-selector {
  position: absolute;
  border-radius: 10px;
  background: #00800015;
  border: 2px solid #008000;
  opacity: 0;
  transition: 0.2s ease-in; }
  .recomm-img-selector.on {
    opacity: 1; }

.recomm-img-wrapper1 {
  position: relative;
  width: 800px;
  height: 480px;
  background-image: url("../img/growth/table1.png");
  background-size: cover;
  border: 1px solid #ddd; }
  .recomm-img-wrapper1 .recomm-img-selector {
    width: 325px;
    height: 185px; }

.recomm-img-wrapper2 {
  position: relative;
  width: 800px;
  height: 640px;
  background-image: url("../img/growth/table2.png");
  background-size: cover;
  border: 1px solid #ddd; }
  .recomm-img-wrapper2 .recomm-img-selector {
    width: 267px;
    height: 604px;
    bottom: 0; }

.camera-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%; }
  .camera-wrapper > object, .camera-wrapper > img {
    position: absolute !important; }

.video-control {
  position: relative;
  display: block;
  height: 40px;
  margin-bottom: 5px; }
  .video-control .control-btn {
    width: 40px;
    height: 40px; }
    .video-control .control-btn.up, .video-control .control-btn.down {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px); }
    .video-control .control-btn .fa {
      font-size: 20px;
      font-weight: bold; }

.zone-canvas-wrapper {
  position: relative;
  min-height: 566px;
  padding-left: 526px; }
  .zone-canvas-wrapper .left-section {
    position: absolute;
    left: 2px;
    top: 1px;
    width: 513px;
    height: 563px;
    padding: 5px;
    border: 1px solid #ddd; }
    .zone-canvas-wrapper .left-section #canvas {
      background: #f1f1f1;
      cursor: crosshair; }
    .zone-canvas-wrapper .left-section #canvas-position {
      position: absolute;
      left: 10px;
      bottom: 16px;
      font-size: 13px; }
  .zone-canvas-wrapper .btn-wrapper {
    position: absolute;
    left: 475px;
    top: 520px;
    text-align: right; }
    .zone-canvas-wrapper .btn-wrapper .reset {
      font-size: 30px;
      cursor: pointer;
      color: #fd7b49;
      font-weight: bold; }
    .zone-canvas-wrapper .btn-wrapper .confirm {
      margin-left: 20px;
      font-size: 38px;
      cursor: pointer;
      color: #4caf50; }

table.report-table tr th, table.report-table tr td {
  white-space: nowrap; }

.work-radio-wrapper {
  display: inline-block;
  margin-left: 20px; }

.work-timer {
  position: absolute;
  width: 300px;
  height: 40px;
  left: 60%;
  top: -70px;
  line-height: 40px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold; }

.work-step-wrapper .step {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #fefefe;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold; }

.work-step-wrapper .step .steptitle {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
  left: -2px;
  top: -2px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold; }

.work-step-wrapper .step .stepdate {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 40px;
  left: 80px;
  top: -42px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold; }

.work-step-wrapper .step .steptitle.selected {
  background: #f2baba;
  border: 2px solid red; }

.work-step-wrapper .arrow {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px;
  /*  
    background-image: url("../img/arrow.png");
  */ }

.work-graph {
  min-width: auto !important;
  max-width: none !important;
  height: 18px;
  border-radius: 5px; }

.gab05 {
  width: 100%;
  height: 5px; }

.gab10 {
  width: 100%;
  height: 10px; }

.gab20 {
  width: 100%;
  height: 20px; }

.gab30 {
  width: 100%;
  height: 30px; }

.gab40 {
  width: 100%;
  height: 40px; }

.gab50 {
  width: 100%;
  height: 50px; }

.gab60 {
  width: 100%;
  height: 60px; }

.whome-wrapper .card {
  position: relative;
  margin: 0px 0 20px 0;
  background-color: #fff;
  color: #000;
  transition: background .5s ease, box-shadow .5s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.whome-wrapper .box01, .whome-wrapper .box02, .whome-wrapper .box03, .whome-wrapper .box04, .whome-wrapper .box05 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.whome-wrapper .box01 {
  width: 40%; }

.whome-wrapper .box02 {
  width: 50%; }

.whome-wrapper .box03 {
  width: 60%; }

.whome-wrapper .box04 {
  width: 45%; }

.whome-wrapper .box05 {
  width: 55%; }

.whome-wrapper .card .list_title {
  font-size: 24px;
  line-height: 30px;
  height: 54px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  color: #1c81d9;
  font-weight: bold;
  padding-top: 20px; }

.whome-wrapper .card .list_title .split01 {
  padding-left: 10px;
  font-size: 20px;
  color: #868788;
  font-weight: bold; }

.whome-wrapper .card .list_title img {
  padding-right: 5px; }

.whome-wrapper .card .card-content {
  border-radius: 0;
  text-align: center;
  height: 290px;
  padding-top: 25px; }

.whome-wrapper .card .card-content #chart-wrapper {
  height: 100%; }

.whome-wrapper .card .card-content #chart-wrapper .amChartsLegend {
  opacity: 1; }

.whome-chart-wrapper .card-content > div {
  width: 100%;
  height: 300px;
  margin-bottom: 10px; }

.whome-chart-wrapper .amChartsLegend {
  opacity: 0;
  transition: 0.2s ease-in; }

.chartdiv {
  width: 150px;
  height: 150px; }

.zoneworker {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 10px 5px;
  background: #efefef;
  width: 100%; }

.zoneworker .zoneitems {
  display: inline-block;
  margin-left: 10px;
  width: 160px; }

.zoneworker .zoneitems:first-child {
  margin-left: 10px; }

.zoneworker .zoneitems p {
  margin-bottom: 8px;
  text-indent: 7px; }

.zoneworker .zoneitems ul {
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  height: 135px;
  overflow-y: scroll;
  padding: 3px 3px 8px;
  background: #fff; }

.zoneworker .zoneitems ul li a {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  padding: 3px;
  color: black;
  font-size: 12px;
  text-decoration: none; }

.zoneworker .zoneitems ul li:first-child a {
  margin-top: 3px; }

.zoneworker .zoneitems ul li.off a {
  border: 1px solid #ff0000;
  border-radius: 3px;
  font-weight: bold;
  background-color: #ff4500; }

/* for live.jsp */
ul.bargraph li {
  height: 15px;
  color: white;
  text-align: left;
  font-weight: bolder;
  font-size: 9px;
  line-height: 10px;
  padding: 0px 10px;
  margin-bottom: 1px;
  border-radius: 5px; }

ul.bargraph li.green {
  background: #97B546;
  width: 95%; }

.cs_go_chart:hover {
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer; }

.cs_go_chart:hover:before {
  content: '그래프 -> '; }

html, body {
  font-family: 'Nanum Square', sans-serif;
  font-size: 16px; }
  html.en, html.zh, html.ru, body.en, body.zh, body.ru {
    font-family: none !important; }

.mr-auto {
  margin-right: auto !important; }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; } }
.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.color-white {
  color: white; }

/*# sourceMappingURL=application.css.map */

.dashboard-target-div {
    width: 200px;
    height: 36px;
    color: #337ab7;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #337ab7;
    float: right;
    margin-rigth: 10px;
}