/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  /* todo: check first :not(.disabled) usage */
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.selected.disabled, .bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):not(.disabled):before, .bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}

/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}

/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected, .theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected, .theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after, .theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected, .theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after, .theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/lib/bootstrap/dist/css/bootstrap.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border: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]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.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 td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url('glyphicons-halflings-regular.7a0f4b092e86cb52.eot');src:url('glyphicons-halflings-regular.7a0f4b092e86cb52.eot?#iefix') format('embedded-opentype'),url('glyphicons-halflings-regular.b70781972ce7320b.woff2') format('woff2'),url('glyphicons-halflings-regular.4ba85deaf3670942.woff') format('woff'),url('glyphicons-halflings-regular.009b407a9881be10.ttf') format('truetype'),url('glyphicons-halflings-regular.85f0466cb4ab3a4d.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro: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"}*{box-sizing:border-box}:after,:before{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.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[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:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 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{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}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,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;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{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{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;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;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],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 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{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .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;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175)}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.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{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{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 .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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .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>.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-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;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-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{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-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.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-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.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-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;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.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.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:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{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;padding:9px 10px;margin-top:8px;margin-right:15px;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{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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{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;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left: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:focus,.navbar-default .navbar-brand:hover{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:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{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:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{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{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.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;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.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:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.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}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.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}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.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:700}.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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(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;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{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{padding-left:0;margin-bottom:20px}.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-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{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: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,.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{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{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;box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.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-left-radius:3px;border-top-right-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-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.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,.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: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:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.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,.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: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:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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,.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{border-bottom-left-radius:3px}.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,.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{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 td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.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,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>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{margin-bottom:0;border: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>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{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:#333;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:#333}.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 embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height: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;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.in .modal-dialog{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;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.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{box-shadow:0 5px 15px rgba(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-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;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{right:5px;bottom:0;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-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 5px 10px rgba(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{padding:8px 14px;margin:0;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{transition:transform .6s ease-in-out;backface-visibility:hidden;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;transform:translate3d(0,0,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;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(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-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.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}tr.visible-sm{display:table-row!important}td.visible-sm,th.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}tr.visible-md{display:table-row!important}td.visible-md,th.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}tr.visible-lg{display:table-row!important}td.visible-lg,th.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}tr.visible-print{display:table-row!important}td.visible-print,th.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}}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/font-awesome/css/font-awesome.min.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0');src:url('fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/lib/themify-icons/css/themify-icons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@font-face {
	font-family: 'themify';
	src:url('themify.0504804445e9a55f.eot');
	src:url('themify.0504804445e9a55f.eot?#iefix') format('embedded-opentype'),
		url('themify.58ecddba064e63f7.woff') format('woff'),
		url('themify.6cb5a30a9518fb87.ttf') format('truetype'),
		url('themify.521461b29694f8e6.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */

/* ---------------------------------------------------------------------- 
>>> TABLE OF CONTENT
-------------------------------------------------------------------------
1 - Basic Elements & Classes
2 - Top Navbar
3 - Sidebar
4 - Nav
5 - Main Container
6 - Footer
7 - Settings
8 - Off sidebar
9 - Utilities
10 - Dropdown Menu
11 - Tabs
12 - Panles
13 - Pagination
14 - Accordion
15 - Animations
16 - Progress Bars
17 - Labels and Badges
18 - Form Elements
19 - Icons
20 - Buttons
21 - Links
22 - Form Wizard
23 - Login
24 - Invoice
25 - Timeline
26 - Tables
27 - User Profile
28 - Calendar
29 - Todo
30 - Chat
31 - Messages
32 - Modals
33 - Maps
34 - Pricing Table
35 - Error
36 - Page Title
37 - Tooltips
38 - Popovers
39 - Date Picker
40 - Landing Page
/* ---------------------------------------------------------------------- */

/*



*/

/* ---------------------------------------------------------------------- */

/*  Basic Elements & Classes
/* ---------------------------------------------------------------------- */

/* .nav-justified li a:hover {
    color: unset !important;
} */

/* Hide HTML5 Up and Down arrows. */

/* @import '~ngx-sharebuttons/styles/themes/circles/circles-theme.css';
@import '~ngx-sharebuttons/styles/themes/classic/classic-theme.css';
@import '~ngx-sharebuttons/styles/themes/default/default-theme.css';
@import '~ngx-sharebuttons/styles/themes/flat/flat-theme.css';
@import '~ngx-sharebuttons/styles/themes/material/material-light-theme.css';
@import '~ngx-sharebuttons/styles/themes/modern/modern-light-theme.css';
@import '~ngx-sharebuttons/styles/themes/special/special-light-theme.css'; */

/* @import "~ngx-spinner/animations/ball-pulse.css"; */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

.nav-justified li.active a:hover {
    color: #fff !important;
}

.carousel-control {
    text-shadow: unset !important;
}

.tab-width {
    width: 566px;
    margin: 0 auto;
}

.bs-chevron {
    color: #9e9e9e !important;
}

.clost-button {
    position: relative;
    z-index: 99999;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 100%;
}

body {
    color: #8e8e93;
    direction: ltr;
    overflow-x: hidden;
    height: 100%;
    font-family: Ubuntu !important;
    font-size: 13px;
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    background: #f7f7f8;
    -webkit-font-smoothing: antialiased !important;
}

/*.tabbable a:hover {
    color: #8E9AA2 !important;
}*/

@media (min-width: 992px) {
    body.app-boxed-page {
        background: url("/assets/images/bg.png") transparent !important;
    }
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    font-size: 15px !important;
    line-height: 2.42857143;
    padding: 4px;
}

::selection {
    background: #407887;
    text-shadow: none;
    color: #ffffff;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
}

button {
    outline: 0 !important;
}

a {
    color: #58748b;
}

a:hover,
a:focus,
a:active {
    color: #30404d;
}

h1,
h2 {
    font-family: "Raleway", sans-serif;
}

h3,
h4,
h5 {
    font-family: Ubuntu !important;
}

th {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    margin-top: 0;
    color: #000;
}

.text-bold h1,
h1.text-bold,
h1 .text-bold,
.text-bold h2,
h2.text-bold,
h2 .text-bold,
.text-bold h3,
h3.text-bold,
h3 .text-bold,
.text-bold h4,
h4.text-bold,
h4 .text-bold,
.text-bold h5,
h5.text-bold,
h5 .text-bold {
    font-weight: 600;
}

h5.over-title {
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

.main-content .breadcrumb-wrapper {
    padding: 10px 46px !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.mainTitle {
    margin: 20px 0;
}

.mainTitle small {
    color: #8e8e93;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    margin: 10px 0;
}

.mainTitle i {
    font-size: 17px;
}

.ct-callout {
    border-color: #007aff;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 0 5px;
    margin: 20px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.main-wrapper {
    position: relative;
}

.ajax-white-backdrop {
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1049;
}

.ajax-white-backdrop:before {
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    top: 60px;
    left: 50%;
    margin-left: -20px;
    content: "";
    position: absolute;
}

.ajax-white-backdrop:after {
    content: "\f110";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 60px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    animation: spin 2s infinite linear;
}

@media (min-width: 992px) {
    .app-navbar-fixed {
        padding-top: 60px;
    }
}

#app {
    height: auto;
    min-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .app-boxed-page #app {
        margin: 0 auto;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .app-boxed-page #app {
        margin: 0 auto;
        width: 1170px;
    }
}

#app .app-content {
    height: 100%;
}

#app .app-content:before,
#app .app-content:after {
    content: " ";
    display: table;
}

#app .app-content:after {
    clear: both;
}

@media (max-width: 991px) {
    #app {
        width: 100%;
    }
    #app .app-content {
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
    }
    #app.app-slide-off {
        position: fixed;
        height: 100%;
    }
    #app.app-slide-off > .app-content {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        overflow: hidden;
        position: absolute;
        transform: translate3d(260px, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
    #app.app-slide-off > #off-sidebar {
        transform: translate3d(260px, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
    #app.app-offsidebar-open {
        position: fixed;
        height: 100%;
    }
    #app.app-offsidebar-open > .app-content {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        overflow: hidden;
        position: absolute;
        transform: translate3d(-260px, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
}

.app-content-loading {
    background: #000;
    border-radius: 10px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 1051;
}

.loading-spinner {
    font-size: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.well {
    box-shadow: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #58748b;
    color: #fff;
}

.nav-pills > li > a {
    border-radius: 10px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #58748b;
    border-color: #58748b;
}

.container-fullw {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
}

.container-fullw:before {
    content: " ";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* background-image: -o-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -webkit-gradient(linear, left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -ms-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -moz-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -webkit-linear-gradient(left center, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); */
}

@media (max-width: 768px) {
    .container-fullw {
        padding-left: 15px;
        padding-right: 15px;
    }
}

span[role="slider"] {
    outline: none !important;
}

/* ---------------------------------------------------------------------- */

/*  Top Navbar
/* ---------------------------------------------------------------------- */

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1089;
    border: none;
    margin-bottom: 0;
    height: 60px;
}

.navbar .loading-bar-wrapper {
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    z-index: 999;
}

.navbar .navbar-header {
    z-index: 10;
    background: #2c2f3b;
    border-bottom: 1px solid transparent;
    position: relative;
    height: 60px;
}

@media (min-width: 768px) {
    .navbar .navbar-header {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-header {
        border-right: 1px solid transparent;
        transition: width 0.5s;
    }
}

.navbar .navbar-header a,
.navbar .navbar-header button {
    line-height: 60px;
    height: 60px;
}

.navbar .navbar-header button {
    background: none;
    border: none;
}

.navbar .navbar-header .navbar-brand {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .navbar .navbar-header .navbar-brand {
        transition: all 0.5s;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
    display: none;
}

@media (min-width: 992px) {
    .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        display: inline-block;
        opacity: 0;
        left: -150%;
        width: 70px;
        text-align: center;
    }
}

.navbar .navbar-header .navbar-brand img {
    display: inline-block;
}

.navbar .navbar-header .menu-toggler {
    margin-right: 60px;
    padding: 0 15px;
    color: #c8c7cc;
}

.navbar .navbar-header .menu-toggler .fa-folder {
    margin-right: 2px;
}

.navbar .navbar-header .menu-toggler .open-icon {
    display: none;
}

.navbar .navbar-header .menu-toggler.menu-open .open-icon {
    display: inline-block;
}

.navbar .navbar-header .menu-toggler.menu-open .closed-icon {
    display: none;
}

.navbar .navbar-header .sidebar-toggler {
    font-size: 17px;
    padding-right: 20px;
    color: #c8c7cc;
}

.navbar .navbar-header .sidebar-toggler:hover {
    color: #aeacb4;
}

.navbar .navbar-header .sidebar-mobile-toggler,
.navbar .navbar-header .menu-mobile-toggler {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .navbar-header .sidebar-mobile-toggler:hover,
.navbar .navbar-header .menu-mobile-toggler:hover {
    color: #aeacb4;
}

.navbar .navbar-header .sidebar-mobile-toggler {
    background-color: #c82e29;
    border-color: #c82e29;
    color: #ffffff;
    cursor: pointer;
}

.navbar .navbar-header .sidebar-mobile-toggler:hover {
    background-color: #da4f4a !important;
    border-color: #da4f4a;
    color: #ffffff;
}

.navbar .navbar-header .sidebar-mobile-toggler:active,
.navbar .navbar-header .sidebar-mobile-toggler.active,
.navbar .navbar-header .sidebar-mobile-toggler.active:focus,
.navbar .navbar-header .sidebar-mobile-toggler:active:focus,
.navbar .navbar-header .sidebar-mobile-toggler:active:hover,
.navbar .navbar-header .sidebar-mobile-toggler.dropdown-toggle:active:hover {
    background-color: #ef4529 !important;
    border-color: #ef4529 !important;
}

.navbar .navbar-header .sidebar-mobile-toggler:focus {
    background-color: #de635f;
    border-color: #de635f;
    color: #ffffff;
}

.navbar .navbar-header .sidebar-mobile-toggler.disabled:hover,
.navbar .navbar-header .sidebar-mobile-toggler.disabled:focus,
.navbar .navbar-header .sidebar-mobile-toggler.disabled:active,
.navbar .navbar-header .sidebar-mobile-toggler.disabled.active,
.navbar .navbar-header .sidebar-mobile-toggler[disabled],
.navbar .navbar-header .sidebar-mobile-toggler[disabled]:hover,
.navbar .navbar-header .sidebar-mobile-toggler[disabled]:focus,
.navbar .navbar-header .sidebar-mobile-toggler[disabled]:active,
.navbar .navbar-header .sidebar-mobile-toggler[disabled].active,
fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:hover,
fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:focus,
fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:active,
fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler.active {
    background-color: #e37874;
    border-color: #e37874;
    color: #ffffff;
}

.navbar .navbar-header .menu-mobile-toggler {
    color: #c8c7cc;
    font-size: 17px;
    min-width: 50px;
}

.navbar .navbar-header .menu-mobile-toggler:hover {
    color: #aeacb4;
}

@media (max-width: 991px) {
    .navbar .navbar-header #horizontal-menu-toggler {
        display: none;
    }
    .navbar .navbar-header #sidebar-toggler {
        display: block;
    }
}

.navbar .navbar-collapse {
    border-bottom: 1px solid transparent;
    border-top: none;
    background: #2c2f3b;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;
}

@media (min-width: 768px) {
    .navbar .navbar-collapse {
        transition: margin 0.5s;
        margin-left: 260px;
        height: 60px !important;
    }
    .customer_page .navbar .navbar-collapse {
        height: 100px !important;
    }
    .navbar .navbar-collapse .nav {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }
    .navbar .navbar-collapse .nav {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.navbar .navbar-collapse.in {
    overflow-y: visible;
}

.navbar .navbar-collapse button {
    background: none;
    border: none;
}

@media (max-width: 991px) {
    .app-slide-off .navbar,
    .app-offsidebar-open .navbar {
        position: absolute !important;
    }
}

@media (min-width: 992px) {
    .app-navbar-fixed .navbar .navbar-collapse,
    .app-navbar-fixed .navbar .navbar-header {
        position: initial;
        top: 0;
        /* left: 0; */
        right: 0;
        -webkit-transform: translateZ(0);
    }
    .app-navbar-fixed .navbar .dropdown-off-sidebar {
        position: fixed;
        top: -1px;
        -webkit-transform: translateZ(0);
        border: none;
    }
    .app-boxed-page .app-navbar-fixed .navbar {
        width: 970px;
        position: fixed !important;
    }
    .app-boxed-page .app-navbar-fixed .navbar .navbar-collapse,
    .app-boxed-page .app-navbar-fixed .navbar .navbar-header,
    .app-boxed-page .app-navbar-fixed .navbar .dropdown-off-sidebar {
        position: absolute !important;
    }
}

@media (min-width: 1200px) {
    .app-boxed-page .app-navbar-fixed .navbar {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .app-sidebar-closed .navbar .navbar-header {
        width: 70px;
    }
    .imgdesk {
        display: block !important;
    }
    .maganehed {
        position: relative;
        top: -9px;
    }
    .ser {
        margin-top: -22px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .app-sidebar-closed .navbar .navbar-header .navbar-brand {
        top: -200%;
        opacity: 0;
    }
}

@media (min-width: 992px) {
    .app-sidebar-closed
        .navbar
        .navbar-header
        .navbar-brand.navbar-brand-collapsed {
        display: block;
        top: 0;
        left: 0;
        opacity: 1;
    }
    .app-sidebar-closed .navbar .navbar-collapse {
        margin-left: 70px;
    }
}

@media (max-width: 991px) {
    .navbar {
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
    }
}

@media (min-width: 992px) {
    .app-sidebar-fixed .navbar .navbar-header {
        position: initial;
        top: 0;
    }
    .app-boxed-page .app-sidebar-fixed .navbar .navbar-header {
        position: absolute !important;
    }
}

.navbar .close-handle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2f3b;
    cursor: pointer;
    z-index: 1001;
    min-height: 40px;
}

.navbar .close-handle .arrow-left,
.navbar .close-handle .arrow-right {
    background-color: #ffffff;
    border-radius: 10px;
    bottom: 15px;
    height: 8px;
    left: 50%;
    position: absolute;
    -moz-transition: -moz-transform 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: transform 0.2s ease 0s;
    width: 24px;
    margin-left: -12px;
    cursor: pointer;
}

.navbar .close-handle .arrow-left {
    transform: translate3d(-8px, 0px, 0px) rotate(-10deg);
}

.navbar .close-handle .arrow-right {
    transform: translate3d(8px, 0px, 0px) rotate(10deg);
}

.navbar .navbar-right .nav {
    margin: 0;
}

.navbar .navbar-right .nav .dropdown-light:after {
    right: 36px;
    left: auto;
    top: -9px;
}

.navbar .navbar-right .nav .dropdown-light:before {
    right: 35px;
    left: auto;
    top: -11px;
}

.navbar .navbar-right .badge {
    background-color: red;
    color: #ffffff;
    padding: 0;
    position: absolute;
    top: 10px;
    right: -15px;
    font-size: 12px;
    left: auto;
    transform: translateX(-50%);
    height: 20px;
    min-width: 20px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar .navbar-right .badge {
        margin: 0;
        position: absolute !important;
        border-color: #ffffff;
        width: 20px;
        left: 50% !important;
        right: auto;
        margin-left: 15px !important;
    }
}

.navbar .navbar-right .dot-badge {
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    margin: 2px;
    position: absolute !important;
    border-color: #ffffff;
    top: 6px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin-left: 10px;
}

.navbar .navbar-right .view-all {
    text-align: center;
}

.navbar .navbar-right .drop-down-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 5px 5px 0 5px;
}

.navbar .dropdown-off-sidebar {
    position: absolute;
    z-index: 11;
    top: -1px;
    right: 0;
    width: 30px;
    line-height: 59px;
    color: rgba(255, 255, 255, 0.7);
    background: #2c2f3b;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .dropdown-off-sidebar:hover {
    color: white;
}

.navbar .dropdown-off-sidebar:after {
    position: absolute;
    font-size: 17px;
    padding: 0;
    margin: 0;
    font-family: "themify";
    content: "\e6da";
    left: 5px;
    top: 0;
}

.app-offsidebar-open .navbar .dropdown-off-sidebar:after {
    content: "\e6d9";
}

@media (min-width: 992px) {
    .app-offsidebar-open .navbar .dropdown-off-sidebar {
        position: fixed;
    }
    .app-boxed-page .app-offsidebar-open .navbar .dropdown-off-sidebar {
        position: absolute !important;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-off-sidebar {
        width: 50px;
    }
    .navbar .dropdown-off-sidebar:after {
        left: 15px;
    }
}

.navbar .navbar-left {
    margin-left: -15px;
}

.navbar .navbar-left .expand-on {
    display: none;
}

.isFullscreen .navbar .navbar-left .expand-on {
    display: inline-block;
}

.isFullscreen .navbar .navbar-left .expand-off {
    display: none;
}

@media (min-width: 768px) {
    .navbar .navbar-left > li {
        float: left;
        padding: 0 10px;
        position: relative;
    }
    .navbar .navbar-left > li:before {
        content: "";
        position: absolute;
        width: 1px;
        left: 0;
        top: 5px;
        bottom: 5px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }
    .navbar .navbar-left > li > a {
        line-height: 60px;
        padding: 0 15px;
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar .navbar-left > li > a:hover,
    .navbar .navbar-left > li > a:active,
    .navbar .navbar-left > li > a:focus {
        color: white;
        background: none;
    }
    .navbar .navbar-left > li > .main-search {
        float: left;
        padding: 0;
        display: inline-block;
        background: none !important;
        margin: 0;
        box-shadow: none;
        border: none;
        position: relative;
    }
    .navbar .navbar-left > li > .main-search .form-group {
        margin-bottom: 0;
    }
    .navbar .navbar-left > li > .main-search .form-control {
        background: none !important;
        border: none !important;
        font-size: 14px !important;
        height: 60px;
        margin: 0;
        z-index: 2000;
        color: #ffffff !important;
        padding-right: 30px !important;
    }
    .navbar
        .navbar-left
        > li
        > .main-search
        .form-control::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }
    .navbar .navbar-left > li > .main-search .form-control:-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }
    .navbar .navbar-left > li > .main-search .form-control::-moz-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }
    .navbar
        .navbar-left
        > li
        > .main-search
        .form-control:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.4);
    }
    .navbar .navbar-left > li > .main-search .search-button {
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.7);
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 60px;
    }
    .navbar .navbar-left > li > .main-search .search-button:hover,
    .navbar .navbar-left > li > .main-search .search-button:active,
    .navbar .navbar-left > li > .main-search .search-button:focus {
        color: white;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper > div {
        line-height: 60px;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper:before {
        display: none;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn {
        background-color: #c82e29;
        border-color: #c82e29;
        color: #ffffff;
        float: none !important;
        display: inline-block !important;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
        background-color: #da4f4a !important;
        border-color: #da4f4a;
        color: #ffffff;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.active,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.active:focus,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active:focus,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:active:hover,
    .navbar
        .navbar-left
        > li.sidebar-toggler-wrapper
        .btn.dropdown-toggle:active:hover {
        background-color: #b32925 !important;
        border-color: #b32925;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn:focus {
        background-color: #de635f;
        border-color: #de635f;
        color: #ffffff;
    }
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:hover,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:focus,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:active,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn.disabled.active,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled],
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:hover,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:focus,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:active,
    .navbar .navbar-left > li.sidebar-toggler-wrapper .btn[disabled].active,
    fieldset[disabled]
        .navbar
        .navbar-left
        > li.sidebar-toggler-wrapper
        .btn:hover,
    fieldset[disabled]
        .navbar
        .navbar-left
        > li.sidebar-toggler-wrapper
        .btn:focus,
    fieldset[disabled]
        .navbar
        .navbar-left
        > li.sidebar-toggler-wrapper
        .btn:active,
    fieldset[disabled]
        .navbar
        .navbar-left
        > li.sidebar-toggler-wrapper
        .btn.active {
        background-color: #e37874;
        border-color: #e37874;
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-right {
        position: relative;
        margin: 0 15px 0 0;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .navbar .navbar-right {
        position: relative;
        margin: 0 35px 0 0;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-right > li {
        float: left;
        position: relative;
        padding: 0 10px;
    }
    .navbar .navbar-right > li:before {
        content: "";
        position: absolute;
        width: 1px;
        right: 0;
        top: 5px;
        bottom: 5px;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }
}

@media (max-width: 767px) {
    .navbar .navbar-right > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar .navbar-right > li:last-child {
        margin-bottom: 10px;
    }
}

.navbar .navbar-right > li.open > a {
    background: none;
}

.navbar .navbar-right > li.open > a:hover,
.navbar .navbar-right > li.open > a:active,
.navbar .navbar-right > li.open > a:focus {
    background: none;
    top: 0;
}

.navbar .navbar-right > li > a {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    padding: 0 15px;
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.navbar .navbar-right > li > a:hover,
.navbar .navbar-right > li > a:active,
.navbar .navbar-right > li > a:focus {
    background: none;
    color: white;
}

.navbar .navbar-right > li > a i {
    font-size: 17px;
    top: 1px;
}

.navbar .navbar-right > li > a .flag-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.navbar .navbar-right > li > a .angular-notifications-container {
    display: block;
}

.navbar
    .navbar-right
    > li
    > a
    .angular-notifications-container
    .angular-notifications-icon {
    height: 20px !important;
    min-width: 20px !important;
    padding-top: 0 !important;
    top: 10px !important;
    line-height: 20px !important;
    right: -15px;
}

@media (max-width: 767px) {
    .navbar
        .navbar-right
        > li
        > a
        .angular-notifications-container
        .angular-notifications-icon {
        margin: 0;
        position: absolute !important;
        border-color: #ffffff;
        width: 20px;
        left: 50% !important;
        right: auto;
        margin-left: 5px;
    }
}

.navbar .navbar-right > li.current-user > a img {
    width: 30px;
    margin-top: -4px;
    border-radius: 100%;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .navbar .navbar-right > li.current-user a {
        display: block;
        float: none;
    }
    .navbar .navbar-right > li.current-user a img {
        display: inline-block;
        margin-right: 0;
        float: none;
    }
    .navbar .navbar-right > li.current-user a span {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
        line-height: 0px;
        float: none;
        margin-top: 0;
    }
    .navbar .navbar-right > li.current-user a i {
        font-size: 14px;
        line-height: 60px;
        color: #ffffff !important;
        transition: opacity 0.3s ease;
        background: rgba(0, 0, 0, 0.5);
        height: 39px;
        line-height: 39px;
        margin: 10px auto;
        width: 39px;
        border-radius: 20%;
    }
    .navbar .navbar-right > li.current-user.open i,
    .navbar .navbar-right > li.current-user a:hover i {
        opacity: 0;
    }
}

.navbar .navbar-right .dropdown-menu:before {
    top: -11px;
    right: 21px;
    left: auto;
}

.navbar .navbar-right .dropdown-menu:after {
    top: -9px;
    right: 22px;
    left: auto;
}

.navbar .navbar-right .dropdown-menu.dropdown-subview .fa-stack {
    height: 1.9em;
    line-height: 1.9em;
    vertical-align: top;
    margin-right: 5px;
}

.navbar .navbar-right .dropdown-menu.dropdown-large {
    width: 300px;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    .media-body {
    width: auto !important;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a {
    border-radius: 3px;
    color: #8e8e93;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    border-bottom: none;
    background-color: #f7f7f8;
    text-align: left;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a.unread {
    background-color: #edecee;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a:hover {
    background-color: #e9e8ea;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a
    .thread-image {
    float: left;
    height: 50px;
    margin-right: 8px;
    width: 50px;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a
    .author {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a
    .preview {
    display: block;
    font-size: 11px;
    line-height: normal;
    color: #aeacb4;
}

.navbar
    .navbar-right
    .dropdown-menu.dropdown-messages
    .drop-down-wrapper
    ul
    > li
    a
    .time {
    display: block;
    float: right;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    color: #aeacb4;
}

@media (max-width: 767px) {
    .navbar .navbar-right .dropdown-menu {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none;
        margin: 0;
    }
    .navbar .navbar-right .dropdown-menu:before {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .navbar .navbar-right .dropdown-menu:after {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .navbar .navbar-right > li {
        float: left;
        width: 100%;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .lyt-2 .navbar .navbar-header {
        width: 220px;
    }
    .lyt-2 .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        padding: 0;
        width: 50px !important;
    }
}

@media (min-width: 992px) {
    .lyt-2 .navbar .navbar-collapse {
        margin-left: 220px;
    }
}

@media (min-width: 992px) {
    .lyt-2.app-sidebar-closed .navbar .navbar-header {
        width: 50px !important;
    }
}

@media (min-width: 992px) {
    .lyt-2.app-sidebar-closed .navbar .navbar-collapse {
        margin-left: 50px;
    }
}

@media (min-width: 768px) {
    .lyt-3 .navbar .navbar-header .navbar-brand {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .lyt-3.app-navbar-fixed .navbar {
        position: fixed;
    }
}

@media (min-width: 992px) {
    .lyt-4 .navbar .sidebar-toggler-wrapper {
        display: none;
    }
}

@media (max-width: 991px) {
    .lyt-4 .navbar #horizontal-menu-toggler {
        display: block;
    }
    .lyt-4 .navbar #sidebar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .lyt-4.app-sidebar-closed .navbar .navbar-header {
        width: 260px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .lyt-4.app-sidebar-closed .navbar .navbar-header .navbar-brand {
        top: 0;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .lyt-4.app-sidebar-closed
        .navbar
        .navbar-header
        .navbar-brand.navbar-brand-collapsed {
        display: none;
        left: -150px;
        opacity: 0;
    }
    .lyt-4.app-sidebar-closed .navbar .navbar-collapse {
        margin-left: 260px;
    }
}

@media (min-width: 992px) {
    .lyt-4.app-sidebar-fixed .navbar .navbar-header,
    .lyt-3.app-sidebar-fixed .navbar .navbar-header {
        position: relative;
    }
}

@media (min-width: 992px) {
    .lyt-4.app-sidebar-fixed.app-navbar-fixed .navbar .navbar-header,
    .lyt-3.app-sidebar-fixed.app-navbar-fixed .navbar .navbar-header {
        position: fixed;
    }
}

.lyt-6 .navbar .navbar-header {
    text-align: center;
}

@media (min-width: 992px) {
    .lyt-6 .navbar .navbar-header {
        width: 190px;
    }
    .lyt-6 .navbar .navbar-header .navbar-brand.navbar-brand-collapsed {
        padding: 0;
        width: 50px !important;
    }
    .lyt-6 .navbar .navbar-header .navbar-brand {
        display: block;
        right: 0;
        width: 190px;
    }
}

@media (min-width: 992px) {
    .lyt-6 .navbar .navbar-collapse {
        margin-left: 190px;
    }
}

@media (min-width: 992px) {
    .lyt-6.app-sidebar-closed .navbar .navbar-header {
        width: 50px !important;
    }
}

@media (min-width: 992px) {
    .lyt-6.app-sidebar-closed .navbar .navbar-collapse {
        margin-left: 50px;
    }
}

/* ---------------------------------------------------------------------- */

/*  Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #2c2f3b;
    overflow: visible;
    z-index: 1051;
}

#sidebar .ps-scrollbar-y-rail {
    right: 0 !important;
    z-index: 2;
}

@media (max-width: 991px) {
    #sidebar .ps-scrollbar-y-rail {
        right: 2px !important;
    }
}

#sidebar .search-form .navbar-form {
    background: #282a35;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#sidebar .search-form .navbar-form a {
    display: none;
}

#sidebar .search-form .navbar-form .search-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 5px;
    top: 15px;
    transition: all 100ms ease-in 0s;
}

#sidebar .search-form .navbar-form .search-button:hover {
    color: white;
    transition: all 300ms ease-in 0s;
}

#sidebar .search-form .navbar-form .form-control {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    display: block;
    transition: all 300ms ease-in 0s;
    width: 100%;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    padding-right: 40px;
}

#sidebar .search-form .navbar-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#sidebar .search-form .navbar-form .form-control:focus + .search-button {
    color: #ffffff;
}

#sidebar .search-form .navbar-form .form-group {
    display: block;
}

#sidebar .nav-user-wrapper {
    padding: 10px 10px;
    position: relative;
    background: #2c2f3b !important;
    overflow: visible !important;
    z-index: 1;
}

#sidebar .nav-user-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("/assets/images/user-background.png");
}

#sidebar .nav-user-wrapper .media {
    overflow: visible;
}

#sidebar .nav-user-wrapper .media .media-body {
    white-space: nowrap;
}

#sidebar .nav-user-wrapper .media .media-right a {
    font-size: 12px;
    padding-right: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(255, 255, 255, 0.7);
}

#sidebar .nav-user-wrapper .media .media-right a:hover {
    color: white;
}

#sidebar .nav-user-wrapper .media .media-right .dropdown-menu a {
    color: #8e8e93;
}

#sidebar .nav-user-wrapper .media .media-right .dropdown-menu a:hover {
    color: #2c2f3b;
}

#sidebar .nav-user-wrapper .media .btn-transparent {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
}

#sidebar .nav-user-wrapper .media .btn-transparent:hover,
#sidebar .nav-user-wrapper .media .btn-transparent:focus,
#sidebar .nav-user-wrapper .media .btn-transparent:active,
#sidebar .nav-user-wrapper .media .btn-transparent.active {
    color: #ffffff !important;
}

#sidebar .profile-card-photo {
    /* background-color: #fff; */
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
}

#sidebar .profile-card-photo img {
    width: 100%;
    border-radius: 5px;
}

#sidebar .sidebar-toggler {
    font-size: 17px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 21px;
}

#sidebar .sidebar-toggler:hover {
    color: #aeacb4;
}

#sidebar > div,
#sidebar .sidebar-container {
    height: 100%;
    background: #d7d6db;
}

@media (min-width: 992px) {
    #sidebar > div,
    #sidebar .sidebar-container {
        margin-left: 0px;
    }
}

#sidebar .sidebar-container {
    box-shadow: inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
}

.app-sidebar-fixed #sidebar > .sidebar-container {
    overflow-y: hidden;
    overflow-x: visible;
    position: relative;
}

.app-mobile #sidebar {
    overflow: auto;
}

#sidebar .wrapper {
    padding: 20px 15px;
}

.app-sidebar-fixed #sidebar,
.app-navbar-fixed.app-sidebar-fixed #sidebar {
    top: 0;
}

#sidebar nav {
    min-height: 100%;
}

@media (min-width: 992px) {
    #sidebar {
        margin-top: 60px;
        transition: width 0.5s;
    }
    #sidebar .sidebar-container {
        position: relative;
    }
    #sidebar .sidebar-container > div {
        overflow: hidden;
    }
    .app-sidebar-fixed #sidebar {
        padding-top: 60px;
    }
    .app-boxed-page .app-navbar-fixed.app-sidebar-fixed #sidebar {
        padding-top: 0;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    #sidebar:before {
        background-color: #2c2f3b;
        border: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        top: 60px;
        width: inherit;
        z-index: -1;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    #sidebar:after {
        background-color: #d7d6db;
        border: inherit;
        bottom: 0;
        content: "";
        position: absolute;
        top: 60px;
        width: inherit;
        z-index: -1;
        left: 10px;
        width: 250px;
        box-shadow: inset -9px 0 8px -11px rgba(0, 0, 0, 0.4);
        transition: width 0.5s;
    }
    .app-sidebar-closed #sidebar:after {
        width: 60px;
    }
}

@media (min-width: 992px) {
    #sidebar nav {
        border-right: none;
    }
    .app-sidebar-fixed #sidebar {
        position: fixed;
        margin-top: 0;
    }
    .app-sidebar-fixed #sidebar > div {
        z-index: 1000;
    }
    .app-boxed-page .app-sidebar-fixed #sidebar {
        position: absolute !important;
        margin-top: 60px;
    }
    .app-sidebar-closed #sidebar {
        width: 70px;
    }
    .app-sidebar-closed #sidebar .nav-user-wrapper .media-body,
    .app-sidebar-closed #sidebar .nav-user-wrapper .media-right {
        display: none;
    }
}

@media (max-width: 991px) {
    #sidebar {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 0;
        float: none;
        transform: translate3d(-260px, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
    #sidebar > div {
        z-index: 1000;
    }
    #sidebar > div > div {
        overflow: hidden;
    }
    .touch #sidebar > div {
        overflow: auto !important;
    }
    .touch #sidebar > div > div {
        overflow: auto !important;
    }
    .app-slide-off #sidebar {
        z-index: 1;
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
    #sidebar nav {
        border-right: none !important;
    }
    #sidebar > .sidebar-container {
        overflow-y: hidden;
        overflow-x: visible;
        position: relative;
    }
}

.lyt-4 #sidebar {
    display: none !important;
}

@media (min-width: 992px) {
    .lyt-2 #sidebar {
        width: 220px;
    }
}

.lyt-2 #sidebar:after {
    display: none;
}

.lyt-2 #sidebar:before {
    background-color: #303441;
}

.lyt-2 #sidebar .sidebar-container {
    margin: 0;
    background-color: #303441;
}

.lyt-2 #sidebar .profile-card-photo {
    width: 30px;
    height: 30px;
    background: none;
}

.lyt-2 #sidebar .profile-card-photo img {
    border-radius: 50%;
}

.lyt-2 #sidebar > div nav {
    width: auto;
    transition: all 0.5s;
}

.lyt-2 #sidebar > div nav:after {
    display: none;
    border: none;
    width: 0;
    height: 0;
    background: transparent;
}

.lyt-2 #sidebar > div nav:before {
    display: none;
    border: none;
    width: 0;
    height: 0;
    top: auto;
    background: transparent;
}

.lyt-2 #sidebar > div nav > ul {
    margin-left: 0;
    margin-right: 0 !important;
}

.lyt-2 #sidebar > div nav > ul > li {
    border-radius: 0;
    margin: 0;
}

.lyt-2 #sidebar > div nav > ul > li .item-media {
    padding: 10px 15px;
}

.lyt-2 #sidebar > div nav > ul > li .item-inner {
    padding: 10px 15px 10px 10px;
    font-size: 12px;
}

.lyt-2 #sidebar > div nav > ul > li.active {
    border-left: 4px solid #c82e29;
    transition: all 0.4s;
    background: #2c2f3b;
    box-shadow: none;
}

.lyt-2 #sidebar > div nav > ul > li.active .item-media {
    padding-left: 11px;
}

@media (min-width: 992px) {
    .lyt-2.app-sidebar-closed #sidebar {
        width: 50px !important;
    }
    .lyt-2.app-sidebar-closed #sidebar.app-aside > .item-inner,
    .lyt-2.app-sidebar-closed #sidebar.app-aside > ul.sub-menu {
        left: 50px !important;
    }
}

.lyt-3 #sidebar {
    background: none !important;
}

.lyt-3 #sidebar:after {
    display: none;
}

@media (min-width: 992px) {
    .lyt-3 #sidebar {
        margin-left: 10px;
        margin-bottom: 30px;
        padding-top: 30px;
        width: 250px;
    }
}

.lyt-3 #sidebar .sidebar-container {
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
}

.lyt-3 #sidebar .nav-user-wrapper {
    background: none !important;
}

.lyt-3 #sidebar .nav-user-wrapper:before {
    display: none;
}

.lyt-3 #sidebar .nav-user-wrapper .profile-card-photo {
    transition: all 0.5s;
}

.lyt-3 #sidebar > div nav {
    padding-top: 0;
    width: auto;
}

.lyt-3 #sidebar > div nav:after {
    display: none;
    border: none;
    width: 0;
    height: 0;
    background: transparent;
}

.lyt-3 #sidebar > div nav:before {
    display: none;
    border: none;
    width: 0;
    height: 0;
    top: auto;
    background: transparent;
}

.lyt-3 #sidebar > div nav > ul {
    margin-left: 0;
    margin-right: 0;
}

.lyt-3 #sidebar > div nav > ul > li {
    padding: 0;
    border-radius: 0;
}

.no-touch .lyt-3 #sidebar > div nav > ul > li > a {
    transition: background-color 300ms linear;
}

.lyt-3 #sidebar > div nav > ul > li .item-media {
    padding: 10px 9px;
}

.lyt-3 #sidebar > div nav > ul > li .item-inner {
    padding: 10px 25px 10px 5px;
}

.lyt-3 #sidebar > div nav > ul > li .item-inner .icon-arrow {
    right: 8px !important;
}

.lyt-3 #sidebar > div nav > ul > li.active {
    box-shadow: none;
}

.lyt-3 #sidebar > div nav > ul > li .sub-menu li {
    padding: 5px;
    margin-top: 2px !important;
}

.lyt-3 #sidebar > div nav > ul > li .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .lyt-3 #sidebar .sidebar-container {
        border: none !important;
    }
}

@media (min-width: 992px) {
    .lyt-3.app-sidebar-fixed #sidebar {
        padding-top: 90px;
    }
}

@media (min-width: 992px) {
    .lyt-3.app-sidebar-closed #sidebar {
        width: 60px;
    }
}

@media (min-width: 992px) {
    .lyt-3.app-sidebar-closed #sidebar .profile-card-photo {
        width: 30px;
        height: 30px;
    }
}

.lyt-3.app-sidebar-closed #sidebar nav > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lyt-5 #sidebar > div nav > ul {
    margin: 0 10px 10px 10px;
}

.lyt-5 #sidebar > div nav > ul > li {
    border-radius: 2px !important;
}

.lyt-5 #sidebar > div nav > ul > li .item-media {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .lyt-6 #sidebar {
        width: 190px;
    }
}

.lyt-6 #sidebar:after {
    display: none;
}

.lyt-6 #sidebar:before {
    background-color: #303441;
}

.lyt-6 #sidebar .sidebar-container {
    margin: 0;
    background-color: #303441;
}

.lyt-6 #sidebar .profile-card-photo {
    width: 30px;
    height: 30px;
    background: none;
}

.lyt-6 #sidebar .profile-card-photo img {
    border-radius: 50%;
}

.lyt-6 #sidebar > div nav {
    width: auto;
    transition: all 0.5s;
}

.lyt-6 #sidebar > div nav:after {
    display: none;
    border: none;
    width: 0;
    height: 0;
    background: transparent;
}

.lyt-6 #sidebar > div nav:before {
    display: none;
    border: none;
    width: 0;
    height: 0;
    top: auto;
    background: transparent;
}

.lyt-6 #sidebar > div nav > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lyt-6 #sidebar > div nav > ul > li {
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #373b4a;
    padding: 0;
}

.lyt-6 #sidebar > div nav > ul > li > a {
    display: block;
    margin-top: 0 !important;
}

.lyt-6 #sidebar > div nav > ul > li > a .item-content {
    display: block;
}

.lyt-6 #sidebar > div nav > ul > li .item-media {
    padding: 20px 10px 0 10px;
    display: block;
    text-align: center;
}

.lyt-6 #sidebar > div nav > ul > li .item-media > i {
    font-size: 20px;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner {
    padding: 10px 10px 25px 10px;
    font-size: 12px;
    display: block;
    text-align: center;
    position: relative;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner > .icon-arrow {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: block;
    margin-top: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transition: all 0.3s;
    text-align: center;
}

.lyt-6 #sidebar > div nav > ul > li .item-inner > .icon-arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #2c2f3b transparent transparent transparent;
    left: 50%;
    top: 0;
    margin-left: -6px;
}

.lyt-6 #sidebar > div nav > ul > li.active {
    background: #2c2f3b;
    box-shadow: none;
}

.lyt-6 #sidebar > div nav > ul > li.open > a .icon-arrow {
    opacity: 0;
    top: 45px;
}

.lyt-6 #sidebar > div nav > ul > li.open > a .icon-arrow:before {
    content: "";
}

@media (min-width: 992px) {
    .lyt-6.app-sidebar-closed #sidebar {
        width: 50px !important;
    }
    .lyt-6.app-sidebar-closed #sidebar > div nav > ul > li .item-inner {
        padding: 10px;
    }
    .lyt-6.app-sidebar-closed #sidebar > div nav > ul > li .item-inner > * {
        display: none;
    }
    .lyt-6.app-sidebar-closed #sidebar.app-aside > .item-inner,
    .lyt-6.app-sidebar-closed #sidebar.app-aside > ul.sub-menu {
        left: 50px !important;
    }
}

/* ---------------------------------------------------------------------- */

/*  Nav
/* ---------------------------------------------------------------------- */

.item-content {
    align-items: center;
    display: table-row;
}

.item-content .item-media {
    display: table-cell;
    padding: 10px 5px;
    padding-right: 15px;
}

.item-content .item-inner {
    align-items: center;
    display: table-cell;
    padding: 10px 15px 10px 0;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
}

.active .item-content .item-inner,
.open .item-content .item-inner,
li:last-child .item-content .item-inner {
    border-bottom-color: transparent !important;
}

/* #sidebar > div nav {
  padding-top: 20px;
} */

@media (min-width: 992px) {
    #sidebar > div nav {
        width: 255px;
        position: relative;
    }
    #sidebar > div nav:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #2c2f3b;
        width: 10px;
        height: 10px;
    }
    #sidebar > div nav:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #d7d6db;
        width: 11px;
        height: 11px;
        border-top-left-radius: 5px;
    }
}

#sidebar > div nav > ul {
    list-style: none;
    margin: 0 0 10px 5px;
    padding: 10px 0 0 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    #sidebar > div nav > ul {
        margin: 0 10px 10px 10px;
    }
}

#sidebar > div nav > ul > li {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin: 0 0 10px 0;
}

@media (max-width: 991px) {
    #sidebar > div nav > ul > li {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}

#sidebar > div nav > ul > li a {
    color: #666;
    border-bottom: none;
}

#sidebar > div nav > ul > li a i {
    font-weight: normal;
    opacity: 1;
}

#sidebar > div nav > ul > li a .icon-arrow {
    opacity: 0.6;
}

#sidebar > div nav > ul > li a .letter-icon-wrapper {
    background: #81898f;
}

#sidebar > div nav > ul > li > a {
    display: table;
}

#sidebar > div nav > ul > li.hover {
    background: #c8c7cc;
}

#sidebar > div nav > ul > li.hover > a {
    color: #2c2f3b;
}

#sidebar > div nav > ul > li.hover > a i {
    opacity: 1;
}

.no-touch #sidebar > div nav > ul > li:hover {
    background: #c8c7cc;
}

.no-touch #sidebar > div nav > ul > li:hover > a {
    color: #2c2f3b;
}

.no-touch #sidebar > div nav > ul > li:hover > a i {
    opacity: 1;
}

#sidebar > div nav > ul > li.active {
    background: #f7f7f8 !important;
    box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.4);
    margin-right: -1px;
}

@media (max-width: 991px) {
    #sidebar > div nav > ul > li.active {
        box-shadow: none;
        margin-right: 0;
    }
}

#sidebar > div nav > ul > li.active:hover {
    background: #f7f7f8 !important;
}

#sidebar > div nav > ul > li.active.open {
    background: #f7f7f8 !important;
}

#sidebar > div nav > ul > li.active > a {
    background: none !important;
    border-top: none !important;
    color: #8e8e93;
}

#sidebar > div nav > ul > li.active > a .letter-icon-wrapper {
    background: #666c71;
}

#sidebar > div nav > ul > li.active > a i {
    color: #ffffff;
    opacity: 1;
}

#sidebar > div nav > ul > li.active > a .icon-arrow {
    color: #2c2f3b;
}

#sidebar > div nav > ul li {
    border: none;
    display: block;
    position: relative;
    padding: 5px;
}

.no-touch #sidebar > div nav > ul li {
    transition: background-color 300ms linear;
}

@media (min-width: 992px) {
    .app-sidebar-closed #sidebar > div nav > ul li ul.sub-menu {
        display: none !important;
    }
}

#sidebar > div nav > ul li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

#sidebar > div nav > ul li > a {
    margin-top: -1px !important;
    font-size: 16px;
}

#sidebar > div nav > ul li a {
    border: none;
    font-weight: 300;
    margin: 0;
    position: relative;
    text-decoration: none;
}

#sidebar > div nav > ul li a i[class*="ti-"] {
    margin-right: 5px;
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 2px;
}

#sidebar > div nav > ul li a .icon-arrow {
    position: absolute;
    right: 0;
    margin-right: 6px !important;
    font-style: normal;
    font-weight: normal;
    color: #2c2f3b;
    font-size: 11px;
    top: 50%;
    margin-top: -7px;
}

#sidebar > div nav > ul li a .icon-arrow:before {
    content: "\e64a";
    font-family: themify;
}

#sidebar > div nav > ul li.open {
    background: #c8c7cc;
}

#sidebar > div nav > ul li.open > a {
    color: #2c2f3b;
}

#sidebar > div nav > ul li.open > a i {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

#sidebar > div nav > ul li.open > a .icon-arrow:before {
    content: "\e64b";
}

#sidebar > div nav .folders .letter-icon-wrapper {
    background: #c82e29;
}

ul.sub-menu {
    clear: both;
    list-style: none;
    padding: 1px 0;
    display: none;
    margin: 0;
}

ul.sub-menu li {
    background: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px !important;
    padding: 0;
}

ul.sub-menu li.active,
ul.sub-menu li.open {
    background: #e7e7e9 !important;
}

.no-touch ul.sub-menu li:hover {
    background: #edecee;
}

ul.sub-menu li a {
    background: none;
    display: block;
    font-size: 13px !important;
    font-weight: 300;
    border: none;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 52px !important;
    padding-right: 15px;
    padding-top: 5px;
    text-decoration: none;
    white-space: nowrap;
}

ul.sub-menu li a .icon-arrow {
    right: 5px !important;
}

ul.sub-menu li:hover > a > .icon-arrow {
    opacity: 1 !important;
}

ul.sub-menu li.dropdown-header {
    padding-left: 40px !important;
}

ul.sub-menu li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    margin-left: 40px !important;
}

ul.sub-menu li ul.sub-menu li a {
    padding-left: 60px !important;
}

ul.sub-menu li ul.sub-menu li a .icon-arrow {
    right: 10px !important;
}

ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 80px !important;
}

@media (min-width: 992px) {
    .app-sidebar-closed ul.sub-menu {
        border-right: 1px solid #c8c7cc;
        border-bottom: 1px solid #c8c7cc;
        background: #ffffff;
        left: 70px;
        position: absolute;
        padding: 1px 0;
        overflow-y: auto;
        overflow-x: visible;
        height: auto;
        bottom: auto;
        width: 260px;
        z-index: 1050;
        display: none;
    }
    .app-sidebar-closed ul.sub-menu > li a {
        padding-left: 20px !important;
        padding-right: 5px;
    }
    .app-sidebar-closed ul.sub-menu > li ul.sub-menu {
        position: relative;
        left: 0;
        width: 100%;
        border: none !important;
    }
    .app-sidebar-closed ul.sub-menu > li ul.sub-menu li a {
        padding-left: 30px !important;
    }
    .app-sidebar-closed ul.sub-menu > li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px !important;
    }
}

.lyt-6 ul.sub-menu {
    background: #21232c;
    position: relative;
}

.lyt-6 ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #2c2f3b transparent transparent transparent;
    left: 50%;
    top: 0;
    margin-left: -8px;
    z-index: 1;
}

.lyt-6 ul.sub-menu li a {
    padding: 10px !important;
    font-size: 12px !important;
}

@media (min-width: 992px) {
    .app-aside div {
        -webkit-transform: translateZ(0);
    }
    .app-sidebar-closed.lyt-2 .app-aside nav {
        padding-top: 0 !important;
    }
    .app-sidebar-closed.lyt-2 .app-aside nav > ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .app-sidebar-closed.lyt-2 .app-aside nav > ul > li.hover {
        background: #2c2f3b;
    }
    .app-sidebar-closed.lyt-3 .app-aside > .item-inner {
        left: 59px;
        width: 261px;
    }
    .app-sidebar-closed.lyt-3 .app-aside > .sub-menu {
        left: 60px;
    }
    .app-sidebar-closed.lyt-3.app-sidebar-fixed .app-aside > .item-inner {
        left: 69px !important;
    }
    .app-sidebar-closed.lyt-3.app-sidebar-fixed .app-aside > .sub-menu {
        left: 70px !important;
    }
    .app-sidebar-closed.lyt-6 .app-aside nav {
        padding-top: 0 !important;
    }
    .app-sidebar-closed.lyt-6 .app-aside nav > ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .app-sidebar-closed.lyt-6 .app-aside > .sub-menu:before {
        display: none;
    }
    .app-sidebar-closed .app-aside {
        overflow: visible !important;
    }
    .app-sidebar-closed .app-aside nav > ul {
        margin-left: 5px !important;
    }
    .app-sidebar-closed .app-aside li a .icon-arrow {
        float: right;
        margin-right: 6px !important;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        opacity: 0.6;
    }
    .app-sidebar-closed .app-aside li a .icon-arrow:before {
        content: "\e64a";
        font-family: themify;
    }
    .app-sidebar-closed .app-aside li.open > a .icon-arrow {
        opacity: 1;
    }
    .app-sidebar-closed .app-aside li.open > a .icon-arrow:before {
        content: "\e64b";
    }
    .app-sidebar-closed .app-aside > .item-inner {
        width: 260px;
        left: 70px;
        top: 0;
        padding: 20px 0;
        width: 260px;
        background: #81898f !important;
        margin-left: 0 !important;
        z-index: 1051;
        -webkit-transform: translateZ(0);
        border-top-right-radius: 10px;
    }
    .app-sidebar-closed .app-aside > .item-inner.active {
        background: #666c71 !important;
    }
    .app-sidebar-closed .app-aside > .item-inner:before {
        content: "";
        background: none;
        border-bottom: 12px solid transparent !important;
        border-left: 12px solid #ffffff;
        border-right: none;
        border-top: 12px solid transparent !important;
        display: block;
        height: 0;
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        z-index: 1;
        margin-top: -12px;
    }
    .app-sidebar-closed .app-aside > .item-inner .title {
        margin-left: 20px;
        color: #ffffff !important;
        font-size: 14px;
    }
    .app-sidebar-closed .app-aside > .item-inner .icon-arrow {
        display: none;
    }
    .app-sidebar-closed .app-aside > ul.sub-menu {
        width: 260px;
        display: block !important;
        overflow: auto;
        padding: 0;
        left: 70px;
        z-index: 1000;
    }
    .app-sidebar-closed .app-aside > ul.sub-menu > li {
        z-index: 1000;
    }
    .app-sidebar-closed .app-aside > ul.sub-menu > li a {
        color: #8e8e93;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .no-touch .app-sidebar-closed #sidebar > div nav > ul li {
        transition: background-color 0ms linear;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li.open {
        background: inherit;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li.hover {
        background: #ffffff;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li.active:before {
        border-right: none !important;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li.active:after {
        border-right: none !important;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li.active:hover:after {
        border-left-color: #c8c7cc;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li > a {
        display: block;
    }
    .app-sidebar-closed #sidebar > div nav > ul > li > a .item-content {
        display: block;
        padding-left: 0;
    }
    .app-sidebar-closed
        #sidebar
        > div
        nav
        > ul
        > li
        > a
        .item-inner
        .icon-arrow {
        display: none;
    }
    .app-sidebar-closed #sidebar .s-open {
        width: 70px;
    }
    .app-sidebar-closed #sidebar .navbar-title {
        opacity: 0;
    }
}

.navbar-title {
    color: #808285;
    font-size: 10px;
    letter-spacing: 0.2px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.lyt-6 .navbar-title {
    text-align: center;
    opacity: 0.6;
}

.s-open {
    display: none;
}

.navbar-form {
    background: #e2e2e4;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 8px;
    position: relative;
}

.navbar-form a {
    display: none;
}

.navbar-form .search-button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #c8c7cc;
    position: absolute;
    right: 5px;
    top: -2px;
    transition: all 100ms ease-in 0s;
}

.navbar-form .search-button:hover {
    transition: all 300ms ease-in 0s;
}

.navbar-form .form-control {
    background: transparent;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #8e8e93;
    display: block;
    transition: all 300ms ease-in 0s;
    width: 100%;
    font-size: 12px;
    height: 25px;
    border-radius: 3px !important;
}

.navbar-form .form-control:focus {
    background-color: #ffffff !important;
    border-color: #c8c7cc;
    transition: all 300ms ease-in 0s;
}

.navbar-form .form-control:focus + .search-button {
    color: #aeacb4;
}

.navbar-form .form-group {
    display: block;
}

/* ---------------------------------------------------------------------- */

/*  Main Content
/* ---------------------------------------------------------------------- */

.main-content {
    min-height: 100%;
    position: relative;
    background: #f7f7f8;
}

.main-content .container {
    max-width: none !important;
    width: 100% !important;
    display: inline-block;
}

.main-content > .container {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .main-content {
        margin-top: 60px;
        margin-left: 260px;
        transition: margin-left 0.5s;
    }
    .app-navbar-fixed .main-content {
        margin-top: 0;
    }
    .app-navbar-fixed .main-content:before,
    .app-navbar-fixed .main-content:after {
        content: " ";
        display: table;
    }
    .app-navbar-fixed .main-content:after {
        clear: both;
    }
    .app-boxed-page .app-navbar-fixed .main-content {
        margin-top: 0;
    }
    .app-boxed-page .main-content {
        min-height: 0;
        padding-bottom: 50px;
    }
    .app-boxed-page .main-content:before,
    .app-boxed-page .main-content:after {
        content: " ";
        display: table;
    }
    .app-boxed-page .main-content:after {
        clear: both;
    }
    .app-sidebar-closed .main-content {
        margin-left: 70px;
    }
}

@media (max-width: 991px) {
    .main-content {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .lyt-2 .main-content {
        margin-left: 220px;
    }
}

@media (min-width: 992px) {
    .lyt-2.app-sidebar-closed .main-content {
        margin-left: 50px !important;
    }
}

@media (min-width: 992px) {
    .lyt-4 .main-content {
        margin-top: 110px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transition: none;
    }
}

@media (min-width: 992px) {
    .lyt-4.app-navbar-fixed .main-content {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .lyt-6 .main-content {
        margin-left: 190px;
    }
}

@media (min-width: 992px) {
    .lyt-6.app-sidebar-closed .main-content {
        margin-left: 50px !important;
    }
}

/* ---------------------------------------------------------------------- */

/*  Footer
/* ---------------------------------------------------------------------- */

#app > footer {
    background-color: #f7f7f8;
    border-top: none;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    font-size: 12px;
    transform: translate3d(0, 0, 0);
    z-index: 1088;
}

#app > footer .footer-inner {
    padding: 0 35px;
    line-height: 50px;
}

@media (max-width: 991px) {
    #app > footer .footer-inner {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    #app > footer {
        margin-left: 260px;
        transition: margin 0.5s;
    }
    #app.app-sidebar-closed > footer {
        margin-left: 70px;
    }
    #app.app-footer-fixed > footer {
        position: fixed;
    }
    .app-boxed-page #app.app-footer-fixed > footer {
        width: 970px;
        margin: 0 auto !important;
    }
    #app.lyt-2 > footer {
        margin-left: 220px;
    }
    #app.lyt-2.app-sidebar-closed > footer {
        margin-left: 50px;
    }
    #app.lyt-4 > footer {
        margin-left: 0 !important;
    }
    #app.lyt-6 > footer {
        margin-left: 190px;
    }
    #app.lyt-6.app-sidebar-closed > footer {
        margin-left: 50px;
    }
    .app-boxed-page #app > footer {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .app-boxed-page #app.app-footer-fixed > footer {
        width: 1170px;
    }
}

@media (max-width: 991px) {
    #app.app-slide-off > footer,
    #app.app-offsidebar-open > footer {
        display: none;
    }
}

.go-top {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    padding: 10px;
}

/* ---------------------------------------------------------------------- */

/*  Settings
/* ---------------------------------------------------------------------- */

.settings {
    position: fixed !important;
    right: -240px;
    top: 120px;
    transform: translate3d(0, 0, 0);
    -moz-transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    -webkit-transition: right 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: right 0.2s ease 0s;
    border-left: 1px solid #c8c7cc !important;
    border-bottom: 1px solid #c8c7cc !important;
    width: 240px;
    z-index: 1060;
}

.settings.active {
    right: 0;
}

.settings > .btn {
    background: #ffffff !important;
    border-color: #c8c7cc !important;
    border-right-width: 0;
    left: -44px;
    padding: 10px 15px;
    position: absolute;
    top: 41px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: translateZ(0);
}

.settings > .btn:hover,
.settings > .btn:active,
.settings > .btn:focus {
    box-shadow: none !important;
}

.settings.panel {
    border-radius: 0 !important;
    border-top: none;
    border-right: none;
    background: #ffffff;
    border-color: #c8c7cc !important;
}

.settings.panel .panel-heading {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 11px 15px;
    background: #efeff0;
    border-color: #c8c7cc;
    border-radius: 0 !important;
}

.settings.panel .panel-body {
    padding: 0;
}

.settings.panel .setting-box {
    border-bottom: 1px solid #c8c7cc;
    padding: 11px 10px 10px;
}

.settings.panel .setting-box .setting-title {
    padding: 5px 0;
}

.settings.panel .setting-box:last-child {
    border-bottom: none;
}

.colors-row {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    border-bottom: none !important;
}

.color-theme {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-right: 5px;
}

.color-theme:last-child {
    padding-right: 0;
}

.lyt-3 .color-theme .color-layout,
.lyt-4 .color-theme .color-layout {
    background: #f1f3fa;
}

.color-theme .color-layout > label {
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

.color-theme .color-layout > label .lyt-check {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    background: rgba(44, 47, 59, 0.5);
    padding: 8px;
}

.color-theme .color-layout > label > input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.color-theme .color-layout > label > input[type="radio"]:checked + .lyt-check {
    opacity: 1 !important;
}

.color-theme .color-layout > label > .color {
    display: block;
    height: 18px;
    position: relative;
}

.color-theme .color-layout > label > .split {
    display: block;
    position: relative;
}

.color-theme .color-layout > label > .split:before,
.color-theme .color-layout > label > .split:after {
    content: " ";
    display: table;
}

.color-theme .color-layout > label > .split:after {
    clear: both;
}

.color-theme .color-layout > label > .split > .color {
    display: block;
    height: 20px;
    position: relative;
}

.color-theme .color-layout > label > .split > .color:first-child {
    float: left;
    width: 30%;
}

.lyt-4 .color-theme .color-layout > label > .split > .color:first-child {
    width: 100%;
}

.color-theme .color-layout > label > .split > .color:last-child {
    float: right;
    width: 70%;
}

.lyt-3 .color-theme .color-layout > label > .split > .color:last-child {
    display: none;
}

.lyt-4 .color-theme .color-layout > label > .split > .color:last-child {
    display: none;
}

.color-theme .color-layout > label > .split > .color .element {
    position: absolute;
    left: 2px;
    top: 10px;
    right: 0;
    bottom: 0;
    border-top-left-radius: 2px;
}

.lyt-3 .color-theme .color-layout > label > .split > .color .element {
    bottom: auto;
    left: 0;
    top: 5px;
    height: 5px;
    border-radius: 0;
}

.lyt-4 .color-theme .color-layout > label > .split > .color .element {
    left: 0;
    border-radius: 0;
}

.lyt-3 .color-theme .color-layout > label > .split.header {
    margin-bottom: 3px;
}

.color-theme .color-layout > label > .split.header > .color {
    height: 10px;
}

.color-theme
    .color-layout
    > label
    > .split.header
    > .color.th-collapse
    .color-button {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 2px;
    top: 2px;
    border-radius: 1px;
}

.lyt-3 .color-theme .color-layout > label > .split.header > .color.th-collapse {
    display: block;
}

.lyt1-theme-1 .th-header {
    background: #2c2f3b;
}

.lyt1-theme-1 .th-collapse {
    background: #2c2f3b;
}

.lyt1-theme-1 .th-collapse .color-button {
    background: #c82e29;
}

.lyt1-theme-1 .th-sidebar {
    background: #2c2f3b;
}

.lyt1-theme-1 .th-body {
    background: #f7f7f8;
}

.lyt1-theme-1 .element {
    background: #d7d6db;
}

.lyt1-theme-2 .th-header {
    background: #2c2f3b;
}

.lyt1-theme-2 .th-collapse {
    background: #ffffff;
}

.lyt1-theme-2 .th-collapse .color-button {
    background: #c82e29;
}

.lyt1-theme-2 .th-sidebar {
    background: #2c2f3b;
}

.lyt1-theme-2 .th-body {
    background: #f7f7f8;
}

.lyt1-theme-2 .element {
    background: #d7d6db;
}

.lyt1-theme-3 .th-header {
    background: #485058;
}

.lyt1-theme-3 .th-collapse {
    background: #485058;
}

.lyt1-theme-3 .th-collapse .color-button {
    background: #5a8770;
}

.lyt1-theme-3 .th-sidebar {
    background: #485058;
}

.lyt1-theme-3 .th-body {
    background: #f8fafa;
}

.lyt1-theme-3 .element {
    background: #cfd3d8;
}

.lyt1-theme-4 .th-header {
    background: #485058;
}

.lyt1-theme-4 .th-collapse {
    background: #ffffff;
}

.lyt1-theme-4 .th-collapse .color-button {
    background: #5a8770;
}

.lyt1-theme-4 .th-sidebar {
    background: #485058;
}

.lyt1-theme-4 .th-body {
    background: #f8fafa;
}

.lyt1-theme-4 .element {
    background: #cfd3d8;
}

.lyt1-theme-5 .th-header {
    background: #29405f;
}

.lyt1-theme-5 .th-collapse {
    background: #29405f;
}

.lyt1-theme-5 .th-collapse .color-button {
    background: #36c6d3;
}

.lyt1-theme-5 .th-sidebar {
    background: #29405f;
}

.lyt1-theme-5 .th-body {
    background: #f8fafa;
}

.lyt1-theme-5 .element {
    background: #e4ebf3;
}

.lyt1-theme-6 .th-header {
    background: #29405f;
}

.lyt1-theme-6 .th-collapse {
    background: #ffffff;
}

.lyt1-theme-6 .th-collapse .color-button {
    background: #36c6d3;
}

.lyt1-theme-6 .th-sidebar {
    background: #29405f;
}

.lyt1-theme-6 .th-body {
    background: #f8fafa;
}

.lyt1-theme-6 .element {
    background: #e4ebf3;
}

.lyt2-theme-1 .th-header {
    background: #1c2b36;
}

.lyt2-theme-1 .th-collapse {
    background: #f3f3f4;
}

.lyt2-theme-1 .th-collapse .color-button {
    background: #7266ba;
}

.lyt2-theme-1 .th-sidebar {
    background: #1c2b36;
}

.lyt2-theme-1 .th-body {
    background: #ffffff;
}

.lyt2-theme-1 .element {
    background: #1c2b36;
}

.lyt2-theme-2 .th-header {
    background: #4f5a67;
}

.lyt2-theme-2 .th-collapse {
    background: #4f5a67;
}

.lyt2-theme-2 .th-collapse .color-button {
    background: #c82e29;
}

.lyt2-theme-2 .th-sidebar {
    background: #ffffff;
}

.lyt2-theme-2 .th-body {
    background: #f0f3f4;
}

.lyt2-theme-2 .element {
    background: #ffffff;
}

.lyt2-theme-3 .th-header {
    background: #293441;
}

.lyt2-theme-3 .th-collapse {
    background: #293441;
}

.lyt2-theme-3 .th-collapse .color-button {
    background: #27abb6;
}

.lyt2-theme-3 .th-sidebar {
    background: #343f4e;
}

.lyt2-theme-3 .th-body {
    background: #f0f3f4;
}

.lyt2-theme-3 .element {
    background: #343f4e;
}

.lyt2-theme-4 .th-header {
    background: #2f4050;
}

.lyt2-theme-4 .th-collapse {
    background: #ffffff;
}

.lyt2-theme-4 .th-collapse .color-button {
    background: #5a8770;
}

.lyt2-theme-4 .th-sidebar {
    background: #364150;
}

.lyt2-theme-4 .th-body {
    background: #f0f3f4;
}

.lyt2-theme-4 .element {
    background: #364150;
}

.lyt2-theme-5 .th-header {
    background: #5a8770;
}

.lyt2-theme-5 .th-collapse {
    background: #ffffff;
}

.lyt2-theme-5 .th-collapse .color-button {
    background: #5a8770;
}

.lyt2-theme-5 .th-sidebar {
    background: #1c2b36;
}

.lyt2-theme-5 .th-body {
    background: #f0f3f4;
}

.lyt2-theme-5 .element {
    background: #1c2b36;
}

.lyt2-theme-6 .th-header {
    background: #c82e29;
}

.lyt2-theme-6 .th-collapse {
    background: #ffffff;
}

.lyt2-theme-6 .th-collapse .color-button {
    background: #c82e29;
}

.lyt2-theme-6 .th-sidebar {
    background: #1c2b36;
}

.lyt2-theme-6 .th-body {
    background: #f0f3f4;
}

.lyt2-theme-6 .element {
    background: #1c2b36;
}

.lyt3-theme-1 .th-header {
    background: #ffffff;
}

.lyt3-theme-1 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-1 .th-collapse .color-button {
    background: #5b9bd1;
}

.lyt3-theme-1 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-1 .element {
    background: #5b9bd1;
}

.lyt3-theme-2 .th-header {
    background: #ffffff;
}

.lyt3-theme-2 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-2 .th-collapse .color-button {
    background: #5a8770;
}

.lyt3-theme-2 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-2 .element {
    background: #5a8770;
}

.lyt3-theme-3 .th-header {
    background: #ffffff;
}

.lyt3-theme-3 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-3 .th-collapse .color-button {
    background: #c82e29;
}

.lyt3-theme-3 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-3 .element {
    background: #c82e29;
}

.lyt3-theme-4 .th-header {
    background: #ffffff;
}

.lyt3-theme-4 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-4 .th-collapse .color-button {
    background: #9a89b5;
}

.lyt3-theme-4 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-4 .element {
    background: #9a89b5;
}

.lyt3-theme-5 .th-header {
    background: #ffffff;
}

.lyt3-theme-5 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-5 .th-collapse .color-button {
    background: #f18636;
}

.lyt3-theme-5 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-5 .element {
    background: #f18636;
}

.lyt3-theme-6 .th-header {
    background: #ffffff;
}

.lyt3-theme-6 .th-collapse {
    background: #ffffff;
}

.lyt3-theme-6 .th-collapse .color-button {
    background: #2c2f3b;
}

.lyt3-theme-6 .th-sidebar {
    background: #ffffff;
}

.lyt3-theme-6 .element {
    background: #2c2f3b;
}

.lyt4-theme-1 .th-header {
    background: #ffffff;
}

.lyt4-theme-1 .th-collapse {
    background: #ffffff;
}

.lyt4-theme-1 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-1 .th-sidebar {
    background: #e7eaec;
}

.lyt4-theme-1 .th-body {
    background: transparent;
}

.lyt4-theme-1 .element {
    background: #f1f3fa;
}

.lyt4-theme-2 .th-header {
    background: #2c2f3b;
}

.lyt4-theme-2 .th-collapse {
    background: #2c2f3b;
}

.lyt4-theme-2 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-2 .th-sidebar {
    background: #ffffff;
}

.lyt4-theme-2 .th-body {
    background: transparent;
}

.lyt4-theme-2 .element {
    background: #f1f3fa;
}

.lyt4-theme-3 .th-header {
    background: #665385;
}

.lyt4-theme-3 .th-collapse {
    background: #665385;
}

.lyt4-theme-3 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-3 .th-sidebar {
    background: #ffffff;
}

.lyt4-theme-3 .th-body {
    background: transparent;
}

.lyt4-theme-3 .element {
    background: #f1f3fa;
}

.lyt4-theme-4 .th-header {
    background: #30404d;
}

.lyt4-theme-4 .th-collapse {
    background: #30404d;
}

.lyt4-theme-4 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-4 .th-sidebar {
    background: #ffffff;
}

.lyt4-theme-4 .th-body {
    background: transparent;
}

.lyt4-theme-4 .element {
    background: #f1f3fa;
}

.lyt4-theme-5 .th-header {
    background: #466857;
}

.lyt4-theme-5 .th-collapse {
    background: #466857;
}

.lyt4-theme-5 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-5 .th-sidebar {
    background: #ffffff;
}

.lyt4-theme-5 .th-body {
    background: transparent;
}

.lyt4-theme-5 .element {
    background: #f1f3fa;
}

.lyt4-theme-6 .th-header {
    background: #ffffff;
}

.lyt4-theme-6 .th-collapse {
    background: #ffffff;
}

.lyt4-theme-6 .th-collapse .color-button {
    background: transparent;
}

.lyt4-theme-6 .th-sidebar {
    background: #2c2f3b;
}

.lyt4-theme-6 .th-body {
    background: transparent;
}

.lyt4-theme-6 .element {
    background: #f1f3fa;
}

.lyt5-theme-1 .th-header {
    background: #2d3e4d;
}

.lyt5-theme-1 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-1 .th-collapse .color-button {
    background: #5b9bd1;
}

.lyt5-theme-1 .th-sidebar {
    background: #2d3e4d;
}

.lyt5-theme-1 .th-body {
    background: #ffffff;
}

.lyt5-theme-1 .element {
    background: #283744;
}

.lyt5-theme-2 .th-header {
    background: #273a31;
}

.lyt5-theme-2 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-2 .th-collapse .color-button {
    background: #5a8770;
}

.lyt5-theme-2 .th-sidebar {
    background: #273a31;
}

.lyt5-theme-2 .th-body {
    background: #ffffff;
}

.lyt5-theme-2 .element {
    background: #1d2b24;
}

.lyt5-theme-3 .th-header {
    background: #423656;
}

.lyt5-theme-3 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-3 .th-collapse .color-button {
    background: #9a89b5;
}

.lyt5-theme-3 .th-sidebar {
    background: #423656;
}

.lyt5-theme-3 .th-body {
    background: #ffffff;
}

.lyt5-theme-3 .element {
    background: #362c46;
}

.lyt5-theme-4 .th-header {
    background: #27333d;
}

.lyt5-theme-4 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-4 .th-collapse .color-button {
    background: #c82e29;
}

.lyt5-theme-4 .th-sidebar {
    background: #27333d;
}

.lyt5-theme-4 .th-body {
    background: #ffffff;
}

.lyt5-theme-4 .element {
    background: #1d262d;
}

.lyt5-theme-5 .th-header {
    background: #1a3865;
}

.lyt5-theme-5 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-5 .th-collapse .color-button {
    background: #5a8770;
}

.lyt5-theme-5 .th-sidebar {
    background: #1a3865;
}

.lyt5-theme-5 .th-body {
    background: #ffffff;
}

.lyt5-theme-5 .element {
    background: #152d51;
}

.lyt5-theme-6 .th-header {
    background: #566170;
}

.lyt5-theme-6 .th-collapse {
    background: #f3f3f4;
}

.lyt5-theme-6 .th-collapse .color-button {
    background: #58748b;
}

.lyt5-theme-6 .th-sidebar {
    background: #566170;
}

.lyt5-theme-6 .th-body {
    background: #ffffff;
}

.lyt5-theme-6 .element {
    background: #4b5562;
}

.lyt6-theme-1 .th-header {
    background: #7266ba;
}

.lyt6-theme-1 .th-collapse {
    background: #f3f3f4;
}

.lyt6-theme-1 .th-collapse .color-button {
    background: #7266ba;
}

.lyt6-theme-1 .th-sidebar {
    background: #1c2b36;
}

.lyt6-theme-1 .th-body {
    background: #ffffff;
}

.lyt6-theme-1 .element {
    background: #1c2b36;
}

.lyt6-theme-2 .th-header {
    background: #2dbcc8;
}

.lyt6-theme-2 .th-collapse {
    background: #f3f3f4;
}

.lyt6-theme-2 .th-collapse .color-button {
    background: #2dbcc8;
}

.lyt6-theme-2 .th-sidebar {
    background: #1f2b3d;
}

.lyt6-theme-2 .th-body {
    background: #ffffff;
}

.lyt6-theme-2 .element {
    background: #1c2b36;
}

.lyt6-theme-3 .th-header {
    background: #e6434e;
}

.lyt6-theme-3 .th-collapse {
    background: #f3f3f4;
}

.lyt6-theme-3 .th-collapse .color-button {
    background: #e6434e;
}

.lyt6-theme-3 .th-sidebar {
    background: #2c2f3b;
}

.lyt6-theme-3 .th-body {
    background: #ffffff;
}

.lyt6-theme-3 .element {
    background: #1c2b36;
}

.lyt6-theme-4 .th-header {
    background: #01b070;
}

.lyt6-theme-4 .th-collapse {
    background: #f3f3f4;
}

.lyt6-theme-4 .th-collapse .color-button {
    background: #01b070;
}

.lyt6-theme-4 .th-sidebar {
    background: #2f3940;
}

.lyt6-theme-4 .th-body {
    background: #ffffff;
}

.lyt6-theme-4 .element {
    background: #1c2b36;
}

.lyt6-theme-5 .th-header {
    background: #131e26;
}

.lyt6-theme-5 .th-collapse {
    background: #f3f3f4;
}

.lyt6-theme-5 .th-collapse .color-button {
    background: #c82e29;
}

.lyt6-theme-5 .th-sidebar {
    background: #1c2b36;
}

.lyt6-theme-5 .th-body {
    background: #ffffff;
}

.lyt6-theme-5 .element {
    background: #1c2b36;
}

.lyt6-theme-6 .th-header {
    background: #2e3344;
}

.lyt6-theme-6 .th-collapse {
    background: #ffffff;
}

.lyt6-theme-6 .th-collapse .color-button {
    background: #9a89b5;
}

.lyt6-theme-6 .th-sidebar {
    background: #3a3f51;
}

.lyt6-theme-6 .th-body {
    background: #f0f3f4;
}

.lyt6-theme-6 .element {
    background: #1c2b36;
}

/* ---------------------------------------------------------------------- */

/*  OFF SIDEBAR
/* ---------------------------------------------------------------------- */

#off-sidebar {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 60px;
    transform: translate3d(260px, 0, 0);
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -webkit-transition-delay: 0s;
    transition: all 0.3s !important;
    width: 260px;
    z-index: 1091;
    background: #ffffff;
    border-left: 1px solid #c8c7cc;
    border-top: 1px solid #c8c7cc;
    overflow: hidden;
}

#off-sidebar .tab-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 45px;
}

@media (max-width: 991px) {
    #off-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 0;
        transform: translate3d(260px, 0, 0);
        -moz-transition: -moz-transform 300ms ease 0s;
        -o-transition: -o-transform 300ms ease 0s;
        -webkit-transition: -webkit-transform 300ms ease;
        -webkit-transition-delay: 0s;
        transition: transform 300ms ease 0s;
    }
}

#off-sidebar .tab-pane {
    height: 100%;
    padding: 0;
}

#off-sidebar div[perfect-scrollbar] {
    overflow: hidden !important;
}

.touch #off-sidebar div[perfect-scrollbar] {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

@media (min-width: 992px) {
    .app-offsidebar-open #off-sidebar {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 991px) {
    .app-offsidebar-open #off-sidebar {
        z-index: 1;
        transform: translate3d(0, 0, 0);
    }
}

#off-sidebar .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

#off-sidebar .nav-tabs.nav-justified > li.active > a,
#off-sidebar .nav-tabs.nav-justified > li.active > a:hover,
#off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
    border-bottom-color: #fff;
}

#off-sidebar .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #c8c7cc;
    border-right: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-left: none;
    border-radius: 0;
    border-top: none;
    background: #d7d6db;
    color: rgba(44, 47, 59, 0.6);
}

#off-sidebar .nav-tabs.nav-justified > li > a:hover {
    color: rgba(44, 47, 59, 0.8);
}

#off-sidebar .nav-tabs.nav-justified > li > a i {
    font-size: 17px;
}

#off-sidebar .nav-tabs.nav-justified > li.active > a,
#off-sidebar .nav-tabs.nav-justified > li.active > a:hover,
#off-sidebar .nav-tabs.nav-justified > li.active > a:focus {
    color: #2c2f3b;
    background: #ffffff;
}

#off-sidebar .nav-tabs.nav-justified > li:first-child > a {
    border-left: none !important;
}

#off-sidebar .nav-tabs.nav-justified > li:last-child > a {
    border-right: none !important;
}

#off-sidebar .save-options {
    padding: 10px;
}

#off-sidebar .sidebar-wrapper {
    position: relative;
    min-height: 100%;
}

#off-sidebar #users {
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
}

.app-offsidebar-open #off-sidebar #users {
    -moz-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    -webkit-transition: right 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: right 0.3s ease 0s;
}

.app-slide-off #off-sidebar #users {
    right: 0 !important;
}

#off-sidebar #users.chat-open {
    right: 260px;
}

#off-sidebar #users .user-chat {
    position: relative;
    left: 260px;
    top: 0;
    height: 100%;
}

#off-sidebar #users .chat-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 50px;
}

#off-sidebar .users-list {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
}

#off-sidebar .media-list .media {
    border-bottom: 1px solid #c8c7cc;
    margin: 0;
}

#off-sidebar .media-list .media a {
    padding: 10px;
    display: block;
}

#off-sidebar .media-list .media a:hover {
    background: #efeff0;
    text-decoration: none;
}

#off-sidebar .sidebar-title {
    color: #aeacb4;
    font-size: 11px;
    margin: 15px 10px 10px 10px;
    text-transform: uppercase;
}

#off-sidebar .sidebar-back {
    position: absolute;
    text-decoration: none;
    padding: 10px;
    top: -40px;
}

#off-sidebar .sidebar-back i {
    display: inline-block;
    font-size: 17px;
    margin-right: -2px;
    margin-top: 2px;
    font-weight: 600;
    vertical-align: top;
}

#off-sidebar .sidebar-back span {
    font-size: 15px;
    position: relative;
}

#off-sidebar .media-list .media .media-object {
    border-radius: 50% !important;
    float: left;
    margin-right: 10px;
    opacity: 0.8;
    width: 40px;
}

#off-sidebar .media-list .media .user-label {
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    right: 25px;
}

#off-sidebar .media-list .media .status-online {
    line-height: 40px;
    font-size: 6px;
    position: absolute;
    right: 10px;
    display: inline-block;
    color: #5a8770;
}

#off-sidebar .media-list .media .media-heading {
    color: #8e8e93 !important;
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

#off-sidebar .media-list .media .media-body span {
    color: #c8c7cc;
    display: block;
    font-size: 12px;
}

#off-sidebar .sidebar-content {
    height: 100%;
    position: relative;
}

#off-sidebar .discussion .avatar img {
    border-radius: 50% !important;
    width: 40px;
}

#off-sidebar .discussion .messages {
    margin-top: 10px;
}

#off-sidebar .discussion .messages p {
    font-size: 12px;
}

#off-sidebar .message-bar {
    position: absolute;
    bottom: 0;
}

/* ---------------------------------------------------------------------- */

/*  Horizontal Menu
/* ---------------------------------------------------------------------- */

.horizontal-menu {
    position: absolute;
    top: 60px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 0;
    z-index: 1088;
    height: auto;
}

@media (min-width: 992px) {
    .horizontal-menu {
        max-height: 50px;
        display: none;
    }
}

@media (min-width: 992px) {
    .horizontal-menu .navbar-nav.navbar-right {
        margin-right: 0;
    }
    .horizontal-menu .navbar-nav.navbar-right li:last-child {
        padding-right: 0;
    }
}

.horizontal-menu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #777 !important;
    line-height: normal;
}

.horizontal-menu .navbar-nav > li > a > * {
    vertical-align: middle;
}

.horizontal-menu .navbar-nav > li > a > span {
    position: relative;
    top: 1px;
}

.horizontal-menu .navbar-nav > li > a:hover {
    color: #2c2f3b !important;
    background-color: rgba(44, 47, 59, 0.05);
}

@media (min-width: 992px) {
    .horizontal-menu .navbar-nav > li > a.nav-user-wrapper {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .horizontal-menu .navbar-nav > li > a.nav-user-wrapper img {
        width: 30px;
    }
}

.horizontal-menu .navbar-nav > li.active > a {
    background: none;
    color: #2c2f3b !important;
    font-weight: 600;
}

.horizontal-menu .navbar-nav > li .dropdown-menu {
    border-radius: 0 !important;
    min-width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #777 !important;
}

.horizontal-menu .navbar-nav > li .dropdown-menu > li:hover > a {
    background: rgba(44, 47, 59, 0.05);
}

.horizontal-menu .navbar-nav > li .dropdown-menu > .active > a {
    background: rgba(44, 47, 59, 0.05);
    border-radius: 0;
    color: #2c2f3b;
    font-weight: 600;
}

@media (min-width: 992px) {
    .lyt-4 .horizontal-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .horizontal-menu {
        padding: 0;
        position: absolute;
        overflow: hidden;
        min-height: 0;
    }
    .horizontal-menu.in-add {
        z-index: 2000;
    }
    .horizontal-menu .horizontal-menu-wrapper > .horizontal-nav-container {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .horizontal-menu .close-handle {
        background: #ffffff;
    }
    .horizontal-menu .close-handle .arrow-left,
    .horizontal-menu .close-handle .arrow-right {
        background-color: #2c2f3b;
    }
    .horizontal-menu .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .horizontal-menu .navbar-nav > li {
        float: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        padding: 0 !important;
    }
    .horizontal-menu .navbar-nav > li > a {
        text-align: left !important;
        border-bottom: none !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .horizontal-menu .navbar-nav > li > a .caret {
        display: block;
        float: right;
        margin-top: 11px;
    }
    .horizontal-menu .navbar-nav .dropdown-menu {
        position: static;
        float: none !important;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
        border: none !important;
    }
    .horizontal-menu .navbar-nav .dropdown-menu .divider {
        display: none;
    }
    .horizontal-menu .navbar-nav .dropdown-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .horizontal-menu .navbar-nav .dropdown-menu > li > a {
        border-bottom: none !important;
        background: none !important;
    }
    .horizontal-menu .navbar-nav .dropdown-menu > li:last-child {
        border-bottom: none !important;
    }
    .horizontal-menu .navbar-nav .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .horizontal-menu .navbar-nav .dropdown-menu .dropdown-menu > li:last-child {
        border-bottom: none !important;
    }
    .horizontal-menu .navbar-nav .dropdown-menu .mega-menu-content > div {
        padding: 0;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu {
        margin: 0;
        padding: 0;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu
        > li
        .mega-menu-sub-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        padding-right: 10px;
        padding-left: 10px;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu
        > li
        > ul {
        padding: 0;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu
        > li
        > ul
        > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu
        > li
        > ul
        > li:last-child {
        border-bottom: none !important;
    }
    .horizontal-menu
        .navbar-nav
        .dropdown-menu
        .mega-menu-content
        .mega-sub-menu
        > li
        > ul
        > li
        > a {
        margin: 4px;
        padding: 5px 15px 5px 25px;
        border-bottom: none !important;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #2c2f3b;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.mega-menu .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    margin: 1px 0 0 0 !important;
}

.mega-menu {
    position: static !important;
}

.mega-menu .mega-menu-content {
    padding: 0;
    line-height: normal !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu {
    list-style: none;
    margin: 0 -15px;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li:last-child a {
    border-bottom: none !important;
}

.mega-menu .mega-menu-content ul.mega-sub-menu ul li.active > a {
    color: #2c2f3b;
    font-weight: 600;
}

.mega-menu .mega-menu-content ul.mega-sub-menu .mega-menu-sub-title {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 5px 30px;
    text-transform: uppercase;
}

.mega-menu .mega-menu-content ul.mega-sub-menu a {
    display: block;
    font-weight: normal;
    padding: 8px;
    line-height: 23px;
    font-size: 12px;
    height: auto;
    min-height: 23px;
    text-decoration: none;
    color: #808080;
}

.mega-menu .mega-menu-content ul.mega-sub-menu a:hover,
.mega-menu .mega-menu-content ul.mega-sub-menu a:focus {
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}

/* ---------------------------------------------------------------------- */

/*  Utilities
/* ---------------------------------------------------------------------- */

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.inline {
    display: inline;
}

.no-visible {
    visibility: hidden;
}

.no-radius {
    border-radius: 0 !important;
}

.no-border {
    border: none !important;
}

.no-border-top {
    border-top: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

.no-border-right {
    border-right: none !important;
}

.border-right {
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-left {
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-top {
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-bottom {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-around {
    border: 1px solid #c8c7cc !important;
}

.panel-white .border-light,
.partition-white .border-light {
    border-color: rgba(0, 0, 0, 0.07) !important;
}

.border-dark {
    border-color: rgba(0, 0, 0, 0.2);
}

.panel-white .border-dark,
.partition-white .border-dark {
    border-color: rgba(0, 0, 0, 0.3) !important;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-display {
    display: none !important;
}

.display-table {
    display: table !important;
}

.display-table-cell {
    display: table-cell !important;
}

.example {
    margin: 15px 0;
    padding: 14px 19px;
}

.space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
}

.space7 {
    margin-bottom: 7px !important;
    clear: both;
}

.space10 {
    margin-bottom: 10px !important;
    clear: both;
}

.space12 {
    margin-bottom: 12px !important;
    clear: both;
}

.space15 {
    margin-bottom: 15px !important;
    clear: both;
}

.space20 {
    margin-bottom: 20px !important;
    clear: both;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-25 {
    padding: 25px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-35 {
    padding: 35px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-horizontal-5 {
    padding: 0 5px !important;
}

.padding-horizontal-10 {
    padding: 0 10px !important;
}

.padding-horizontal-15 {
    padding: 0 15px !important;
}

.padding-horizontal-20 {
    padding: 0 20px !important;
}

.padding-vertical-10 {
    padding: 10px 0 !important;
}

.padding-vertical-15 {
    padding: 15px 0 !important;
}

.padding-vertical-20 {
    padding: 20px 0 !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-25 {
    padding-left: 25px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-55 {
    padding-left: 55px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-left-65 {
    padding-left: 65px !important;
}

.padding-left-70 {
    padding-left: 70px !important;
}

.padding-left-75 {
    padding-left: 75px !important;
}

.padding-left-80 {
    padding-left: 80px !important;
}

.padding-left-85 {
    padding-left: 85px !important;
}

.padding-left-90 {
    padding-left: 90px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-35 {
    padding-right: 35px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-45 {
    padding-right: 45px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-55 {
    padding-right: 55px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.padding-right-65 {
    padding-right: 65px !important;
}

.padding-right-70 {
    padding-right: 70px !important;
}

.padding-right-75 {
    padding-right: 75px !important;
}

.padding-right-80 {
    padding-right: 80px !important;
}

.padding-right-85 {
    padding-right: 85px !important;
}

.padding-right-90 {
    padding-right: 90px !important;
}

.margin-negative-5 {
    margin: -5px !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-10 {
    margin: 10px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-20 {
    margin: 20px !important;
}

.margin-25 {
    margin: 25px !important;
}

.margin-30 {
    margin: 30px !important;
}

.margin-35 {
    margin: 35px !important;
}

.margin-40 {
    margin: 40px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-footer-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.min-height-50 {
    min-height: 50px !important;
}

.min-height-55 {
    min-height: 55px !important;
}

.min-height-60 {
    min-height: 60px !important;
}

.min-height-65 {
    min-height: 65px !important;
}

.min-height-70 {
    min-height: 70px !important;
}

.min-height-75 {
    min-height: 75px !important;
}

.min-height-80 {
    min-height: 80px !important;
}

.min-height-85 {
    min-height: 85px !important;
}

.min-height-90 {
    min-height: 90px !important;
}

.min-height-95 {
    min-height: 95px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-105 {
    min-height: 105px !important;
}

.min-height-110 {
    min-height: 110px !important;
}

.min-height-115 {
    min-height: 115px !important;
}

.min-height-120 {
    min-height: 120px !important;
}

.min-height-125 {
    min-height: 125px !important;
}

.min-height-130 {
    min-height: 130px !important;
}

.min-height-135 {
    min-height: 135px !important;
}

.min-height-140 {
    min-height: 140px !important;
}

.min-height-145 {
    min-height: 145px !important;
}

.min-height-150 {
    min-height: 150px !important;
}

.min-height-155 {
    min-height: 155px !important;
}

.min-height-180 {
    min-height: 180px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-230 {
    min-height: 230px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-270 {
    min-height: 270px !important;
}

.min-height-280 {
    min-height: 280px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

.min-height-350 {
    min-height: 350px !important;
}

.height-50 {
    height: 50px !important;
}

.height-55 {
    height: 55px !important;
}

.height-60 {
    height: 60px !important;
}

.height-65 {
    height: 65px !important;
}

.height-70 {
    height: 70px !important;
}

.height-75 {
    height: 75px !important;
}

.height-80 {
    height: 80px !important;
}

.height-85 {
    height: 85px !important;
}

.height-90 {
    height: 90px !important;
}

.height-95 {
    height: 95px !important;
}

.height-100 {
    height: 100px !important;
}

.height-105 {
    height: 105px !important;
}

.height-110 {
    height: 110px !important;
}

.height-115 {
    height: 115px !important;
}

.height-120 {
    height: 120px !important;
}

.height-125 {
    height: 125px !important;
}

.height-130 {
    height: 130px !important;
}

.height-135 {
    height: 135px !important;
}

.height-140 {
    height: 140px !important;
}

.height-145 {
    height: 145px !important;
}

.height-150 {
    height: 150px !important;
}

.height-155 {
    height: 155px !important;
}

.height-180 {
    height: 180px !important;
}

.height-185 {
    height: 185px !important;
}

.height-200 {
    height: 200px !important;
}

.height-210 {
    height: 210px !important;
}

.height-220 {
    height: 220px !important;
}

.height-230 {
    height: 230px !important;
}

.height-250 {
    height: 250px !important;
}

.height-270 {
    height: 270px !important;
}

.height-300 {
    height: 300px !important;
}

.height-330 {
    height: 330px !important;
}

.height-350 {
    height: 350px !important;
}

.width-50 {
    width: 50px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.max-width-50 {
    max-width: 50px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.max-width-150 {
    max-width: 150px !important;
}

.max-width-200 {
    max-width: 200px !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-top {
    vertical-align: top !important;
}

.large-letters {
    font-size: 60px;
}

.text-muted {
    color: #9b9b9f;
}

.text-bold {
    font-weight: 600 !important;
}

.text-extra-small {
    font-size: 11px !important;
}

.text-small {
    font-size: 12px !important;
}

.text-large {
    font-size: 16px !important;
}

.text-extra-large {
    font-size: 17px !important;
}

h1.text-extra-large {
    font-size: 50px !important;
}

.text-primary {
    color: #58748b !important;
}

.text-grey {
    color: #c8c7cc !important;
}

.text-azure {
    color: #5b9bd1 !important;
}

.text-orange {
    color: #f18636 !important;
}

.text-green {
    color: #5a8770 !important;
}

.text-blue {
    color: #407887 !important;
}

.text-pink {
    color: #f5888d !important;
}

.text-purple {
    color: #9a89b5 !important;
}

.text-bricky {
    color: #894550 !important;
}

.text-yellow {
    color: #eeb424 !important;
}

.text-red {
    /*color: #C82E29 !important;*/
    color: #5b5b60 !important;
}

.text-info {
    color: #01bfbd !important;
}

.text-white {
    color: #ffffff !important;
}

a.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

a.text-white:hover {
    color: #ffffff !important;
}

.text-dark {
    color: #5b5b60 !important;
}

a.text-dark:hover {
    color: #6f6f74 !important;
}

.text-light {
    color: #9b9b9f !important;
}

a.text-light:hover {
    color: #86868c !important;
}

.text-white-transparent {
    color: rgba(255, 255, 255, 0.7) !important;
}

.text-dark-transparent {
    color: rgba(44, 47, 59, 0.7) !important;
}

/* ---------------------------------------------------------------------- */

/*  Background Colors
/* ---------------------------------------------------------------------- */

.no-bg {
    background: none !important;
}

.bg-white {
    background: #f2f2f2 !important;
}

.bg-black {
    background: #2c2f3b !important;
    color: #ffffff;
}

.bg-primary {
    background: #58748b !important;
    color: #ffffff;
}

.bg-light-primary {
    background: #718ea5 !important;
    color: #ffffff;
}

.bg-dark-primary {
    background: #445a6c !important;
    color: #ffffff;
}

.bg-success {
    background: #5cb85c !important;
    color: #ffffff;
}

.bg-info {
    background-color: #01bfbd !important;
    border-color: #01bfbd !important;
    color: #ffffff;
}

.bg-warning {
    background: #eea236 !important;
    color: #ffffff;
}

.bg-danger {
    background: #d43f3a !important;
    color: #ffffff;
}

.bg-azure {
    background: #5b9bd1 !important;
    color: #ffffff;
}

.bg-light-azure {
    background: #6fa7d7 !important;
    color: #ffffff;
}

.bg-dark-azure {
    background: #3782c2 !important;
    color: #ffffff;
}

.bg-red {
    background: #c82e29 !important;
    color: #ffffff;
}

.bg-light-red {
    background: #da4f4a !important;
    color: #ffffff;
}

.bg-dark-red {
    background: #9e2420 !important;
    color: #ffffff;
}

.bg-green {
    background: #5a8770 !important;
    color: #ffffff;
}

.bg-light-green {
    background: #73a189 !important;
    color: #ffffff;
}

.bg-dark-green {
    background: #466857 !important;
    color: #ffffff;
}

.bg-orange {
    background: #f18636 !important;
    color: #ffffff;
}

.bg-light-orange {
    background: #f4a366 !important;
    color: #ffffff;
}

.bg-dark-orange {
    background: #e46b10 !important;
    color: #ffffff;
}

.bg-blue {
    background: #407887 !important;
    color: #ffffff;
}

.bg-light-blue {
    background: #5097aa !important;
    color: #ffffff;
}

.bg-dark-blue {
    background: #305964 !important;
    color: #ffffff;
}

.bg-pink {
    background: #f5888d !important;
    color: #ffffff;
}

.bg-light-pink {
    background: #f9b7ba !important;
    color: #ffffff;
}

.bg-dark-pink {
    background: #f15960 !important;
    color: #ffffff;
}

.bg-purple {
    background: #9a89b5 !important;
    color: #ffffff;
}

.bg-light-purple {
    background: #b5a8c9 !important;
    color: #ffffff;
}

.bg-dark-purple {
    background: #7f6aa1 !important;
    color: #ffffff;
}

.bg-beige {
    background: #d2bd8e !important;
    color: #ffffff;
}

.bg-light-beige {
    background: #d9c8a0 !important;
    color: #ffffff;
}

.bg-dark-beige {
    background: #c3a86a !important;
    color: #ffffff;
}

.bg-grey {
    background: #c8c7cc !important;
    color: #ffffff;
}

.bg-light-grey {
    background: #f7f7f8 !important;
}

.bg-dark-grey {
    background: #aeacb4 !important;
    color: #ffffff;
}

.bg-yellow {
    background: #eeb424 !important;
    color: #ffffff;
}

.bg-light-yellow {
    background: #f2c453 !important;
    color: #ffffff;
}

.bg-dark-yellow {
    background: #cf9810 !important;
    color: #ffffff;
}

.bg-bricky {
    background: #894550 !important;
    color: #ffffff;
}

.bg-light-bricky {
    background: #aa5764 !important;
    color: #ffffff;
}

.bg-dark-bricky {
    background: #67343c !important;
    color: #ffffff;
}

.bg-body {
    background: #f1f3fa;
}

.center {
    text-align: center;
}

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

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

.circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0, 1px, 2px, #c3c3c3;
}

.circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    box-shadow: 0, 1px, 2px, #c3c3c3;
}

.rate .value {
    font-size: 22px;
    font-weight: 600;
}

.rate i {
    vertical-align: middle;
    padding-bottom: 15px;
}

.rate .percentage {
    vertical-align: middle;
    font-size: 15px;
    padding-bottom: 15px;
}

.rate img {
    display: block;
    position: relative;
    width: 100%;
}

.overlayer {
    display: block;
    position: absolute;
    z-index: 101;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
    opacity: 1;
}

.overlayer.fullwidth {
    width: 100%;
}

.overlayer .overlayer-wrapper {
    display: block;
    position: relative;
    z-index: 100;
}

.bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}

.tags {
    display: inline-block;
    background: #c2c6cd;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 10px 18px;
    padding: 2px 10px 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    transition: all 0.25s linear;
    white-space: nowrap;
    line-height: 21px;
}

.tags:before {
    content: "";
    border-style: solid;
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 12px 13px 12px 0;
    position: absolute;
    left: -13px;
    top: 0;
    transition: all 0.25s linear;
}

.tags:hover {
    background-color: #8b91a0;
    color: #ffffff;
}

.tags:hover:before {
    border-color: transparent #8b91a0 transparent transparent;
}

.tags:after {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 5px;
}

.tooltip-notification {
    cursor: pointer;
    right: 0;
    margin-top: 3px;
    padding: 5px 0;
    position: absolute;
    top: 25px;
    z-index: 10000;
}

.toolbar .tooltip-notification {
    top: 60px;
    right: 20px;
}

.tooltip-notification .tooltip-notification-arrow {
    border-width: 0 5px 5px;
    left: 80%;
    margin-left: -5px;
    top: 0;
    border-color: transparent;
    border-bottom-color: #292b2e;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip-notification .tooltip-notification-inner {
    background-color: #292b2e;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: normal;
}

.tooltip-notification .tooltip-notification-inner .message {
    color: #bfc0c1;
    font-size: 11px;
    margin-top: -4px;
}

.tooltip-notification .tooltip-notification-inner > div {
    width: 100px;
}

.float-none {
    float: none;
}

.background-dark {
    background: rgba(0, 0, 0, 0.2);
}

.background-light {
    background: rgba(255, 255, 255, 0.6) !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.stack-right-bottom {
    left: auto !important;
    right: -0.5em !important;
    top: auto !important;
    bottom: -0.5em !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
        1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.noTransform {
    transform: none !important;
}

.vertical-bottom {
    vertical-align: bottom;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.show-grid {
    margin-bottom: 15px;
}

.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-wrap {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.counter,
.appear-counter {
    font-size: 50px;
}

.counter-symbol {
    font-size: 40px;
}

.overflow-hidden {
    overflow: hidden;
}

.triangle-top-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
    opacity: 0.7;
}

.triangle-top-right.text-muted {
    border-right-color: #9b9b9f;
}

.triangle-top-right.text-dark {
    border-right-color: #5b5b60 !important;
}

.triangle-top-right.text-light {
    border-right-color: #b5b5b8 !important;
}

.triangle-top-right.text-red {
    border-right-color: #c82e29 !important;
}

.triangle-top-right.text-azure {
    border-right-color: #5b9bd1 !important;
}

.triangle-top-right.text-green {
    border-right-color: #5a8770 !important;
}

.triangle-top-right.text-primary {
    border-right-color: #58748b !important;
}

.triangle-top-right.text-purple {
    border-right-color: #9a89b5 !important;
}

.triangle-top-right.text-orange {
    border-right-color: #f18636 !important;
}

.triangle-top-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    opacity: 0.7;
}

.triangle-top-left.text-muted {
    border-top-color: #9b9b9f;
}

.triangle-top-left.text-dark {
    border-top-color: #5b5b60 !important;
}

.triangle-top-left.text-light {
    border-top-color: #b5b5b8 !important;
}

.triangle-top-left.text-red {
    border-top-color: #c82e29 !important;
}

.triangle-top-left.text-azure {
    border-top-color: #5b9bd1 !important;
}

.triangle-top-left.text-green {
    border-top-color: #5a8770 !important;
}

.triangle-top-left.text-primary {
    border-top-color: #58748b !important;
}

.triangle-top-left.text-purple {
    border-top-color: #9a89b5 !important;
}

.triangle-top-left.text-orange {
    border-right-color: #f18636 !important;
}

.triangle-bottom-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    opacity: 0.7;
}

.triangle-bottom-right.text-muted {
    border-bottom-color: #9b9b9f;
}

.triangle-bottom-right.text-dark {
    border-bottom-color: #5b5b60 !important;
}

.triangle-bottom-right.text-light {
    border-bottom-color: #b5b5b8 !important;
}

.triangle-bottom-right.text-red {
    border-bottom-color: #c82e29 !important;
}

.triangle-bottom-right.text-azure {
    border-bottom-color: #5b9bd1 !important;
}

.triangle-bottom-right.text-green {
    border-bottom-color: #5a8770 !important;
}

.triangle-bottom-right.text-primary {
    border-bottom-color: #58748b !important;
}

.triangle-bottom-right.text-purple {
    border-bottom-color: #9a89b5 !important;
}

.triangle-bottom-right.text-orange {
    border-bottom-color: #f18636 !important;
}

.triangle-bottom-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ffffff;
    opacity: 0.7;
}

.triangle-bottom-left.text-muted {
    border-left-color: #9b9b9f;
}

.triangle-bottom-left.text-dark {
    border-left-color: #5b5b60 !important;
}

.triangle-bottom-left.text-light {
    border-left-color: #b5b5b8 !important;
}

.triangle-bottom-left.text-red {
    border-left-color: #c82e29 !important;
}

.triangle-bottom-left.text-azure {
    border-left-color: #5b9bd1 !important;
}

.triangle-bottom-left.text-green {
    border-left-color: #5a8770 !important;
}

.triangle-bottom-left.text-primary {
    border-left-color: #58748b !important;
}

.triangle-bottom-left.text-purple {
    border-left-color: #9a89b5 !important;
}

.triangle-bottom-left.text-orange {
    border-left-color: #f18636 !important;
}

.line-separator {
    height: 30px;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.line-separator:after {
    display: block;
    content: " ";
    height: 2px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20%;
    background: #fff;
}

.line-separator.line-sm:after {
    width: 10%;
    margin-left: -5%;
}

.line-separator.line-lg:after {
    width: 80%;
    margin-left: -5%;
}

.line-separator.text-muted:after {
    background-color: #9b9b9f;
}

.line-separator.text-dark:after {
    background-color: #5b5b60;
}

.line-separator.text-light:after {
    background-color: #b5b5b8;
}

.line-separator.text-red:after {
    background-color: #c82e29;
}

.line-separator.text-azure:after {
    background-color: #5b9bd1;
}

.line-separator.text-green:after {
    background-color: #5a8770;
}

.line-separator.text-primary:after {
    background-color: #58748b;
}

.line-separator.text-purple:after {
    background-color: #9a89b5;
}

.line-separator.text-orange:after {
    background-color: #f18636;
}

hr {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    );
    border: 0 none;
    height: 1px;
    margin: 10px 0;
}

hr.white-line {
    background-image: linear-gradient(
        to left,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0)
    );
}

/* ---------------------------------------------------------------------- */

/* Dropdown Menu
/* ---------------------------------------------------------------------- */

.dropdown-menu {
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 0;
    z-index: 1000;
    animation-duration: 0.5s;
}

.dropdown-menu > li {
    -webkit-transform: translateZ(0);
}

.dropdown-menu > li > a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    font-weight: normal;
}

.dropdown-menu.dropdown-dark {
    background-color: #2b3034;
    border: 1px solid #1a1c1e;
    border-radius: 0;
    box-shadow: none;
    list-style: none outside none;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1000;
}

.dropdown-menu.dropdown-dark:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: "";
    border-bottom-color: #2b3034;
    border-top-width: 0;
    content: " ";
    top: -9px;
    left: 10px;
}

.dropdown-menu.dropdown-dark.pull-right:after {
    left: auto;
    right: 10px;
}

.dropdown-menu.dropdown-dark .dropdown-header {
    padding: 8px 8px 6px;
    color: #f7f7f8;
    font-size: 11px;
}

.dropdown-menu.dropdown-dark .divider {
    background: none;
}

.dropdown-menu.dropdown-dark li p,
.dropdown-menu.dropdown-dark li a,
.dropdown-menu.dropdown-dark .drop-down-wrapper li p,
.dropdown-menu.dropdown-dark .drop-down-wrapper li a {
    color: #ededed;
    border-bottom-color: #1a1c1e;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 8px 6px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: normal !important;
    display: block;
}

.dropdown-menu.dropdown-dark > li > a {
    margin: 0;
}

.dropdown-menu.dropdown-dark li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}

.dropdown-menu.dropdown-dark > li > a:hover,
.dropdown-menu.dropdown-dark > li > a:focus,
.dropdown-menu.dropdown-dark .dropdown-submenu:hover > a,
.dropdown-menu.dropdown-dark .dropdown-submenu:focus > a,
.dropdown-menu.dropdown-dark .drop-down-wrapper li a:hover,
.dropdown-menu.dropdown-dark .drop-down-wrapper li a:focus {
    background-color: #212326;
}

.dropdown-menu.dropdown-light {
    background-color: #ffffff;
    border: 1px solid rgba(200, 197, 197, 0.15);
    /*  border: 1px solid rgba(17, 17, 17, 0.15);*/
    max-width: 300px;
    min-width: 166px;
    border-radius: 7px;
    padding: 0;
}

.dropdown-menu.dropdown-light:before,
.dropdown-menu.dropdown-light:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.dropdown-menu.dropdown-light:before {
    border-bottom-color: rgba(17, 17, 17, 0.15);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 11px;
    content: "";
    border-top-width: 0;
    content: " ";
    top: -11px;
    left: 10px;
}

.dropdown-menu.dropdown-light:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: "";
    border-bottom-color: #ffffff;
    border-top-width: 0;
    content: " ";
    top: -10px;
    left: 11px;
}

.dropdown-menu.dropdown-light.pull-right:after {
    left: auto;
    right: 11px;
}

.dropdown-menu.dropdown-light.pull-right:before {
    left: auto;
    right: 10px;
}

.dropdown-menu.dropdown-light li a {
    /* border-bottom: 1px solid #DDDDDD;*/
    font-size: 14px;
    line-height: 35px;
    color: #000;
    text-align: center;
}

.dropdown-menu.dropdown-light > li > a {
    margin: 0;
}

.dropdown-menu.dropdown-light li:first-child a {
    border-radius: 7px 7px 0 0;
}

.dropdown-menu.dropdown-light li:last-child a {
    border-radius: 0 0 7px 7px;
}

.dropdown-menu.dropdown-light li:last-child a {
    border-bottom: none;
}

.drop-down-wrapper .list-group-item {
    border-left: none;
    border-right: none;
    margin-top: 0;
}

.drop-down-wrapper .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.drop-down-wrapper .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-header {
    padding: 10px 10px 5px 10px;
    font-size: 11px;
}

/* ---------------------------------------------------------------------- */

/* Tabs
/* ---------------------------------------------------------------------- */

.nav-tabs {
    margin-bottom: 0;
    padding: 0;
}

.nav-tabs.nav-justified > li > a {
    border-left: none !important;
    border-radius: 0;
    border-top: none !important;
    border-right: none !important;
}

.nav-tabs > li {
    margin-bottom: -3px;
    text-align: center;
}

.sideBar-item > li {
    margin-bottom: 15px;
    margin-bottom: 25px;
}

.nav-tabs > li.dropdown.active a {
    cursor: pointer;
}

.nav-tabs > li.dropdown .dropdown-menu > .active a,
.nav-tabs > li.dropdown .dropdown-menu > .active a:hover,
.nav-tabs > li.dropdown .dropdown-menu > .active a:focus {
    background-color: #f7f7f8;
    color: #ffffff;
}

.nav-tabs > li > a {
    border: 0 none;
    border-radius: 0;
    color: #8e9aa2;
    min-width: 70px;
    padding: 15px 20px;
}

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    border-width: 0;
}

.nav-tabs > .active a,
.nav-tabs > .active a:hover,
.nav-tabs > .active a:focus {
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(44, 47, 59, 0.1);
    color: #505458;
}

.panel-tabs,
.tabbable {
    background-color: #e6e8e8;
    padding: 1px;
    /* margin-bottom: 15px; */
}

.tabbable.pills {
    background: none;
}

.tabbable.pills > .nav {
    margin-bottom: 10px;
}

.panel-tabs {
    padding: 0;
}

.panel-tabs .panel-heading {
    background: #efeff4;
}

.panel-tabs .panel-body {
    padding: 0;
}

.panel-tabs .tabbable {
    margin: 0;
    padding: 0;
}

.panel-tabs .nav-tabs {
    border: medium none;
    float: right;
    margin-top: -48px;
}

.panel-tabs .nav-tabs > li > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab-content {
    background-color: #ffffff;
    position: relative;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
    padding: 15px;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
    background-color: #f2f2f2;
}

.tabs-left.tabbable {
    background-color: none;
    padding: 0;
}

.tabs-left .tab-content {
    border-top: 1px solid #efeff4;
    border-right: 1px solid #efeff4;
    border-bottom: 1px solid #efeff4;
    overflow: hidden;
}

.tabs-left > .nav-tabs {
    border: none;
    float: left;
    margin-bottom: 0;
    top: auto;
}

.tabs-left > .nav-tabs > li {
    float: none;
    text-align: left;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li a:focus,
.tabs-left > .nav-tabs > li a:hover {
    border-color: #efeff4;
    margin: 0 -1px 0 0;
}

.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active a:focus,
.tabs-left > .nav-tabs > li.active a:hover {
    border-color: #efeff4;
    border-right: none;
    border-left: 1px solid #efeff4;
    border-top-width: 1px;
    margin: 0 -1px;
}

.tabs-right.tabbable {
    background-color: none;
    padding: 0;
}

.tabs-right .tab-content {
    border-top: 1px solid #efeff4;
    border-left: 1px solid #efeff4;
    border-bottom: 1px solid #efeff4;
    overflow: hidden;
}

.tabs-right > .nav-tabs {
    border: none;
    float: right;
    margin-bottom: 0;
    top: auto;
}

.tabs-right > .nav-tabs > li {
    text-align: left;
    float: none;
}

.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li a:focus,
.tabs-right > .nav-tabs > li a:hover {
    border-color: #efeff4;
    margin: 0 0 0 -1px;
}

.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active a:focus,
.tabs-right > .nav-tabs > li.active a:hover {
    border-color: #efeff4;
    border-right: 1px solid #efeff4 !important;
    border-left: none;
    border-top-width: 1px;
    margin: 0 -1px;
}

.tabs-below > .nav-tabs {
    border-bottom-width: 0;
    border-color: #efeff4;
    margin-bottom: 0;
    margin-top: 0;
    top: auto;
}

.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li a:focus,
.tabs-below > .nav-tabs > li a:hover {
    border-color: #efeff4;
}

.tabs-below > .nav-tabs > li.active > a,
.tabs-below > .nav-tabs > li.active a:focus,
.tabs-below > .nav-tabs > li.active a:hover {
    border-bottom: none;
    border-color: transparent #efeff4 #efeff4;
    margin-top: 0;
}

.partition-dark .nav-tabs {
    border: none;
}

.partition-dark .nav-tabs > li {
    margin-bottom: 0;
}

.partition-dark .nav-tabs > li.active > a,
.partition-dark .nav-tabs > li.active > a:hover,
.partition-dark .nav-tabs > li.active a:focus {
    background-color: #2c2f3b;
    border: none;
    color: #ffffff;
}

.partition-dark .nav-tabs > li.active > a:before,
.partition-dark .nav-tabs > li.active a:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.partition-dark .nav-tabs > li.active > a:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #2c2f3b;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.partition-dark .nav-tabs > li > a {
    border: none;
    color: #f7f7f8;
    padding: 10px 15px;
    border-radius: 0;
}

.partition-dark .nav-tabs > li > a:hover,
.partition-dark .nav-tabs > li a:focus {
    background-color: #2c2f3b;
}

.partition-dark .tab-content {
    z-index: 0;
    color: #2c2f3b;
}

/* ---------------------------------------------------------------------- */

/*  Panels
/* ---------------------------------------------------------------------- */

.panel {
    background: none;
    box-shadow: none;
    border-radius: 3px;
    color: #8e8e93;
    border: none;
    position: relative;
}

.panel .collapse-on {
    display: none;
}

.panel .collapse-off {
    display: block;
}

.panel.collapses .panel-body {
    display: none;
}

.panel.collapses .collapse-on {
    display: block;
}

.panel.collapses .collapse-off {
    display: none;
}

.panel-footer {
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
    padding: 15px;
    background: none;
}

.panel-heading {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 15px;
    min-height: 50px;
}

.panel-heading .panel-heading-tabs {
    list-style: none;
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
}

.panel-heading .panel-heading-tabs > li {
    float: left;
    padding: 0 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: inherit;
    height: 50px;
    line-height: 50px;
}

.panel-heading .panel-heading-tabs > li.panel-tools {
    position: relative;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    right: auto;
    top: auto;
}

.panel-heading .panel-heading-tabs > li.panel-tools .tmp-tool {
    right: 20px;
    top: auto;
}

.panel-heading .panel-heading-tabs > li.panel-tools .dropdown {
    line-height: normal;
}

.core-box .heading {
    margin-bottom: 15px;
}

.core-box .core-icon {
    width: 33.3333%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.core-box .core-icon .icon-big {
    line-height: 80px;
}

.core-box .core-content {
    margin-left: 33.3333%;
    min-height: 120px;
}

.core-box .heading {
    font-size: 12px;
}

.core-box .title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 400;
}

.core-box .subtitle {
    font-size: 14px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.core-box .content {
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

.core-box .content .fa {
    font-size: 50px;
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
}

.core-box .view-more {
    float: right;
}

.core-box .view-more i {
    display: inline-block;
}

.panel-tools {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 12px;
    z-index: 1;
}

.panel-tools .expand-on {
    display: none;
}

.panel-portfolio .portfolio-grid {
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-height: 200px;
    position: relative;
}

.panel-portfolio .portfolio-grid .item {
    overflow: hidden !important;
}

.panel-portfolio .navigator {
    position: relative;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 10px;
    z-index: 101;
}

.panel-transparent,
.partition-transparent {
    background: none;
    position: relative;
    box-shadow: none;
    color: #5b5b60;
}

.panel-transparent .panel-tools .btn,
.panel-transparent .panel-tools > a,
.partition-transparent .panel-tools .btn,
.partition-transparent .panel-tools > a {
    color: rgba(72, 71, 77, 0.7) !important;
}

.panel-transparent .panel-tools .btn:hover,
.panel-transparent .panel-tools > a:hover,
.partition-transparent .panel-tools .btn:hover,
.partition-transparent .panel-tools > a:hover {
    color: #48474d !important;
}

.panel-primary,
.partition-primary {
    background-color: #58748b;
    position: relative;
    color: #ffffff;
}

.panel-primary .panel-heading,
.partition-primary .panel-heading {
    background-color: #58748b;
    border: none;
}

.panel-primary .panel-tools .btn,
.panel-primary .panel-tools > a,
.partition-primary .panel-tools .btn,
.partition-primary .panel-tools > a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.panel-primary .panel-tools .btn:hover,
.panel-primary .panel-tools > a:hover,
.partition-primary .panel-tools .btn:hover,
.partition-primary .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-light-primary,
.partition-light-primary {
    background-color: #718ea5;
    position: relative;
    color: #ffffff;
}

.panel-light-primary .panel-heading,
.partition-light-primary .panel-heading {
    background-color: #718ea5;
    border: none;
}

.panel-light-primary .panel-tools .btn,
.panel-light-primary .panel-tools > a,
.partition-light-primary .panel-tools .btn,
.partition-light-primary .panel-tools > a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.panel-light-primary .panel-tools .btn:hover,
.panel-light-primary .panel-tools > a:hover,
.partition-light-primary .panel-tools .btn:hover,
.partition-light-primary .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-dark-primary,
.partition-dark-primary {
    background-color: #445a6c;
    position: relative;
    color: #ffffff;
}

.panel-dark-primary .panel-heading,
.partition-dark-primary .panel-heading {
    background-color: #445a6c;
    border: none;
}

.panel-dark-primary .panel-tools .btn,
.panel-dark-primary .panel-tools > a,
.partition-dark-primary .panel-tools .btn,
.partition-dark-primary .panel-tools > a {
    color: rgba(255, 255, 255, 0.8) !important;
}

.panel-dark-primary .panel-tools .btn:hover,
.panel-dark-primary .panel-tools > a:hover,
.partition-dark-primary .panel-tools .btn:hover,
.partition-dark-primary .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-grey,
.partition-grey {
    background-color: #c8c7cc;
    position: relative;
    color: #48474d;
}

.panel-grey .panel-tools .btn,
.panel-grey .panel-tools > a,
.partition-grey .panel-tools .btn,
.partition-grey .panel-tools > a {
    color: rgba(72, 71, 77, 0.7) !important;
}

.panel-grey .panel-tools .btn:hover,
.panel-grey .panel-tools > a:hover,
.partition-grey .panel-tools .btn:hover,
.partition-grey .panel-tools > a:hover {
    color: #48474d !important;
}

.panel-light-grey,
.partition-light-grey {
    background-color: #f7f7f8;
    position: relative;
    color: #8e8e93;
}

.panel-light-grey .panel-tools .btn,
.panel-light-grey .panel-tools > a,
.partition-light-grey .panel-tools .btn,
.partition-light-grey .panel-tools > a {
    color: rgba(142, 142, 147, 0.7) !important;
}

.panel-light-grey .panel-tools .btn:hover,
.panel-light-grey .panel-tools > a:hover,
.partition-light-grey .panel-tools .btn:hover,
.partition-light-grey .panel-tools > a:hover {
    color: #8e8e93 !important;
}

.panel-dark-grey,
.partition-dark-grey {
    background-color: #aeacb4;
    position: relative;
    color: #ffffff;
}

.panel-dark-grey .panel-tools .btn,
.panel-dark-grey .panel-tools > a,
.partition-dark-grey .panel-tools .btn,
.partition-dark-grey .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-dark-grey .panel-tools .btn:hover,
.panel-dark-grey .panel-tools > a:hover,
.partition-dark-grey .panel-tools .btn:hover,
.partition-dark-grey .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-orange,
.partition-orange {
    background-color: #f18636;
    position: relative;
    color: #ffffff;
}

.panel-orange .panel-tools .btn,
.panel-orange .panel-tools > a,
.partition-orange .panel-tools .btn,
.partition-orange .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-orange .panel-tools .btn:hover,
.panel-orange .panel-tools > a:hover,
.partition-orange .panel-tools .btn:hover,
.partition-orange .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-purple,
.partition-purple {
    background-color: #9a89b5;
    position: relative;
    color: #ffffff;
}

.panel-purple .panel-tools .btn,
.panel-purple .panel-tools > a,
.partition-purple .panel-tools .btn,
.partition-purple .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-purple .panel-tools .btn:hover,
.panel-purple .panel-tools > a:hover,
.partition-purple .panel-tools .btn:hover,
.partition-purple .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-pink,
.partition-pink {
    background-color: #f5888d;
    position: relative;
    color: #ffffff;
}

.panel-pink .panel-tools .btn,
.panel-pink .panel-tools > a,
.partition-pink .panel-tools .btn,
.partition-pink .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-pink .panel-tools .btn:hover,
.panel-pink .panel-tools > a:hover,
.partition-pink .panel-tools .btn:hover,
.partition-pink .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-azure,
.partition-azure {
    background-color: #5b9bd1;
    position: relative;
    color: #ffffff;
}

.panel-azure .panel-tools .btn,
.panel-azure .panel-tools > a,
.partition-azure .panel-tools .btn,
.partition-azure .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-azure .panel-tools .btn:hover,
.panel-azure .panel-tools > a:hover,
.partition-azure .panel-tools .btn:hover,
.partition-azure .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-bricky,
.partition-bricky {
    background-color: #894550;
    position: relative;
    color: #ffffff;
}

.panel-bricky .panel-tools .btn,
.panel-bricky .panel-tools > a,
.partition-bricky .panel-tools .btn,
.partition-bricky .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-bricky .panel-tools .btn:hover,
.panel-bricky .panel-tools > a:hover,
.partition-bricky .panel-tools .btn:hover,
.partition-bricky .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-green,
.partition-green {
    background-color: #5a8770;
    position: relative;
    color: #ffffff;
}

.panel-green .panel-tools .btn,
.panel-green .panel-tools > a,
.partition-green .panel-tools .btn,
.partition-green .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-green .panel-tools .btn:hover,
.panel-green .panel-tools > a:hover,
.partition-green .panel-tools .btn:hover,
.partition-green .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-red,
.partition-red {
    background-color: #c82e29;
    position: relative;
    color: #ffffff;
}

.panel-red .panel-tools .btn,
.panel-red .panel-tools > a,
.partition-red .panel-tools .btn,
.partition-red .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-red .panel-tools .btn:hover,
.panel-red .panel-tools > a:hover,
.partition-red .panel-tools .btn:hover,
.partition-red .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-blue,
.partition-blue {
    background-color: #407887;
    position: relative;
    color: #ffffff;
}

.panel-blue .panel-tools .btn,
.panel-blue .panel-tools > a,
.partition-blue .panel-tools .btn,
.partition-blue .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-blue .panel-tools .btn:hover,
.panel-blue .panel-tools > a:hover,
.partition-blue .panel-tools .btn:hover,
.partition-blue .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-light-blue,
.partition-light-blue {
    background-color: #5097aa;
    position: relative;
    color: #ffffff;
}

.panel-light-blue .panel-tools .btn,
.panel-light-blue .panel-tools > a,
.partition-light-blue .panel-tools .btn,
.partition-light-blue .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-light-blue .panel-tools .btn:hover,
.panel-light-blue .panel-tools > a:hover,
.partition-light-blue .panel-tools .btn:hover,
.partition-light-blue .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-yellow,
.partition-yellow {
    background-color: #eeb424;
    position: relative;
    color: #2c2f3b;
}

.panel-yellow .panel-tools .btn,
.panel-yellow .panel-tools > a,
.partition-yellow .panel-tools .btn,
.partition-yellow .panel-tools > a {
    color: rgba(44, 47, 59, 0.7) !important;
}

.panel-yellow .panel-tools .btn:hover,
.panel-yellow .panel-tools > a:hover,
.partition-yellow .panel-tools .btn:hover,
.partition-yellow .panel-tools > a:hover {
    color: #2c2f3b !important;
}

.panel-white,
.partition-white {
    background-color: #ffffff;
    position: relative;
    color: #5b5b60;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.panel-dark,
.partition-dark {
    background-color: #2c2f3b;
    position: relative;
    color: #ffffff;
}

.panel-dark .panel-tools .btn,
.panel-dark .panel-tools > a,
.partition-dark .panel-tools .btn,
.partition-dark .panel-tools > a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel-dark .panel-tools .btn:hover,
.panel-dark .panel-tools > a:hover,
.partition-dark .panel-tools .btn:hover,
.partition-dark .panel-tools > a:hover {
    color: #ffffff !important;
}

.panel-scroll {
    overflow: hidden;
    position: relative;
    width: auto;
    padding-right: 10px !important;
}

.panel-note {
    border-radius: 0;
    border: none;
}

.panel-note .panel-heading {
    background: url("/assets/images/note_dot.png") repeat-x;
    border-bottom: 0 none;
    padding-top: 30px;
    padding-bottom: 10px;
    top: 0;
    z-index: 3;
    position: relative;
}

.panel-note .panel-heading h3 {
    margin: 0;
}

.panel-note .panel-body {
    background: url("/assets/images/line.png") repeat;
    padding: 0;
    margin: 0 15px;
    line-height: 18px;
}

.panel-note .panel-footer {
    background: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: none;
    padding: 10px 15px;
    margin-bottom: 0;
}

.panel-note .panel-footer .avatar-note {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.panel-note .panel-footer .avatar-note img {
    border-radius: 2px;
}

.panel-note .panel-footer .author-note {
    display: block;
    line-height: 14px;
}

.panel-note .panel-footer .timestamp {
    color: #999999;
    display: inline-block;
    font-size: 11px;
}

.panel-note .note-options a {
    margin-left: 10px;
    font-size: 12px;
}

.panel-note .note-options a:hover {
    text-decoration: none;
}

[class^="partition-"]:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* ---------------------------------------------------------------------- */

/*  Backdrop
/* ---------------------------------------------------------------------- */

.full-white-backdrop {
    background-color: #ffffff;
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1049;
}

.panel.panel-full-screen {
    bottom: 0;
    left: 10px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1048;
    background-color: #ffffff;
}

.tmp-tool {
    position: fixed;
    right: 40px;
    top: 20px;
}

/* ---------------------------------------------------------------------- */

/*  Spinner
/* ---------------------------------------------------------------------- */

.csspinner {
    position: relative;
}

.csspinner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.csspinner:after {
    z-index: 2;
    content: "";
    position: absolute;
    transform-origin: center;
}

.load1:after {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #58748b;
    animation: load1 1.1s infinite linear;
}

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.load2:after {
    width: 30px;
    height: 30px;
    background-color: #58748b;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    animation: load2 1.2s infinite ease-in-out;
}

@keyframes load2 {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg)
            rotateY(-179.9deg);
    }
}

.panel-fullscreen {
    width: 100%;
    height: 100%;
}

.panel-fullscreen .panel-heading {
    padding-top: 30px;
    padding-bottom: 30px;
}

.panel-fullscreen .panel-tools {
    top: 30px;
}

.panel-fullscreen .panel-tools .expand-on {
    display: block;
}

.panel-fullscreen .panel-tools .expand-off {
    display: none;
}

.panel-carousel .slide {
    background-size: cover !important;
}

.panel-carousel .slick-dots {
    bottom: 0;
}

/* ---------------------------------------------------------------------- */

/*  Pagination
/* ---------------------------------------------------------------------- */

.pagination > li > a,
.pagination > li > span {
    margin-left: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #58748b;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #58748b;
    border-color: #58748b;
}

.pagination.squared {
    border-radius: 0 !important;
}

.pagination.squared li:first-child a,
.pagination.squared li:first-child > span {
    border-bottom-left-radius: 0px !important;
    border-left-width: 1px;
    border-top-left-radius: 0px !important;
}

.pagination.squared li:last-child > a,
.pagination.squared li:last-child > span {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.pagination-blue li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

.pagination-blue li a:hover {
    background: #e7e7e9;
    color: #424246;
    cursor: pointer;
}

.pagination-blue li:first-child a {
    border: none !important;
}

.pagination-blue li.disabled a {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.pagination-blue li.disabled a:hover,
.pagination-blue li.disabled a:focus {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    cursor: default !important;
}

.pagination-blue li.active a {
    background: #407887 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-blue li [class^="fa-"],
.pagination-blue li [class*=" fa-"],
.pagination-blue li [class*="ti-"] {
    color: #407887;
}

.pagination-green li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

.pagination-green li a:hover {
    background: #e7e7e9;
    color: #424246;
    cursor: pointer;
}

.pagination-green li:first-child a {
    border: none !important;
}

.pagination-green li.disabled a {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.pagination-green li.disabled a:hover,
.pagination-green li.disabled a:focus {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    cursor: default !important;
}

.pagination-green li.active a {
    background: #5a8770 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-green li [class^="fa-"],
.pagination-green li [class*=" fa-"],
.pagination-green li [class*="ti-"] {
    color: #5a8770;
}

.pagination-red li a {
    background: #f7f7f8;
    border: none !important;
    color: #8e8e93;
    display: inline-block;
    margin-right: 1px;
}

.pagination-red li a:hover {
    background: #e7e7e9;
    color: #424246;
    cursor: pointer;
}

.pagination-red li:first-child a {
    border: none !important;
}

.pagination-red li.disabled a {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.pagination-red li.disabled a:hover,
.pagination-red li.disabled a:focus {
    background: #f7f7f8;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    cursor: default !important;
}

.pagination-red li.active a {
    background: #c82e29 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: default !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.pagination-red li [class^="fa-"],
.pagination-red li [class*=" fa-"],
.pagination-red li [class*="ti-"] {
    color: #c82e29;
}

/* ---------------------------------------------------------------------- */

/*  Accordion
/* ---------------------------------------------------------------------- */

.accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: 0, 0, 0, transparent;
}

.accordion .panel-heading {
    padding: 0;
    background-image: none;
    height: auto;
    min-height: 0;
    box-shadow: 0, 0, 0, transparent;
    border-radius: 0;
}

.accordion .panel-heading .accordion-toggle {
    background-color: #e6e8e8;
    color: #5b5b60;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
    position: relative;
}

.accordion .panel-heading .accordion-toggle:hover,
.accordion .panel-heading .accordion-toggle:focus {
    text-decoration: none;
}

.accordion .panel-heading .accordion-toggle.collapsed {
    background-color: #f3f3f3;
    border-color: #d9d9d9;
    border-width: 0 0 0 1px;
    font-weight: 300;
}

.accordion .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
    content: "\e61a" !important;
}

.accordion .panel-heading .accordion-toggle > .icon-arrow {
    font-size: 12px;
    padding: 0 5px;
    display: inline-block;
    font-family: "themify";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2196f3;
}

.accordion .panel-heading .accordion-toggle > .icon-arrow:before {
    content: "\e622";
}

.accordion .panel-body {
    border: none !important;
}

.accordion.panel-group .panel + .panel {
    margin-top: 1px;
}

.accordion.accordion-white .panel-heading {
    margin-bottom: 20px;
}

.accordion.accordion-white .panel-heading .accordion-toggle {
    background-color: #ffffff;
    padding: 5px 0 !important;
    border-bottom: 2px solid #2196f3;
}

.accordion.accordion-white .panel-heading .accordion-toggle.collapsed {
    border-bottom: 2px solid #d8d8d8;
}

.accordion.accordion-white.panel-group .panel + .panel {
    margin-top: 0;
}

.accordion.accordion-white .panel-collapse .panel-body {
    overflow: hidden;
}

.accordion.heading-white .accordion-toggle {
    background-color: #ffffff;
    color: #8e8e93;
}

.accordion.heading-white .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.accordion.no-padding .panel-body {
    padding: 0;
}

.accordion.body-light-grey .panel-body {
    background: #f7f7f8 !important;
}

.accordion .panel-group {
    margin-bottom: 0;
}

.accordion .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid transparent;
}

/* ---------------------------------------------------------------------- */

/*  Animations
/* ---------------------------------------------------------------------- */

@keyframes fadeOutUpShort {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
}

.fadeOutUpShort {
    animation-name: fadeOutUpShort;
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpShort {
    animation-name: fadeInUpShort;
}

.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fade-in-right-big.ng-enter {
    animation: fadeInRightBig 0.5s;
}

.fade-in-right-big.ng-leave {
    animation: fadeOutLeftBig 0.5s;
}

.fade-in-left-big.ng-enter {
    animation: fadeInLeftBig 0.5s;
}

.fade-in-left-big.ng-leave {
    animation: fadeOutRightBig 0.5s;
}

.fade-in-up-big.ng-enter {
    animation: fadeInUpBig 0.5s;
}

.fade-in-up-big.ng-leave {
    animation: fadeOutUpBig 0.5s;
}

.fade-in-down-big.ng-enter {
    animation: fadeInDownBig 0.5s;
}

.fade-in-down-big.ng-leave {
    animation: fadeOutDownBig 0.5s;
}

.fade-in.ng-enter {
    animation: fadeIn 0.5s;
}

.fade-in.ng-leave {
    animation: fadeOut 0.5s;
}

.fade-in-right.ng-enter {
    animation: fadeInRight 0.5s;
}

.fade-in-right.ng-leave {
    animation: fadeOutLeft 0.5s;
}

.fade-in-left.ng-enter {
    animation: fadeInLeft 0.5s;
}

.fade-in-left.ng-leave {
    animation: fadeOutRight 0.5s;
}

.fade-in-up.ng-enter {
    animation: fadeInUpShort 0.5s;
}

.fade-in-up.ng-leave {
    animation: fadeOutUpShort 0.5s;
}

.fade-in-down.ng-enter {
    animation: fadeInDown 0.5s;
}

.fade-in-down.ng-leave {
    animation: fadeOutDown 0.5s;
}

.heart-pulse {
    animation: heart-pulse 1s linear infinite;
}

@keyframes "heart-pulse" {
    0% {
        color: #a51919;
    }
    90% {
        color: rgba(255, 0, 0, 0);
    }
    100% {
        color: red;
    }
}

/* ---------------------------------------------------------------------- */

/* Progress Bar
/* ---------------------------------------------------------------------- */

.progress {
    box-shadow: none;
}

.progress.progress-xs {
    height: 7px;
}

.progress.progress-xs .progress-bar {
    line-height: 7px !important;
    font-size: 9px !important;
}

.progress.progress-sm {
    height: 12px;
}

.progress.progress-sm .progress-bar {
    line-height: 12px !important;
    font-size: 11px !important;
}

.progress.progress-lg {
    height: 20px;
}

.progress.progress-lg .progress-bar {
    line-height: 20px !important;
}

.progress.transparent-black {
    background-color: rgba(0, 0, 0, 0.2);
}

.progress-bar {
    background-color: #58748b;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-info {
    background-color: #01bfbd;
}

.progress-bar-warning {
    background-color: #eea236;
}

.progress-bar-danger {
    background-color: #d43f3a;
}

.progress-bar-white {
    background-color: #ffffff;
}

.progress-bar-black {
    background-color: #2c2f3b;
}

.progress-bar-purple {
    background-color: #9a89b5;
}

.progress-bar-green {
    background-color: #5a8770;
}

.progress-bar-azure {
    background-color: #5b9bd1;
}

.progress-bar-red {
    background-color: #c82e29;
}

.progress-bar-orange {
    background-color: #f18636;
}

/* ---------------------------------------------------------------------- */

/*  Labels and Badges
/* ---------------------------------------------------------------------- */

.badge {
    background-color: #58748b;
}

.badge-success {
    background-color: #5cb85c;
}

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

.badge-warning {
    background-color: #f0ad4e;
}

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

.badge-info {
    background-color: #01bfbd;
}

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

.badge-danger {
    background-color: #d9534f;
}

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

.badge-new {
    background-color: #007aff;
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    height: 18px;
    padding: 3px 6px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

.label-default {
    background-color: #58748b;
}

.label {
    font-size: 85% !important;
    padding: 0.4em 0.6em !important;
}

.label-inverse,
.badge-inverse {
    background-color: #2c2f3b;
}

/* ---------------------------------------------------------------------- */

/*  Forms
/* ---------------------------------------------------------------------- */

fieldset {
    background: #ffffff;
    border: 1px solid #e6e8e8;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 25px;
    position: relative;
}

fieldset .form-group {
    margin-left: 0;
    margin-right: 0;
}

fieldset legend {
    background: inherit;
    font-family: "Lato", sans-serif;
    color: #58748b;
    font-size: 15px;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
}

.form-control::-moz-placeholder {
    color: #9b9b9f;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9f;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9f;
    opacity: 1;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="daterange"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    appearance: none;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 0;
    color: #5b5b60;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 5px 4px !important;
    box-shadow: none !important;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="daterange"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border-color: #aeacb4 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="daterange"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    box-shadow: none !important;
    border-color: #bbbac0 !important;
    background-color: #f8f8f8 !important;
}

select {
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #c8c7cc;
    border-radius: 0;
    color: #5b5b60 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 5px 4px !important;
    box-shadow: none !important;
}

select:hover {
    border-color: #aeacb4 !important;
}

select:focus {
    box-shadow: none !important;
    border-color: #bbbac0 !important;
    background-color: #f8f8f8 !important;
}

.clip-select {
    margin: 0;
    display: block;
    position: relative;
}

.clip-select select {
    padding-right: 20px !important;
    appearance: none;
}

.clip-select:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: rgba(44, 47, 59, 0.7);
    right: 8px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

textarea.underline,
select.underline,
input[type="text"].underline,
input[type="password"].underline,
input[type="datetime"].underline,
input[type="datetime-local"].underline,
input[type="date"].underline,
input[type="month"].underline,
input[type="time"].underline,
input[type="week"].underline,
input[type="number"].underline,
input[type="email"].underline,
input[type="url"].underline,
input[type="search"].underline,
input[type="tel"].underline,
input[type="color"].underline {
    background: none !important;
    background-image: none !important;
    border: 1px solid #c8c7cc;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 0 0 0 !important;
    color: #5b5b60 !important;
    font-family: inherit !important;
    transition-duration: 0.1s !important;
    box-shadow: none !important;
    transition: border 300ms ease-out;
}

textarea.underline:hover,
select.underline:hover,
input[type="text"].underline:hover,
input[type="password"].underline:hover,
input[type="datetime"].underline:hover,
input[type="datetime-local"].underline:hover,
input[type="date"].underline:hover,
input[type="month"].underline:hover,
input[type="time"].underline:hover,
input[type="week"].underline:hover,
input[type="number"].underline:hover,
input[type="email"].underline:hover,
input[type="url"].underline:hover,
input[type="search"].underline:hover,
input[type="tel"].underline:hover,
input[type="color"].underline:hover {
    border-color: #aeacb4 !important;
}

textarea.underline:focus,
select.underline:focus,
input[type="text"].underline:focus,
input[type="password"].underline:focus,
input[type="datetime"].underline:focus,
input[type="datetime-local"].underline:focus,
input[type="date"].underline:focus,
input[type="month"].underline:focus,
input[type="time"].underline:focus,
input[type="week"].underline:focus,
input[type="number"].underline:focus,
input[type="email"].underline:focus,
input[type="url"].underline:focus,
input[type="search"].underline:focus,
input[type="tel"].underline:focus,
input[type="color"].underline:focus {
    box-shadow: none !important;
    border-color: #58748b !important;
    background-color: none !important;
}

textarea[disabled],
input[disabled],
select[disabled] {
    background: #f7f7f8 !important;
    border-color: #f8f8f8 !important;
}

textarea[disabled]:hover,
textarea[disabled]:focus,
input[disabled]:hover,
input[disabled]:focus,
select[disabled]:hover,
select[disabled]:focus {
    background: #f7f7f8 !important;
    border-color: #f8f8f8;
}

legend {
    color: inherit;
    font-size: 16px;
    font-weight: 300;
}

.input-group-addon {
    background-color: #58748b;
    border: 1px solid #58748b;
    color: #ffffff;
}

select[multiple="multiple"]:focus option {
    background: #f8f8f8 !important;
}

.has-error .form-control:focus,
.has-error .form-control:hover,
.has-warning .form-control:focus,
.has-warning .form-control:hover,
.has-success .form-control:focus,
.has-success .form-control:hover {
    box-shadow: none;
}

.validation-invalid,
.validation-valid {
    font-size: 12px;
    padding: 0 5px;
}

.has-error .control-label {
    color: #8e8e93 !important;
}

.has-error .error {
    color: #a94442;
}

.has-error .form-control {
    color: #5b5b60;
    border-color: #f8f8f8;
    border-bottom-color: #a94442 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted;
    border-color: #a94442 !important;
    border-width: 1px !important;
    border-style: solid;
}

/*.has-error .form-control:focus,
.has-error .form-control:hover {
    border-color: #F8F8F8;
    border-bottom-color: #a94442 !important;
}
*/

.has-error label {
    color: #a94442 !important;
}

.has-warning {
    color: #eea236;
}

.has-warning .control-label {
    color: #8e8e93 !important;
}

.has-warning .form-control {
    color: #5b5b60;
    border-color: #f8f8f8;
    border-bottom-color: #8a6d3b !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted;
    border-color: #8a6d3b !important;
    border-width: 1px !important;
    border-style: dotted;
}

.has-warning .form-control:focus,
.has-warning .form-control:hover {
    border-color: #f8f8f8;
    border-bottom-color: #8a6d3b !important;
}

.has-warning label {
    color: #8a6d3b;
}

.has-success {
    color: #5cb85c;
}

.has-success .control-label {
    color: #8e8e93 !important;
}

/*.has-success .form-control {
    color: #5b5b60;
    border-color: #F8F8F8;
    border-bottom-color: #a94442 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: dotted;
    border-color: #a94442 !important;
    border-width: 1px !important;
    border-style: solid;
}*/

/*.has-success .form-control:focus,
.has-success .form-control:hover {
    border-color: #F8F8F8;
    border-bottom-color: #3c763d !important;
}*/

.has-success label {
    color: #3c763d;
}

label {
    font-weight: normal;
    color: #858585;
}

span.input-icon,
span.input-help {
    display: block;
    position: relative;
}

.input-icon > input {
    padding-left: 30px !important;
    padding-right: 6px;
}

.input-icon.input-icon-right > input {
    padding-left: 6px !important;
    padding-right: 30px !important;
}

span.input-help > input {
    padding-left: 30px;
    padding-right: 6px;
}

.input-icon > [class*="fa-"],
.input-icon > [class*="ti-"] {
    bottom: 0;
    display: inline-block;
    left: 5px;
    color: #c8c7cc;
    line-height: 36px;
    padding: 0 3px;
    position: absolute;
    top: -1px;
    z-index: 2;
}

.input-icon > .input-lg + [class*="fa-"],
.input-icon > .input-lg + [class*="ti-"] {
    line-height: 48px;
}

.input-icon > .input-sm + [class*="fa-"],
.input-icon > .input-sm + [class*="ti-"] {
    line-height: 32px;
}

.input-icon.input-icon-right > [class*="fa-"],
.input-icon.input-icon-right > [class*="ti-"] {
    left: auto;
    right: 4px;
}

.help-button {
    background-color: #65bcda;
    border-radius: 100% 100% 100% 100%;
    color: #ffffff;
    cursor: default;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
    line-height: 20px;
    top: 7px;
    left: 7px;
}

.help-button:before {
    content: "\f128";
    display: inline;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
    font-style: normal;
}

.form-control {
    color: inherit;
}

select.form-control {
    background-color: #ffffff;
    border: 1px solid #a6a6a6;
    border-radius: 0 0 0 0;
    color: #5b5b60;
}

select.form-control option {
    padding: 3px 4px;
}

.form-control.search-select {
    padding: 0 !important;
    box-shadow: none;
    border: none;
}

textarea.autosize {
    min-height: 71px;
}

textarea.autosize.area-animated:focus {
    vertical-align: top;
    transition: height 0.2s;
    transition: height 0.2s;
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
}

.note-editor {
    position: relative;
    padding-top: 12px;
    background: #ffffff;
}

.note-editor textarea {
    background: url("/assets/images/line_detail.png") repeat !important;
    line-height: 20px !important;
    margin-top: 10px !important;
    min-height: 140px !important;
    border: none !important;
    padding: 0 !important;
    position: relative !important;
}

.note-editor textarea:focus {
    background-color: #ffffff !important;
}

.note-editor:before {
    background: url("/assets/images/note_dot.png") repeat-x;
    position: absolute;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    padding-top: 1px;
}

.radio label.radio-inline,
.checkbox label.checkbox-inline {
    display: inline-block;
}

.radio-inline,
.radio-inline + .radio-inline,
.checkbox-inline,
.checkbox-inline + .checkbox-inline {
    margin-right: 10px !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.checkbox-table {
    display: inline-block;
    margin: 2px 0 0 0;
    line-height: 10px;
}

.checkbox-table label {
    margin-bottom: 0;
}

.help-inline {
    margin-top: 6px;
    color: #737373;
}

.help-block.error {
    color: #b94a48;
}

.symbol.required:before {
    content: "*";
    display: inline;
    color: #e6674a;
}

.has-success .symbol:before {
    content: "\f00c";
    display: inline;
    font-family: FontAwesome;
    color: #468847;
}

.has-error .symbol:before {
    content: "\f00d";
    display: inline;
    font-family: FontAwesome;
    color: #c82e29;
}

.has-warning .symbol:before {
    content: "\f071";
    display: inline;
    font-family: FontAwesome;
    color: #eea236;
}

.has-error .note-editor,
.has-error .cke_chrome {
    border-color: #b94a48 !important;
}

.form-group {
    position: relative;
}

.form-group .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: default;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    max-width: 50px;
}

/* Default custom select inspired by tympanus.net */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    font-size: 100%;
    width: 100%;
    max-width: 1500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

div.cs-select.disabled {
    opacity: 0.5;
}

div.cs-select.disabled span {
    cursor: default !important;
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Placeholder and selected option */

.cs-select > span {
    padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: "\25BE";
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: "\e64c";
    margin-left: 1em;
    font-family: "themify";
    font-size: 60%;
}

.cs-select.cs-active > span::after {
    transform: translateY(-50%) rotate(180deg);
}

.cs-select.cs-active {
    z-index: 101;
}

/* Options */

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 1em;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-slide {
    color: #5b5b60;
    font-size: 14px;
    width: 100%;
}

div.cs-skin-slide::before {
    content: "";
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 0.3s;
}

.cs-skin-slide.cs-active::before {
    transform: scale3d(1, 4, 1);
    background: #f7f7f8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.cs-skin-slide > span {
    height: 34px;
    line-height: 20px;
    border: none;
    border-bottom: 1px solid #a6a6a6;
    transition: text-indent 0.3s, opacity 0.3s;
}

.textField-M .form-control {
    border: none !important;
    border-bottom: 1px solid #a6a6a6 !important;
}

.cs-skin-slide.cs-active > span {
    text-indent: -290px;
    opacity: 0;
}

.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
    font-family: "themify";
    content: "\e68e";
    color: #58748b;
    backface-visibility: hidden;
    font-size: 17px;
}

.cs-skin-slide.cs-active > span::after {
    transform: translate3d(0, -50%, 0);
}

.cs-skin-slide .cs-options {
    background: transparent;
    width: 100%;
    height: 400%;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.cs-skin-slide.cs-active .cs-options {
    overflow-y: auto;
}

.cs-skin-slide .cs-options li {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
    transition: transform 0.3s, opacity 0.3s;
    margin-bottom: 5px;
}

.cs-skin-slide.cs-active .cs-options li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
    transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
    transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
    transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
    transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
    transition-delay: 0.25s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
    transition-delay: 0.3s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
    transition-delay: 0.35s;
}

/* more options need more delay declaration */

.cs-skin-slide .cs-options li span {
    padding: 0.8em 1em;
}

.cs-skin-slide .cs-options li span:empty {
    display: none;
}

.cs-skin-slide .cs-options li:hover,
.cs-skin-slide .cs-options li.cs-focus {
    background: #eaeaec;
}

.cs-skin-slide .cs-options li.cs-selected {
    color: #ffffff;
    background: #58748b;
}

.cs-select [class^="ti-"],
.cs-select [class*=" ti-"],
.cs-select [class^="fa-"],
.cs-select [class*=" fa-"] {
    line-height: inherit !important;
    display: block !important;
}

.cs-select [class^="ti-"] span,
.cs-select [class*=" ti-"] span,
.cs-select [class^="fa-"] span,
.cs-select [class*=" fa-"] span {
    font-family: Ubuntu !important;
    padding-left: 30px !important;
}

.cs-select [class^="ti-"]:before,
.cs-select [class*=" ti-"]:before,
.cs-select [class^="fa-"]:before,
.cs-select [class*=" fa-"]:before {
    font-family: "themify";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 17px;
}

.cs-select [class^="ti-"]:before,
.cs-select [class*=" ti-"]:before {
    font-family: "themify";
}

.cs-select [class^="fa-"]:before,
.cs-select [class*=" fa-"]:before {
    font-family: "fontawesome";
}

/* Skin Elastic */

div.cs-skin-elastic {
    background: transparent;
    font-size: 14px;
    color: #5b5b60;
}

.cs-skin-elastic > span {
    background-color: #fff;
    z-index: 100;
    border: 1px solid #c8c7cc;
    height: 34px;
    line-height: 20px;
}

.cs-skin-elastic > span::after {
    font-family: "themify";
    content: "\e64b";
    backface-visibility: hidden;
    color: #58748b;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale3d(1, 0, 1);
    background: #f7f7f8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    transform-origin: 50% 0%;
    transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    transform: scale3d(1, 1, 1);
    transition: none;
    animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
    transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: none;
    animation: bounce 0.6s ease-out;
}

.cs-skin-elastic .cs-options span {
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 2em auto;
    padding: 0.8em 1em 0.8em 1em;
}

.cs-skin-elastic .cs-options li:hover,
.cs-skin-elastic .cs-options li.cs-focus {
    background: #eaeaec;
}

.cs-skin-elastic .cs-options .cs-selected,
.cs-skin-elastic .cs-options .cs-selected:hover {
    color: #ffffff !important;
    background: #58748b !important;
}

@keyframes expand {
    0% {
        transform: scale3d(1, 0, 1);
    }
    25% {
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounce {
    0% {
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        transform: translate3d(0, 10px, 0);
    }
    50% {
        transform: translate3d(0, -6px, 0);
    }
    75% {
        transform: translate3d(0, 2px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
}

.clip-check {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

.clip-check label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 30px !important;
    position: relative;
    line-height: 23px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}

.clip-check label:before {
    background-color: #ffffff;
    border: 1px solid #c8c7cc;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 0;
    top: 1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.clip-check label:after {
    display: inline-block;
    font-size: 11px;
    height: 19px;
    left: 4px;
    position: absolute;
    top: -1px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    width: 19px;
}

.clip-check input[type="checkbox"] {
    opacity: 0;
}

.clip-check input[type="checkbox"]:checked + label:before {
    border-width: 10px;
}

.clip-check input[type="checkbox"]:checked + label:after {
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
}

.clip-check input[type="checkbox"]:focus + label::before {
    background-color: #e6e6e6;
}

.clip-check input[type="checkbox"][disabled] + label {
    opacity: 0.65;
}

.clip-check input[type="checkbox"][disabled] + label:before {
    background-color: #f8f8f8;
}

.clip-check.check-sm label {
    margin-right: 15px;
    padding-left: 24px !important;
    line-height: 22px;
}

.clip-check.check-sm label:before {
    height: 14px;
    width: 14px;
    top: 4px;
}

.clip-check.check-sm label:after {
    font-size: 8px;
    height: 13px;
    left: 3px;
    width: 13px;
}

.clip-check.check-sm input[type="checkbox"]:checked + label:before {
    border-width: 7px;
}

.clip-check.check-md label {
    margin-right: 15px;
    padding-left: 35px !important;
    line-height: 28px;
}

.clip-check.check-md label:before {
    height: 25px;
    width: 25px;
}

.clip-check.check-md label:after {
    font-size: 14px;
    height: 24px;
    left: 5px;
    width: 24px;
}

.clip-check.check-md input[type="checkbox"]:checked + label:before {
    border-width: 12px;
}

.clip-check.check-lg label {
    margin-right: 15px;
    padding-left: 40px !important;
    line-height: 33px;
}

.clip-check.check-lg label:before {
    height: 30px;
    width: 30px;
}

.clip-check.check-lg label:after {
    font-size: 17px;
    height: 29px;
    left: 6px;
    width: 29px;
}

.clip-check.check-lg input[type="checkbox"]:checked + label:before {
    border-width: 15px;
}

.clip-check.check-success input[type="checkbox"]:checked + label:before {
    border-color: #5cb85c;
}

.clip-check.check-primary input[type="checkbox"]:checked + label:before {
    border-color: #58748b;
}

.clip-check.check-warning input[type="checkbox"]:checked + label:before {
    border-color: #eea236;
}

.clip-check.check-danger input[type="checkbox"]:checked + label:before {
    border-color: #d43f3a;
}

.clip-check.check-info input[type="checkbox"]:checked + label:before {
    border-color: #01bfbd;
}

.clip-check.check-purple input[type="checkbox"]:checked + label:before {
    border-color: #9a89b5;
}

.clip-radio {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

.clip-radio label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px !important;
    position: relative;
    margin-bottom: 6px;
    line-height: 23px;
}

.clip-radio label:before {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}

.clip-radio label:after {
    border: 1px solid #c8c7cc;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    border-radius: 99px;
    bottom: 2px;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}

.clip-radio input[type="radio"] {
    opacity: 0;
}

.clip-radio input[type="radio"]:focus + label::before {
    background: #e6e6e6;
}

.clip-radio input[type="radio"]:checked + label:before {
    border-width: 6px;
    background: #f8f8f8;
    border-color: #ffffff;
}

.clip-radio input[type="radio"]:checked:focus + label::before {
    border-color: #e6e6e6 !important;
}

.clip-radio input[type="radio"][disabled] + label {
    opacity: 0.65;
}

.clip-radio.radio-sm label {
    padding-left: 20px !important;
    line-height: 21px;
}

.clip-radio.radio-sm label:before {
    top: 3px;
    height: 15px;
    width: 15px;
}

.clip-radio.radio-sm label:after {
    top: 3px;
    height: 15px;
    width: 15px;
}

.clip-radio.radio-sm input[type="radio"]:checked + label:before {
    border-width: 5px;
}

.clip-radio.radio-md label {
    padding-left: 30px !important;
    line-height: 29px;
}

.clip-radio.radio-md label:before {
    height: 25px;
    width: 25px;
}

.clip-radio.radio-md label:after {
    height: 25px;
    width: 25px;
}

.clip-radio.radio-md input[type="radio"]:checked + label:before {
    border-width: 7px;
}

.clip-radio.radio-lg label {
    padding-left: 35px !important;
    line-height: 33px;
}

.clip-radio.radio-lg label:before {
    height: 30px;
    width: 30px;
}

.clip-radio.radio-lg label:after {
    height: 30px;
    width: 30px;
}

.clip-radio.radio-lg input[type="radio"]:checked + label:before {
    border-width: 8px;
}

.clip-radio.radio-success input[type="radio"]:checked + label:before {
    background: #5cb85c;
}

.clip-radio.radio-primary input[type="radio"]:checked + label:before {
    background: #58748b;
}

.clip-radio.radio-info input[type="radio"]:checked + label:before {
    background: #01bfbd;
}

.clip-radio.radio-warning input[type="radio"]:checked + label:before {
    background: #eea236;
}

.clip-radio.radio-danger input[type="radio"]:checked + label:before {
    background: #d43f3a;
}

.clip-radio.radio-purple input[type="radio"]:checked + label:before {
    background: #9a89b5;
}

.clip-datepicker {
    padding: 10px;
}

.clip-datepicker.well {
    background: #ffffff;
    box-shadow: none;
}

.clip-datepicker table {
    outline: none !important;
}

.clip-datepicker table thead .btn {
    font-size: 17px;
}

.clip-datepicker button {
    border: none;
    line-height: 1.8;
}

.clip-datepicker button span.text-info,
.clip-datepicker button span.text-current {
    color: #58748b !important;
    font-weight: bold;
}

.clip-datepicker button span.text-info::before,
.clip-datepicker button span.text-current::before {
    border-left: 6px solid transparent;
    border-top: 6px solid #58748b;
    content: "";
    height: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0;
}

.clip-datepicker button.active {
    background-color: #58748b !important;
}

.clip-datepicker button.active:active,
.clip-datepicker button.active:focus {
    background-color: #58748b !important;
}

.clip-datepicker button.active span {
    color: #ffffff !important;
}

.clip-datepicker button.active span.text-info::before {
    border-top-color: #ffffff;
}

.clip-datepicker button.btn-current {
    background-color: #f5f5f5;
}

.range-picker .end-date .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.bootstrap-timepicker {
    position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}

.bootstrap-timepicker.pull-right
    .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}

.bootstrap-timepicker.pull-right
    .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}

.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}

.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
    width: 100%;
}

.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #58748b;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
    border-radius: 4px;
    border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
    width: 35px;
    margin: 0;
    text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

.datepicker {
    padding: 10px;
}

.datepicker.datepicker-dropdown {
    z-index: 10089 !important;
}

.datepicker.datepicker-inline {
    border: 1px solid #e3e3e3;
    display: inline-block !important;
    width: auto;
}

.datepicker.input-group {
    padding: 0;
}

.datepicker.input-daterange input {
    text-align: left;
}

.datepicker .datepicker-switch {
    color: #8e8e93;
    font-size: 17px;
    font-weight: 700;
}

.datepicker > div .prev,
.datepicker > div .next {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -9999px;
}

.datepicker > div .prev:before,
.datepicker > div .prev:after,
.datepicker > div .next:before,
.datepicker > div .next:after {
    color: #8e8e93;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    font-size: 17px;
    margin-top: -9px;
    margin-left: -9px;
}

.datepicker > div .prev:before {
    content: "\e079";
}

.datepicker > div .next:before {
    content: "\e080";
}

.datepicker > div .dow {
    font-size: 85%;
    color: #5b5b60;
}

.datepicker > div .day {
    font-size: 12px;
    color: #8e8e93;
    padding: 5px 10px;
}

.datepicker > div .day.today {
    color: #58748b !important;
    font-weight: bold;
    background: none;
    position: relative;
}

.datepicker > div .day.today:hover,
.datepicker > div .day.today:focus {
    background: #eeeeee;
}

.datepicker > div .day.today:before {
    border-left: 6px solid transparent;
    border-top: 6px solid #58748b;
    content: "";
    height: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0;
}

.datepicker > div .day.active {
    background: #58748b !important;
}

.datepicker > div .day.active.today {
    color: #fff !important;
}

.datepicker > div .day.active.today:before {
    border-top: 6px solid #fff;
}

.datepicker > div span.active {
    background: #58748b !important;
}

/* ---------------------------------------------------------------------- */

/*  Icons
/* ---------------------------------------------------------------------- */

.fa-round {
    border: 0.1em solid #eee;
    border-radius: 100%;
    padding: 0.2em 0.25em 0.15em;
}

.the-icons {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.the-icons .fa-hover {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #8b91a0;
    cursor: pointer;
}

.no-touch .the-icons .fa-hover {
    transition: font-size, 0.2s, ease 0s;
}

.no-touch .the-icons .fa-hover:hover {
    font-size: 20px;
}

.no-touch .the-icons .fa-hover:hover .fa,
.no-touch .the-icons .fa-hover:hover [class*="ti-"] {
    font-size: 20px;
}

.the-icons .fa-hover .fa,
.the-icons .fa-hover [class*="ti-"] {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
    color: #58748b;
}

.big-icon {
    font-size: 100px;
}

.icon-thumbnail {
    background: #21252d;
    color: #fff;
    display: inline-block;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    border-radius: 5px;
}

.icon-thumbnail > i {
    font-size: 14px;
}

.active .icon-thumbnail {
    background: red;
}

.lettericon {
    display: inline-block;
    min-height: 30px;
    min-width: 30px;
}

.letter-icon-wrapper {
    height: 40px;
    width: 40px;
    background-color: #b2b7bb;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    font-size: 21px;
    display: inline-block;
    transition: all 0.5s;
}

.letter-icon-wrapper > span,
.letter-icon-wrapper > i {
    line-height: 40px;
}

.letter-icon-wrapper > i {
    font-size: 19px;
}

.letter-icon-wrapper.size-lg {
    height: 50px;
    width: 50px;
    font-size: 27px;
}

.letter-icon-wrapper.size-lg > span,
.letter-icon-wrapper.size-lg > i {
    line-height: 50px;
}

.letter-icon-wrapper.size-lg > i {
    font-size: 25px;
}

.letter-icon-wrapper.size-sm {
    height: 30px;
    width: 30px;
    font-size: 14px;
}

.letter-icon-wrapper.size-sm > span,
.letter-icon-wrapper.size-sm > i {
    line-height: 30px;
}

.letter-icon-wrapper.size-sm > i {
    font-size: 12px;
}

.letter-icon-wrapper.box-circle {
    border-radius: 50%;
}

.letter-icon-wrapper.box-round {
    border-radius: 10%;
}

.letter-icon-wrapper.border {
    border: 5px solid #fff;
    line-height: 30px;
}

.letter-icon-wrapper.border.size-lg {
    line-height: 40px;
}

.letter-icon-wrapper.border.size-sm {
    line-height: 20px;
}

.letter-icon-wrapper .letter-icon,
.letter-icon-wrapper i {
    display: inline-block;
    vertical-align: middle;
}

.letter-icon-wrapper.letter-color-a {
    background-color: #5a8770 !important;
}

.letter-icon-wrapper.letter-color-a.hover {
    background-color: #466857 !important;
}

.letter-icon-wrapper.letter-color-b {
    background-color: #c0392b !important;
}

.letter-icon-wrapper.letter-color-b.hover {
    background-color: #962d22 !important;
}

.letter-icon-wrapper.letter-color-c {
    background-color: #6fa9ab !important;
}

.letter-icon-wrapper.letter-color-c.hover {
    background-color: #559092 !important;
}

.letter-icon-wrapper.letter-color-d {
    background-color: #f5af29 !important;
}

.letter-icon-wrapper.letter-color-d.hover {
    background-color: #e1970a !important;
}

.letter-icon-wrapper.letter-color-e {
    background-color: #0088b9 !important;
}

.letter-icon-wrapper.letter-color-e.hover {
    background-color: #006386 !important;
}

.letter-icon-wrapper.letter-color-f {
    background-color: #f18636 !important;
}

.letter-icon-wrapper.letter-color-f.hover {
    background-color: #e46b10 !important;
}

.letter-icon-wrapper.letter-color-g {
    background-color: #d35400 !important;
}

.letter-icon-wrapper.letter-color-g.hover {
    background-color: #a04000 !important;
}

.letter-icon-wrapper.letter-color-h {
    background-color: #a6b12e !important;
}

.letter-icon-wrapper.letter-color-h.hover {
    background-color: #808923 !important;
}

.letter-icon-wrapper.letter-color-i {
    background-color: #9b59b6 !important;
}

.letter-icon-wrapper.letter-color-i.hover {
    background-color: #804399 !important;
}

.letter-icon-wrapper.letter-color-j {
    background-color: #f5888d !important;
}

.letter-icon-wrapper.letter-color-j.hover {
    background-color: #f15960 !important;
}

.letter-icon-wrapper.letter-color-k {
    background-color: #b49255 !important;
}

.letter-icon-wrapper.letter-color-k.hover {
    background-color: #947742 !important;
}

.letter-icon-wrapper.letter-color-l {
    background-color: #407887 !important;
}

.letter-icon-wrapper.letter-color-l.hover {
    background-color: #305964 !important;
}

.letter-icon-wrapper.letter-color-m {
    background-color: #7f8c8d !important;
}

.letter-icon-wrapper.letter-color-m.hover {
    background-color: #667273 !important;
}

.letter-icon-wrapper.letter-color-n {
    background-color: #1abc9c !important;
}

.letter-icon-wrapper.letter-color-n.hover {
    background-color: #148f77 !important;
}

.letter-icon-wrapper.letter-color-o {
    background-color: #be5464 !important;
}

.letter-icon-wrapper.letter-color-o.hover {
    background-color: #a23d4d !important;
}

.letter-icon-wrapper.letter-color-p {
    background-color: #3dc34b !important;
}

.letter-icon-wrapper.letter-color-p.hover {
    background-color: #309d3c !important;
}

.letter-icon-wrapper.letter-color-q {
    background-color: #64471e !important;
}

.letter-icon-wrapper.letter-color-q.hover {
    background-color: #3d2b12 !important;
}

.letter-icon-wrapper.letter-color-r {
    background-color: #2d59d7 !important;
}

.letter-icon-wrapper.letter-color-r.hover {
    background-color: #2146b0 !important;
}

.letter-icon-wrapper.letter-color-s {
    background-color: #616f51 !important;
}

.letter-icon-wrapper.letter-color-s.hover {
    background-color: #47523b !important;
}

.letter-icon-wrapper.letter-color-t {
    background-color: #4da7ce !important;
}

.letter-icon-wrapper.letter-color-t.hover {
    background-color: #328eb6 !important;
}

.letter-icon-wrapper.letter-color-u {
    background-color: #afaf50 !important;
}

.letter-icon-wrapper.letter-color-u.hover {
    background-color: #8c8c40 !important;
}

.letter-icon-wrapper.letter-color-v {
    background-color: #008c69 !important;
}

.letter-icon-wrapper.letter-color-v.hover {
    background-color: #005943 !important;
}

.letter-icon-wrapper.letter-color-w {
    background-color: #947499 !important;
}

.letter-icon-wrapper.letter-color-w.hover {
    background-color: #795c7e !important;
}

.letter-icon-wrapper.letter-color-x {
    background-color: #328e93 !important;
}

.letter-icon-wrapper.letter-color-x.hover {
    background-color: #25696d !important;
}

.letter-icon-wrapper.letter-color-y {
    background-color: #eab71c !important;
}

.letter-icon-wrapper.letter-color-y.hover {
    background-color: #c19612 !important;
}

.letter-icon-wrapper.letter-color-z {
    background-color: #407887 !important;
}

.letter-icon-wrapper.letter-color-z.hover {
    background-color: #305964 !important;
}

.letter-icon-wrapper.letter-color-0 {
    background-color: #92b74a !important;
}

.letter-icon-wrapper.letter-color-0.hover {
    background-color: #75933b !important;
}

.letter-icon-wrapper.letter-color-1 {
    background-color: #51a8b9 !important;
}

.letter-icon-wrapper.letter-color-1.hover {
    background-color: #3e8a99 !important;
}

.letter-icon-wrapper.letter-color-2 {
    background-color: #e4bd02 !important;
}

.letter-icon-wrapper.letter-color-2.hover {
    background-color: #b19302 !important;
}

.letter-icon-wrapper.letter-color-3 {
    background-color: #ed726d !important;
}

.letter-icon-wrapper.letter-color-3.hover {
    background-color: #e74640 !important;
}

.letter-icon-wrapper.letter-color-4 {
    background-color: #3e7b02 !important;
}

.letter-icon-wrapper.letter-color-4.hover {
    background-color: #254901 !important;
}

.letter-icon-wrapper.letter-color-5 {
    background-color: #ee3e02 !important;
}

.letter-icon-wrapper.letter-color-5.hover {
    background-color: #bb3102 !important;
}

.letter-icon-wrapper.letter-color-6 {
    background-color: #976eca !important;
}

.letter-icon-wrapper.letter-color-6.hover {
    background-color: #25696d !important;
}

.letter-icon-wrapper.letter-color-7 {
    background-color: #e27c4b !important;
}

.letter-icon-wrapper.letter-color-7.hover {
    background-color: #d75d23 !important;
}

.letter-icon-wrapper.letter-color-8 {
    background-color: #754634 !important;
}

.letter-icon-wrapper.letter-color-8.hover {
    background-color: #523124 !important;
}

.letter-icon-wrapper.letter-color-9 {
    background-color: #667268 !important;
}

.letter-icon-wrapper.letter-color-9.hover {
    background-color: #4e574f !important;
}

.letter-icon-wrapper.letter-custom {
    background-color: #ec971f;
}

.letter-icon-wrapper.letter-custom-hover {
    background-color: #b5a8c9;
}

.letter-icon-wrapper.letter-custom-hover:hover {
    background-color: #b29248;
}

/* ---------------------------------------------------------------------- */

/*  Buttons
/* ---------------------------------------------------------------------- */

.btn {
    transition: all 0.3s ease 0s !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
}

.btn:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.btn-wide {
    min-width: 120px;
}

.ladda-button {
    z-index: 1051;
}

.ladda-button[data-style="contract"][data-loading] {
    border-radius: 50%;
    min-width: 38px !important;
    overflow: hidden;
    width: 38px !important;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    box-shadow: none;
}

.btn-default {
    background-color: #ffffff;
    border-color: #a6a6a6;
    color: #000;
}

.btn-default:hover {
    background-color: #ffffff;
    border-color: #c8c7cc;
    color: #000;
}

.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background-color: #f8f8f8;
    border-color: #c8c7cc;
    color: #5b5b60;
}

.btn-default:focus {
    background-color: #ffffff;
    border-color: #bbbac0;
    color: #5b5b60;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: grey;
    color: grey;
}

.btn-default.btn-o {
    border: 1px solid #c8c7cc;
    color: #8e8e93;
}

.btn-default.btn-o .caret {
    border-top-color: #8e8e93;
}

.btn-default.btn-o:hover {
    color: #ffffff;
    border-color: #8e8e93;
    background: #8e8e93 !important;
}

.btn-default.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-default.btn-o:active,
.btn-default.btn-o.active,
.btn-default.btn-o.active:focus,
.btn-default.btn-o:active:focus,
.btn-default.btn-o:active:hover {
    background-color: #818187 !important;
    border-color: #818187 !important;
    color: #ffffff !important;
}

.btn-default.btn-o:active .caret,
.btn-default.btn-o.active .caret,
.btn-default.btn-o.active:focus .caret,
.btn-default.btn-o:active:focus .caret,
.btn-default.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-default.btn-o:focus {
    background-color: #b5b5b8;
    border-color: #b5b5b8;
    color: #ffffff;
}

.btn-default.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-default.btn-o.disabled:hover,
.btn-default.btn-o.disabled:focus,
.btn-default.btn-o.disabled:active,
.btn-default.btn-o.disabled.active,
.btn-default.btn-o[disabled],
.btn-default.btn-o[disabled]:hover,
.btn-default.btn-o[disabled]:focus,
.btn-default.btn-o[disabled]:active,
.btn-default.btn-o[disabled].active,
fieldset[disabled] .btn-default.btn-o:hover,
fieldset[disabled] .btn-default.btn-o:focus,
fieldset[disabled] .btn-default.btn-o:active,
fieldset[disabled] .btn-default.btn-o.active {
    border-color: #c2c2c5;
    color: #c2c2c5;
}

.btn-default .caret {
    border-top-color: #8e8e93;
}

.dropup .btn-default .caret {
    border-bottom: 4px solid #8e8e93;
}

.btn-primary {
    background-color: #01bfbd;
    border-color: #01bfbd;
    color: #ffffff;
}

.open .btn-primary.dropdown-toggle {
    background-color: #819aaf;
    border-color: #819aaf;
}

.btn-primary:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
    color: #ffffff;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.dropdown-toggle:active:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
}

.btn-primary:focus {
    background-color: #819aaf;
    border-color: #819aaf;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #90a6b9;
    border-color: #90a6b9;
    color: #ffffff;
}

.btn-primary.btn-o {
    border: 1px solid #01bfbd;
    color: #fff;
    background: #01bfbd !important;
}

.btn-primary.btn-o .caret {
    /* border-top-color: #4472C4;*/
}

.btn-primary.btn-o:hover {
    color: #ffffff;
    border-color: #01bfbd;
    background: #01bfbd !important;
}

.btn-primary.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-primary.btn-o:active,
.btn-primary.btn-o.active,
.btn-primary.btn-o.active:focus,
.btn-primary.btn-o:active:focus,
.btn-primary.btn-o:active:hover {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
    color: #ffffff !important;
}

.btn-primary.btn-o:active .caret,
.btn-primary.btn-o.active .caret,
.btn-primary.btn-o.active:focus .caret,
.btn-primary.btn-o:active:focus .caret,
.btn-primary.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-primary.btn-o:focus {
    background-color: #819aaf;
    border-color: #819aaf;
    color: #ffffff;
}

.btn-primary.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-primary.btn-o.disabled:hover,
.btn-primary.btn-o.disabled:focus,
.btn-primary.btn-o.disabled:active,
.btn-primary.btn-o.disabled.active,
.btn-primary.btn-o[disabled],
.btn-primary.btn-o[disabled]:hover,
.btn-primary.btn-o[disabled]:focus,
.btn-primary.btn-o[disabled]:active,
.btn-primary.btn-o[disabled].active,
fieldset[disabled] .btn-primary.btn-o:hover,
fieldset[disabled] .btn-primary.btn-o:focus,
fieldset[disabled] .btn-primary.btn-o:active,
fieldset[disabled] .btn-primary.btn-o.active {
    border-color: #a6a6a6;
    color: #a6a6a6;
}

.btn-primary .caret {
    border-top-color: #ffffff;
}

.dropup .btn-primary .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #ffffff;
}

.open .btn-success.dropdown-toggle {
    background-color: #91cf91;
    border-color: #91cf91;
}

.btn-success:hover {
    background-color: #80c780 !important;
    border-color: #80c780;
    color: #ffffff;
}

.btn-success:active,
.btn-success.active,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.dropdown-toggle:active:hover {
    background-color: #4cae4c !important;
    border-color: #4cae4c;
}

.btn-success:focus {
    background-color: #91cf91;
    border-color: #91cf91;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #a3d7a3;
    border-color: #a3d7a3;
    color: #ffffff;
}

.btn-success.btn-o {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.btn-success.btn-o .caret {
    border-top-color: #5cb85c;
}

.btn-success.btn-o:hover {
    color: #ffffff;
    border-color: #5cb85c;
    background: #5cb85c !important;
}

.btn-success.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-success.btn-o:active,
.btn-success.btn-o.active,
.btn-success.btn-o.active:focus,
.btn-success.btn-o:active:focus,
.btn-success.btn-o:active:hover {
    background-color: #4cae4c !important;
    border-color: #4cae4c !important;
    color: #ffffff !important;
}

.btn-success.btn-o:active .caret,
.btn-success.btn-o.active .caret,
.btn-success.btn-o.active:focus .caret,
.btn-success.btn-o:active:focus .caret,
.btn-success.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-success.btn-o:focus {
    background-color: #91cf91;
    border-color: #91cf91;
    color: #ffffff;
}

.btn-success.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-success.btn-o.disabled:hover,
.btn-success.btn-o.disabled:focus,
.btn-success.btn-o.disabled:active,
.btn-success.btn-o.disabled.active,
.btn-success.btn-o[disabled],
.btn-success.btn-o[disabled]:hover,
.btn-success.btn-o[disabled]:focus,
.btn-success.btn-o[disabled]:active,
.btn-success.btn-o[disabled].active,
fieldset[disabled] .btn-success.btn-o:hover,
fieldset[disabled] .btn-success.btn-o:focus,
fieldset[disabled] .btn-success.btn-o:active,
fieldset[disabled] .btn-success.btn-o.active {
    border-color: #a3d7a3;
    color: #a3d7a3;
}

.btn-success .caret {
    border-top-color: #ffffff;
}

.dropup .btn-success .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-info {
    background-color: #01bfbd !important;
    border-color: #01bfbd !important;
    color: #ffffff;
}

.open .btn-info.dropdown-toggle {
    background-color: #86d0e7;
    border-color: #86d0e7;
}

.btn-info:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
    color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.dropdown-toggle:active:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
}

.btn-info:focus {
    background-color: #86d0e7;
    border-color: #86d0e7;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #9bd9eb;
    border-color: #9bd9eb;
    color: #ffffff;
}

.btn-info.btn-o {
    border: 1px solid #01bfbd;
    color: #01bfbd;
}

.btn-info.btn-o .caret {
    border-top-color: #01bfbd;
}

.btn-info.btn-o:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd !important;
    color: #ffffff;
}

.btn-info.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-info.btn-o:active,
.btn-info.btn-o.active,
.btn-info.btn-o.active:focus,
.btn-info.btn-o:active:focus,
.btn-info.btn-o:active:hover {
    background-color: #31b0d6 !important;
    border-color: #31b0d6 !important;
    color: #ffffff !important;
}

.btn-info.btn-o:active .caret,
.btn-info.btn-o.active .caret,
.btn-info.btn-o.active:focus .caret,
.btn-info.btn-o:active:focus .caret,
.btn-info.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-info.btn-o:focus {
    background-color: #86d0e7;
    border-color: #86d0e7;
    color: #ffffff;
}

.btn-info.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-info.btn-o.disabled:hover,
.btn-info.btn-o.disabled:focus,
.btn-info.btn-o.disabled:active,
.btn-info.btn-o.disabled.active,
.btn-info.btn-o[disabled],
.btn-info.btn-o[disabled]:hover,
.btn-info.btn-o[disabled]:focus,
.btn-info.btn-o[disabled]:active,
.btn-info.btn-o[disabled].active,
fieldset[disabled] .btn-info.btn-o:hover,
fieldset[disabled] .btn-info.btn-o:focus,
fieldset[disabled] .btn-info.btn-o:active,
fieldset[disabled] .btn-info.btn-o.active {
    border-color: #9bd9eb;
    color: #9bd9eb;
}

.btn-info .caret {
    border-top-color: #ffffff;
}

.dropup .btn-info .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-warning {
    background-color: #eea236;
    border-color: #eea236;
    color: #ffffff;
}

.open .btn-warning.dropdown-toggle {
    background-color: #f4c37d;
    border-color: #f4c37d;
}

.btn-warning:hover {
    background-color: #f2b865 !important;
    border-color: #f2b865;
    color: #ffffff;
}

.btn-warning:active,
.btn-warning.active,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.dropdown-toggle:active:hover {
    background-color: #ec971e !important;
    border-color: #ec971e;
}

.btn-warning:focus {
    background-color: #f4c37d;
    border-color: #f4c37d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f6ce94;
    border-color: #f6ce94;
    color: #ffffff;
}

.btn-warning.btn-o {
    border: 1px solid #eea236;
    color: #eea236;
}

.btn-warning.btn-o .caret {
    border-top-color: #eea236;
}

.btn-warning.btn-o:hover {
    color: #ffffff;
    border-color: #eea236;
    background: #eea236 !important;
}

.btn-warning.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-warning.btn-o:active,
.btn-warning.btn-o.active,
.btn-warning.btn-o.active:focus,
.btn-warning.btn-o:active:focus,
.btn-warning.btn-o:active:hover {
    background-color: #ec971e !important;
    border-color: #ec971e !important;
    color: #ffffff !important;
}

.btn-warning.btn-o:active .caret,
.btn-warning.btn-o.active .caret,
.btn-warning.btn-o.active:focus .caret,
.btn-warning.btn-o:active:focus .caret,
.btn-warning.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-warning.btn-o:focus {
    background-color: #f4c37d;
    border-color: #f4c37d;
    color: #ffffff;
}

.btn-warning.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-warning.btn-o.disabled:hover,
.btn-warning.btn-o.disabled:focus,
.btn-warning.btn-o.disabled:active,
.btn-warning.btn-o.disabled.active,
.btn-warning.btn-o[disabled],
.btn-warning.btn-o[disabled]:hover,
.btn-warning.btn-o[disabled]:focus,
.btn-warning.btn-o[disabled]:active,
.btn-warning.btn-o[disabled].active,
fieldset[disabled] .btn-warning.btn-o:hover,
fieldset[disabled] .btn-warning.btn-o:focus,
fieldset[disabled] .btn-warning.btn-o:active,
fieldset[disabled] .btn-warning.btn-o.active {
    border-color: #f6ce94;
    color: #f6ce94;
}

.btn-warning .caret {
    border-top-color: #ffffff;
}

.dropup .btn-warning .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-danger {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #ffffff;
}

.open .btn-danger.dropdown-toggle {
    background-color: #e27c79;
    border-color: #e27c79;
}

.btn-danger:hover {
    background-color: #dd6864 !important;
    border-color: #dd6864;
    color: #ffffff;
}

.btn-danger:active,
.btn-danger.active,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.dropdown-toggle:active:hover {
    background-color: #c9312c !important;
    border-color: #c9312c;
}

.btn-danger:focus {
    background-color: #e27c79;
    border-color: #e27c79;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #e6918e;
    border-color: #e6918e;
    color: #ffffff;
}

.btn-danger.btn-o {
    border: 1px solid #d43f3a;
    color: #d43f3a;
}

.btn-danger.btn-o .caret {
    border-top-color: #d43f3a;
}

.btn-danger.btn-o:hover {
    color: #ffffff;
    border-color: #d43f3a;
    background: #d43f3a !important;
}

.btn-danger.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-danger.btn-o:active,
.btn-danger.btn-o.active,
.btn-danger.btn-o.active:focus,
.btn-danger.btn-o:active:focus,
.btn-danger.btn-o:active:hover {
    background-color: #c9312c !important;
    border-color: #c9312c !important;
    color: #ffffff !important;
}

.btn-danger.btn-o:active .caret,
.btn-danger.btn-o.active .caret,
.btn-danger.btn-o.active:focus .caret,
.btn-danger.btn-o:active:focus .caret,
.btn-danger.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-danger.btn-o:focus {
    background-color: #e27c79;
    border-color: #e27c79;
    color: #ffffff;
}

.btn-danger.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-danger.btn-o.disabled:hover,
.btn-danger.btn-o.disabled:focus,
.btn-danger.btn-o.disabled:active,
.btn-danger.btn-o.disabled.active,
.btn-danger.btn-o[disabled],
.btn-danger.btn-o[disabled]:hover,
.btn-danger.btn-o[disabled]:focus,
.btn-danger.btn-o[disabled]:active,
.btn-danger.btn-o[disabled].active,
fieldset[disabled] .btn-danger.btn-o:hover,
fieldset[disabled] .btn-danger.btn-o:focus,
fieldset[disabled] .btn-danger.btn-o:active,
fieldset[disabled] .btn-danger.btn-o.active {
    border-color: #e6918e;
    color: #e6918e;
}

.btn-danger .caret {
    border-top-color: #ffffff;
}

.dropup .btn-danger .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-azure {
    background-color: #01bfbd;
    border-color: #01bfbd;
    color: #ffffff;
}

.open .btn-azure.dropdown-toggle {
    background-color: #97bfe2;
    border-color: #97bfe2;
}

.btn-azure:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
    color: #ffffff;
}

.btn-azure:active,
.btn-azure.active,
.btn-azure.active:focus,
.btn-azure:active:focus,
.btn-azure:active:hover,
.btn-azure.dropdown-toggle:active:hover {
    background-color: #478fcb !important;
    border-color: #478fcb;
}

.btn-azure:focus {
    background-color: #97bfe2;
    border-color: #97bfe2;
    color: #ffffff;
}

.btn-azure.disabled:hover,
.btn-azure.disabled:focus,
.btn-azure.disabled:active,
.btn-azure.disabled.active,
.btn-azure[disabled],
.btn-azure[disabled]:hover,
.btn-azure[disabled]:focus,
.btn-azure[disabled]:active,
.btn-azure[disabled].active,
fieldset[disabled] .btn-azure:hover,
fieldset[disabled] .btn-azure:focus,
fieldset[disabled] .btn-azure:active,
fieldset[disabled] .btn-azure.active {
    background-color: #abcce7;
    border-color: #abcce7;
    color: #ffffff;
}

.btn-azure.btn-o {
    border: 1px solid #5b9bd1;
    color: #5b9bd1;
}

.btn-azure.btn-o .caret {
    border-top-color: #5b9bd1;
}

.btn-azure.btn-o:hover {
    color: #ffffff;
    border-color: #5b9bd1;
    background: #5b9bd1 !important;
}

.btn-azure.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-azure.btn-o:active,
.btn-azure.btn-o.active,
.btn-azure.btn-o.active:focus,
.btn-azure.btn-o:active:focus,
.btn-azure.btn-o:active:hover {
    background-color: #478fcb !important;
    border-color: #478fcb !important;
    color: #ffffff !important;
}

.btn-azure.btn-o:active .caret,
.btn-azure.btn-o.active .caret,
.btn-azure.btn-o.active:focus .caret,
.btn-azure.btn-o:active:focus .caret,
.btn-azure.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-azure.btn-o:focus {
    background-color: #97bfe2;
    border-color: #97bfe2;
    color: #ffffff;
}

.btn-azure.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-azure.btn-o.disabled:hover,
.btn-azure.btn-o.disabled:focus,
.btn-azure.btn-o.disabled:active,
.btn-azure.btn-o.disabled.active,
.btn-azure.btn-o[disabled],
.btn-azure.btn-o[disabled]:hover,
.btn-azure.btn-o[disabled]:focus,
.btn-azure.btn-o[disabled]:active,
.btn-azure.btn-o[disabled].active,
fieldset[disabled] .btn-azure.btn-o:hover,
fieldset[disabled] .btn-azure.btn-o:focus,
fieldset[disabled] .btn-azure.btn-o:active,
fieldset[disabled] .btn-azure.btn-o.active {
    border-color: #abcce7;
    color: #abcce7;
}

.btn-azure .caret {
    border-top-color: #ffffff;
}

.dropup .btn-azure .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-azure {
    background-color: #6fa7d7;
    border-color: #6fa7d7;
    color: #ffffff;
}

.open .btn-light-azure.dropdown-toggle {
    background-color: #abcce7;
    border-color: #abcce7;
}

.btn-light-azure:hover {
    background-color: #97bfe2 !important;
    border-color: #97bfe2;
    color: #ffffff;
}

.btn-light-azure:active,
.btn-light-azure.active,
.btn-light-azure.active:focus,
.btn-light-azure:active:focus,
.btn-light-azure:active:hover,
.btn-light-azure.dropdown-toggle:active:hover {
    background-color: #5b9bd1 !important;
    border-color: #5b9bd1;
}

.btn-light-azure:focus {
    background-color: #abcce7;
    border-color: #abcce7;
    color: #ffffff;
}

.btn-light-azure.disabled:hover,
.btn-light-azure.disabled:focus,
.btn-light-azure.disabled:active,
.btn-light-azure.disabled.active,
.btn-light-azure[disabled],
.btn-light-azure[disabled]:hover,
.btn-light-azure[disabled]:focus,
.btn-light-azure[disabled]:active,
.btn-light-azure[disabled].active,
fieldset[disabled] .btn-light-azure:hover,
fieldset[disabled] .btn-light-azure:focus,
fieldset[disabled] .btn-light-azure:active,
fieldset[disabled] .btn-light-azure.active {
    background-color: #bfd8ed;
    border-color: #bfd8ed;
    color: #ffffff;
}

.btn-light-azure.btn-o {
    border: 1px solid #6fa7d7;
    color: #6fa7d7;
}

.btn-light-azure.btn-o .caret {
    border-top-color: #6fa7d7;
}

.btn-light-azure.btn-o:hover {
    color: #ffffff;
    border-color: #6fa7d7;
    background: #6fa7d7 !important;
}

.btn-light-azure.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-azure.btn-o:active,
.btn-light-azure.btn-o.active,
.btn-light-azure.btn-o.active:focus,
.btn-light-azure.btn-o:active:focus,
.btn-light-azure.btn-o:active:hover {
    background-color: #5b9bd1 !important;
    border-color: #5b9bd1 !important;
    color: #ffffff !important;
}

.btn-light-azure.btn-o:active .caret,
.btn-light-azure.btn-o.active .caret,
.btn-light-azure.btn-o.active:focus .caret,
.btn-light-azure.btn-o:active:focus .caret,
.btn-light-azure.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-azure.btn-o:focus {
    background-color: #abcce7;
    border-color: #abcce7;
    color: #ffffff;
}

.btn-light-azure.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-azure.btn-o.disabled:hover,
.btn-light-azure.btn-o.disabled:focus,
.btn-light-azure.btn-o.disabled:active,
.btn-light-azure.btn-o.disabled.active,
.btn-light-azure.btn-o[disabled],
.btn-light-azure.btn-o[disabled]:hover,
.btn-light-azure.btn-o[disabled]:focus,
.btn-light-azure.btn-o[disabled]:active,
.btn-light-azure.btn-o[disabled].active,
fieldset[disabled] .btn-light-azure.btn-o:hover,
fieldset[disabled] .btn-light-azure.btn-o:focus,
fieldset[disabled] .btn-light-azure.btn-o:active,
fieldset[disabled] .btn-light-azure.btn-o.active {
    border-color: #bfd8ed;
    color: #bfd8ed;
}

.btn-light-azure .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-azure .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-azure {
    background-color: #3782c2;
    border-color: #3782c2;
    color: #ffffff;
}

.open .btn-dark-azure.dropdown-toggle {
    background-color: #6fa7d7;
    border-color: #6fa7d7;
}

.btn-dark-azure:hover {
    background-color: #5b9bd1 !important;
    border-color: #5b9bd1;
    color: #ffffff;
}

.btn-dark-azure:active,
.btn-dark-azure.active,
.btn-dark-azure.active:focus,
.btn-dark-azure:active:focus,
.btn-dark-azure:active:hover,
.btn-dark-azure.dropdown-toggle:active:hover {
    background-color: #3175af !important;
    border-color: #3175af;
}

.btn-dark-azure:focus {
    background-color: #6fa7d7;
    border-color: #6fa7d7;
    color: #ffffff;
}

.btn-dark-azure.disabled:hover,
.btn-dark-azure.disabled:focus,
.btn-dark-azure.disabled:active,
.btn-dark-azure.disabled.active,
.btn-dark-azure[disabled],
.btn-dark-azure[disabled]:hover,
.btn-dark-azure[disabled]:focus,
.btn-dark-azure[disabled]:active,
.btn-dark-azure[disabled].active,
fieldset[disabled] .btn-dark-azure:hover,
fieldset[disabled] .btn-dark-azure:focus,
fieldset[disabled] .btn-dark-azure:active,
fieldset[disabled] .btn-dark-azure.active {
    background-color: #83b3dc;
    border-color: #83b3dc;
    color: #ffffff;
}

.btn-dark-azure.btn-o {
    border: 1px solid #3782c2;
    color: #3782c2;
}

.btn-dark-azure.btn-o .caret {
    border-top-color: #3782c2;
}

.btn-dark-azure.btn-o:hover {
    color: #ffffff;
    border-color: #3782c2;
    background: #3782c2 !important;
}

.btn-dark-azure.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-azure.btn-o:active,
.btn-dark-azure.btn-o.active,
.btn-dark-azure.btn-o.active:focus,
.btn-dark-azure.btn-o:active:focus,
.btn-dark-azure.btn-o:active:hover {
    background-color: #3175af !important;
    border-color: #3175af !important;
    color: #ffffff !important;
}

.btn-dark-azure.btn-o:active .caret,
.btn-dark-azure.btn-o.active .caret,
.btn-dark-azure.btn-o.active:focus .caret,
.btn-dark-azure.btn-o:active:focus .caret,
.btn-dark-azure.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-azure.btn-o:focus {
    background-color: #6fa7d7;
    border-color: #6fa7d7;
    color: #ffffff;
}

.btn-dark-azure.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-azure.btn-o.disabled:hover,
.btn-dark-azure.btn-o.disabled:focus,
.btn-dark-azure.btn-o.disabled:active,
.btn-dark-azure.btn-o.disabled.active,
.btn-dark-azure.btn-o[disabled],
.btn-dark-azure.btn-o[disabled]:hover,
.btn-dark-azure.btn-o[disabled]:focus,
.btn-dark-azure.btn-o[disabled]:active,
.btn-dark-azure.btn-o[disabled].active,
fieldset[disabled] .btn-dark-azure.btn-o:hover,
fieldset[disabled] .btn-dark-azure.btn-o:focus,
fieldset[disabled] .btn-dark-azure.btn-o:active,
fieldset[disabled] .btn-dark-azure.btn-o.active {
    border-color: #83b3dc;
    color: #83b3dc;
}

.btn-dark-azure .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-azure .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-blue {
    background-color: #407887;
    border-color: #407887;
    color: #ffffff;
}

.open .btn-blue.dropdown-toggle {
    background-color: #60a2b4;
    border-color: #60a2b4;
}

.btn-blue:hover {
    background-color: #01bfbd !important;
    border-color: #01bfbd;
    color: #ffffff;
}

.btn-blue:active,
.btn-blue.active,
.btn-blue.active:focus,
.btn-blue:active:focus,
.btn-blue:active:hover,
.btn-blue.dropdown-toggle:active:hover {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
}

.btn-blue:focus {
    background-color: #60a2b4;
    border-color: #60a2b4;
    color: #ffffff;
}

.btn-blue.disabled:hover,
.btn-blue.disabled:focus,
.btn-blue.disabled:active,
.btn-blue.disabled.active,
.btn-blue[disabled],
.btn-blue[disabled]:hover,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
    background-color: #71acbc;
    border-color: #71acbc;
    color: #ffffff;
}

.btn-blue.btn-o {
    border: 1px solid #407887;
    color: #407887;
}

.btn-blue.btn-o .caret {
    border-top-color: #407887;
}

.btn-blue.btn-o:hover {
    color: #ffffff;
    border-color: #407887;
    background: #407887 !important;
}

.btn-blue.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-blue.btn-o:active,
.btn-blue.btn-o.active,
.btn-blue.btn-o.active:focus,
.btn-blue.btn-o:active:focus,
.btn-blue.btn-o:active:hover {
    background-color: #386976 !important;
    border-color: #386976 !important;
    color: #ffffff !important;
}

.btn-blue.btn-o:active .caret,
.btn-blue.btn-o.active .caret,
.btn-blue.btn-o.active:focus .caret,
.btn-blue.btn-o:active:focus .caret,
.btn-blue.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-blue.btn-o:focus {
    background-color: #60a2b4;
    border-color: #60a2b4;
    color: #ffffff;
}

.btn-blue.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-blue.btn-o.disabled:hover,
.btn-blue.btn-o.disabled:focus,
.btn-blue.btn-o.disabled:active,
.btn-blue.btn-o.disabled.active,
.btn-blue.btn-o[disabled],
.btn-blue.btn-o[disabled]:hover,
.btn-blue.btn-o[disabled]:focus,
.btn-blue.btn-o[disabled]:active,
.btn-blue.btn-o[disabled].active,
fieldset[disabled] .btn-blue.btn-o:hover,
fieldset[disabled] .btn-blue.btn-o:focus,
fieldset[disabled] .btn-blue.btn-o:active,
fieldset[disabled] .btn-blue.btn-o.active {
    border-color: #71acbc;
    color: #71acbc;
}

.btn-blue .caret {
    border-top-color: #ffffff;
}

.dropup .btn-blue .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-blue {
    background-color: #5097aa;
    border-color: #5097aa;
    color: #ffffff;
}

.open .btn-light-blue.dropdown-toggle {
    background-color: #83b6c4;
    border-color: #83b6c4;
}

.btn-light-blue:hover {
    background-color: #71acbc !important;
    border-color: #71acbc;
    color: #ffffff;
}

.btn-light-blue:active,
.btn-light-blue.active,
.btn-light-blue.active:focus,
.btn-light-blue:active:focus,
.btn-light-blue:active:hover,
.btn-light-blue.dropdown-toggle:active:hover {
    background-color: #488798 !important;
    border-color: #488798;
}

.btn-light-blue:focus {
    background-color: #83b6c4;
    border-color: #83b6c4;
    color: #ffffff;
}

.btn-light-blue.disabled:hover,
.btn-light-blue.disabled:focus,
.btn-light-blue.disabled:active,
.btn-light-blue.disabled.active,
.btn-light-blue[disabled],
.btn-light-blue[disabled]:hover,
.btn-light-blue[disabled]:focus,
.btn-light-blue[disabled]:active,
.btn-light-blue[disabled].active,
fieldset[disabled] .btn-light-blue:hover,
fieldset[disabled] .btn-light-blue:focus,
fieldset[disabled] .btn-light-blue:active,
fieldset[disabled] .btn-light-blue.active {
    background-color: #94c0cc;
    border-color: #94c0cc;
    color: #ffffff;
}

.btn-light-blue.btn-o {
    border: 1px solid #5097aa;
    color: #5097aa;
}

.btn-light-blue.btn-o .caret {
    border-top-color: #5097aa;
}

.btn-light-blue.btn-o:hover {
    color: #ffffff;
    border-color: #5097aa;
    background: #5097aa !important;
}

.btn-light-blue.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-blue.btn-o:active,
.btn-light-blue.btn-o.active,
.btn-light-blue.btn-o.active:focus,
.btn-light-blue.btn-o:active:focus,
.btn-light-blue.btn-o:active:hover {
    background-color: #488798 !important;
    border-color: #488798 !important;
    color: #ffffff !important;
}

.btn-light-blue.btn-o:active .caret,
.btn-light-blue.btn-o.active .caret,
.btn-light-blue.btn-o.active:focus .caret,
.btn-light-blue.btn-o:active:focus .caret,
.btn-light-blue.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-blue.btn-o:focus {
    background-color: #83b6c4;
    border-color: #83b6c4;
    color: #ffffff;
}

.btn-light-blue.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-blue.btn-o.disabled:hover,
.btn-light-blue.btn-o.disabled:focus,
.btn-light-blue.btn-o.disabled:active,
.btn-light-blue.btn-o.disabled.active,
.btn-light-blue.btn-o[disabled],
.btn-light-blue.btn-o[disabled]:hover,
.btn-light-blue.btn-o[disabled]:focus,
.btn-light-blue.btn-o[disabled]:active,
.btn-light-blue.btn-o[disabled].active,
fieldset[disabled] .btn-light-blue.btn-o:hover,
fieldset[disabled] .btn-light-blue.btn-o:focus,
fieldset[disabled] .btn-light-blue.btn-o:active,
fieldset[disabled] .btn-light-blue.btn-o.active {
    border-color: #94c0cc;
    color: #94c0cc;
}

.btn-light-blue .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-blue .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-blue {
    background-color: #305964;
    border-color: #305964;
    color: #ffffff;
}

.open .btn-dark-blue.dropdown-toggle {
    background-color: #488798;
    border-color: #488798;
}

.btn-dark-blue:hover {
    background-color: #407887 !important;
    border-color: #407887;
    color: #ffffff;
}

.btn-dark-blue:active,
.btn-dark-blue.active,
.btn-dark-blue.active:focus,
.btn-dark-blue:active:focus,
.btn-dark-blue:active:hover,
.btn-dark-blue.dropdown-toggle:active:hover {
    background-color: #274a53 !important;
    border-color: #274a53;
}

.btn-dark-blue:focus {
    background-color: #488798;
    border-color: #488798;
    color: #ffffff;
}

.btn-dark-blue.disabled:hover,
.btn-dark-blue.disabled:focus,
.btn-dark-blue.disabled:active,
.btn-dark-blue.disabled.active,
.btn-dark-blue[disabled],
.btn-dark-blue[disabled]:hover,
.btn-dark-blue[disabled]:focus,
.btn-dark-blue[disabled]:active,
.btn-dark-blue[disabled].active,
fieldset[disabled] .btn-dark-blue:hover,
fieldset[disabled] .btn-dark-blue:focus,
fieldset[disabled] .btn-dark-blue:active,
fieldset[disabled] .btn-dark-blue.active {
    background-color: #5097aa;
    border-color: #5097aa;
    color: #ffffff;
}

.btn-dark-blue.btn-o {
    border: 1px solid #305964;
    color: #305964;
}

.btn-dark-blue.btn-o .caret {
    border-top-color: #305964;
}

.btn-dark-blue.btn-o:hover {
    color: #ffffff;
    border-color: #305964;
    background: #305964 !important;
}

.btn-dark-blue.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-blue.btn-o:active,
.btn-dark-blue.btn-o.active,
.btn-dark-blue.btn-o.active:focus,
.btn-dark-blue.btn-o:active:focus,
.btn-dark-blue.btn-o:active:hover {
    background-color: #274a53 !important;
    border-color: #274a53 !important;
    color: #ffffff !important;
}

.btn-dark-blue.btn-o:active .caret,
.btn-dark-blue.btn-o.active .caret,
.btn-dark-blue.btn-o.active:focus .caret,
.btn-dark-blue.btn-o:active:focus .caret,
.btn-dark-blue.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-blue.btn-o:focus {
    background-color: #488798;
    border-color: #488798;
    color: #ffffff;
}

.btn-dark-blue.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-blue.btn-o.disabled:hover,
.btn-dark-blue.btn-o.disabled:focus,
.btn-dark-blue.btn-o.disabled:active,
.btn-dark-blue.btn-o.disabled.active,
.btn-dark-blue.btn-o[disabled],
.btn-dark-blue.btn-o[disabled]:hover,
.btn-dark-blue.btn-o[disabled]:focus,
.btn-dark-blue.btn-o[disabled]:active,
.btn-dark-blue.btn-o[disabled].active,
fieldset[disabled] .btn-dark-blue.btn-o:hover,
fieldset[disabled] .btn-dark-blue.btn-o:focus,
fieldset[disabled] .btn-dark-blue.btn-o:active,
fieldset[disabled] .btn-dark-blue.btn-o.active {
    border-color: #5097aa;
    color: #5097aa;
}

.btn-dark-blue .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-blue .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-green {
    background-color: #5a8770;
    border-color: #5a8770;
    color: #ffffff;
}

.open .btn-green.dropdown-toggle {
    background-color: #82ac96;
    border-color: #82ac96;
}

.btn-green:hover {
    background-color: #73a189 !important;
    border-color: #73a189;
    color: #ffffff;
}

.btn-green:active,
.btn-green.active,
.btn-green.active:focus,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green.dropdown-toggle:active:hover {
    background-color: #507863 !important;
    border-color: #507863;
}

.btn-green:focus {
    background-color: #82ac96;
    border-color: #82ac96;
    color: #ffffff;
}

.btn-green.disabled:hover,
.btn-green.disabled:focus,
.btn-green.disabled:active,
.btn-green.disabled.active,
.btn-green[disabled],
.btn-green[disabled]:hover,
.btn-green[disabled]:focus,
.btn-green[disabled]:active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green:active,
fieldset[disabled] .btn-green.active {
    background-color: #91b6a3;
    border-color: #91b6a3;
    color: #ffffff;
}

.btn-green.btn-o {
    border: 1px solid #5a8770;
    color: #5a8770;
}

.btn-green.btn-o .caret {
    border-top-color: #5a8770;
}

.btn-green.btn-o:hover {
    color: #ffffff;
    border-color: #5a8770;
    background: #5a8770 !important;
}

.btn-green.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-green.btn-o:active,
.btn-green.btn-o.active,
.btn-green.btn-o.active:focus,
.btn-green.btn-o:active:focus,
.btn-green.btn-o:active:hover {
    background-color: #507863 !important;
    border-color: #507863 !important;
    color: #ffffff !important;
}

.btn-green.btn-o:active .caret,
.btn-green.btn-o.active .caret,
.btn-green.btn-o.active:focus .caret,
.btn-green.btn-o:active:focus .caret,
.btn-green.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-green.btn-o:focus {
    background-color: #82ac96;
    border-color: #82ac96;
    color: #ffffff;
}

.btn-green.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-green.btn-o.disabled:hover,
.btn-green.btn-o.disabled:focus,
.btn-green.btn-o.disabled:active,
.btn-green.btn-o.disabled.active,
.btn-green.btn-o[disabled],
.btn-green.btn-o[disabled]:hover,
.btn-green.btn-o[disabled]:focus,
.btn-green.btn-o[disabled]:active,
.btn-green.btn-o[disabled].active,
fieldset[disabled] .btn-green.btn-o:hover,
fieldset[disabled] .btn-green.btn-o:focus,
fieldset[disabled] .btn-green.btn-o:active,
fieldset[disabled] .btn-green.btn-o.active {
    border-color: #91b6a3;
    color: #91b6a3;
}

.btn-green .caret {
    border-top-color: #ffffff;
}

.dropup .btn-green .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-green {
    background-color: #73a189;
    border-color: #73a189;
    color: #ffffff;
}

.open .btn-light-green.dropdown-toggle {
    background-color: #a1c0b0;
    border-color: #a1c0b0;
}

.btn-light-green:hover {
    background-color: #91b6a3 !important;
    border-color: #91b6a3;
    color: #ffffff;
}

.btn-light-green:active,
.btn-light-green.active,
.btn-light-green.active:focus,
.btn-light-green:active:focus,
.btn-light-green:active:hover,
.btn-light-green.dropdown-toggle:active:hover {
    background-color: #64967d !important;
    border-color: #64967d;
}

.btn-light-green:focus {
    background-color: #a1c0b0;
    border-color: #a1c0b0;
    color: #ffffff;
}

.btn-light-green.disabled:hover,
.btn-light-green.disabled:focus,
.btn-light-green.disabled:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled],
.btn-light-green[disabled]:hover,
.btn-light-green[disabled]:focus,
.btn-light-green[disabled]:active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green:hover,
fieldset[disabled] .btn-light-green:focus,
fieldset[disabled] .btn-light-green:active,
fieldset[disabled] .btn-light-green.active {
    background-color: #b0cabd;
    border-color: #b0cabd;
    color: #ffffff;
}

.btn-light-green.btn-o {
    border: 1px solid #73a189;
    color: #73a189;
}

.btn-light-green.btn-o .caret {
    border-top-color: #73a189;
}

.btn-light-green.btn-o:hover {
    color: #ffffff;
    border-color: #73a189;
    background: #73a189 !important;
}

.btn-light-green.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-green.btn-o:active,
.btn-light-green.btn-o.active,
.btn-light-green.btn-o.active:focus,
.btn-light-green.btn-o:active:focus,
.btn-light-green.btn-o:active:hover {
    background-color: #64967d !important;
    border-color: #64967d !important;
    color: #ffffff !important;
}

.btn-light-green.btn-o:active .caret,
.btn-light-green.btn-o.active .caret,
.btn-light-green.btn-o.active:focus .caret,
.btn-light-green.btn-o:active:focus .caret,
.btn-light-green.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-green.btn-o:focus {
    background-color: #a1c0b0;
    border-color: #a1c0b0;
    color: #ffffff;
}

.btn-light-green.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-green.btn-o.disabled:hover,
.btn-light-green.btn-o.disabled:focus,
.btn-light-green.btn-o.disabled:active,
.btn-light-green.btn-o.disabled.active,
.btn-light-green.btn-o[disabled],
.btn-light-green.btn-o[disabled]:hover,
.btn-light-green.btn-o[disabled]:focus,
.btn-light-green.btn-o[disabled]:active,
.btn-light-green.btn-o[disabled].active,
fieldset[disabled] .btn-light-green.btn-o:hover,
fieldset[disabled] .btn-light-green.btn-o:focus,
fieldset[disabled] .btn-light-green.btn-o:active,
fieldset[disabled] .btn-light-green.btn-o.active {
    border-color: #b0cabd;
    color: #b0cabd;
}

.btn-light-green .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-green .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-green {
    background-color: #466857;
    border-color: #466857;
    color: #ffffff;
}

.open .btn-dark-green.dropdown-toggle {
    background-color: #64967d;
    border-color: #64967d;
}

.btn-dark-green:hover {
    background-color: #5a8770 !important;
    border-color: #5a8770;
    color: #ffffff;
}

.btn-dark-green:active,
.btn-dark-green.active,
.btn-dark-green.active:focus,
.btn-dark-green:active:focus,
.btn-dark-green:active:hover,
.btn-dark-green.dropdown-toggle:active:hover {
    background-color: #3b594a !important;
    border-color: #3b594a;
}

.btn-dark-green:focus {
    background-color: #64967d;
    border-color: #64967d;
    color: #ffffff;
}

.btn-dark-green.disabled:hover,
.btn-dark-green.disabled:focus,
.btn-dark-green.disabled:active,
.btn-dark-green.disabled.active,
.btn-dark-green[disabled],
.btn-dark-green[disabled]:hover,
.btn-dark-green[disabled]:focus,
.btn-dark-green[disabled]:active,
.btn-dark-green[disabled].active,
fieldset[disabled] .btn-dark-green:hover,
fieldset[disabled] .btn-dark-green:focus,
fieldset[disabled] .btn-dark-green:active,
fieldset[disabled] .btn-dark-green.active {
    background-color: #73a189;
    border-color: #73a189;
    color: #ffffff;
}

.btn-dark-green.btn-o {
    border: 1px solid #466857;
    color: #466857;
}

.btn-dark-green.btn-o .caret {
    border-top-color: #466857;
}

.btn-dark-green.btn-o:hover {
    color: #ffffff;
    border-color: #466857;
    background: #466857 !important;
}

.btn-dark-green.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-green.btn-o:active,
.btn-dark-green.btn-o.active,
.btn-dark-green.btn-o.active:focus,
.btn-dark-green.btn-o:active:focus,
.btn-dark-green.btn-o:active:hover {
    background-color: #3b594a !important;
    border-color: #3b594a !important;
    color: #ffffff !important;
}

.btn-dark-green.btn-o:active .caret,
.btn-dark-green.btn-o.active .caret,
.btn-dark-green.btn-o.active:focus .caret,
.btn-dark-green.btn-o:active:focus .caret,
.btn-dark-green.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-green.btn-o:focus {
    background-color: #64967d;
    border-color: #64967d;
    color: #ffffff;
}

.btn-dark-green.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-green.btn-o.disabled:hover,
.btn-dark-green.btn-o.disabled:focus,
.btn-dark-green.btn-o.disabled:active,
.btn-dark-green.btn-o.disabled.active,
.btn-dark-green.btn-o[disabled],
.btn-dark-green.btn-o[disabled]:hover,
.btn-dark-green.btn-o[disabled]:focus,
.btn-dark-green.btn-o[disabled]:active,
.btn-dark-green.btn-o[disabled].active,
fieldset[disabled] .btn-dark-green.btn-o:hover,
fieldset[disabled] .btn-dark-green.btn-o:focus,
fieldset[disabled] .btn-dark-green.btn-o:active,
fieldset[disabled] .btn-dark-green.btn-o.active {
    border-color: #73a189;
    color: #73a189;
}

.btn-dark-green .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-green .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-orange {
    background-color: #f18636;
    border-color: #f18636;
    color: #ffffff;
}

.open .btn-orange.dropdown-toggle {
    background-color: #f6b17e;
    border-color: #f6b17e;
}

.btn-orange:hover {
    background-color: #f4a366 !important;
    border-color: #f4a366;
    color: #ffffff;
}

.btn-orange:active,
.btn-orange.active,
.btn-orange.active:focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.btn-orange.dropdown-toggle:active:hover {
    background-color: #ef781e !important;
    border-color: #ef781e;
}

.btn-orange:focus {
    background-color: #f6b17e;
    border-color: #f6b17e;
    color: #ffffff;
}

.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled],
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
    background-color: #f8bf95;
    border-color: #f8bf95;
    color: #ffffff;
}

.btn-orange.btn-o {
    border: 1px solid #f18636;
    color: #f18636;
}

.btn-orange.btn-o .caret {
    border-top-color: #f18636;
}

.btn-orange.btn-o:hover {
    color: #ffffff;
    border-color: #f18636;
    background: #f18636 !important;
}

.btn-orange.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-orange.btn-o:active,
.btn-orange.btn-o.active,
.btn-orange.btn-o.active:focus,
.btn-orange.btn-o:active:focus,
.btn-orange.btn-o:active:hover {
    background-color: #ef781e !important;
    border-color: #ef781e !important;
    color: #ffffff !important;
}

.btn-orange.btn-o:active .caret,
.btn-orange.btn-o.active .caret,
.btn-orange.btn-o.active:focus .caret,
.btn-orange.btn-o:active:focus .caret,
.btn-orange.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-orange.btn-o:focus {
    background-color: #f6b17e;
    border-color: #f6b17e;
    color: #ffffff;
}

.btn-orange.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-orange.btn-o.disabled:hover,
.btn-orange.btn-o.disabled:focus,
.btn-orange.btn-o.disabled:active,
.btn-orange.btn-o.disabled.active,
.btn-orange.btn-o[disabled],
.btn-orange.btn-o[disabled]:hover,
.btn-orange.btn-o[disabled]:focus,
.btn-orange.btn-o[disabled]:active,
.btn-orange.btn-o[disabled].active,
fieldset[disabled] .btn-orange.btn-o:hover,
fieldset[disabled] .btn-orange.btn-o:focus,
fieldset[disabled] .btn-orange.btn-o:active,
fieldset[disabled] .btn-orange.btn-o.active {
    border-color: #f8bf95;
    color: #f8bf95;
}

.btn-orange .caret {
    border-top-color: #ffffff;
}

.dropup .btn-orange .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-orange {
    background-color: #f4a366;
    border-color: #f4a366;
    color: #ffffff;
}

.open .btn-light-orange.dropdown-toggle {
    background-color: #f9cead;
    border-color: #f9cead;
}

.btn-light-orange:hover {
    background-color: #f8bf95 !important;
    border-color: #f8bf95;
    color: #ffffff;
}

.btn-light-orange:active,
.btn-light-orange.active,
.btn-light-orange.active:focus,
.btn-light-orange:active:focus,
.btn-light-orange:active:hover,
.btn-light-orange.dropdown-toggle:active:hover {
    background-color: #f3944e !important;
    border-color: #f3944e;
}

.btn-light-orange:focus {
    background-color: #f9cead;
    border-color: #f9cead;
    color: #ffffff;
}

.btn-light-orange.disabled:hover,
.btn-light-orange.disabled:focus,
.btn-light-orange.disabled:active,
.btn-light-orange.disabled.active,
.btn-light-orange[disabled],
.btn-light-orange[disabled]:hover,
.btn-light-orange[disabled]:focus,
.btn-light-orange[disabled]:active,
.btn-light-orange[disabled].active,
fieldset[disabled] .btn-light-orange:hover,
fieldset[disabled] .btn-light-orange:focus,
fieldset[disabled] .btn-light-orange:active,
fieldset[disabled] .btn-light-orange.active {
    background-color: #fbdcc5;
    border-color: #fbdcc5;
    color: #ffffff;
}

.btn-light-orange.btn-o {
    border: 1px solid #f4a366;
    color: #f4a366;
}

.btn-light-orange.btn-o .caret {
    border-top-color: #f4a366;
}

.btn-light-orange.btn-o:hover {
    color: #ffffff;
    border-color: #f4a366;
    background: #f4a366 !important;
}

.btn-light-orange.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-orange.btn-o:active,
.btn-light-orange.btn-o.active,
.btn-light-orange.btn-o.active:focus,
.btn-light-orange.btn-o:active:focus,
.btn-light-orange.btn-o:active:hover {
    background-color: #f3944e !important;
    border-color: #f3944e !important;
    color: #ffffff !important;
}

.btn-light-orange.btn-o:active .caret,
.btn-light-orange.btn-o.active .caret,
.btn-light-orange.btn-o.active:focus .caret,
.btn-light-orange.btn-o:active:focus .caret,
.btn-light-orange.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-orange.btn-o:focus {
    background-color: #f9cead;
    border-color: #f9cead;
    color: #ffffff;
}

.btn-light-orange.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-orange.btn-o.disabled:hover,
.btn-light-orange.btn-o.disabled:focus,
.btn-light-orange.btn-o.disabled:active,
.btn-light-orange.btn-o.disabled.active,
.btn-light-orange.btn-o[disabled],
.btn-light-orange.btn-o[disabled]:hover,
.btn-light-orange.btn-o[disabled]:focus,
.btn-light-orange.btn-o[disabled]:active,
.btn-light-orange.btn-o[disabled].active,
fieldset[disabled] .btn-light-orange.btn-o:hover,
fieldset[disabled] .btn-light-orange.btn-o:focus,
fieldset[disabled] .btn-light-orange.btn-o:active,
fieldset[disabled] .btn-light-orange.btn-o.active {
    border-color: #fbdcc5;
    color: #fbdcc5;
}

.btn-light-orange .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-orange .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-orange {
    background-color: #e46b10;
    border-color: #e46b10;
    color: #ffffff;
}

.open .btn-dark-orange.dropdown-toggle {
    background-color: #f3944e;
    border-color: #f3944e;
}

.btn-dark-orange:hover {
    background-color: #f18636 !important;
    border-color: #f18636;
    color: #ffffff;
}

.btn-dark-orange:active,
.btn-dark-orange.active,
.btn-dark-orange.active:focus,
.btn-dark-orange:active:focus,
.btn-dark-orange:active:hover,
.btn-dark-orange.dropdown-toggle:active:hover {
    background-color: #cc600e !important;
    border-color: #cc600e;
}

.btn-dark-orange:focus {
    background-color: #f3944e;
    border-color: #f3944e;
    color: #ffffff;
}

.btn-dark-orange.disabled:hover,
.btn-dark-orange.disabled:focus,
.btn-dark-orange.disabled:active,
.btn-dark-orange.disabled.active,
.btn-dark-orange[disabled],
.btn-dark-orange[disabled]:hover,
.btn-dark-orange[disabled]:focus,
.btn-dark-orange[disabled]:active,
.btn-dark-orange[disabled].active,
fieldset[disabled] .btn-dark-orange:hover,
fieldset[disabled] .btn-dark-orange:focus,
fieldset[disabled] .btn-dark-orange:active,
fieldset[disabled] .btn-dark-orange.active {
    background-color: #f4a366;
    border-color: #f4a366;
    color: #ffffff;
}

.btn-dark-orange.btn-o {
    border: 1px solid #e46b10;
    color: #e46b10;
}

.btn-dark-orange.btn-o .caret {
    border-top-color: #e46b10;
}

.btn-dark-orange.btn-o:hover {
    color: #ffffff;
    border-color: #e46b10;
    background: #e46b10 !important;
}

.btn-dark-orange.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-orange.btn-o:active,
.btn-dark-orange.btn-o.active,
.btn-dark-orange.btn-o.active:focus,
.btn-dark-orange.btn-o:active:focus,
.btn-dark-orange.btn-o:active:hover {
    background-color: #cc600e !important;
    border-color: #cc600e !important;
    color: #ffffff !important;
}

.btn-dark-orange.btn-o:active .caret,
.btn-dark-orange.btn-o.active .caret,
.btn-dark-orange.btn-o.active:focus .caret,
.btn-dark-orange.btn-o:active:focus .caret,
.btn-dark-orange.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-orange.btn-o:focus {
    background-color: #f3944e;
    border-color: #f3944e;
    color: #ffffff;
}

.btn-dark-orange.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-orange.btn-o.disabled:hover,
.btn-dark-orange.btn-o.disabled:focus,
.btn-dark-orange.btn-o.disabled:active,
.btn-dark-orange.btn-o.disabled.active,
.btn-dark-orange.btn-o[disabled],
.btn-dark-orange.btn-o[disabled]:hover,
.btn-dark-orange.btn-o[disabled]:focus,
.btn-dark-orange.btn-o[disabled]:active,
.btn-dark-orange.btn-o[disabled].active,
fieldset[disabled] .btn-dark-orange.btn-o:hover,
fieldset[disabled] .btn-dark-orange.btn-o:focus,
fieldset[disabled] .btn-dark-orange.btn-o:active,
fieldset[disabled] .btn-dark-orange.btn-o.active {
    border-color: #f4a366;
    color: #f4a366;
}

.btn-dark-orange .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-orange .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-red {
    background-color: #c82e29;
    border-color: #c82e29;
    color: #ffffff;
}

.open .btn-red.dropdown-toggle {
    background-color: #de635f;
    border-color: #de635f;
}

.btn-red:hover {
    background-color: #c82e29 !important;
    border-color: #c82e29;
    color: #ffffff;
}

.btn-red:active,
.btn-red.active,
.btn-red.active:focus,
.btn-red:active:focus,
.btn-red:active:hover,
.btn-red.dropdown-toggle:active:hover {
    background-color: #b32925 !important;
    border-color: #b32925;
}

.btn-red:focus {
    background-color: #de635f;
    border-color: #de635f;
    color: #ffffff;
}

.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled],
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
    background-color: #e37874;
    border-color: #e37874;
    color: #ffffff;
}

.btn-red.btn-o {
    border: 1px solid #c82e29;
    color: #c82e29;
}

.btn-red.btn-o .caret {
    border-top-color: #c82e29;
}

.btn-red.btn-o:hover {
    color: #ffffff;
    border-color: #c82e29;
    background: #c82e29 !important;
}

.btn-red.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-red.btn-o:active,
.btn-red.btn-o.active,
.btn-red.btn-o.active:focus,
.btn-red.btn-o:active:focus,
.btn-red.btn-o:active:hover {
    background-color: #b32925 !important;
    border-color: #b32925 !important;
    color: #ffffff !important;
}

.btn-red.btn-o:active .caret,
.btn-red.btn-o.active .caret,
.btn-red.btn-o.active:focus .caret,
.btn-red.btn-o:active:focus .caret,
.btn-red.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-red.btn-o:focus {
    background-color: #de635f;
    border-color: #de635f;
    color: #ffffff;
}

.btn-red.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-red.btn-o.disabled:hover,
.btn-red.btn-o.disabled:focus,
.btn-red.btn-o.disabled:active,
.btn-red.btn-o.disabled.active,
.btn-red.btn-o[disabled],
.btn-red.btn-o[disabled]:hover,
.btn-red.btn-o[disabled]:focus,
.btn-red.btn-o[disabled]:active,
.btn-red.btn-o[disabled].active,
fieldset[disabled] .btn-red.btn-o:hover,
fieldset[disabled] .btn-red.btn-o:focus,
fieldset[disabled] .btn-red.btn-o:active,
fieldset[disabled] .btn-red.btn-o.active {
    border-color: #e37874;
    color: #e37874;
}

.btn-red .caret {
    border-top-color: #ffffff;
}

.dropup .btn-red .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-red {
    background-color: #da4f4a;
    border-color: #da4f4a;
    color: #ffffff;
}

.open .btn-light-red.dropdown-toggle {
    background-color: #e78d8a;
    border-color: #e78d8a;
}

.btn-light-red:hover {
    background-color: #e37874 !important;
    border-color: #e37874;
    color: #ffffff;
}

.btn-light-red:active,
.btn-light-red.active,
.btn-light-red.active:focus,
.btn-light-red:active:focus,
.btn-light-red:active:hover,
.btn-light-red.dropdown-toggle:active:hover {
    background-color: #d63a35 !important;
    border-color: #d63a35;
}

.btn-light-red:focus {
    background-color: #e78d8a;
    border-color: #e78d8a;
    color: #ffffff;
}

.btn-light-red.disabled:hover,
.btn-light-red.disabled:focus,
.btn-light-red.disabled:active,
.btn-light-red.disabled.active,
.btn-light-red[disabled],
.btn-light-red[disabled]:hover,
.btn-light-red[disabled]:focus,
.btn-light-red[disabled]:active,
.btn-light-red[disabled].active,
fieldset[disabled] .btn-light-red:hover,
fieldset[disabled] .btn-light-red:focus,
fieldset[disabled] .btn-light-red:active,
fieldset[disabled] .btn-light-red.active {
    background-color: #eba19f;
    border-color: #eba19f;
    color: #ffffff;
}

.btn-light-red.btn-o {
    border: 1px solid #da4f4a;
    color: #da4f4a;
}

.btn-light-red.btn-o .caret {
    border-top-color: #da4f4a;
}

.btn-light-red.btn-o:hover {
    color: #ffffff;
    border-color: #da4f4a;
    background: #da4f4a !important;
}

.btn-light-red.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-red.btn-o:active,
.btn-light-red.btn-o.active,
.btn-light-red.btn-o.active:focus,
.btn-light-red.btn-o:active:focus,
.btn-light-red.btn-o:active:hover {
    background-color: #d63a35 !important;
    border-color: #d63a35 !important;
    color: #ffffff !important;
}

.btn-light-red.btn-o:active .caret,
.btn-light-red.btn-o.active .caret,
.btn-light-red.btn-o.active:focus .caret,
.btn-light-red.btn-o:active:focus .caret,
.btn-light-red.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-red.btn-o:focus {
    background-color: #e78d8a;
    border-color: #e78d8a;
    color: #ffffff;
}

.btn-light-red.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-red.btn-o.disabled:hover,
.btn-light-red.btn-o.disabled:focus,
.btn-light-red.btn-o.disabled:active,
.btn-light-red.btn-o.disabled.active,
.btn-light-red.btn-o[disabled],
.btn-light-red.btn-o[disabled]:hover,
.btn-light-red.btn-o[disabled]:focus,
.btn-light-red.btn-o[disabled]:active,
.btn-light-red.btn-o[disabled].active,
fieldset[disabled] .btn-light-red.btn-o:hover,
fieldset[disabled] .btn-light-red.btn-o:focus,
fieldset[disabled] .btn-light-red.btn-o:active,
fieldset[disabled] .btn-light-red.btn-o.active {
    border-color: #eba19f;
    color: #eba19f;
}

.btn-light-red .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-red .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-red {
    background-color: #9e2420;
    border-color: #9e2420;
    color: #ffffff;
}

.open .btn-dark-red.dropdown-toggle {
    background-color: #d63a35;
    border-color: #d63a35;
}

.btn-dark-red:hover {
    background-color: #c82e29 !important;
    border-color: #c82e29;
    color: #ffffff;
}

.btn-dark-red:active,
.btn-dark-red.active,
.btn-dark-red.active:focus,
.btn-dark-red:active:focus,
.btn-dark-red:active:hover,
.btn-dark-red.dropdown-toggle:active:hover {
    background-color: #891f1c !important;
    border-color: #891f1c;
}

.btn-dark-red:focus {
    background-color: #d63a35;
    border-color: #d63a35;
    color: #ffffff;
}

.btn-dark-red.disabled:hover,
.btn-dark-red.disabled:focus,
.btn-dark-red.disabled:active,
.btn-dark-red.disabled.active,
.btn-dark-red[disabled],
.btn-dark-red[disabled]:hover,
.btn-dark-red[disabled]:focus,
.btn-dark-red[disabled]:active,
.btn-dark-red[disabled].active,
fieldset[disabled] .btn-dark-red:hover,
fieldset[disabled] .btn-dark-red:focus,
fieldset[disabled] .btn-dark-red:active,
fieldset[disabled] .btn-dark-red.active {
    background-color: #da4f4a;
    border-color: #da4f4a;
    color: #ffffff;
}

.btn-dark-red.btn-o {
    border: 1px solid #9e2420;
    color: #9e2420;
}

.btn-dark-red.btn-o .caret {
    border-top-color: #9e2420;
}

.btn-dark-red.btn-o:hover {
    color: #ffffff;
    border-color: #9e2420;
    background: #9e2420 !important;
}

.btn-dark-red.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-red.btn-o:active,
.btn-dark-red.btn-o.active,
.btn-dark-red.btn-o.active:focus,
.btn-dark-red.btn-o:active:focus,
.btn-dark-red.btn-o:active:hover {
    background-color: #891f1c !important;
    border-color: #891f1c !important;
    color: #ffffff !important;
}

.btn-dark-red.btn-o:active .caret,
.btn-dark-red.btn-o.active .caret,
.btn-dark-red.btn-o.active:focus .caret,
.btn-dark-red.btn-o:active:focus .caret,
.btn-dark-red.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-red.btn-o:focus {
    background-color: #d63a35;
    border-color: #d63a35;
    color: #ffffff;
}

.btn-dark-red.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-red.btn-o.disabled:hover,
.btn-dark-red.btn-o.disabled:focus,
.btn-dark-red.btn-o.disabled:active,
.btn-dark-red.btn-o.disabled.active,
.btn-dark-red.btn-o[disabled],
.btn-dark-red.btn-o[disabled]:hover,
.btn-dark-red.btn-o[disabled]:focus,
.btn-dark-red.btn-o[disabled]:active,
.btn-dark-red.btn-o[disabled].active,
fieldset[disabled] .btn-dark-red.btn-o:hover,
fieldset[disabled] .btn-dark-red.btn-o:focus,
fieldset[disabled] .btn-dark-red.btn-o:active,
fieldset[disabled] .btn-dark-red.btn-o.active {
    border-color: #da4f4a;
    color: #da4f4a;
}

.btn-dark-red .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-red .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-purple {
    background-color: #9a89b5;
    border-color: #9a89b5;
    color: #ffffff;
}

.open .btn-purple.dropdown-toggle {
    background-color: #c2b8d2;
    border-color: #c2b8d2;
}

.btn-purple:hover {
    background-color: #b5a8c9 !important;
    border-color: #b5a8c9;
    color: #ffffff;
}

.btn-purple:active,
.btn-purple.active,
.btn-purple.active:focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.btn-purple.dropdown-toggle:active:hover {
    background-color: #8d79ab !important;
    border-color: #8d79ab;
}

.btn-purple:focus {
    background-color: #c2b8d2;
    border-color: #c2b8d2;
    color: #ffffff;
}

.btn-purple.disabled:hover,
.btn-purple.disabled:focus,
.btn-purple.disabled:active,
.btn-purple.disabled.active,
.btn-purple[disabled],
.btn-purple[disabled]:hover,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple:hover,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:active,
fieldset[disabled] .btn-purple.active {
    background-color: #d0c8dc;
    border-color: #d0c8dc;
    color: #ffffff;
}

.btn-purple.btn-o {
    border: 1px solid #9a89b5;
    color: #9a89b5;
}

.btn-purple.btn-o .caret {
    border-top-color: #9a89b5;
}

.btn-purple.btn-o:hover {
    color: #ffffff;
    border-color: #9a89b5;
    background: #9a89b5 !important;
}

.btn-purple.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-purple.btn-o:active,
.btn-purple.btn-o.active,
.btn-purple.btn-o.active:focus,
.btn-purple.btn-o:active:focus,
.btn-purple.btn-o:active:hover {
    background-color: #8d79ab !important;
    border-color: #8d79ab !important;
    color: #ffffff !important;
}

.btn-purple.btn-o:active .caret,
.btn-purple.btn-o.active .caret,
.btn-purple.btn-o.active:focus .caret,
.btn-purple.btn-o:active:focus .caret,
.btn-purple.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-purple.btn-o:focus {
    background-color: #c2b8d2;
    border-color: #c2b8d2;
    color: #ffffff;
}

.btn-purple.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-purple.btn-o.disabled:hover,
.btn-purple.btn-o.disabled:focus,
.btn-purple.btn-o.disabled:active,
.btn-purple.btn-o.disabled.active,
.btn-purple.btn-o[disabled],
.btn-purple.btn-o[disabled]:hover,
.btn-purple.btn-o[disabled]:focus,
.btn-purple.btn-o[disabled]:active,
.btn-purple.btn-o[disabled].active,
fieldset[disabled] .btn-purple.btn-o:hover,
fieldset[disabled] .btn-purple.btn-o:focus,
fieldset[disabled] .btn-purple.btn-o:active,
fieldset[disabled] .btn-purple.btn-o.active {
    border-color: #d0c8dc;
    color: #d0c8dc;
}

.btn-purple .caret {
    border-top-color: #ffffff;
}

.dropup .btn-purple .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-purple {
    background-color: #b5a8c9;
    border-color: #b5a8c9;
    color: #ffffff;
}

.open .btn-light-purple.dropdown-toggle {
    background-color: #ddd7e6;
    border-color: #ddd7e6;
}

.btn-light-purple:hover {
    background-color: #d0c8dc !important;
    border-color: #d0c8dc;
    color: #ffffff;
}

.btn-light-purple:active,
.btn-light-purple.active,
.btn-light-purple.active:focus,
.btn-light-purple:active:focus,
.btn-light-purple:active:hover,
.btn-light-purple.dropdown-toggle:active:hover {
    background-color: #a799bf !important;
    border-color: #a799bf;
}

.btn-light-purple:focus {
    background-color: #ddd7e6;
    border-color: #ddd7e6;
    color: #ffffff;
}

.btn-light-purple.disabled:hover,
.btn-light-purple.disabled:focus,
.btn-light-purple.disabled:active,
.btn-light-purple.disabled.active,
.btn-light-purple[disabled],
.btn-light-purple[disabled]:hover,
.btn-light-purple[disabled]:focus,
.btn-light-purple[disabled]:active,
.btn-light-purple[disabled].active,
fieldset[disabled] .btn-light-purple:hover,
fieldset[disabled] .btn-light-purple:focus,
fieldset[disabled] .btn-light-purple:active,
fieldset[disabled] .btn-light-purple.active {
    background-color: #eae7f0;
    border-color: #eae7f0;
    color: #ffffff;
}

.btn-light-purple.btn-o {
    border: 1px solid #b5a8c9;
    color: #b5a8c9;
}

.btn-light-purple.btn-o .caret {
    border-top-color: #b5a8c9;
}

.btn-light-purple.btn-o:hover {
    color: #ffffff;
    border-color: #b5a8c9;
    background: #b5a8c9 !important;
}

.btn-light-purple.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-purple.btn-o:active,
.btn-light-purple.btn-o.active,
.btn-light-purple.btn-o.active:focus,
.btn-light-purple.btn-o:active:focus,
.btn-light-purple.btn-o:active:hover {
    background-color: #a799bf !important;
    border-color: #a799bf !important;
    color: #ffffff !important;
}

.btn-light-purple.btn-o:active .caret,
.btn-light-purple.btn-o.active .caret,
.btn-light-purple.btn-o.active:focus .caret,
.btn-light-purple.btn-o:active:focus .caret,
.btn-light-purple.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-purple.btn-o:focus {
    background-color: #ddd7e6;
    border-color: #ddd7e6;
    color: #ffffff;
}

.btn-light-purple.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-purple.btn-o.disabled:hover,
.btn-light-purple.btn-o.disabled:focus,
.btn-light-purple.btn-o.disabled:active,
.btn-light-purple.btn-o.disabled.active,
.btn-light-purple.btn-o[disabled],
.btn-light-purple.btn-o[disabled]:hover,
.btn-light-purple.btn-o[disabled]:focus,
.btn-light-purple.btn-o[disabled]:active,
.btn-light-purple.btn-o[disabled].active,
fieldset[disabled] .btn-light-purple.btn-o:hover,
fieldset[disabled] .btn-light-purple.btn-o:focus,
fieldset[disabled] .btn-light-purple.btn-o:active,
fieldset[disabled] .btn-light-purple.btn-o.active {
    border-color: #eae7f0;
    color: #eae7f0;
}

.btn-light-purple .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-purple .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-purple {
    background-color: #7f6aa1;
    border-color: #7f6aa1;
    color: #ffffff;
}

.open .btn-dark-purple.dropdown-toggle {
    background-color: #a799bf;
    border-color: #a799bf;
}

.btn-dark-purple:hover {
    background-color: #9a89b5 !important;
    border-color: #9a89b5;
    color: #ffffff;
}

.btn-dark-purple:active,
.btn-dark-purple.active,
.btn-dark-purple.active:focus,
.btn-dark-purple:active:focus,
.btn-dark-purple:active:hover,
.btn-dark-purple.dropdown-toggle:active:hover {
    background-color: #725d94 !important;
    border-color: #725d94;
}

.btn-dark-purple:focus {
    background-color: #a799bf;
    border-color: #a799bf;
    color: #ffffff;
}

.btn-dark-purple.disabled:hover,
.btn-dark-purple.disabled:focus,
.btn-dark-purple.disabled:active,
.btn-dark-purple.disabled.active,
.btn-dark-purple[disabled],
.btn-dark-purple[disabled]:hover,
.btn-dark-purple[disabled]:focus,
.btn-dark-purple[disabled]:active,
.btn-dark-purple[disabled].active,
fieldset[disabled] .btn-dark-purple:hover,
fieldset[disabled] .btn-dark-purple:focus,
fieldset[disabled] .btn-dark-purple:active,
fieldset[disabled] .btn-dark-purple.active {
    background-color: #b5a8c9;
    border-color: #b5a8c9;
    color: #ffffff;
}

.btn-dark-purple.btn-o {
    border: 1px solid #7f6aa1;
    color: #7f6aa1;
}

.btn-dark-purple.btn-o .caret {
    border-top-color: #7f6aa1;
}

.btn-dark-purple.btn-o:hover {
    color: #ffffff;
    border-color: #7f6aa1;
    background: #7f6aa1 !important;
}

.btn-dark-purple.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-purple.btn-o:active,
.btn-dark-purple.btn-o.active,
.btn-dark-purple.btn-o.active:focus,
.btn-dark-purple.btn-o:active:focus,
.btn-dark-purple.btn-o:active:hover {
    background-color: #725d94 !important;
    border-color: #725d94 !important;
    color: #ffffff !important;
}

.btn-dark-purple.btn-o:active .caret,
.btn-dark-purple.btn-o.active .caret,
.btn-dark-purple.btn-o.active:focus .caret,
.btn-dark-purple.btn-o:active:focus .caret,
.btn-dark-purple.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-purple.btn-o:focus {
    background-color: #a799bf;
    border-color: #a799bf;
    color: #ffffff;
}

.btn-dark-purple.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-purple.btn-o.disabled:hover,
.btn-dark-purple.btn-o.disabled:focus,
.btn-dark-purple.btn-o.disabled:active,
.btn-dark-purple.btn-o.disabled.active,
.btn-dark-purple.btn-o[disabled],
.btn-dark-purple.btn-o[disabled]:hover,
.btn-dark-purple.btn-o[disabled]:focus,
.btn-dark-purple.btn-o[disabled]:active,
.btn-dark-purple.btn-o[disabled].active,
fieldset[disabled] .btn-dark-purple.btn-o:hover,
fieldset[disabled] .btn-dark-purple.btn-o:focus,
fieldset[disabled] .btn-dark-purple.btn-o:active,
fieldset[disabled] .btn-dark-purple.btn-o.active {
    border-color: #b5a8c9;
    color: #b5a8c9;
}

.btn-dark-purple .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-purple .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-beige {
    background-color: #d2bd8e;
    border-color: #d2bd8e;
    color: #ffffff;
}

.open .btn-beige.dropdown-toggle {
    background-color: #e8ddc5;
    border-color: #e8ddc5;
}

.btn-beige:hover {
    background-color: #e1d2b2 !important;
    border-color: #e1d2b2;
    color: #ffffff;
}

.btn-beige:active,
.btn-beige.active,
.btn-beige.active:focus,
.btn-beige:active:focus,
.btn-beige:active:hover,
.btn-beige.dropdown-toggle:active:hover {
    background-color: #cbb27c !important;
    border-color: #cbb27c;
}

.btn-beige:focus {
    background-color: #e8ddc5;
    border-color: #e8ddc5;
    color: #ffffff;
}

.btn-beige.disabled:hover,
.btn-beige.disabled:focus,
.btn-beige.disabled:active,
.btn-beige.disabled.active,
.btn-beige[disabled],
.btn-beige[disabled]:hover,
.btn-beige[disabled]:focus,
.btn-beige[disabled]:active,
.btn-beige[disabled].active,
fieldset[disabled] .btn-beige:hover,
fieldset[disabled] .btn-beige:focus,
fieldset[disabled] .btn-beige:active,
fieldset[disabled] .btn-beige.active {
    background-color: #efe8d7;
    border-color: #efe8d7;
    color: #ffffff;
}

.btn-beige.btn-o {
    border: 1px solid #d2bd8e;
    color: #d2bd8e;
}

.btn-beige.btn-o .caret {
    border-top-color: #d2bd8e;
}

.btn-beige.btn-o:hover {
    color: #ffffff;
    border-color: #d2bd8e;
    background: #d2bd8e !important;
}

.btn-beige.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-beige.btn-o:active,
.btn-beige.btn-o.active,
.btn-beige.btn-o.active:focus,
.btn-beige.btn-o:active:focus,
.btn-beige.btn-o:active:hover {
    background-color: #cbb27c !important;
    border-color: #cbb27c !important;
    color: #ffffff !important;
}

.btn-beige.btn-o:active .caret,
.btn-beige.btn-o.active .caret,
.btn-beige.btn-o.active:focus .caret,
.btn-beige.btn-o:active:focus .caret,
.btn-beige.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-beige.btn-o:focus {
    background-color: #e8ddc5;
    border-color: #e8ddc5;
    color: #ffffff;
}

.btn-beige.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-beige.btn-o.disabled:hover,
.btn-beige.btn-o.disabled:focus,
.btn-beige.btn-o.disabled:active,
.btn-beige.btn-o.disabled.active,
.btn-beige.btn-o[disabled],
.btn-beige.btn-o[disabled]:hover,
.btn-beige.btn-o[disabled]:focus,
.btn-beige.btn-o[disabled]:active,
.btn-beige.btn-o[disabled].active,
fieldset[disabled] .btn-beige.btn-o:hover,
fieldset[disabled] .btn-beige.btn-o:focus,
fieldset[disabled] .btn-beige.btn-o:active,
fieldset[disabled] .btn-beige.btn-o.active {
    border-color: #efe8d7;
    color: #efe8d7;
}

.btn-beige .caret {
    border-top-color: #ffffff;
}

.dropup .btn-beige .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-beige {
    background-color: #d9c8a0;
    border-color: #d9c8a0;
    color: #ffffff;
}

.open .btn-light-beige.dropdown-toggle {
    background-color: #efe8d7;
    border-color: #efe8d7;
}

.btn-light-beige:hover {
    background-color: #e8ddc5 !important;
    border-color: #e8ddc5;
    color: #ffffff;
}

.btn-light-beige:active,
.btn-light-beige.active,
.btn-light-beige.active:focus,
.btn-light-beige:active:focus,
.btn-light-beige:active:hover,
.btn-light-beige.dropdown-toggle:active:hover {
    background-color: #d2bd8e !important;
    border-color: #d2bd8e;
}

.btn-light-beige:focus {
    background-color: #efe8d7;
    border-color: #efe8d7;
    color: #ffffff;
}

.btn-light-beige.disabled:hover,
.btn-light-beige.disabled:focus,
.btn-light-beige.disabled:active,
.btn-light-beige.disabled.active,
.btn-light-beige[disabled],
.btn-light-beige[disabled]:hover,
.btn-light-beige[disabled]:focus,
.btn-light-beige[disabled]:active,
.btn-light-beige[disabled].active,
fieldset[disabled] .btn-light-beige:hover,
fieldset[disabled] .btn-light-beige:focus,
fieldset[disabled] .btn-light-beige:active,
fieldset[disabled] .btn-light-beige.active {
    background-color: #f6f2e9;
    border-color: #f6f2e9;
    color: #ffffff;
}

.btn-light-beige.btn-o {
    border: 1px solid #d9c8a0;
    color: #d9c8a0;
}

.btn-light-beige.btn-o .caret {
    border-top-color: #d9c8a0;
}

.btn-light-beige.btn-o:hover {
    color: #ffffff;
    border-color: #d9c8a0;
    background: #d9c8a0 !important;
}

.btn-light-beige.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-beige.btn-o:active,
.btn-light-beige.btn-o.active,
.btn-light-beige.btn-o.active:focus,
.btn-light-beige.btn-o:active:focus,
.btn-light-beige.btn-o:active:hover {
    background-color: #d2bd8e !important;
    border-color: #d2bd8e !important;
    color: #ffffff !important;
}

.btn-light-beige.btn-o:active .caret,
.btn-light-beige.btn-o.active .caret,
.btn-light-beige.btn-o.active:focus .caret,
.btn-light-beige.btn-o:active:focus .caret,
.btn-light-beige.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-beige.btn-o:focus {
    background-color: #efe8d7;
    border-color: #efe8d7;
    color: #ffffff;
}

.btn-light-beige.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-beige.btn-o.disabled:hover,
.btn-light-beige.btn-o.disabled:focus,
.btn-light-beige.btn-o.disabled:active,
.btn-light-beige.btn-o.disabled.active,
.btn-light-beige.btn-o[disabled],
.btn-light-beige.btn-o[disabled]:hover,
.btn-light-beige.btn-o[disabled]:focus,
.btn-light-beige.btn-o[disabled]:active,
.btn-light-beige.btn-o[disabled].active,
fieldset[disabled] .btn-light-beige.btn-o:hover,
fieldset[disabled] .btn-light-beige.btn-o:focus,
fieldset[disabled] .btn-light-beige.btn-o:active,
fieldset[disabled] .btn-light-beige.btn-o.active {
    border-color: #f6f2e9;
    color: #f6f2e9;
}

.btn-light-beige .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-beige .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-beige {
    background-color: #c3a86a;
    border-color: #c3a86a;
    color: #ffffff;
}

.open .btn-dark-beige.dropdown-toggle {
    background-color: #d9c8a0;
    border-color: #d9c8a0;
}

.btn-dark-beige:hover {
    background-color: #d2bd8e !important;
    border-color: #d2bd8e;
    color: #ffffff;
}

.btn-dark-beige:active,
.btn-dark-beige.active,
.btn-dark-beige.active:focus,
.btn-dark-beige:active:focus,
.btn-dark-beige:active:hover,
.btn-dark-beige.dropdown-toggle:active:hover {
    background-color: #bc9d57 !important;
    border-color: #bc9d57;
}

.btn-dark-beige:focus {
    background-color: #d9c8a0;
    border-color: #d9c8a0;
    color: #ffffff;
}

.btn-dark-beige.disabled:hover,
.btn-dark-beige.disabled:focus,
.btn-dark-beige.disabled:active,
.btn-dark-beige.disabled.active,
.btn-dark-beige[disabled],
.btn-dark-beige[disabled]:hover,
.btn-dark-beige[disabled]:focus,
.btn-dark-beige[disabled]:active,
.btn-dark-beige[disabled].active,
fieldset[disabled] .btn-dark-beige:hover,
fieldset[disabled] .btn-dark-beige:focus,
fieldset[disabled] .btn-dark-beige:active,
fieldset[disabled] .btn-dark-beige.active {
    background-color: #e1d2b2;
    border-color: #e1d2b2;
    color: #ffffff;
}

.btn-dark-beige.btn-o {
    border: 1px solid #c3a86a;
    color: #c3a86a;
}

.btn-dark-beige.btn-o .caret {
    border-top-color: #c3a86a;
}

.btn-dark-beige.btn-o:hover {
    color: #ffffff;
    border-color: #c3a86a;
    background: #c3a86a !important;
}

.btn-dark-beige.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-beige.btn-o:active,
.btn-dark-beige.btn-o.active,
.btn-dark-beige.btn-o.active:focus,
.btn-dark-beige.btn-o:active:focus,
.btn-dark-beige.btn-o:active:hover {
    background-color: #bc9d57 !important;
    border-color: #bc9d57 !important;
    color: #ffffff !important;
}

.btn-dark-beige.btn-o:active .caret,
.btn-dark-beige.btn-o.active .caret,
.btn-dark-beige.btn-o.active:focus .caret,
.btn-dark-beige.btn-o:active:focus .caret,
.btn-dark-beige.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-beige.btn-o:focus {
    background-color: #d9c8a0;
    border-color: #d9c8a0;
    color: #ffffff;
}

.btn-dark-beige.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-beige.btn-o.disabled:hover,
.btn-dark-beige.btn-o.disabled:focus,
.btn-dark-beige.btn-o.disabled:active,
.btn-dark-beige.btn-o.disabled.active,
.btn-dark-beige.btn-o[disabled],
.btn-dark-beige.btn-o[disabled]:hover,
.btn-dark-beige.btn-o[disabled]:focus,
.btn-dark-beige.btn-o[disabled]:active,
.btn-dark-beige.btn-o[disabled].active,
fieldset[disabled] .btn-dark-beige.btn-o:hover,
fieldset[disabled] .btn-dark-beige.btn-o:focus,
fieldset[disabled] .btn-dark-beige.btn-o:active,
fieldset[disabled] .btn-dark-beige.btn-o.active {
    border-color: #e1d2b2;
    color: #e1d2b2;
}

.btn-dark-beige .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-beige .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-yellow {
    background-color: #eeb424;
    border-color: #eeb424;
    color: #ffffff;
}

.open .btn-yellow.dropdown-toggle {
    background-color: #f4cc6b;
    border-color: #f4cc6b;
}

.btn-yellow:hover {
    background-color: #f2c453 !important;
    border-color: #f2c453;
    color: #ffffff;
}

.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.active:focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow.dropdown-toggle:active:hover {
    background-color: #e7aa12 !important;
    border-color: #e7aa12;
}

.btn-yellow:focus {
    background-color: #f4cc6b;
    border-color: #f4cc6b;
    color: #ffffff;
}

.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {
    background-color: #f5d483;
    border-color: #f5d483;
    color: #ffffff;
}

.btn-yellow.btn-o {
    border: 1px solid #eeb424;
    color: #eeb424;
}

.btn-yellow.btn-o .caret {
    border-top-color: #eeb424;
}

.btn-yellow.btn-o:hover {
    color: #ffffff;
    border-color: #eeb424;
    background: #eeb424 !important;
}

.btn-yellow.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-yellow.btn-o:active,
.btn-yellow.btn-o.active,
.btn-yellow.btn-o.active:focus,
.btn-yellow.btn-o:active:focus,
.btn-yellow.btn-o:active:hover {
    background-color: #e7aa12 !important;
    border-color: #e7aa12 !important;
    color: #ffffff !important;
}

.btn-yellow.btn-o:active .caret,
.btn-yellow.btn-o.active .caret,
.btn-yellow.btn-o.active:focus .caret,
.btn-yellow.btn-o:active:focus .caret,
.btn-yellow.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-yellow.btn-o:focus {
    background-color: #f4cc6b;
    border-color: #f4cc6b;
    color: #ffffff;
}

.btn-yellow.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-yellow.btn-o.disabled:hover,
.btn-yellow.btn-o.disabled:focus,
.btn-yellow.btn-o.disabled:active,
.btn-yellow.btn-o.disabled.active,
.btn-yellow.btn-o[disabled],
.btn-yellow.btn-o[disabled]:hover,
.btn-yellow.btn-o[disabled]:focus,
.btn-yellow.btn-o[disabled]:active,
.btn-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-yellow.btn-o:hover,
fieldset[disabled] .btn-yellow.btn-o:focus,
fieldset[disabled] .btn-yellow.btn-o:active,
fieldset[disabled] .btn-yellow.btn-o.active {
    border-color: #f5d483;
    color: #f5d483;
}

.btn-yellow .caret {
    border-top-color: #ffffff;
}

.dropup .btn-yellow .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-yellow {
    background-color: #f2c453;
    border-color: #f2c453;
    color: #ffffff;
}

.open .btn-light-yellow.dropdown-toggle {
    background-color: #f7dd9a;
    border-color: #f7dd9a;
}

.btn-light-yellow:hover {
    background-color: #f5d483 !important;
    border-color: #f5d483;
    color: #ffffff;
}

.btn-light-yellow:active,
.btn-light-yellow.active,
.btn-light-yellow.active:focus,
.btn-light-yellow:active:focus,
.btn-light-yellow:active:hover,
.btn-light-yellow.dropdown-toggle:active:hover {
    background-color: #f0bc3c !important;
    border-color: #f0bc3c;
}

.btn-light-yellow:focus {
    background-color: #f7dd9a;
    border-color: #f7dd9a;
    color: #ffffff;
}

.btn-light-yellow.disabled:hover,
.btn-light-yellow.disabled:focus,
.btn-light-yellow.disabled:active,
.btn-light-yellow.disabled.active,
.btn-light-yellow[disabled],
.btn-light-yellow[disabled]:hover,
.btn-light-yellow[disabled]:focus,
.btn-light-yellow[disabled]:active,
.btn-light-yellow[disabled].active,
fieldset[disabled] .btn-light-yellow:hover,
fieldset[disabled] .btn-light-yellow:focus,
fieldset[disabled] .btn-light-yellow:active,
fieldset[disabled] .btn-light-yellow.active {
    background-color: #f9e5b2;
    border-color: #f9e5b2;
    color: #ffffff;
}

.btn-light-yellow.btn-o {
    border: 1px solid #f2c453;
    color: #f2c453;
}

.btn-light-yellow.btn-o .caret {
    border-top-color: #f2c453;
}

.btn-light-yellow.btn-o:hover {
    color: #ffffff;
    border-color: #f2c453;
    background: #f2c453 !important;
}

.btn-light-yellow.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-yellow.btn-o:active,
.btn-light-yellow.btn-o.active,
.btn-light-yellow.btn-o.active:focus,
.btn-light-yellow.btn-o:active:focus,
.btn-light-yellow.btn-o:active:hover {
    background-color: #f0bc3c !important;
    border-color: #f0bc3c !important;
    color: #ffffff !important;
}

.btn-light-yellow.btn-o:active .caret,
.btn-light-yellow.btn-o.active .caret,
.btn-light-yellow.btn-o.active:focus .caret,
.btn-light-yellow.btn-o:active:focus .caret,
.btn-light-yellow.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-yellow.btn-o:focus {
    background-color: #f7dd9a;
    border-color: #f7dd9a;
    color: #ffffff;
}

.btn-light-yellow.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-yellow.btn-o.disabled:hover,
.btn-light-yellow.btn-o.disabled:focus,
.btn-light-yellow.btn-o.disabled:active,
.btn-light-yellow.btn-o.disabled.active,
.btn-light-yellow.btn-o[disabled],
.btn-light-yellow.btn-o[disabled]:hover,
.btn-light-yellow.btn-o[disabled]:focus,
.btn-light-yellow.btn-o[disabled]:active,
.btn-light-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-light-yellow.btn-o:hover,
fieldset[disabled] .btn-light-yellow.btn-o:focus,
fieldset[disabled] .btn-light-yellow.btn-o:active,
fieldset[disabled] .btn-light-yellow.btn-o.active {
    border-color: #f9e5b2;
    color: #f9e5b2;
}

.btn-light-yellow .caret {
    border-top-color: #ffffff;
}

.dropup .btn-light-yellow .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-dark-yellow {
    background-color: #cf9810;
    border-color: #cf9810;
    color: #ffffff;
}

.open .btn-dark-yellow.dropdown-toggle {
    background-color: #f0bc3c;
    border-color: #f0bc3c;
}

.btn-dark-yellow:hover {
    background-color: #eeb424 !important;
    border-color: #eeb424;
    color: #ffffff;
}

.btn-dark-yellow:active,
.btn-dark-yellow.active,
.btn-dark-yellow.active:focus,
.btn-dark-yellow:active:focus,
.btn-dark-yellow:active:hover,
.btn-dark-yellow.dropdown-toggle:active:hover {
    background-color: #b7870e !important;
    border-color: #b7870e;
}

.btn-dark-yellow:focus {
    background-color: #f0bc3c;
    border-color: #f0bc3c;
    color: #ffffff;
}

.btn-dark-yellow.disabled:hover,
.btn-dark-yellow.disabled:focus,
.btn-dark-yellow.disabled:active,
.btn-dark-yellow.disabled.active,
.btn-dark-yellow[disabled],
.btn-dark-yellow[disabled]:hover,
.btn-dark-yellow[disabled]:focus,
.btn-dark-yellow[disabled]:active,
.btn-dark-yellow[disabled].active,
fieldset[disabled] .btn-dark-yellow:hover,
fieldset[disabled] .btn-dark-yellow:focus,
fieldset[disabled] .btn-dark-yellow:active,
fieldset[disabled] .btn-dark-yellow.active {
    background-color: #f2c453;
    border-color: #f2c453;
    color: #ffffff;
}

.btn-dark-yellow.btn-o {
    border: 1px solid #cf9810;
    color: #cf9810;
}

.btn-dark-yellow.btn-o .caret {
    border-top-color: #cf9810;
}

.btn-dark-yellow.btn-o:hover {
    color: #ffffff;
    border-color: #cf9810;
    background: #cf9810 !important;
}

.btn-dark-yellow.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-yellow.btn-o:active,
.btn-dark-yellow.btn-o.active,
.btn-dark-yellow.btn-o.active:focus,
.btn-dark-yellow.btn-o:active:focus,
.btn-dark-yellow.btn-o:active:hover {
    background-color: #b7870e !important;
    border-color: #b7870e !important;
    color: #ffffff !important;
}

.btn-dark-yellow.btn-o:active .caret,
.btn-dark-yellow.btn-o.active .caret,
.btn-dark-yellow.btn-o.active:focus .caret,
.btn-dark-yellow.btn-o:active:focus .caret,
.btn-dark-yellow.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-yellow.btn-o:focus {
    background-color: #f0bc3c;
    border-color: #f0bc3c;
    color: #ffffff;
}

.btn-dark-yellow.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-yellow.btn-o.disabled:hover,
.btn-dark-yellow.btn-o.disabled:focus,
.btn-dark-yellow.btn-o.disabled:active,
.btn-dark-yellow.btn-o.disabled.active,
.btn-dark-yellow.btn-o[disabled],
.btn-dark-yellow.btn-o[disabled]:hover,
.btn-dark-yellow.btn-o[disabled]:focus,
.btn-dark-yellow.btn-o[disabled]:active,
.btn-dark-yellow.btn-o[disabled].active,
fieldset[disabled] .btn-dark-yellow.btn-o:hover,
fieldset[disabled] .btn-dark-yellow.btn-o:focus,
fieldset[disabled] .btn-dark-yellow.btn-o:active,
fieldset[disabled] .btn-dark-yellow.btn-o.active {
    border-color: #f2c453;
    color: #f2c453;
}

.btn-dark-yellow .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-yellow .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-grey {
    background-color: #c8c7cc;
    border-color: #c8c7cc;
    color: #ffffff;
}

.open .btn-grey.dropdown-toggle {
    background-color: #efeff0;
    border-color: #efeff0;
}

.btn-grey:hover {
    background-color: #aeacb4 !important;
    border-color: #aeacb4;
    color: #ffffff;
}

.btn-grey:active,
.btn-grey.active,
.btn-grey.active:focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.btn-grey.dropdown-toggle:active:hover {
    background-color: #a19fa8 !important;
    border-color: #a19fa8;
}

.btn-grey:focus {
    background-color: #efeff0;
    border-color: #efeff0;
    color: #ffffff;
}

.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled],
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
    background-color: #fcfcfd;
    border-color: #fcfcfd;
    color: #ffffff;
}

.btn-grey.btn-o {
    border: 1px solid #c8c7cc;
    color: #c8c7cc;
}

.btn-grey.btn-o .caret {
    border-top-color: #c8c7cc;
}

.btn-grey.btn-o:hover {
    color: #ffffff;
    border-color: #c8c7cc;
    background: #c8c7cc !important;
}

.btn-grey.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-grey.btn-o:active,
.btn-grey.btn-o.active,
.btn-grey.btn-o.active:focus,
.btn-grey.btn-o:active:focus,
.btn-grey.btn-o:active:hover {
    background-color: #bbbac0 !important;
    border-color: #bbbac0 !important;
    color: #ffffff !important;
}

.btn-grey.btn-o:active .caret,
.btn-grey.btn-o.active .caret,
.btn-grey.btn-o.active:focus .caret,
.btn-grey.btn-o:active:focus .caret,
.btn-grey.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-grey.btn-o:focus {
    background-color: #efeff0;
    border-color: #efeff0;
    color: #ffffff;
}

.btn-grey.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-grey.btn-o.disabled:hover,
.btn-grey.btn-o.disabled:focus,
.btn-grey.btn-o.disabled:active,
.btn-grey.btn-o.disabled.active,
.btn-grey.btn-o[disabled],
.btn-grey.btn-o[disabled]:hover,
.btn-grey.btn-o[disabled]:focus,
.btn-grey.btn-o[disabled]:active,
.btn-grey.btn-o[disabled].active,
fieldset[disabled] .btn-grey.btn-o:hover,
fieldset[disabled] .btn-grey.btn-o:focus,
fieldset[disabled] .btn-grey.btn-o:active,
fieldset[disabled] .btn-grey.btn-o.active {
    border-color: #fcfcfd;
    color: #fcfcfd;
}

.btn-grey .caret {
    border-top-color: #ffffff;
}

.dropup .btn-grey .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-light-grey {
    background-color: #f7f7f8;
    border-color: #f7f7f8;
    color: #8e8e93;
}

.open .btn-light-grey.dropdown-toggle {
    background-color: white;
    border-color: white;
}

.btn-light-grey:hover {
    background-color: white !important;
    border-color: white;
    color: #8e8e93;
}

.btn-light-grey:active,
.btn-light-grey.active,
.btn-light-grey.active:focus,
.btn-light-grey:active:focus,
.btn-light-grey:active:hover,
.btn-light-grey.dropdown-toggle:active:hover {
    background-color: #eaeaec !important;
    border-color: #eaeaec;
}

.btn-light-grey:focus {
    background-color: white;
    border-color: white;
    color: #8e8e93;
}

.btn-light-grey.disabled:hover,
.btn-light-grey.disabled:focus,
.btn-light-grey.disabled:active,
.btn-light-grey.disabled.active,
.btn-light-grey[disabled],
.btn-light-grey[disabled]:hover,
.btn-light-grey[disabled]:focus,
.btn-light-grey[disabled]:active,
.btn-light-grey[disabled].active,
fieldset[disabled] .btn-light-grey:hover,
fieldset[disabled] .btn-light-grey:focus,
fieldset[disabled] .btn-light-grey:active,
fieldset[disabled] .btn-light-grey.active {
    background-color: white;
    border-color: white;
    color: #9b9b9f;
}

.btn-light-grey.btn-o {
    border: 1px solid #dddcdf;
    color: #d0cfd3;
}

.btn-light-grey.btn-o .caret {
    border-top-color: #dddcdf;
}

.btn-light-grey.btn-o:hover {
    color: #ffffff;
    border-color: #dddcdf;
    background: #dddcdf !important;
}

.btn-light-grey.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-grey.btn-o:active,
.btn-light-grey.btn-o.active,
.btn-light-grey.btn-o.active:focus,
.btn-light-grey.btn-o:active:focus,
.btn-light-grey.btn-o:active:hover {
    background-color: #b6b4bb !important;
    border-color: #b6b4bb !important;
    color: #ffffff !important;
}

.btn-light-grey.btn-o:active .caret,
.btn-light-grey.btn-o.active .caret,
.btn-light-grey.btn-o.active:focus .caret,
.btn-light-grey.btn-o:active:focus .caret,
.btn-light-grey.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-light-grey.btn-o:focus {
    background-color: #d0cfd3;
    border-color: #d0cfd3;
    color: #ffffff;
}

.btn-light-grey.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-light-grey.btn-o.disabled:hover,
.btn-light-grey.btn-o.disabled:focus,
.btn-light-grey.btn-o.disabled:active,
.btn-light-grey.btn-o.disabled.active,
.btn-light-grey.btn-o[disabled],
.btn-light-grey.btn-o[disabled]:hover,
.btn-light-grey.btn-o[disabled]:focus,
.btn-light-grey.btn-o[disabled]:active,
.btn-light-grey.btn-o[disabled].active,
fieldset[disabled] .btn-light-grey.btn-o:hover,
fieldset[disabled] .btn-light-grey.btn-o:focus,
fieldset[disabled] .btn-light-grey.btn-o:active,
fieldset[disabled] .btn-light-grey.btn-o.active {
    border-color: white;
    color: white;
}

.btn-light-grey .caret {
    border-top-color: #8e8e93;
}

.dropup .btn-light-grey .caret {
    border-bottom: 4px solid #8e8e93;
}

.btn-dark-grey {
    background-color: #aeacb4;
    border-color: #aeacb4;
    color: #ffffff;
}

.open .btn-dark-grey.dropdown-toggle {
    background-color: #d5d4d8;
    border-color: #d5d4d8;
}

.btn-dark-grey:hover {
    background-color: #c8c7cc !important;
    border-color: #c8c7cc;
    color: #ffffff;
}

.btn-dark-grey:active,
.btn-dark-grey.active,
.btn-dark-grey.active:focus,
.btn-dark-grey:active:focus,
.btn-dark-grey:active:hover,
.btn-dark-grey.dropdown-toggle:active:hover {
    background-color: #86848f !important;
    border-color: #86848f;
}

.btn-dark-grey:focus {
    background-color: #d5d4d8;
    border-color: #d5d4d8;
    color: #ffffff;
}

.btn-dark-grey.disabled:hover,
.btn-dark-grey.disabled:focus,
.btn-dark-grey.disabled:active,
.btn-dark-grey.disabled.active,
.btn-dark-grey[disabled],
.btn-dark-grey[disabled]:hover,
.btn-dark-grey[disabled]:focus,
.btn-dark-grey[disabled]:active,
.btn-dark-grey[disabled].active,
fieldset[disabled] .btn-dark-grey:hover,
fieldset[disabled] .btn-dark-grey:focus,
fieldset[disabled] .btn-dark-grey:active,
fieldset[disabled] .btn-dark-grey.active {
    background-color: #e2e2e4;
    border-color: #e2e2e4;
    color: #ffffff;
}

.btn-dark-grey.btn-o {
    border: 1px solid #aeacb4;
    color: #aeacb4;
}

.btn-dark-grey.btn-o .caret {
    border-top-color: #aeacb4;
}

.btn-dark-grey.btn-o:hover {
    color: #ffffff;
    border-color: #aeacb4;
    background: #aeacb4 !important;
}

.btn-dark-grey.btn-o:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-grey.btn-o:active,
.btn-dark-grey.btn-o.active,
.btn-dark-grey.btn-o.active:focus,
.btn-dark-grey.btn-o:active:focus,
.btn-dark-grey.btn-o:active:hover {
    background-color: #a19fa8 !important;
    border-color: #a19fa8 !important;
    color: #ffffff !important;
}

.btn-dark-grey.btn-o:active .caret,
.btn-dark-grey.btn-o.active .caret,
.btn-dark-grey.btn-o.active:focus .caret,
.btn-dark-grey.btn-o:active:focus .caret,
.btn-dark-grey.btn-o:active:hover .caret {
    border-top-color: #ffffff;
}

.btn-dark-grey.btn-o:focus {
    background-color: #d5d4d8;
    border-color: #d5d4d8;
    color: #ffffff;
}

.btn-dark-grey.btn-o:focus .caret {
    border-top-color: #ffffff;
}

.btn-dark-grey.btn-o.disabled:hover,
.btn-dark-grey.btn-o.disabled:focus,
.btn-dark-grey.btn-o.disabled:active,
.btn-dark-grey.btn-o.disabled.active,
.btn-dark-grey.btn-o[disabled],
.btn-dark-grey.btn-o[disabled]:hover,
.btn-dark-grey.btn-o[disabled]:focus,
.btn-dark-grey.btn-o[disabled]:active,
.btn-dark-grey.btn-o[disabled].active,
fieldset[disabled] .btn-dark-grey.btn-o:hover,
fieldset[disabled] .btn-dark-grey.btn-o:focus,
fieldset[disabled] .btn-dark-grey.btn-o:active,
fieldset[disabled] .btn-dark-grey.btn-o.active {
    border-color: #e2e2e4;
    color: #e2e2e4;
}

.btn-dark-grey .caret {
    border-top-color: #ffffff;
}

.dropup .btn-dark-grey .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-transparent-white {
    background: none;
    border-color: rgba(255, 255, 255, 0.6);
    border-width: 1px;
    color: #ffffff !important;
}

.btn-transparent-white:hover,
.btn-transparent-white:focus,
.btn-transparent-white:active,
.btn-transparent-white.active {
    background-color: rgba(44, 47, 59, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.btn-transparent-white.disabled:hover,
.btn-transparent-white.disabled:focus,
.btn-transparent-white.disabled:active,
.btn-transparent-white.disabled.active,
.btn-transparent-white[disabled]:hover,
.btn-transparent-white[disabled]:focus,
.btn-transparent-white[disabled]:active,
.btn-transparent-white[disabled].active,
fieldset[disabled] .btn-transparent-white:hover,
fieldset[disabled] .btn-transparent-white:focus,
fieldset[disabled] .btn-transparent-white:active,
fieldset[disabled] .btn-transparent-white.active {
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.btn-transparent-white .caret {
    border-top-color: rgba(44, 47, 59, 0.1);
}

.dropup .btn-transparent-white .caret {
    border-bottom: 4px solid rgba(44, 47, 59, 0.1);
}

.btn-transparent-grey {
    background: none;
    border-color: rgba(200, 199, 204, 0.3);
    border-width: 1px;
    color: #c8c7cc !important;
}

.btn-transparent-grey:hover,
.btn-transparent-grey:focus,
.btn-transparent-grey:active,
.btn-transparent-grey.active {
    background-color: rgba(200, 199, 204, 0.1);
    border-color: rgba(200, 199, 204, 0.6);
    box-shadow: none !important;
}

.btn-transparent-grey.disabled:hover,
.btn-transparent-grey.disabled:focus,
.btn-transparent-grey.disabled:active,
.btn-transparent-grey.disabled.active,
.btn-transparent-grey[disabled]:hover,
.btn-transparent-grey[disabled]:focus,
.btn-transparent-grey[disabled]:active,
.btn-transparent-grey[disabled].active,
fieldset[disabled] .btn-transparent-grey:hover,
fieldset[disabled] .btn-transparent-grey:focus,
fieldset[disabled] .btn-transparent-grey:active,
fieldset[disabled] .btn-transparent-grey.active {
    background: none;
    border-color: rgba(200, 199, 204, 0.3);
    color: #c8c7cc;
}

.btn-transparent-grey .caret {
    border-top-color: #c8c7cc;
}

.dropup .btn-transparent-grey .caret {
    border-bottom: 4px solid #c8c7cc;
}

.btn-transparent-red {
    background: none;
    border-color: rgba(200, 46, 41, 0.6);
    border-width: 2px;
    color: #c82e29 !important;
}

.btn-transparent-red:hover,
.btn-transparent-red:focus,
.btn-transparent-red:active,
.btn-transparent-red.active {
    background-color: rgba(200, 46, 41, 0.1);
    border-color: rgba(200, 46, 41, 0.8);
}

.btn-transparent-red.disabled:hover,
.btn-transparent-red.disabled:focus,
.btn-transparent-red.disabled:active,
.btn-transparent-red.disabled.active,
.btn-transparent-red[disabled]:hover,
.btn-transparent-red[disabled]:focus,
.btn-transparent-red[disabled]:active,
.btn-transparent-red[disabled].active,
fieldset[disabled] .btn-transparent-red:hover,
fieldset[disabled] .btn-transparent-red:focus,
fieldset[disabled] .btn-transparent-red:active,
fieldset[disabled] .btn-transparent-red.active {
    background: none;
    border-color: rgba(200, 46, 41, 0.3);
    color: #c82e29;
}

.btn-transparent-red .caret {
    border-top-color: #ffffff;
}

.dropup .btn-transparent-red .caret {
    border-bottom: 4px solid #ffffff;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn-icon {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #8e8e93;
}

.btn-icon:hover {
    border-color: #a5a5a5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    color: #8e8e93;
    text-decoration: none;
    /* text-shadow: 0 1px 0 #FFFFFF; */
}

.btn-icon .badge {
    border-radius: 12px 12px 12px 12px !important;
    border-style: solid;
    border-width: 0;
    box-shadow: none;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 7px;
    position: absolute;
    right: -5px;
    text-shadow: none;
    top: -5px;
}

.btn-icon [class^="fa-"],
.btn-icon [class*=" fa-"] {
    clear: both;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file .svg-inject {
    vertical-align: middle;
}

.btn-o {
    background: none;
}

.iconic-elem-primary {
    fill: #58748b !important;
}

.iconic-elem-secondary {
    stroke: #fff !important;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.buttons-widget .btn,
.buttons-widget .bootstrap-switch,
.buttons-widget button {
    margin-bottom: 10px;
}

.buttons-widget .btn-group button,
.buttons-widget .btn-group-vertical button,
.buttons-widget .btn-group .btn,
.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}

.button-o {
    background: none;
    border: 1px solid #007aff;
    border-radius: 5px;
    box-sizing: border-box;
    color: #007aff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 29px;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/***
Dropdown checkboxes
***/

.dropdown-checkboxes {
    padding: 5px;
}

.dropdown-checkboxes label {
    display: block;
    font-weight: normal;
    line-height: 20px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    border-left-color: rgba(255, 255, 255, 0.5) !important;
    margin: 0;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    border-top-color: rgba(255, 255, 255, 0.5) !important;
    margin: 0;
}

/***
Social Icons
***/

.padd-icon > i {
    color: white;
    font-size: 40px !important;
}

.padd-icon i:hover {
    color: #01bfbd;
}

.padd-icon {
    border: 2px solid white;
    width: 65px;
    height: 65px;
    background: #4267b2;
    text-align: center;
    padding: 12px 15px 15px 15px !important;
    border-radius: 50%;
    /* padding: 7px 15px 15px 13px !important; */
}

.social-links-section {
    float: right;
    margin-right: 60px;
    position: relative;
    top: -10px;
}

.social-links-section .fa {
    font-size: 40px !important;
}

.social-links-section ul li a {
    color: white !important;
    /*padding: 30px 15px 15px 15px!important; */
}

.social-icons ul {
    list-style: none;
    float: right;
}

.social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
    /* border-radius: 50%; */
    margin: 0px 10px;
    padding: unset;
}

.social-icons ul li a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    opacity: 0.6;
    text-indent: -9999px;
    transition: all 0.2s ease 0s;
    width: 40px;
    top: 0;
    font-size: 16px;
    position: relative;
    transition: all, 0.3s, ease;
}

.social-icons ul li a:hover {
    top: -40px;
}

.social-icons ul li.social-instagram a:after {
    background: linear-gradient(
        to right,
        rgb(250, 80, 153) 0%,
        #a01fb3 100%
    ) !important;
}

.social-icons ul li a:before {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    text-indent: 0;
    line-height: 40px;
    top: 0;
    left: 0;
    text-align: center;
    color: #999999;
}

.social-icons ul li a:after {
    position: absolute;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    text-indent: 0;
    line-height: 40px;
    top: 40px;
    left: 0;
    text-align: center;
    color: #ffffff;
}

.social-icons ul li.social-twitter a:before,
.social-icons ul li.social-twitter a:after {
    content: "\f099";
}

.social-icons ul li.social-twitter a:after {
    background: #38a1f3 !important;
}

.social-icons ul li.social-dribbble a:before,
.social-icons ul li.social-dribbble a:after {
    content: "\f17d";
}

.social-icons ul li.social-dribbble a:after {
    background: #ef5b92;
}

.social-icons ul li.social-facebook a:before,
.social-icons ul li.social-facebook a:after {
    content: "\f09a";
}

.social-icons ul li.social-facebook a:after {
    background: #4267b2 !important;
}

.social-icons ul li.social-google a:before,
.social-icons ul li.social-google a:after {
    content: "\f0d5";
}

.social-icons ul li.social-google a:after {
    background: #dd4b39;
}

.social-icons ul li.social-linkedin a:before,
.social-icons ul li.social-linkedin a:after {
    content: "\f0e1";
}

.social-icons ul li.social-linkedin a:after {
    background: #0077b5 !important;
}

.social-icons ul li.social-youtube a:before,
.social-icons ul li.social-youtube a:after {
    content: "\f167";
}

.social-icons ul li.social-youtube a:after {
    background: #f45750;
}

.social-icons ul li.social-rss a:before,
.social-icons ul li.social-rss a:after {
    content: "\f09e";
}

.social-icons ul li.social-rss a:after {
    background: #fe9900;
}

.social-icons ul li.social-behance a:before,
.social-icons ul li.social-behance a:after {
    content: "\f1b4";
}

.social-icons ul li.social-behance a:after {
    background: #5eb5fb;
}

.social-icons ul li.social-dropbox a:before,
.social-icons ul li.social-dropbox a:after {
    content: "\f16b";
}

.social-icons ul li.social-dropbox a:after {
    background: #85beec;
}

.social-icons ul li.social-github a:before,
.social-icons ul li.social-github a:after {
    content: "\f09b";
}

.social-icons ul li.social-github a:after {
    background: #94a5b0;
}

.social-icons ul li.social-skype a:before,
.social-icons ul li.social-skype a:after {
    content: "\f17e";
}

.social-icons ul li.social-skype a:after {
    background: #70ccef;
}

.social-icons ul li.social-spotify a:before,
.social-icons ul li.social-spotify a:after {
    content: "\f1bc";
}

.social-icons ul li.social-spotify a:after {
    background: #8bd05a;
}

.social-icons ul li.social-stumbleupon a:before,
.social-icons ul li.social-stumbleupon a:after {
    content: "\f1a4";
}

.social-icons ul li.social-stumbleupon a:after {
    background: #f08066;
}

.social-icons ul li.social-tumblr a:before,
.social-icons ul li.social-tumblr a:after {
    content: "\f173";
}

.social-icons ul li.social-tumblr a:after {
    background: #85a5c3;
}

.social-icons ul li.social-vimeo a:before,
.social-icons ul li.social-vimeo a:after {
    content: "\f194";
}

.social-icons ul li.social-vimeo a:after {
    background: #7c99a8;
}

.social-icons ul li.social-wordpress a:before,
.social-icons ul li.social-wordpress a:after {
    content: "\f19a";
}

.social-icons ul li.social-wordpress a:after {
    background: #649eb9;
}

.social-icons ul li.social-xing a:before,
.social-icons ul li.social-xing a:after {
    content: "\f168";
}

.social-icons ul li.social-xing a:after {
    background: #4f9394;
}

.social-icons ul li.social-yahoo a:before,
.social-icons ul li.social-yahoo a:after {
    content: "\f19e";
}

.social-icons ul li.social-yahoo a:after {
    background: #c38dcf;
}

.social-icons ul li.social-vk a:before,
.social-icons ul li.social-vk a:after {
    content: "\f189";
}

.social-icons ul li.social-vk a:after {
    background: #708fac;
}

.social-icons ul li.social-instagram a:before,
.social-icons ul li.social-instagram a:after {
    content: "\f16d";
}

.social-icons ul li.social-reddit a:before,
.social-icons ul li.social-reddit a:after {
    content: "\f1a1";
}

.social-icons ul li.social-reddit a:after {
    background: #ff7a52;
}

.social-icons ul li.social-flickr a:before,
.social-icons ul li.social-flickr a:after {
    content: "\f16e";
}

.social-icons ul li.social-flickr a:after {
    background: #ff4da9;
}

.social-icons ul li.social-foursquare a:before,
.social-icons ul li.social-foursquare a:after {
    content: "\f180";
}

.social-icons ul li.social-foursquare a:after {
    background: #6fccf4;
}

@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-Regular.e3fe7ebf149d0933.ttf');
}

@font-face {
    font-family: "Poppins-Black";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-Black.6d36a857e53adb29.ttf');
}

@font-face {
    font-family: "Poppins-BlackItalic";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-BlackItalic.a5dda85cee966c45.ttf');
}

@font-face {
    font-family: "Poppins-Bold";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-Bold.3b6def8cef97005c.ttf');
}

@font-face {
    font-family: "Poppins-BoldItalic";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-BoldItalic.43c9dce85098452e.ttf');
}

@font-face {
    font-family: "Poppins-ExtraBold";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-ExtraBold.0caa5cbabe666829.ttf');
}

@font-face {
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-SemiBold.ba60cfd693c39204.ttf');
}

@font-face {
    font-family: "Poppins-Medium";
    font-style: normal;
    font-weight: 400;
    src: url('Poppins-Medium.98591b8ee50c8033.ttf');
}

@font-face {
    font-family: "Ubuntu-C";
    font-style: normal;
    font-weight: 400;
    src: url('UbuntuCondensed-Regular.33316a2743e51f68.ttf');
}

.btn-scroll {
    position: relative;
    overflow: hidden;
    font-family: Ubuntu !important;
    line-height: inherit !important;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.btn-scroll[class*="fa-"]:before {
    font-family: FontAwesome;
}

.btn-scroll[class*="ti-"]:before {
    font-family: themify;
}

.btn-scroll:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.btn-scroll:before {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-transform: none;
    font-size: 100%;
    height: 100%;
    line-height: 2.5;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-scroll span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.btn-scroll.btn-scroll-top:hover span {
    transform: translateY(300%);
}

.btn-scroll.btn-scroll-top:hover:before {
    top: 0;
}

.btn-scroll.btn-scroll-top:before {
    left: 0;
    top: -100%;
}

.btn-scroll.btn-scroll-left:hover span {
    transform: translateX(200%);
}

.btn-scroll.btn-scroll-left:hover:before {
    left: 0;
}

.btn-scroll.btn-scroll-left:before {
    left: -100%;
    top: 0;
}

.btn-group .btn-o + .btn-o,
.btn-group .btn-o + .btn-group,
.btn-group .btn-group + .btn-o {
    border-left: none !important;
}

/* ---------------------------------------------------------------------- */

/*  Links
/* ---------------------------------------------------------------------- */

/*from http://tympanus.net/Development/CreativeLinkEffects/*/

nav.links {
    text-align: center;
}

nav.links a {
    color: #8e8e93;
    display: inline-block;
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 25px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
}

[class^="cl-effect-"] a,
[class*=" cl-effect-"] a {
    position: relative;
}

/* Effect 1: Brackets */

.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
    margin-right: 10px;
    content: "[";
    transform: translateX(20px);
}

.cl-effect-1 a::after {
    margin-left: 10px;
    content: "]";
    transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    transform: translateX(0px);
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */

.cl-effect-2 a {
    line-height: 44px;
    perspective: 1000px;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: #58748b;
    color: #ffffff;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.csstransforms3d .cl-effect-2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #445a6c;
    content: attr(data-hover);
    transition: background 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
    transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
    background: #445a6c;
}

/* Effect 3: bottom line slides/fades in */

.cl-effect-3 a {
    padding: 8px 0;
}

.cl-effect-3 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
    opacity: 1;
    transform: translateY(0px);
}

/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
    padding: 0 0 10px;
}

.cl-effect-4 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #58748b;
    content: "";
    opacity: 0;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height: 5px;
    opacity: 1;
    transform: translateY(0px);
}

/* Effect 5: same word slide in */

.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1.35em;
}

.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s;
}

.cl-effect-5 a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
    transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

.cl-effect-6 a {
    margin: 0 10px;
    padding: 10px 20px;
}

.cl-effect-6 a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #58748b;
    content: "";
    transition: top 0.3s;
}

.cl-effect-6 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #58748b;
    content: "";
    transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
    top: 100%;
    opacity: 1;
}

.cl-effect-6 a:hover::after {
    height: 100%;
}

/* Effect 7: second border slides up */

.cl-effect-7 a {
    padding: 12px 10px 10px;
    color: #566473;
    text-shadow: none;
    font-weight: 700;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #566473;
    content: "";
    transition: transform 0.3s;
    transform: scale(0.85);
}

.cl-effect-7 a::after {
    opacity: 0;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
    transform: scale(1);
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
    top: 0%;
    opacity: 1;
}

/* Effect 8: border slight translate */

.cl-effect-8 a {
    padding: 10px 20px;
}

.cl-effect-8 a::before,
.cl-effect-8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #8e8e93;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-8 a::after {
    border-color: #58748b;
    opacity: 0;
    transform: translateY(-7px) translateX(6px);
}

.cl-effect-8 a:hover::before,
.cl-effect-8 a:focus::before {
    opacity: 0;
    transform: translateY(5px) translateX(-5px);
}

.cl-effect-8 a:hover::after,
.cl-effect-8 a:focus::after {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
}

/* Effect 9: second text and borders */

.cl-effect-9 a {
    margin: 0 20px;
    padding: 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #58748b;
    content: "";
    opacity: 0.2;
    transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
    top: 100%;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
    z-index: 2;
    display: block;
    font-weight: 300;
}

.cl-effect-9 a span:last-child {
    z-index: 1;
    display: block;
    padding: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
    text-transform: none;
    font-size: 0.75em;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
    height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
    opacity: 1;
    transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
    opacity: 1;
    transform: translateY(0%);
}

/* Effect 10: reveal, push out */

.cl-effect-10 {
    position: relative;
    z-index: 1;
}

.cl-effect-10 a {
    overflow: hidden;
    margin: 0 15px;
}

.cl-effect-10 a span {
    display: block;
    padding: 10px 20px;
    background: #58748b;
    color: #ffffff;
    transition: transform 0.3s;
}

.cl-effect-10 a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    background: #445a6c;
    color: #ffffff;
    content: attr(data-hover);
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
    transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
    transform: translateX(0%);
}

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */

.cl-effect-11 a {
    padding: 10px 0;
    border-top: 2px solid #58748b;
    color: #0972b4;
    text-shadow: none;
}

.cl-effect-11 a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    border-bottom: 2px solid #58748b;
    color: #58748b;
    content: attr(data-hover);
    transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
    max-width: 100%;
}

/* Effect 12: circle */

.cl-effect-12 a::before,
.cl-effect-12 a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 13: three circles */

.cl-effect-13 a {
    transition: color 0.3s;
}

.cl-effect-13 a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: "\2022";
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    transition: text-shadow 0.3s, color 0.3s;
    transform: translateX(-50%);
    pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
    color: #58748b;
    text-shadow: 10px 0 #58748b, -10px 0 #58748b;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
    color: #58748b;
}

/* Effect 14: border switch */

.cl-effect-14 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #58748b;
    content: "";
    opacity: 0.2;
    transition: all 0.3s;
    pointer-events: none;
}

.cl-effect-14 a::before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

.cl-effect-14 a::after {
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
    transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
    opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
    right: 50%;
    transform: rotate(0deg) translateX(50%);
}

/* Effect 15: scale down, reveal */

.cl-effect-15 a {
    color: rgba(88, 116, 139, 0.7) !important;
    font-weight: 700;
    text-shadow: none;
}

.cl-effect-15 a::before {
    color: #8e8e93;
    content: attr(data-hover);
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    transform: scale(0.9);
    opacity: 0;
}

/* Effect 16: fall down */

.cl-effect-16 a {
    color: #8e8e93;
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.cl-effect-16 a::before {
    color: #58748b;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}

/* Effect 17: move up fade out, push border */

.cl-effect-17 a {
    color: #8e8e93;
    text-shadow: none;
    padding: 10px 0;
}

.cl-effect-17 a::before {
    color: #58748b;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    content: attr(data-hover);
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.cl-effect-17 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #58748b;
    opacity: 0;
    transform: translateY(5px);
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
    opacity: 0;
    transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
    opacity: 1;
    transform: translateY(0px);
}

/* Effect 18: cross */

.cl-effect-18 {
    position: relative;
    z-index: 1;
}

.cl-effect-18 a {
    padding: 0 5px;
    color: #8e8e93;
    font-weight: 700;
    transition: color 0.3s;
}

.cl-effect-18 a::before,
.cl-effect-18 a::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #58748b;
    content: "";
    z-index: -1;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.cl-effect-18 a::before {
    transform: translateY(-20px);
}

.cl-effect-18 a::after {
    transform: translateY(20px);
}

.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
    color: #58748b;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
    opacity: 0.3;
}

.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
    transform: rotate(45deg);
}

.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
    transform: rotate(-45deg);
}

/* Effect 19: 3D side */

.cl-effect-19 a {
    line-height: 2em;
    margin: 15px;
    perspective: 800px;
    width: 200px;
}

.cl-effect-19 a span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
    background: #58748b;
    color: #ffffff;
    transition: transform 0.4s, background 0.4s;
    transform-style: preserve-3d;
    transform-origin: 50% 50% -100px;
}

.csstransforms3d .cl-effect-19 a span::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #445a6c;
    content: attr(data-hover);
    transition: background 0.4s;
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    pointer-events: none;
}

.cl-effect-19 a:hover span,
.cl-effect-19 a:focus span {
    background: #445a6c;
    transform: rotateY(-90deg);
}

.csstransforms3d .cl-effect-19 a:hover span::before,
.csstransforms3d .cl-effect-19 a:focus span::before {
    background: #718ea5;
}

/* Effect 20: 3D side */

.cl-effect-20 a {
    line-height: 2em;
    perspective: 800px;
}

.cl-effect-20 a span {
    position: relative;
    display: inline-block;
    padding: 3px 15px 0;
    background: #58748b;
    box-shadow: inset 0 3px #445a6c;
    color: #ffffff;
    transition: background 0.6s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
}

.cl-effect-20 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #718ea5;
    color: #ffffff;
    content: attr(data-hover);
    transform: rotateX(270deg);
    transition: transform 0.6s;
    transform-origin: 0 0;
    pointer-events: none;
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: #445a6c;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
    transform: rotateX(10deg);
}

/* Effect 21: borders slight translate */

.cl-effect-21 a {
    padding: 10px;
    color: #237546;
    font-weight: 700;
    text-shadow: none;
    transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
}

.cl-effect-21 a::before {
    top: 0;
    transform: translateY(-10px);
}

.cl-effect-21 a::after {
    bottom: 0;
    transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
    color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
    opacity: 1;
    transform: translateY(0px);
}

/* ---------------------------------------------------------------------- */

/*  Form Wizard
 /* ---------------------------------------------------------------------- */

.swMain > ul {
    display: table;
    list-style: none;
    margin: 0 0 40px 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background: #f7f7f8;
    border-radius: 5px;
}

.swMain > ul li {
    display: table-cell;
    text-align: center;
    width: 1%;
}

.swMain > ul li > a:before {
    border-top: 4px solid #c8c7cc;
    content: "";
    display: block;
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: relative;
    top: 21px;
    width: 100%;
    z-index: 1;
}

.swMain > ul li:first-child > a:before {
    left: 50%;
    max-width: 51%;
}

.swMain > ul li:last-child > a:before {
    max-width: 50%;
    width: 50%;
}

.swMain > ul li > a.selected:before,
.swMain li > a.done:before {
    border-color: #58748b;
}

.swMain > ul .stepNumber {
    background-color: #ffffff;
    border: 5px solid #c8c7cc;
    border-radius: 100% 100% 100% 100%;
    color: #546474;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 2;
}

.swMain > ul li > a.selected .stepNumber {
    border-color: #58748b;
}

.swMain ul li > a.done .stepNumber,
.swMain > ul li:last-child > a.selected .stepNumber {
    border-color: #58748b;
    background-color: #58748b;
    color: #fff;
    text-indent: -9999px;
}

.swMain ul li > a.done .stepNumber:before,
.swMain > ul li:last-child > a.selected .stepNumber:before {
    content: "\f00c";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-weight: 300;
    height: auto;
    text-shadow: none;
    margin-right: 7px;
    text-indent: 0;
}

.swMain ul li > a.done.wait .stepNumber {
    background-color: #f6f6f6 !important;
    color: #cccccc !important;
    text-indent: -0px !important;
}

.swMain ul li > a.done.wait .stepNumber:before {
    content: "" !important;
}

.swMain > ul li .stepDesc {
    color: #8e8e93;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}

.swMain > ul li > a.selected .stepDesc,
.swMain li > a.done .stepDesc {
    color: #2b3d53;
}

.swMain > ul li > a:hover {
    text-decoration: none;
}

.swMain > ul li > a.disabled {
    cursor: default;
}

.swMain .progress {
    margin-bottom: 30px;
}

.swMain .stepContainer {
    height: auto !important;
}

.swMain .loader {
    display: none;
}

.swMain [class^="button"],
.swMain [class*=" button"] {
    display: none;
}

.swMain .close {
    display: none;
}

/* ---------------------------------------------------------------------- */

/*  Login
/* ---------------------------------------------------------------------- */

.main-login {
    margin-top: 0;
    position: relative;
    margin-top: 60px;
}

.app-navbar-fixed .main-login {
    margin-top: 0;
}

@media (max-width: 991px) {
    .main-login {
        margin-top: 60px !important;
    }
}

.main-login .logo {
    padding: 0 10px;
}

.main-login .logo > img {
    display: inline-block !important;
}

.main-login .box-login,
.main-login .box-forgot,
.main-login .box-register {
    overflow: hidden;
    margin: 15px 0 65px 0;
}

.main-login .form fieldset {
    border: none;
    margin: 0;
    padding: 10px 0 0;
}

.main-login a.forgot {
    color: #909090;
    font-size: 12px;
    position: absolute;
    right: 10px;
    text-shadow: 1px 1px 1px #ffffff;
    top: 9px;
}

.main-login input.password {
    padding-right: 130px;
}

.main-login label {
    color: #7f7f7f;
    font-size: 14px;
    margin-top: 5px;
}

.main-login .copyright {
    font-size: 11px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}

.main-login .form-actions:before,
.main-login .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}

.main-login .form-actions:after {
    clear: both;
}

.main-login .form-actions {
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}

.main-login .new-account {
    border-top: 1px dotted #eeeeee;
    margin-top: 15px;
    padding-top: 10px;
    display: block;
}

/* ---------------------------------------------------------------------- */

/*  Lock Screen
/* ---------------------------------------------------------------------- */

.lock-screen {
    margin: -150px 0 0 -100px;
    width: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
}

.lock-screen .box-ls {
    overflow: hidden;
    text-align: center;
}

.lock-screen .user-info {
    margin: 10px 0;
}

.lock-screen .user-info h4 {
    color: #666666;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    margin-top: 0;
}

.lock-screen .user-info > span {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------------------------- */

/*  Invoice
/* ---------------------------------------------------------------------- */

.invoice {
    margin-bottom: 20px;
}

.invoice .invoice-logo {
    margin-bottom: 20px;
}

.invoice table {
    margin: 30px 0;
}

.invoice .invoice-logo p {
    font-size: 20px;
    line-height: 28px;
    padding: 25px 0;
    text-align: right;
}

.invoice .invoice-logo p small {
    display: block;
    font-size: 14px;
}

.invoice h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
}

.invoice-details {
    padding-top: 30px;
}

.invoice .invoice-block {
    text-align: right;
}

.invoice .invoice-block .amounts {
    font-size: 14px;
    margin-top: 20px;
}

/* ---------------------------------------------------------------------- */

/*  Timeline
/* ---------------------------------------------------------------------- */

div.timeline {
    margin: 0;
    overflow: hidden;
    position: relative;
}

div.timeline .columns {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.timeline .columns > li:nth-child(2n + 1) {
    float: left;
    width: 50%;
    clear: left;
}

div.timeline .columns > li:nth-child(2n + 1) .timeline_element {
    float: right;
    left: 10%;
    margin-right: 30px;
    left: 0;
    opacity: 1;
}

div.timeline .columns > li:nth-child(2n + 1) .timeline_element:before {
    right: -27px;
    top: 15px;
}

div.timeline .columns > li:nth-child(2n + 1) .timeline_element:after {
    right: -35px;
    top: 10px;
}

div.timeline .columns > li:nth-child(2n + 2) {
    float: right;
    margin-top: 20px;
    width: 50%;
    clear: right;
}

div.timeline .columns > li:nth-child(2n + 2) .timeline_element {
    float: left;
    margin-left: 30px;
    right: 10%;
    opacity: 1;
    right: 0;
}

div.timeline .columns > li:nth-child(2n + 2) .timeline_element:before {
    left: -27px;
    top: 15px;
}

div.timeline .columns > li:nth-child(2n + 2) .timeline_element:after {
    left: -35px;
    top: 10px;
}

div.timeline .date_separator {
    clear: both;
    height: 60px;
    position: relative;
    text-align: center;
}

div.timeline .date_separator span {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
    position: absolute;
    top: -200%;
    width: 200px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    background-color: #58748b;
    color: #ffffff;
}

div.timeline .spine {
    border-radius: 2px;
    position: absolute;
    top: 0;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

div.timeline .column_center .timeline_element {
    margin: 20px auto;
    opacity: 1;
}

div.timeline .column_center .timeline_element:before,
div.timeline .column_center .timeline_element:after {
    display: none;
}

.timeline_element {
    border-radius: 5px;
    clear: both;
    margin: 30px 0;
    padding: 20px;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    min-width: 66.6667%;
    text-shadow: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.timeline_element.partition-white {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.timeline_element.partition-white:hover {
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.timeline_element.partition-white:after {
    background-color: #ffffff;
}

.timeline_element.partition-white:hover:after {
    background-color: #c3c2c7;
    border: 1px solid #ffffff;
}

.timeline_element.partition-green {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-green:hover {
    border: none;
}

.timeline_element.partition-green:after {
    background-color: #5a8770;
}

.timeline_element.partition-green:hover:after {
    background-color: #ffffff;
    border: 1px solid #5a8770;
}

.timeline_element.partition-orange {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-orange:hover {
    border: none;
}

.timeline_element.partition-orange:after {
    background-color: #f18636;
}

.timeline_element.partition-orange:hover:after {
    background-color: #ffffff;
    border: 1px solid #f18636;
}

.timeline_element.partition-blue {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-blue:hover {
    border: none;
}

.timeline_element.partition-blue:after {
    background-color: #407887;
}

.timeline_element.partition-blue:hover:after {
    background-color: #ffffff;
    border: 1px solid #407887;
}

.timeline_element.partition-red {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-red:hover {
    border: none;
}

.timeline_element.partition-red:after {
    background-color: #c82e29;
}

.timeline_element.partition-red:hover:after {
    background-color: #ffffff;
    border: 1px solid #c82e29;
}

.timeline_element.partition-azure {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-azure:hover {
    border: none;
}

.timeline_element.partition-azure:after {
    background-color: #5b9bd1;
}

.timeline_element.partition-azure:hover:after {
    background-color: #ffffff;
    border: 1px solid #5b9bd1;
}

.timeline_element.partition-purple {
    border: none;
    color: #ffffff;
}

.timeline_element.partition-purple:hover {
    border: none;
}

.timeline_element.partition-purple:after {
    background-color: #9a89b5;
}

.timeline_element.partition-purple:hover:after {
    background-color: #ffffff;
    border: 1px solid #9a89b5;
}

.timeline_element:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.timeline_element:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #cccccc;
}

.timeline_element:after {
    border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    background-color: #bbbbbb;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.timeline_element:hover:after {
    z-index: 100;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    z-index: 100;
}

.timeline_element .timeline_title {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
    white-space: nowrap;
}

.timeline_element .timeline_title h4 {
    line-height: 30px;
}

.timeline_element .timeline_date {
    display: block;
}

.timeline_element .timeline_date .day {
    font-size: 52px;
    letter-spacing: -2px;
}

.timeline_element .timeline_content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.timeline_element .readmore {
    padding: 10px 0;
    text-align: right;
}

.timeline-scrubber {
    padding: 8px 0 8px 1px;
    top: 60px;
    right: 0;
    width: 100px;
    z-index: 1;
    list-style: none;
    position: absolute;
}

.timeline-scrubber li {
    margin-bottom: 1px;
}

.timeline-scrubber li:nth-last-child(2) a {
    border-color: white;
    color: white;
}

.timeline-scrubber li:last-child a {
    border-color: white;
    color: white;
}

.timeline-scrubber a {
    border-left: 5px solid #f7f7f8;
    color: #f7f7f8;
    display: block;
    font-weight: normal;
    outline: medium none;
    padding: 4px 0 4px 6px;
}

.timeline-scrubber a:hover {
    border-color: #c3c2c7 !important;
    color: #c3c2c7 !important;
}

.timeline-scrubber .selected > a {
    border-left-color: #aeacb4 !important;
    color: #aeacb4 !important;
    font-weight: bold !important;
}

/* ie8 fixes */

.ie8 div.timeline_element:after {
    display: none;
}

.ie8 div.timeline_element:before {
    display: none;
}

/**/

.timeline-xs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline-xs .timeline-item {
    position: relative;
    border-left: 1px solid #c8c7cc;
}

.timeline-xs .timeline-item:after {
    background-color: #fff;
    border-color: #58748b;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    width: 9px;
}

.timeline-xs .timeline-item p {
    margin: 0;
    padding-bottom: 10px;
}

.timeline-xs .timeline-item.success {
    border-left-color: #5cb85c;
}

.timeline-xs .timeline-item.success:after {
    border-color: #5cb85c;
}

.timeline-xs .timeline-item.danger {
    border-left-color: #d43f3a;
}

.timeline-xs .timeline-item.danger:after {
    border-color: #d43f3a;
}

.timeline-xs .timeline-item.info {
    border-left-color: #01bfbd;
}

.timeline-xs .timeline-item.info:after {
    border-color: #01bfbd;
}

.timeline-xs .timeline-item.warning {
    border-left-color: #eea236;
}

.timeline-xs .timeline-item.warning:after {
    border-color: #eea236;
}

.timeline-xs .timeline-item:before,
.timeline-xs .timeline-item:after {
    content: " ";
    display: table;
}

.timeline-xs .timeline-item:after {
    clear: both;
    bottom: auto;
    top: 4px;
}

@media (max-width: 991px) {
    /* 991px */
    div.timeline {
        margin: 0;
    }
    div.timeline .columns li {
        float: none !important;
        width: 100% !important;
    }
    .timeline_element {
        margin: 20px auto !important;
    }
    .timeline_element:after {
        display: none;
    }
    .timeline_element:before {
        display: none;
    }
    .timeline-scrubber {
        display: none;
    }
}

/* ---------------------------------------------------------------------- */

/*  Tables
/* ---------------------------------------------------------------------- */

.table {
    border-collapse: separate;
}

.table > thead > tr > th {
    border-top: none;
}

.table-bordered.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #e2e2e4;
    color: #5b5b60 !important;
    border-top: none;
}

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

.table > tbody > tr.active > td,
.table > tbody > tr.active > th {
    background-color: #e7e7e9 !important;
    color: #5b5b60 !important;
}

.table > tbody > tr.active:hover > td,
.table > tbody > tr.active:hover > th {
    background-color: #dddcdf !important;
    color: #5b5b60 !important;
}

th.center,
td.center {
    text-align: center;
}

td.center .dropdown-menu {
    text-align: left;
}

td.small-width {
    width: 15%;
}

.table thead tr {
    color: #707070;
    font-weight: normal;
}

.table.table-bordered {
    border-right: none;
    border-bottom: none;
}

.table.table-bordered thead tr th {
    vertical-align: middle;
}

.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
    border-top: none;
    border-left: none;
}

.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > thead > tr > td,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
    border-top: none;
    border-left: none;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-child(2n + 1) {
    background-color: #efeff0;
}

.editable-element {
    border-bottom: 1px dashed #0088cc;
    text-decoration: none;
    opacity: 0.5;
    display: inline;
}

.ng-table th {
    text-align: left !important;
}

.ng-table .plus,
.ng-table .minus {
    font-weight: bold;
    padding-left: 18px;
    position: relative;
}

.ng-table .plus:before,
.ng-table .minus:before {
    content: "";
    border-width: 4px;
    border-style: solid;
    left: 8px;
    top: 50%;
    position: absolute;
    margin-top: -2px;
}

.ng-table .plus {
    color: green;
}

.ng-table .plus:before {
    border-color: green;
    border-top: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.ng-table .minus {
    color: red;
}

.ng-table .minus:before {
    border-color: red;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.odd {
    background: #efeff0;
}

.even {
    background: #ffffff;
}

@media (max-width: 767px) {
    .ng-table-pager {
        text-align: center;
    }
    .ng-table-pager .ng-table-counts {
        float: none !important;
    }
    .ng-table-pager .pagination {
        display: block;
    }
    .ng-table-pager .pagination li {
        display: inline-block;
    }
}

.table-stylish {
    border-spacing: 0 5px;
    position: relative;
    margin-top: -5px;
}

.table-stylish td {
    background: #f3f0f1;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3f0f1 0%, #eeeeee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3f0f1', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    position: relative;
}

.table-stylish td:before {
    content: "";
    width: 1px;
    background: #e2e2e4;
    right: 0;
    top: 5px;
    bottom: 5px;
    position: absolute;
}

.table-stylish td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid #e2e2e4;
}

.table-stylish td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table-stylish td:last-child:before {
    background: none !important;
}

/* ---------------------------------------------------------------------- */

/*  Media
/* ---------------------------------------------------------------------- */

.img-media {
    width: auto;
    height: auto;
    max-height: 90px;
    max-width: none;
}

/* ---------------------------------------------------------------------- */

/*  Hover Effects
/* ---------------------------------------------------------------------- */

.figure-wrapper {
    position: relative;
    padding: 0;
    margin-right: -1px;
}

.figure-wrapper figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
}

.figure-wrapper figure img {
    position: relative;
    display: block;
}

.figure-wrapper figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
}

.figure-wrapper figure figcaption::before,
.figure-wrapper figure figcaption::after {
    pointer-events: none;
}

.figure-wrapper figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.figure-wrapper figure figcaption,
.figure-wrapper figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.figure-wrapper figure h2 {
    word-spacing: -1px;
    font-weight: 300;
    font-size: 21px;
}

.figure-wrapper figure h2 span {
    font-weight: 800;
}

.figure-wrapper figure h2,
.figure-wrapper figure p {
    margin: 0;
}

.figure-wrapper figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/

/***** Zoe *****/

/*---------------*/

figure.effect-zoe {
    background: #2c2f3b;
}

figure.effect-zoe img {
    transition: opacity 1s, transform 1s;
    backface-visibility: hidden;
    width: 100%;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 5px 10px;
    height: 60px;
    background: #fff;
    color: #3c4a50;
    transition: transform 0.35s;
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
    line-height: 50px;
}

figure.effect-zoe p.icon-links {
    line-height: 50px;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-size: 17px;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 80px;
    padding: 10px;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    transition: transform 0.35s;
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover img {
    opacity: 0.4;
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    transition-delay: 0.2s;
}

/*-----------------*/

/***** Goliath *****/

/*-----------------*/

figure.effect-goliath {
    background: #58748b;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
    transition: transform 0.35s;
}

figure.effect-goliath img {
    backface-visibility: hidden;
    width: 100%;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*-----------------*/

/***** Icons *****/

/*-----------------*/

.icons-effect {
    position: relative;
}

.icons-effect .mask,
.icons-effect .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.icons-effect img {
    display: block;
    position: relative;
}

.icons-effect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.icons-effect .mask {
    opacity: 0;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.icons-effect .mask.mask-rounded {
    border-radius: 6px;
}

.icons-effect .icons-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.icons-effect .icons {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.icons-effect a.icon {
    display: inline-block;
    position: relative;
    opacity: 0;
    transition: all 0.2s 0s ease-in-out;
    transform: rotate(-60deg);
}

.icons-effect:hover .mask {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.icons-effect:hover a.icon {
    opacity: 1;
    transform: rotate(0deg);
}

.icons-effect:hover a.icon:nth-child(2) {
    transition-delay: 0.2s;
}

.icons-effect:hover a.icon:nth-child(3) {
    transition-delay: 0.3s;
}

.icons-effect:hover a.icon:nth-child(4) {
    transition-delay: 0.4s;
}

/* ---------------------------------------------------------------------- */

/*  User profile
/* ---------------------------------------------------------------------- */

.user-left {
    /* border-right: 1px solid #DDDDDD; */
    padding-right: 15px;
}

@media (max-width: 991px) {
    .user-left {
        border-right: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.user-left a:hover,
.user-left a:focus {
    text-decoration: none;
}

.user-left td .edit-user-info {
    visibility: hidden;
}

.user-left tr:hover .edit-user-info {
    visibility: visible;
}

.user-image {
    position: relative;
    display: inline-block;
}

.user-image img {
    max-width: 80px;
    min-width: 80px;
    min-height: auto;
    border-radius: 100%;
}

.user-image .user-image-buttons {
    position: absolute;
    bottom: 32px;
    right: 0px;
    display: none;
}

.user-image:hover .user-image-buttons {
    display: block;
}

.user-edit-image-buttons {
    display: inline;
}

#projects .progress {
    margin-bottom: 0;
}

.ltwt {
    font-size: 12px;
    line-height: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.ltwt .ltwt_tweet {
    margin-bottom: 30px;
    padding: 0 0 0 45px;
    position: relative;
}

.ltwt .ltwt_tweet:before {
    content: "\e74b";
    font-family: "themify";
    font-size: 30px;
    margin-left: -45px;
    position: absolute;
    top: 6px;
    color: #01bfbd;
}

.ltwt .ltwt_tweet .ltwt_tweet_text {
    margin-bottom: 5px;
    margin-top: 0;
}

/* ---------------------------------------------------------------------- */

/*  Calendar
/* ---------------------------------------------------------------------- */

.calAlert {
    width: 595px;
    float: right;
    margin-bottom: 5px;
}

.calXBtn {
    float: right;
    margin-top: -5px;
    margin-right: -5px;
}

.calWell {
    float: left;
    margin-bottom: 40px;
}

.fc-event.openSesame .fc-event-skin {
    background-color: #e5e50b;
    color: black;
}

.fc-event.customFeed .fc-event-skin {
    background-color: #84deaf;
    color: black;
}

.calTools {
    margin-bottom: 10px;
}

/* ---------------------------------------------------------------------- */

/*  ToDo
/* ---------------------------------------------------------------------- */

.todo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.todo li .todo-actions {
    background: white;
    border-bottom: 1px solid #e4e6eb;
    margin-left: 0 !important;
    padding: 10px 10px 10px 35px !important;
    position: relative;
    display: block;
    color: #8b91a0;
}

.todo li .todo-actions:hover,
.todo li .todo-actions:focus {
    text-decoration: none;
    background-color: #f4f6f9 !important;
}

.todo li .todo-actions > i {
    color: #c7cbd5;
    font-size: 18px;
    margin: 0 5px 0 0;
    position: absolute;
    left: 10px;
    top: 11px;
    cursor: pointer;
}

.todo li .label {
    position: absolute;
    right: 10px;
    padding: 6px;
}

.todo .todo-tools {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* ---------------------------------------------------------------------- */

/*  Chat
/* ---------------------------------------------------------------------- */

.discussion {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.discussion .other {
    float: left;
}

.discussion .other .message:last-child .message-text {
    border-radius: 16px 16px 16px 0;
    float: left;
}

.discussion .other .message:last-child .message-avatar {
    display: block;
}

.discussion .other .message:last-child .message-name {
    display: none;
}

.discussion .other .message {
    float: left;
}

.discussion .other .message:first-child .message-name {
    display: block !important;
}

.discussion .other .message-text {
    background-color: #e5e5ea;
    color: #2c2f3b;
    padding-left: 22px;
    margin-left: 32px;
}

.discussion .other .message-avatar {
    left: 10px;
}

.discussion .self {
    float: right;
}

.discussion .self .message:last-child .message-text {
    border-radius: 16px 16px 0;
    float: left;
}

.discussion .self .message:last-child .message-avatar {
    display: block;
}

.discussion .self .message:last-child .message-name {
    display: none;
}

.discussion .self .message {
    float: right;
}

.discussion .self .message:first-child .message-name {
    display: block !important;
}

.discussion .self .message-text {
    background-color: #00d449;
    color: #fff;
    padding-right: 22px;
    margin-right: 32px;
}

.discussion .self .message-avatar {
    float: right;
}

.discussion .self .message-name {
    margin-left: auto !important;
    margin-right: 48px;
    text-align: right;
}

.discussion .self .message-avatar {
    right: 10px;
}

.discussion li {
    position: relative;
    margin: 0 0 10px 0;
    width: 80%;
}

.discussion li.messages-date {
    display: inline-block;
    color: #8e8e93;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0;
    text-align: center;
    width: 100% !important;
}

.discussion li.nextSame {
    margin-bottom: 0 !important;
}

.discussion li.nextSame .message-text {
    border-radius: 16px !important;
}

.discussion li.nextSame .message-avatar {
    display: none !important;
}

.discussion .message {
    margin: 1px 10px 0 10px;
    clear: both;
}

.discussion .message-name {
    color: #8e8e93;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 7px;
    margin-left: 48px;
    display: none;
}

.discussion .message-text {
    border-radius: 16px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.2;
    min-height: 30px;
    min-width: 48px;
    padding: 6px 16px 9px;
}

.discussion .message-avatar {
    display: none;
    position: absolute;
    bottom: -5px;
    height: 29px;
    width: 29px;
}

.discussion .message-avatar img {
    border-radius: 100%;
    width: 100%;
}

.message-bar {
    position: relative;
    background: #f7f7f8;
    height: 44px;
    width: 100%;
    display: table;
}

.message-bar .message-inner {
    height: 100%;
    padding: 0 8px;
    display: table-row;
    width: 100%;
}

.message-bar .message-area {
    display: table-cell;
}

.message-bar textarea,
.message-bar input {
    background: #fff;
    border: 1px solid #c8c7cc;
    border-radius: 5px;
    box-shadow: none;
    font-family: inherit;
    height: 28px;
    line-height: 20px;
    margin: 8px 0;
    padding: 3px 8px;
    resize: none;
    width: 100%;
}

.message-bar .link {
    padding: 0 10px;
    line-height: 44px;
    position: relative;
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}

.message-bar a.icon-only {
    color: #8e8e93;
    font-size: 20px;
    margin: 0;
    margin-right: 8px;
}

/* ---------------------------------------------------------------------- */

/*  Messages
/* ---------------------------------------------------------------------- */

.panel-body.messages {
    padding: 0;
}

.messages-list {
    border-right: 1px solid white;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    top: 65px;
    bottom: 0;
}

.messages-list .messages-item {
    border-bottom: 1px solid #c8c7cc;
    padding: 5px 15px 5px 25px;
    position: relative;
}

.messages-list .messages-item:hover {
    background-color: white;
    cursor: pointer !important;
}

.messages-list .messages-item:hover .messages-item-star {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.messages-list .messages-item.active {
    background-color: white;
}

.messages-list .messages-item.starred .messages-item-star {
    display: block;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.messages-list .messages-item span {
    color: #58748b;
    display: block;
}

.messages-list .messages-item span .spam {
    font-style: normal;
}

.messages-list .messages-item .messages-item-star,
.messages-list .messages-item .messages-item-attachment,
.messages-list .messages-item .messages-item-time,
.messages-list .messages-item .messages-item-actions {
    position: absolute;
}

.messages-list .messages-item .messages-item-star {
    color: #58748b;
    left: 7px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: opacity, 0.3s, ease-in-out 0s;
}

.messages-list .messages-item .messages-item-star:hover,
.messages-list .messages-item .messages-item-star:active,
.messages-list .messages-item .messages-item-star:focus {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.messages-list .messages-item .messages-item-attachment {
    left: 7px;
    top: 25px;
    color: #407887;
}

.messages-list .messages-item .messages-item-avatar {
    border-radius: 4px;
    float: left;
    height: 40px;
    width: 40px;
}

.messages-list .messages-item .messages-item-from,
.messages-list .messages-item .messages-item-subject,
.messages-list .messages-item .messages-item-content {
    margin-left: 45px;
}

.messages-list .messages-item .messages-item-from {
    font-weight: bold;
    margin-top: 2px;
    color: #aeacb4;
}

.messages-list .messages-item .messages-item-time {
    right: 15px;
    top: 8px;
}

.messages-list .messages-item .messages-item-time .text {
    color: #8e8e93;
    font-size: 11px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    right: 0;
    top: 0;
    transition: opacity, 0.3s, ease-in-out 0s;
    width: 65px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > a,
.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .dropdown
    > a {
    margin-left: 5px;
}

.messages-list .messages-item .messages-item-time .messages-item-actions > div {
    display: inline-block;
}

.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .dropdown-menu {
    margin-top: 0;
}

.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .tag-icon {
    border-radius: 30px;
    display: inline-block;
    height: 11px;
    margin: 0 5px 0 -13px;
    width: 11px;
}

.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .tag-icon.red {
    background: #c82e29;
}

.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .tag-icon.blue {
    background: #407887;
}

.messages-list
    .messages-item
    .messages-item-time
    .messages-item-actions
    .tag-icon.green {
    background: #5a8770;
}

.messages-list .messages-item .messages-item-subject {
    font-size: 14px;
    margin-bottom: 4px;
    color: #5b5b60;
}

.messages-list .messages-item .messages-item-content {
    font-size: 12px;
    color: #9b9b9f;
    margin-bottom: 4px;
}

.messages-list .messages-item .messages-item-preview {
    color: #aeacb4;
    font-size: 12px;
}

.wrap-options {
    border-bottom: 1px solid #c8c7cc;
    min-height: 65px;
}

.messages-search {
    padding: 15px;
    width: 100%;
}

@media (max-width: 1200px) {
    .messages-search {
        display: none;
        position: absolute;
        top: 0;
    }
}

.message-actions {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #efeff4;
}

.message-actions .actions {
    list-style: none;
}

.message-actions .actions > li {
    float: left;
    height: 65px;
    position: relative;
}

@media (max-width: 480px) {
    .message-actions .actions > li {
        display: none;
    }
}

.message-actions .actions > li:after {
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 14px;
    position: absolute;
    right: -4px;
    top: 26px;
    width: 1px;
}

.message-actions .actions > li.actions-dropdown {
    display: none;
}

@media (max-width: 480px) {
    .message-actions .actions > li.actions-dropdown {
        display: block;
    }
}

.message-actions .actions > li > a,
.message-actions .actions > li > span > a {
    font-size: 12px;
    font-weight: 600;
    line-height: 65px;
    padding: 0 13px;
    white-space: nowrap;
    color: #8e8e93;
}

.message-actions .actions > li.email-list-toggle {
    display: none;
}

@media (max-width: 768px) {
    .message-actions .actions > li.email-list-toggle {
        display: block !important;
    }
}

.message-header {
    border-bottom: 1px solid white;
    padding: 75px 15px 10px;
}

.message-header .message-item-avatar {
    border-radius: 4px;
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.message-header .message-from {
    font-weight: bold;
    color: #5b5b60;
}

.message-header .message-to {
    color: #9b9b9f;
}

.message-header .message-time {
    color: #9b9b9f;
    font-size: 11px;
}

.message-subject {
    padding: 20px 10px 0;
    color: #5b5b60;
    font-size: 16px;
}

.message-content {
    padding: 20px 10px;
    color: #8e8e93;
}

.inbox {
    border-spacing: 0;
    height: 100%;
    margin: 0 -15px;
}

.inbox .col {
    float: left;
    height: 100%;
    vertical-align: top;
}

.inbox .email-options {
    width: 240px !important;
    border-right: 1px solid #dee5e7;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .inbox .email-options {
        display: none;
    }
}

.inbox .email-options .email-options-title {
    color: #808285;
    font-size: 10px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.inbox .email-options .main-options {
    margin: 0;
    list-style: none;
    padding: 0;
}

.inbox .email-options .main-options li {
    line-height: 34px;
}

.inbox .email-options .main-options li .badge {
    margin-top: 8px;
}

.no-messages {
    bottom: 0;
    left: 0;
    margin-top: -34px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.inbox .email-list {
    width: 360px !important;
    border-right: 1px solid #dee5e7;
    background: #ffffff;
}

@media (max-width: 768px) {
    .inbox .email-list {
        width: 100% !important;
        border-right: none;
        background: #ffffff;
        position: relative;
    }
}

.inbox .wrap-list {
    width: 359px;
    height: 100% !important;
    position: relative;
}

.inbox .wrap-list .close-message-search {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
    display: none;
}

.inbox .wrap-list .search-open .close-message-search {
    display: block;
}

.inbox .wrap-list .search-open .open-message-search {
    display: none;
}

.inbox .wrap-list .search-open .messages-options .btn-group {
    display: none;
}

.inbox .wrap-list .search-open .messages-search {
    display: block !important;
    right: 50px;
    left: 0;
    width: auto;
}

@media (max-width: 768px) {
    .inbox .wrap-list {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .inbox .wrap-list .messages-options {
        display: none;
    }
}

.inbox .email-reader {
    height: 100%;
    margin-left: 600px;
    overflow: hidden;
    position: relative;
    padding: 0;
    background: #ffffff;
}

@media (max-width: 1200px) {
    .inbox .email-reader {
        margin-left: 360px;
    }
}

@media (max-width: 768px) {
    .inbox .email-reader {
        margin-left: 0;
    }
    .modal-open .modal .modal-dialog {
        width: 90% !important;
    }
}

/* ie8 fixes */

.ie8 .messages-list .messages-item .messages-item-star {
    display: none;
}

.ie8 .messages-list .messages-item:hover .messages-item-star {
    display: block;
}

/**/

/* ie8 fixes */

.ie8 .messages-list .messages-item .messages-item-time .messages-item-actions {
    display: none;
}

/**/

/* ---------------------------------------------------------------------- */

/*  Modals
/* ---------------------------------------------------------------------- */

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    position: fixed;
}

.modal-backdrop.in {
    opacity: 0.4;
}

.modal-backdrop {
    z-index: 9998 !important;
}

.modal,
.modal-dialog {
    z-index: 9999 !important;
}

.modal-content {
    background: #ffffff;
    box-shadow: none;
    border-radius: 20px;
}

.modal-footer,
.modal-header {
    border-color: rgba(0, 0, 0, 0.07);
}

.modal-aside.horizontal .modal-dialog {
    min-height: 100% !important;
    bottom: 0;
    height: auto !important;
}

.modal-aside.horizontal .modal-dialog .modal-content {
    height: auto !important;
    min-height: 100% !important;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInTop {
    animation-name: fadeInTop;
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInBottom {
    animation-name: fadeInBottom;
}

.modal-aside {
    overflow: hidden;
}

.modal-aside.horizontal {
    transition: none;
    -webkit-transition: none;
    transform: none;
    -webkit-transform: none;
    height: 100%;
}

.modal-aside.horizontal.left.in .modal-dialog {
    animation: fadeInLeft 150ms;
    -webkit-animation: fadeInLeft 150ms;
}

.modal-aside.horizontal.right.in .modal-dialog {
    animation: fadeInRight 150ms;
    -webkit-animation: fadeInRight 150ms;
}

.modal-aside.horizontal .modal-dialog {
    position: absolute;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    transform: none;
    -webkit-transform: none;
}

.modal-aside.horizontal.left .modal-dialog {
    left: 0;
}

.modal-aside.horizontal.right .modal-dialog {
    right: 0;
}

.modal-aside.horizontal .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
}

.modal-aside.vertical {
    transition: none;
    -webkit-transition: none;
    transform: none;
    -webkit-transform: none;
    width: 100% !important;
    overflow: hidden;
}

.modal-aside.vertical .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100% !important;
    transition: none;
    -webkit-transition: none;
    transform: none;
    -webkit-transform: none;
}

.modal-aside.vertical.top.in .modal-dialog {
    animation: fadeInTop 150ms;
    -webkit-animation: fadeInTop 150ms;
}

.modal-aside.vertical.bottom.in .modal-dialog {
    animation: fadeInBottom 150ms;
    -webkit-animation: fadeInBottom 150ms;
}

.modal-aside.vertical.bottom .modal-dialog {
    bottom: 0;
}

.modal-aside.vertical.top .modal-dialog {
    top: 0;
}

.modal-aside.vertical .modal-dialog .modal-content {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* ---------------------------------------------------------------------- */

/*  Maps
/* ---------------------------------------------------------------------- */

#map_canvas {
    position: relative;
}

.angular-google-map-container {
    height: 400px;
}

/* ---------------------------------------------------------------------- */

/*  Pricing Tables
/* ---------------------------------------------------------------------- */

.pricing-table .plan {
    border: none;
    margin: 20px 0;
    position: relative;
    padding: 0;
    list-style: none;
    border: 1px solid #a6a6a6;
    border-bottom: none;
    text-align: center;
}

.pricing-table .plan li {
    padding: 10px 15px;
    color: #8e8e93;
    border-bottom: 1px solid #a6a6a6;
}

.pricing-table .plan li.plan-name {
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    background: #d5d4d8;
    border-top: 0;
    border-bottom: 0;
}

.pricing-table .plan li.plan-price {
    background: #c8c7cc;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 20px;
    border-bottom: none;
}

.pricing-table .plan li.plan-price h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 2em;
    padding: 30px 0;
    font-weight: 600;
    color: #ffffff;
}

.pricing-table .plan li.plan-price h3 .price-cents {
    font-size: 50%;
    vertical-align: super;
    margin-left: -10px;
}

.pricing-table .plan li.plan-price h3 .price-month {
    font-size: 30%;
    font-style: italic;
    margin-left: -20px;
    font-weight: 300;
    color: #ffffff;
}

.pricing-table .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.pricing-table .plan.featured {
    transform: scale(1.05);
    box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
    /* border: 2px solid #A6A6A6; */
    border: 2px solid #ffc000;
}

.pricing-table .plan.featured .plan-name {
    background: #94929b;
}

.pricing-green .plan li strong {
    color: #c82e29;
}

.pricing-green .plan li.plan-name {
    background: #64967d;
}

.pricing-green .plan li.plan-price {
    background: #5a8770;
    color: #ffffff;
}

.pricing-green .plan.featured .plan-name {
    background: #314a3d;
}

.pricing-blue .plan li strong {
    color: #407887;
}

.pricing-blue .plan li.plan-name {
    background: #81c5a6;
}

.pricing-blue .plan li.plan-price {
    background: #407887;
    color: #ffffff;
}

.pricing-blue .plan.featured .plan-name {
    background: #81c5a6;
}

.pricing-red .plan li strong {
    color: #c82e29;
}

.pricing-red .plan li.plan-name {
    background: #d63a35;
}

.pricing-red .plan li.plan-price {
    background: #c82e29;
    color: #ffffff;
}

.pricing-red .plan.featured .plan-name {
    background: #731b18;
}

/* ---------------------------------------------------------------------- */

/*  404 and 500 error
/* ---------------------------------------------------------------------- */

.error-full-page .page-error {
    margin-top: 60px;
}

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

.page-error .error-number {
    display: block;
    font-size: 158px;
    font-weight: 300;
    letter-spacing: -10px;
    line-height: 128px;
    margin-top: 0;
    text-align: center;
}

.page-error .error-details {
    display: block;
    padding-top: 0;
    text-align: center;
}

.page-error .error-details .btn-return {
    margin: 10px 0;
}

.page-error .error-details h3 {
    margin-top: 0;
}

.error-full-page {
    overflow: hidden;
}

.error-full-page img {
    display: none;
}

.error-full-page #canvas {
    position: absolute;
    top: 0px;
    left: 0px;
}

.error-full-page #sound {
    position: absolute;
    width: 30%;
    height: 30%;
    overflow-y: auto;
    margin-left: 35%;
    border-radius: 15px;
    opacity: 0.3;
    margin-top: 5%;
}

.error-full-page .video {
    position: absolute;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-top: 5%;
}

.main-div {
    max-width: 999px;
    /* background: #12c0d8;*/
    border-radius: 10px;
    border: 1px solid #a6a6a6;
    margin: 0 auto;
    height: 160px;
    overflow: hidden;
}

.Plan-div {
    width: 33%;
    display: inline-block;
    position: relative;
}

/*.line-ver::after{
content: '';
    width: 0;
    height: 70%;
    position: absolute;
    border: 1px solid white;
    top: 36px;
        right: 0;
}
.line-ver1::after{
    content: '';
    width: 0;
    height: 108%;
    position: absolute;
    border: 1px solid white;
    top: 6px;
    right: 0;

}*/

.outer ul li {
    margin: 15px 0px;
    font-size: 14px;
    color: #8e8e93;
}

.outer ul {
    list-style-type: none;
}

.plan-text {
    background: #81c5a6;
    padding: 10px 99px;
    border: 1px solid #f5f4f4;
    border-radius: 10px;
}

.Plan-div ul li strong {
    color: #01bfbd;
}

/* ---------------------------------------------------------------------- */

/*  Page Title
/* ---------------------------------------------------------------------- */

.breadcrumb-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    /*padding: 15px 35px;
    margin: 0 -15px;*/
    padding: 0px 35px 29px 19px;
    margin: 0px -30px;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper {
        padding: 15px;
    }
}

.lyt-3 .breadcrumb-wrapper,
.lyt-4 .breadcrumb-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin: 30px 0 0 0;
}

@media (min-width: 992px) {
    .lyt-3 .breadcrumb-wrapper,
    .lyt-4 .breadcrumb-wrapper {
        margin: 30px 15px 0;
    }
}

.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -16px;
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .breadcrumb {
        display: none;
    }
}

.breadcrumb-wrapper .navbar-right {
    margin: 0;
    float: right !important;
}

.breadcrumb-wrapper .navbar-right > li > a {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

#page-title {
    border-bottom: 1px solid #eee;
    padding: 50px 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    #page-title {
        text-align: center;
        padding: 20px 0;
    }
}

#page-title .row {
    margin: 0 15px;
}

#page-title h1 {
    color: #333;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #page-title h1 {
        font-size: 24px;
    }
}

#page-title .mainDescription {
    font-family: "Lato", sans-serif;
    color: #777;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

#page-title .mainDescription small {
    font-size: 60%;
    margin-top: 10px;
    display: block;
}

#page-title .breadcrumb {
    background-color: transparent !important;
    font-size: 12px;
    left: auto !important;
    margin: -30px 0 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 30px !important;
    top: 50% !important;
    width: auto !important;
    font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
    #page-title .breadcrumb {
        left: 0 !important;
        margin: 15px 0 0 !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }
}

#page-title .breadcrumb > li + li {
    padding: 0 5px;
    position: relative;
}

#page-title .breadcrumb > li + li:before {
    color: #007aff;
    content: "/ ";
    padding: 0 5px;
}

#page-title.page-title-center {
    text-align: center;
}

#page-title.page-title-center .breadcrumb {
    left: 0 !important;
    margin: 15px 0 0 !important;
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
}

/* ---------------------------------------------------------------------- */

/*  Tooltips
/* ---------------------------------------------------------------------- */

.static-tooltip .tooltip {
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
    position: relative;
}

/* ---------------------------------------------------------------------- */

/*  Popover
/* ---------------------------------------------------------------------- */

.static-popover .popover {
    display: block;
    float: left;
    margin: 20px;
    position: relative;
    width: 260px;
}

/* ---------------------------------------------------------------------- */

/*  Datepicker
/* ---------------------------------------------------------------------- */

.picker__box {
    border-color: #ffffff !important;
}

.picker__nav--prev:before,
.picker__nav--next:before {
    border: none !important;
    display: block;
    height: auto !important;
    margin: 0 auto;
    width: auto !important;
    font-family: "themify";
}

.picker__nav--next:before {
    content: "\e649" !important;
}

.picker__nav--prev:before {
    content: "\e64a" !important;
}

.picker__button--close:before {
    content: "\e646" !important;
    font-family: "themify";
}

.picker__button--clear:before {
    border: none !important;
    top: auto !important;
    width: auto !important;
    font-family: "themify";
    content: "\e6a5" !important;
    font-size: 1.1em;
}

.picker__weekday {
    color: #58748b !important;
    text-align: center;
}

[pick-a-date],
[pick-a-time] {
    cursor: pointer !important;
}

[date-picker] {
    padding: 5px 20px !important;
    min-width: 230px;
}

[date-picker] th {
    color: #58748b;
    font-weight: bold;
}

[date-picker] .switch {
    color: #5b5b60;
}

[date-picker] .active,
[date-picker] .now {
    background-color: #58748b !important;
    background-image: none !important;
    border: none !important;
    text-shadow: none !important;
    color: #ffffff !important;
}

[date-picker] .now {
    background-color: #ffffff !important;
    color: #58748b !important;
    font-weight: bold;
}

[date-picker] .active:hover,
[date-picker] .now:hover,
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active,
[date-picker] .active.disabled,
[date-picker] .now.disabled,
[date-picker] .active[disabled],
[date-picker] .now[disabled] {
    color: #ffffff !important;
    background-color: #58748b !important;
}

[date-picker] .disabled {
    color: #9b9b9f !important;
}

[date-picker] .disabled.active,
[date-picker] .disabled.now {
    color: #ffffff !important;
}

/* ---------------------------------------------------------------------- */

/*  Landing Page
/* ---------------------------------------------------------------------- */

.landing-page .container-fullw {
    position: static;
}

.landing-page .navbar {
    position: fixed !important;
    background: transparent;
    max-height: 80px;
    min-height: 80px;
    border-radius: 0;
}

@media (min-width: 992px) {
    .landing-page .navbar {
        /* -moz-transition: height 0.5s, background 0.5s;
    -o-transition: height 0.5s, background 0.5s;
    -webkit-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s; */
    }
}

@media (max-width: 991px) {
    .landing-page .navbar {
        /* background: #2C2F3B; */
        background: #fff;
    }
    .landing-page .navbar > .container {
        width: auto !important;
    }
}

.landing-page .navbar .navbar-header {
    position: relative !important;
    background: transparent !important;
    height: auto;
    border: none;
    width: auto !important;
    box-shadow: none !important;
}

.landing-page .navbar .navbar-header .navbar-brand {
    opacity: 1 !important;
    top: 0 !important;
}

@media (min-width: 992px) {
    .generatBtn {
        margin-top: 24px !important;
        margin-left: 24px !important;
        width: 90% !important;
    }
    .landing-page .navbar .navbar-header .navbar-brand {
        transition: all 0.5s;
    }
    .landing-page .navbar .navbar-header .navbar-brand img {
        transition: all 0.5s;
        max-width: 110px !important;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .landing-page .navbar .navbar-header {
        text-align: center;
    }
    .landing-page .navbar .navbar-header .navbar-brand {
        float: none;
    }
    .landing-page .navbar .navbar-header .landing-menu-toggler {
        height: auto !important;
        line-height: normal !important;
        position: absolute;
        left: -4px;
        top: 29px;
    }
}

.landing-page .navbar .navbar-collapse {
    position: absolute !important;
    background: transparent !important;
    height: auto;
    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .landing-page .navbar .navbar-collapse {
        margin: 0;
    }
}

.landing-page .navbar .navbar-collapse .nav {
    margin: 30px !important;
}

.landing-page .navbar .navbar-collapse .nav li.active > a {
    background: transparent !important;
    color: #fff;
}

.landing-page .navbar .navbar-collapse .nav li > a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 0 5px !important;
    font-size: 12px;
}

.landing-page .navbar .navbar-collapse .nav li > a:hover {
    color: #fff;
}

.landing-page .navbar .navbar-collapse .nav li > a.active:before {
    content: " ";
    position: absolute;
    height: 3px;
    left: 0;
    top: 0;
    right: 0;
    background: #c82e29;
}

@media (max-width: 991px) {
    .landing-page .navbar .navbar-collapse {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .landing-page .navbar .navbar-collapse {
        background: #2c2f3b !important;
    }
    .landing-page .navbar .navbar-collapse .nav {
        margin: 0;
    }
    .landing-page .navbar .navbar-collapse .nav > li {
        padding: 0;
    }
    .landing-page .navbar .navbar-collapse .nav > li > a.active:before {
        top: auto;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .landing-page .navbar.min {
        /* height: 40px;
    line-height: 40px; */
        /* background: #2C2F3B; */
        background: #fff;
    }
    .landing-page .navbar.min .navbar-header,
    .landing-page .navbar.min .navbar-collapse {
        /* height: 40px !important; */
    }
    .landing-page .navbar.min .navbar-brand {
        height: 40px;
        line-height: 40px;
    }
    .landing-page .navbar.min .navbar-brand img {
        max-width: 70px !important;
    }
    .landing-page .navbar.min .navbar-nav > li > a {
        /* line-height: 40px; */
    }
}

.landing-page .landing-content {
    /* height: 470px; */
}

@media (min-width: 992px) {
    .app-navbar-fixed .landing-page .landing-content {
        margin-top: 70px;
    }
}

.landing-page .landing-content .carousel {
    height: 470px;
    width: 100%;
    position: relative;
    margin-bottom: 0 !important;
}

.landing-page .landing-content .carousel .slick-list {
    overflow: visible;
}

.landing-page .landing-content .carousel .slick-slide {
    height: 470px;
    background-size: cover !important;
    background-position: center center !important;
}

.landing-page .landing-content .carousel .caption {
    position: absolute;
    top: 130px;
    left: 15px;
    bottom: auto;
    right: auto;
    text-align: left;
}

.landing-page .landing-content .carousel .image {
    position: absolute;
    right: 10px;
    top: 135px;
}

.landing-page .landing-content .carousel .slick-dots {
    bottom: 0 !important;
}

.landing-page .section-features {
    background-image: url("/assets/images/section_features.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.landing-page .section-testimonials {
    background-image: url("/assets/images/section_testimonials.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 250px !important;
}

.landing-page .testimonial-thumb {
    margin: 0 auto;
    max-width: 80px;
}

.landing-page .section-contact {
    /* background-image: url("/assets/images/word_map.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;*/
    /* background-image: url(/assets/images/word_map.png); */
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
    margin-top: 30px;
    background: #ececec;
}

.ft-footer {
    background-color: #01bfbd !important;
}

.sub .table > tbody > tr > td,
.sub .table > tbody > tr > th,
.sub .table > tfoot > tr > td,
.sub .table > tfoot > tr > th,
.sub .table > thead > tr > td,
.sub .table > thead > tr > th {
    /* padding: 2px 8px;*/
    line-height: 2.42857143;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-top: 0px solid #ddd;
}

.status-a {
    padding: 3px 5px;
    background: #92d050;
    border-radius: 4px;
    color: white;
}

.status-i {
    padding: 3px 5px;
    background: #ef4529;
    border-radius: 4px;
    color: white;
}

.status-aa {
    padding: 6px 30px;
    background: #92d050;
    border-radius: 4px;
    color: white;
    width: 100%;
    opacity: 0.4;
}

/*span.status-aa:visited{
    opacity: 1;
    color: white;
  }*/

.page-login .form-control {
    height: 40px;
    padding-bottom: 5px 10px;
}

.page-login .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
            user-select: none;
    /* border: 1px solid transparent; */
    /* padding: 0.375rem 0.75rem; */
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* height: 50px; */
    padding: 12px 0px;
    margin-top: 13px;
}

.status-ii {
    padding: 6px 30px;
    background: #ef4529;
    border-radius: 4px;
    color: white;
    opacity: 0.4;
}

.subscription input[disabled] {
    border-color: #aeacb4 !important;
}

.page {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

.page__content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    background: #f6f6f6;
    transition: padding 200ms ease-in-out;
}

.page__content > .important-container {
    width: 40%;
}

.important-container.login-container {
    position: relative;
}

.page__content > .important-container {
    flex: 0 0 auto;
    width: 40%;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.important-container.login-container .login-container__buttons {
    /*position: absolute;*/
    left: 6px;
    top: 6px;
    z-index: 9;
}

.important-container.login-container .login-container__buttons--right {
    left: auto;
    right: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-outline-primary {
    border-color: #ff1e1e;
    color: #ff2d2d;
}

.btn {
    padding: 9px 15px;
    line-height: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

.btnsize {
    width: 284px;
}

.headingsignup {
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
    color: black;
}

/*.content  input[type="text"]{
    font-size: 16px !important;
    border: 1px solid #4472c4;
  } */

.content .form-group label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 21px;
    color: #323c47;
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
            user-select: none;
    /* border: 1px solid transparent;*/
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn--icon.btn--icon-right span {
    float: right;
    margin-right: 0px;
    margin-left: 5px;
}

.btn--icon span.fa {
    font-size: 14px;
    line-height: 19px;
}

.important-container.login-container > .content {
    width: 100%;
    padding: 0px 15%;
}

/*.page__content > .important-container .content {
    float: left;
    width: 100%;
    padding: 20px;
}*/

.page-login .logo-holder {
    text-align: center;
    bottom: 10px;
}

.logo-holder--wide {
    width: 100%;
}

.logo-holder--lg {
    width: 100%;
    height: 40px;
}

.logo-holder {
    /*  float: left;*/
    /*  width: 235px;
    height: 59px;
    position: relative;*/
}

.page-login .logo-text {
    float: none;
}

.logo-holder--lg .logo-text {
    width: auto;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    top: 28px;
    float: right;
}

.logo-holder .logo-text {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 0px 20px 20px;
    color: #242437;
    transition: color 200ms ease-in-out;
}

.logo-holder .logo-text strong {
    font-weight: 900;
}

.text-primary {
    color: #ff2d2d !important;
}

.logo-holder .logo-text strong {
    font-weight: 900;
}

.form-group {
    margin-bottom: 8px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    color: #323c47;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    line-height: 20px;
    font-size: 13px;
    padding: 9px;
    border-color: #d7dde3;
    background: #fff;
    transition: border 200ms ease-in-out;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.form-group .custom-control {
    margin-bottom: 0px;
    margin-left: 7px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #323c47;
}

.custom-control {
    margin-bottom: 10px;
    padding-left: 30px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control .custom-control-label {
    font-size: 12px;
    line-height: 20px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #2c9fdd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}

.custom-control .custom-control-label:before {
    background-color: #f2f2f2;
    width: 20px;
    height: 20px;
    top: 0px;
    left: -30px;
    transition: background 200ms ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
            user-select: none;
    background-color: #dee2e6;
}

.custom-control .custom-control-label:after {
    top: 0px;
    left: -30px;
    width: 20px;
    height: 20px;
}

/*#content{
  background: url(./assets/images/bridge.jpg) left center no-repeat;
 background-size: 100% auto;

}*/

.btn .btn-primary {
    border-color: #01bfbd !important;
    background: #01bfbd !important;
    color: #ffffff;
    font-size: 12px;
}

.btn .btn-primary:hover {
    border-color: #f40000 !important;
    background: #ff1414 !important;
    color: #fff !important;
    font-size: 12px !important;
}

#screen2 {
    display: none;
}

.care-taker .table > tbody > tr > td,
.care-taker.table > tbody > tr > th,
.care-taker.table > tfoot > tr > td,
.care-taker.table > tfoot > tr > th,
.care-taker.table > thead > tr > td,
.care-taker.table > thead > tr > th {
    padding: 3px 8px;
    line-height: 2.42857143;
    /* line-height: 1.42857143; */
    /* vertical-align: top;*/
    border-top: 0px solid #ddd;
}

.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn {
    background-color: #ef4529 !important;
    border-color: #ef4529;
    color: #ffffff !important;
}

.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
    background-color: #a6a6a6 !important;
    border-color: #a6a6a6 !important;
    color: #ffffff !important;
}

/*.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
   
    color: #ffffff !important;
}*/

.user-details .table > tbody > tr > td,
.user-details .table > tbody > tr > th,
.user-details .table > tfoot > tr > td,
.user-details .table > tfoot > tr > th,
.user-details .table > thead > tr > td,
.user-details .table > thead > tr > th {
    padding: 3px;
    line-height: 2.42857143;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-top: 0px solid #ddd;
    white-space: nowrap;
}

.sub .table > tbody > tr > td,
.sub .table > tbody > tr > th,
.sub .table > tfoot > tr > td,
.sub .table > tfoot > tr > th,
.sub .table > thead > tr > td,
.sub .table > thead > tr > th {
    padding: 3px 10px;
    line-height: 2.42857143;
    /* line-height: 1.42857143; */
    vertical-align: middle;
    border-top: 0px solid #ddd;
}

/*.care-taker .table>tbody>tr>td,.care-taker .table>tbody>tr>th,.care-taker .table>tfoot>tr>td,.care-taker .table>tfoot>tr>th,.care-taker .table>thead>tr>td,.care-taker .table>thead>tr>th {
    padding: 9px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #ddd;
}
.care-taker*/

/*.d-lg-block {
    display: none !important;
}*/

.sub .input-group-addon {
    background-color: #01bfbd;
    border: 1px solid #01bfbd;
    color: #ffffff;
    cursor: pointer;
}

.sub.form-control[disabled],
.sub .form-control[readonly],
fieldset[disabled].sub .form-control {
    background-color: #eee !important;
    opacity: 1;
}

.upload-btn-wrapper {
    overflow: hidden;
    /* display: inline-block; */
    text-align: right;
    margin-right: 15px;
    padding: 0px 15px;
    cursor: pointer;
    float: right;
    position: relative;
}

.fl-right {
    float: right;
}

.upload-btn-wrapper .btn {
    color: white;
    /* background-color: #4472C4; */
    padding: 4px 11px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 5px;
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    height: 30px;
    max-width: 96px;
}

@media (max-width: 992px) {
    .page__content > .important-container {
        flex: 0 0 auto;
        width: 100% !important;
        background: #fff;
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .head-title {
        margin: 10px 13px;
    }
    .head-title2 {
        margin-left: 15px !important;
    }
    .add-head-title2 {
        margin-left: 30px !important;
    }
    .backbutton-right {
        margin-right: 15px;
    }
    .textField-M {
        margin-bottom: 20px;
    }
    .btn-group,
    .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: -45px;
    }
    .cs-active .cs-options {
        top: 30px !important;
    }
    div.cs-skin-slide::before {
        height: 80% !important;
    }
}

@media (min-width: 768px) {
    .ml-30 {
        margin-left: 30px;
    }
    .pl-30 {
        padding-left: 30px;
    }
}

.btn-primary.btn-yellow {
    border-color: #ffc000;
    background: #ffc000;
}

.center {
    text-align: center;
}

.modal-header .close {
    color: white;
    opacity: 1;
}

@media (min-width: 768px) {
    /* .subscriction .panel-body.sub */
    .subscription .panel-body.sub {
        min-height: 500px;
    }
    .content-edit .panel-body.sub {
        min-height: 500px;
    }
    .content .panel-body.sub {
        min-height: 500px;
    }
    .activity-edit .panel-body.sub {
        min-height: 600px;
    }
    .activity-edit .panel-body.upload {
        min-height: 250px;
    }
    .content-details .panel-body.sub {
        min-height: 600px;
    }
    .content-details .panel-body.upload {
        min-height: 230px;
        padding: 15px 15px 0px 15px;
    }
}

.drag {
    /* border: 3px dashed gray; */
    border: 1px solid gray;
    padding: 10px 3px;
}

#fileupload table .preview canvas {
    height: 60px;
    width: 60px;
}

#fileupload table .btn-warning.cancel {
    float: right;
    margin-right: 10px;
}

.subscription .subscription-label {
    min-width: 110px;
}

.switchery {
    left: 10px;
    height: 20px;
    width: 40px;
}

.switchery small {
    height: 19px;
    width: 20px;
}

.credit-note .modal-header {
    background: #01bfbd;
    border-color: #01bfbd;
    padding: 10px 15px;
    border-radius: 20px 20px 0px 0px;
}

.credit-note .modal-footer {
    padding: 10px 15px;
}

.credit-note .modal-header .close {
    margin-top: 0px;
}

.btn-primary.cancel {
    background: #a6a6a6 !important;
    border-color: #a6a6a6;
}

.activity-img {
    width: 25px;
    margin-right: 5px;
    height: 25px;
}

.fa {
    font-size: 14px;
}

.btn.btn-transparent {
    padding: 5px;
}

.btn-icon .badge.badge-danger::after {
    display: none;
}

.btn-icon .badge.badge-danger {
    background-color: #d9534f;
}

/* Badges */

.badge {
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    padding: 0px 5px 0px 15px;
    line-height: inherit;
    position: relative;
    transition: background 200ms ease-in-out;
}

.badge {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge:after {
    content: " ";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

/* badge-success */

.badge.badge-success {
    background: rgba(66, 140, 1, 0.1);
    color: #428c01;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-success:after {
    background: #428c01;
}

/* badge-danger */

.badge.badge-danger {
    background: rgba(186, 48, 48, 0.1);
    color: #ba3030;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-danger:after {
    background: #ba3030;
}

/* badge-primary */

.badge.badge-primary {
    background: rgba(255, 45, 45, 0.1);
    color: #ff2d2d;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-primary:after {
    background: #ff2d2d;
}

/* badge-warning */

.badge.badge-warning {
    background: rgba(254, 206, 0, 0.1);
    color: #fece00;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-warning:after {
    background: #fece00;
}

/* badge-info */

.badge.badge-info {
    background: rgba(0, 138, 190, 0.1);
    color: #008abe;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-info:after {
    background: #008abe;
}

/* badge-dark */

.badge.badge-dark {
    background: rgba(18, 17, 25, 0.1);
    color: #121119;
    border-color: rgba(0, 0, 0, 0.1);
}

.badge.badge-dark:after {
    background: #121119;
}

.h-120 {
    height: 120%;
}

.w-120 {
    width: 120%;
}

.h-90 {
    height: 90%;
}

.w-90 {
    width: 90%;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.h-80 {
    height: 80%;
}

.w-80 {
    width: 80%;
}

.h-70 {
    height: 70%;
}

.w-70 {
    width: 70%;
}

.box-top-right {
    position: absolute;
    right: 5px;
    top: 5px;
    color: darkgreen;
    font-size: 15px;
}

.pad-15 {
    padding: 5px 5px;
    text-align: center;
}

#sidebar > div nav > ul.main-navigation-menu {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar > div nav > ul.main-navigation-menu::-webkit-scrollbar {
    width: 4px !important;
}

#sidebar > div nav > ul.main-navigation-menu::-webkit-scrollbar-track {
    border-radius: 4px !important;
    background-color: transparent !important;
    /* background-color: #666C71 !important; */
}

#sidebar > div nav > ul.main-navigation-menu::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #aaa !important;
    /* background-color: #666C71 !important; */
}

#sidebar > div nav > ul.main-navigation-menu::-webkit-scrollbar-thumb:hover {
    background-color: #666c71 !important;
}

.modal .modal-title {
    color: #fff;
}

#feedbackPopup .fa {
    font-size: 50px;
    padding: 30px 30px 0px 15px;
}

.otp {
    padding-bottom: 15px !important;
}

.otp td input {
    /* text-decoration: underline; */
    padding: 0px !important;
    font-size: 24px !important;
    text-align: center;
    border: none !important;
    border: 1px solid #ccc !important;
    border-radius: 80px;
    height: 50px !important;
}

.otp td {
    border: none !important;
}

.otp input[type="password"]:focus {
    background-color: transparent !important;
}

.svgImg {
    width: 20px;
    height: 20px;
}

#feedbackPopup .fa.feedback.active {
    color: #2cef2c;
}

.offer {
    min-height: 150px;
}

/* Customer Page */

.customer_page {
    background: #fff !important;
}

.customer_page .landing-page .navbar .navbar-collapse .nav li > a {
    /* color: #12C0D8; */
    /* color: #08F0FC;*/
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0 8px !important;
    /* text-transform: capitalize; */
    text-transform: none;
    font-family: "Ubuntu", sans-serif;
}

.customer_page .login {
    font-size: 20px;
    padding: 5px 20px;
    /* background: #12C0D8;
  border-color: #12C0D8; */
    /* background: #33ccff;
  border-color: #33ccff; */
    background: #01bfbd;
    border-color: #01bfbd;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
}

.customer_page .login:hover,
.customer_page .login:focus,
.customer_page .login:active {
    /* background: #12C0D8 !important;
  border-color: #12C0D8 !important; */
    background: #01bfbd !important;
    border-color: #01bfbd !important;
}

.customer_page .sign-up {
    padding-top: 15px;
}

.customer_page .login-banner {
    padding-top: 200px;
    padding-left: 30px;
}

.customer_page .learning-system h1,
.customer_page .learning-system h3,
.customer_page .learning-system h4,
.customer_page .learning-system p,
.customer_page .learning-system span {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

.customer_page h1,
.customer_page h3,
.customer_page h2,
.customer_page h4,
.customer_page p,
.customer_page span {
    /* font-weight: 400; */
    font-family: "Poppins-Regular" !important;
}

.customer_page .text-red {
    font-weight: 400;
    margin-right: 15px;
}

.mar-foot {
    margin-top: -34px;
    float: right;
}

.customer_page {
    /* padding-bottom: 130px; */
    padding-bottom: 340px;
}

@media (max-width: 768px) {
    #section-5 {
        height: 340px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #01bfbd;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #section-5 {
        height: 420px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #01bfbd;
    }
}

@media (min-width: 1024px) {
    #section-5 {
        /* height: 340px; */
        height: 385px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #01bfbd;
    }
}

@media (min-width: 768px) {
    .customer_page .navbar .navbar-right > li {
        padding: 30px 8px 0px 8px;
    }
}

.customer_page .text-red {
    font-weight: 400;
    margin-right: 15px;
}

.customer_page a.text-red {
    font-size: 14px;
}

.footer .container {
    background: #10b4ca;
    color: #fff;
    margin-top: 50px;
    /* height: 200px; */
    padding: 30px 15px;
}

.footer ul {
    padding-left: 0px;
}

.footer ul li {
    list-style-type: none;
    font-weight: bold;
    font-size: 15px;
    display: inline;
    padding: 0 30px;
}

.footer ul li a {
    color: #fff;
}

.head-genius {
    /* font-weight: bold;
  font-size: 60px; */
    color: #000;
    font-weight: 400;
}

.plus-1 {
    max-width: 50px;
    position: absolute;
    right: -20px;
    top: 45%;
}

.plus-2 {
    max-width: 50px;
    position: absolute;
    right: -30px;
    top: 45%;
}

.plus-3 {
    display: block;
    max-width: 50px;
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}

.learning-header {
    font-weight: bold;
    font-size: 42px;
}

.mob-img {
    padding-top: 50px;
    padding: 30px 0;
    width: 100%;
    max-width: 120px;
}

.desktop-img {
    padding-top: 70px;
    padding: 30px 0;
    width: 100%;
    max-width: 160px;
    height: 100%;
    max-height: 180px;
}

.box-img {
    padding-top: 50px;
    padding: 30px 0;
    width: 100%;
    max-width: 120px;
}

@media (max-width: 991px) {
    .app-navbar-fixed .landing-page .landing-content {
        margin-top: 125px;
    }
    .head-genius {
        font-size: 40px !important;
    }
    .learning-header {
        font-size: 30px !important;
    }
}

.save-btn-left {
    margin-left: 137px;
}

.top-mar {
    position: absolute;
    top: 0px;
}

.table-head {
    color: #5b5b60 !important;
    font-weight: 700;
    font-size: 16px;
}

.top-m {
    /* margin-top: 40px; */
    margin-top: 60px;
}

.pl-0 {
    padding-left: 0;
}

.pl-zero {
    padding: 0;
}

.logo-top {
    top: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .align-left-ipad {
        text-align: left;
    }
    .tab-width {
        width: 450px;
        margin: 0 auto;
    }
    .table-width-ipad {
        width: 800px !important;
        overflow-x: auto !important;
    }
    .fa-cog {
        color: white !important;
    }
    .logo-top {
        top: -31px;
    }
    .customer_page .text-red {
        font-weight: 400;
        margin-right: 9px;
    }
    .customer_page .navbar .navbar-right > li {
        padding: 10px 10px 0px 0px;
    }
    .customer_page .landing-page .navbar .navbar-collapse .nav li > a {
        font-size: 16px;
    }
    .top-mar {
        position: absolute;
        top: 0px;
    }
    .top-m {
        /* margin-top: 40px; */
        margin-top: 60px;
    }
    .table-head {
        color: #5b5b60 !important;
        font-weight: 700;
        font-size: 16px;
    }
    .exp-btn {
        position: absolute;
        bottom: -40px;
        margin-bottom: 5px;
        padding-bottom: 0px;
        right: 0;
    }
    .padd-left-title {
        padding-left: 18px;
    }
    .right-buy {
        margin-right: 5px;
    }
    .right-amount {
        float: right;
    }
    .panne-body {
        width: 768px;
    }
    .mar-left {
        margin-left: -16px !important;
    }
    .breadcrumb-wrapper .breadcrumb {
        display: block !important;
    }
    .cust2 #myTab2 {
        padding-left: 140px !important;
    }
    .customer_page .landing-page .navbar .navbar-collapse .nav li > a {
        padding: 0 10px !important;
    }
    .customer_page.app-navbar-fixed .navbar .navbar-collapse {
        top: 0px;
    }
    .routine-btn {
        height: 70px !important;
        min-width: 50px !important;
        width: 70px !important;
    }
    .customer_page #myTab11,
    .customer_page #myTab22,
    .customer_page #myTab33 {
        min-width: 140px !important;
    }
    .save-btn-left {
        margin-left: 40px;
    }
    .important-container.login-container > .content {
        width: 80%;
        padding: 200px 15%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .important-container.login-container > .content {
        width: 100%;
        padding: 0px 7%;
    }
}

.customer_page h1.neuro {
    font-size: 30px;
    font-weight: 500;
    color: #14d2ec !important;
}

.customer_page .neuro_outer {
    background: #fff;
    padding: 10px 0px;
    margin: 0 30px;
}

@media (max-width: 767px) {
    .customer_page .neuro {
        font-size: 18px !important;
    }
    .customer_page .neuro_outer {
        margin: 0px !important;
    }
    .customer_page .login-banner {
        padding-top: 30px;
    }
    .plus-1 {
        display: none;
    }
    .plus-2 {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
    }
    .plus-3 {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0px;
    }
    .desktop-img {
        margin-top: 50px;
    }
    .box-img {
        margin-top: 50px;
    }
    .cust2 #myTab2 {
        padding: 0px !important;
    }
    .cust2 .nav-tabs.nav-justified > li {
        width: 100% !important;
    }
    .customer_page .tabs-left > .nav-tabs > li > a {
        padding: 15px 0px !important;
    }
    .customer_page #myTab11,
    .customer_page #myTab22,
    .customer_page #myTab33 {
        min-width: 80px !important;
    }
}

@media (min-width: 768px) {
    .plus-3 {
        display: none;
    }
}

/* Customer Page */

@media (min-width: 992px) {
    .cust2.app-navbar-fixed .landing-page .landing-content {
        /* margin-top: 100px; */
        margin-top: 60px;
        min-height: 400px;
    }
}

.cust2 .nav-tabs.nav-justified > li {
    width: 18%;
    float: right;
}

.cust2 #myTab2 {
    padding-left: 202px;
}

.cust2 .nav-tabs.nav-justified > li {
    width: 14%;
    float: none;
    /* background-color: #E6E8E8;
  border: 1px solid #E6E8E8; */
}

.cust2 .left-tabs li {
    list-style-type: none;
}

/* .customer_page .landing-page .navbar{
  position: relative !important;
} */

@media (max-width: 768px) {
    .customer_page .landing-page .navbar {
        max-height: 115px;
        min-height: 115px;
        /* margin-top: 20px; */
    }
}

@media (min-width: 769px) {
    .customer_page .landing-page .navbar {
        max-height: 115px;
        min-height: 115px;
        background-color: #f2f2f2;
    }
}

.customize tbody {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .customer_page.app-navbar-fixed .navbar .navbar-collapse {
        /* , .customer_page.app-navbar-fixed .navbar .navbar-header */
        /* top: 15px;
            left: -28px; */
    }
    .customer_page .landing-page .navbar.min .navbar-brand img {
        max-width: 160px !important;
        padding-top: 14%;
        padding-left: 7%;
    }
}

.customer_page #myTab11,
.customer_page #myTab22,
.customer_page #myTab33 {
    min-width: 200px;
}

.customer_page .front {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    height: 100%;
    position: relative;
}

.customer_page .tabs-left > .nav-tabs > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
}

.customer_page .tabs-left > .nav-tabs > li.active > a {
    /* color: #12c0d8; */
    color: #01bfbd;
}

.customer_page .tabs-left.tabbable {
    background: none;
    padding: 0;
    border: none;
    background-color: #f2f2f2;
}

.customer_page .tabs-left > .nav-tabs > li.active > a,
.customer_page .tabs-left > .nav-tabs > li.active a:focus,
.customer_page .tabs-left > .nav-tabs > li.active a:hover {
    border: none;
}

.customer_page .tabs-left > .nav-tabs > li > a,
.customer_page .tabs-left > .nav-tabs > li a:focus,
.customer_page .tabs-left > .nav-tabs > li a:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.customer_page .tabs-left .tab-content {
    border: none;
}

.customer_page .customerTabs .btn span {
    font-size: 15em;
}

.customer_page .customize {
    width: 101%;
    position: absolute;
    visibility: hidden;
    top: 50px;
    /* background: #808080c7; */
    background: #d7d6dbba;
    /* background: #03282d99; */
    height: 101%;
    /* background: rgba(11,3,33,0.6); */
    /* -webkit-transition: all 0.2s ease; */
    transition: all 1s ease;
    opacity: 0;
    /* transition: all 500ms ease; */
}

.customer_page .front {
    overflow: hidden;
}

.customer_page .front:hover .customize {
    opacity: 1;
    top: 0px;
    visibility: visible;
    background: rgba(11, 3, 33, 0.6);
    transition: all 0.8s ease-in-out;
    /* background: rgba(255,255,255,0.3); */
    border-radius: 0px;
    transition: all 0.8s ease;
}

@media (max-width: 480px) {
    .cust2 .customerTabs .col-xs-6 {
        width: 100% !important;
    }
}

.customer_page .customize tbody tr td {
    text-align: center;
    color: #000;
    font-weight: bold;
    display: block;
    padding: 10.8px 0px;
    text-transform: capitalize;
}

.customer_page .customize tbody tr td a {
    font-size: 16px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

.customer_page .nav-tabs.outer > li.active > a,
.customer_page .nav-tabs.outer > li.active > a:focus,
.customer_page .nav-tabs.outer > li.active > a:hover {
    /* background: #10b4ca; */
    background: #01bfbd;
    color: #fff;
    /* padding: 0px 20px; */
    padding: 3px 20px;
    /* height: 40px; */
    height: 50px;
    line-height: 40px;
}

.customer_page .nav-tabs.outer > li > a,
.customer_page .nav-tabs.outer > li > a:focus,
.customer_page .nav-tabs.outer > li > a:hover {
    color: #000;
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 21px;
    /* margin: 0 5px; */
    border: 1px solid #e6e8e8 !important;
    border-bottom: none !important;
    background: #fff;
    /* padding: 0px 20px; */
    /* height: 40px; */
    padding: 3px 20px;
    height: 50px;
    line-height: 40px;
    font-family: "Ubuntu", sans-serif;
}

.customer_page .footer h4 {
    color: #fff;
    /* text-align: center; */
}

.customer_page .container {
    max-width: 1400px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1400px) {
    .customer_page .container {
        max-width: 1400px;
        width: 96%;
    }
    /* .customer_page.cust2 .bg-white .container {
    width: 1170px;
  } */
    .mar-tab {
        margin-right: 28px;
    }
}

/* .cust2 .landing-page .landing-content {
    padding-top: 120px;
} */

.container {
    position: relative;
    width: 50%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #d7d6dbba;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
}

.container:hover .overlay {
    width: 100%;
    left: 0;
}

.cust2 .panel-tabs,
.cust2 .tabbable {
    background-color: transparent;
}

.cust2 .tab-content {
    /* background-color: #FFFFFF; */
    position: relative;
    background-color: #F2f2f2f;
    /* border: 1px solid #E6E8E8; */
}

/* Book Reading */

.reading_heading {
    /* background-image: linear-gradient(to right, #2EBBFF , #0BF4FA) !important; */
    /* background: linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
  background: -ms-linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
}

.reading_heading h4 {
    font-weight: 600;
    /* color: #01BFBD; */
    color: #2ebbff;
}

.reading-complete {
    background-image: linear-gradient(to right, #2ebbff, #0bf4fa) !important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.reading-complete:focus,
.reading-complete:hover,
.reading-complete:active,
.complete:hover {
    color: #fff;
}

.reason .active {
    color: #4ddb6e;
}

.customer_page .reading .slider-handle.round {
    /*background: url("/assets/images/barchart/book-reading-bar-button.png") !important;*/
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center;
    height: 50px;
    width: 50px;
    margin-top: -20px !important;
}

.customer_page .blue .reading .slider-handle.round {
    background: url("/assets/images/barchart/book-reading-bar-button.png") !important;
    background-size: contain !important;
}

.customer_page .red .reading .slider-handle.round {
    background: url("/assets/images/barchart/show-cards-bar-button.png") !important;
    background-size: contain !important;
}

.customer_page .blue .reading .slider.slider-horizontal {
    background: url("/assets/images/barchart/book-reading-bar.png") !important;
}

.customer_page .red .reading .slider.slider-horizontal {
    background: url("/assets/images/barchart/show-cards-bar.png") !important;
}

.customer_page .reading .slider-horizontal .slider-track {
    background-color: transparent !important;
}

.customer_page .reading .slider-blue .slider-selection {
    background: transparent;
}

.customer_page .reading .slider.slider-horizontal {
    /*background: url("/assets/images/barchart/book-reading-bar.png") !important;*/
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.customer_page .reading .slider-wrapper .slider-label,
.slider-wrapper .slider-label.slider-label-to {
    font-weight: bold;
    font-size: 16px !important;
    top: -10px !important;
}

.customer_page .reading .slider-wrapper .slider-label-center {
    top: -10px;
    left: 20px;
    padding: 0 2px;
    opacity: 0.4;
    color: #000;
    font-size: 16px !important;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: bold;
}

.customer_page .reading .slider-heading {
    /* background: linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
  background: -ms-linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
  -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    text-align: center;
}

.customer_page .reading .slider .tooltip.top {
    display: none;
}

.communicate_reading_customize .reading.tabbable .nav-tabs {
    width: 70%;
    border: 1px solid #01bfbd;
    border-radius: 5px;
    margin: 0 auto;
}

.communicate_reading_customize .reading.tabbable .nav-tabs > li {
    width: 50%;
}

.communicate_reading_customize .reading.tabbable .nav-tabs > li.active > a {
    color: #fff;
    background: linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
}

.communicate_reading_customize .reading.tabbable .nav-tabs > li > a {
    margin-right: 0px;
}

.communicate_reading_customize .reading.tabbable .nav-tabs > li > a:hover,
.communicate_reading_customize .reading.tabbable .nav-tabs > li > a:focus {
    background-color: transparent;
}

/* Book Reading */

/* Show Cards */

.cards_heading {
    /* background: linear-gradient(to right, #fc0d15 0%, #fa6508 100%);
  -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
}

.cards_heading h4 {
    font-weight: 600;
    color: #fc0d15;
}

.cards-complete {
    background: linear-gradient(to right, #fc0d15 0%, #fa6508 100%) !important;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.cards-complete:focus,
.cards-complete:hover,
.cards-complete:active,
.complete:hover {
    color: #fff;
}

.customer_page .cards .slider-handle.round {
    background: url("/assets/images/barchart/show-cards-bar-button.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center;
    height: 50px;
    width: 50px;
    margin-top: -20px !important;
}

.customer_page .cards .slider-horizontal .slider-track {
    background-color: transparent !important;
}

.customer_page .cards .slider-blue .slider-selection {
    background: transparent;
}

.customer_page .cards .slider.slider-horizontal {
    background: url("/assets/images/barchart/show-cards-bar.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.customer_page .cards .slider-wrapper .slider-label,
.slider-wrapper .slider-label.slider-label-to {
    font-weight: bold;
    font-size: 16px !important;
    top: -10px !important;
}

.customer_page .cards .slider-wrapper .slider-label-center {
    top: -10px;
    left: 20px;
    padding: 0 2px;
    opacity: 0.4;
    color: #000;
    font-size: 16px !important;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: bold;
}

.customer_page .cards .slider-heading {
    /* background: linear-gradient(to right, #fc0d15 0%, #fa6508 100%);
  -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    text-align: center;
}

.customer_page .cards .slider .tooltip.top {
    display: none;
}

.communicate_cards_customize .cards.tabbable .nav-tabs {
    width: 60%;
    border: 1px solid #fc0d15;
    border-radius: 5px;
    margin: 0 auto;
}

.communicate_cards_customize .cards.tabbable .nav-tabs > li {
    width: 50%;
}

.communicate_cards_customize .cards.tabbable .nav-tabs > li.active > a {
    color: #fff;
    background: linear-gradient(to right, #fc0d15 0%, #fa6508 100%);
}

.communicate_cards_customize .cards.tabbable .nav-tabs > li > a {
    margin-right: 0px;
}

.communicate_cards_customize .cards.tabbable .nav-tabs > li > a:hover,
.communicate_cards_customize .cards.tabbable .nav-tabs > li > a:focus {
    background-color: transparent;
}

/* Show Cards */

/* Progress */

.progress-high {
    text-transform: uppercase;
    /* background-image: linear-gradient(to right, #01BFBD , #01BFBD) !important; */
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    text-align: center;
    border: 1px solid #e6e8e8;
    font-size: 20px;
    font-weight: bold;
}

.do-progress .btn-primary.btn-o:active,
.do-progress .btn-primary.btn-o.active,
.do-progress .btn-primary.btn-o.active:focus,
.do-progress .btn-primary.btn-o:active:focus,
.do-progress .btn-primary.btn-o:active:hover {
    background: #01bfbd !important;
    color: #000 !important;
}

.do-progress .btn-primary.btn-o {
    background: transparent !important;
    color: #000;
    text-transform: uppercase;
}

.activity-bar {
    background: rgb(231, 232, 234);
    height: 10px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#remove-digit > tspan {
    display: none !important;
}

.activity-bar.active {
    background: #01bfbd;
}

.activity_heading {
    /* background: linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
  -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    font-size: 24px;
}

.activity_heading h4 {
    font-weight: 600;
    color: #01bfbd;
}

/* Progress */

/* Routine */

.routine-btn.active {
    color: white !important;
    background-image: linear-gradient(
        to top right,
        #01bfbd 0%,
        #01bfbd 100%
    ) !important;
}

.routine-btn {
    /* background-image: linear-gradient(to top right, #07f1f9 0%, #01BFBD 100%) !important; */
    color: #000;
    font-weight: 600;
    font-size: 30px;
    height: 80px;
    min-width: 50px !important;
    width: 80px;
    border-radius: 10px;
    margin: 0 10px;
}

.routine-day.active {
    /* background-image: linear-gradient(to top right, #07f1f9 0%, #01BFBD 100%) !important; */
    color: white !important;
    background-image: linear-gradient(
        to top right,
        #01bfbd 0%,
        #01bfbd 100%
    ) !important;
}

.routine-day {
    color: #000;
    height: 40px;
    min-width: 10px !important;
    width: 50px;
    border-radius: 5px;
    margin: 0 5px;
    width: 100% !important;
    min-width: 80px !important;
    max-width: 250px !important;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Routine */

/* Prep */

.prep-btn.active {
    background-image: linear-gradient(
        to top right,
        #01bfbd 0%,
        #01bfbd 100%
    ) !important;
    color: #ffff;
}

.prep-btn {
    color: #000;
    /* font-weight: 600; */
    font-size: 40px;
    height: 100px;
    line-height: 20px;
    min-width: 50px !important;
    width: 100px;
    border-radius: 10px;
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
}

/* Prep */

.calls {
    position: absolute;
    right: 150px;
    top: 30px;
}

@media (max-width: 480px) {
    .calls {
        right: 25px !important;
        top: -25px !important;
    }
    .mob-100 {
        width: 100%;
    }
}

.link_outer {
    width: 100%;
    appearance: none;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 0;
    color: #5b5b60 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 5px 4px !important;
    box-shadow: none !important;
}

/* Account */

.pricing-blue .plan li.plan-price {
    background: #01bfbd;
    color: #ffffff;
}

.pricing-blue .plan li strong {
    color: #01bfbd;
}

.btn-blue {
    background-color: #01bfbd;
    border-color: #01bfbd;
    color: #ffffff;
}

.first-section {
    border: none !important;
    margin: 0px 0 !important;
    position: relative;
    padding: 0;
    list-style: none;
    border-bottom: none;
    text-align: center;
    overflow: hidden;
}

.hide-old-plan {
    display: none;
}

/* Account */

/*consumer-buy css*/

.button-css-opacity {
    float: none !important;
    opacity: 1 !important;
    text-shadow: unset !important;
}

.outer-main {
    margin-bottom: 40px;
    border-radius: 5px;
    padding: 0px 0px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
    width: 300px;
    margin: 20px auto;
}

.one-year {
    padding: 20px 0px;
    background: #81c5a6;
}

.amt-year {
    padding: 8px 0px;
    background: #01bfbd;
    color: #ffffff;
}

.one-year-p {
    font-size: 18px;
    text-align: center;
    color: white;
    margin: 0;
}

.amt-p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 34px;
    padding: 10px 0;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.buy-btn {
    padding: 50px 0px;
    width: 120px;
    margin: 0 auto;
}

.Feature {
    padding: 5px 0px;
}

.feature-p {
    font-size: 18px;
    padding-left: 39px;
}

.featureplan ul li {
    padding: 8px 0px;
}

.checkplan ul li {
    padding: 4px 0px !important;
}

.btn-font {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
}

.showChild {
    display: none;
}

.mar-div-section {
    text-align: center;
    margin: 5% auto;
}

@media (min-width: 1200px) {
    .main-container {
        width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width: 769px) {
    .mar-div-section {
        text-align: center;
        margin: 5% 5%;
    }
    .outer-main {
        width: 300px;
        margin: 20px auto;
    }
    .h-200 {
        /* height: 261px !important; */
    }
    .save-button {
        width: unset !important;
    }
    .margin-left-div {
        margin-left: 30px;
    }
    .padd-let {
        padding-top: 0% !important;
        padding-bottom: 3% !important;
        padding-left: 5% !important;
    }
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -1px;
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.ms-choice > span {
    position: absolute;
    top: 4px;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-parent:after {
    content: "\25bc";
    float: right;
    color: black;
    margin-top: -24px;
    margin-right: 6px;
    font-size: 11px;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 0px;
}

.card-box1 {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

.outer-main1 {
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 0px 0px;
    cursor: pointer;
    /* max-width: 350px; */
    margin: 20px auto;
    border: 1px solid #a6a6a6;
}

.headings-titles {
    color: #01bfbd !important;
    font-weight: 900 !important;
    font-size: 35px !important;
}

.bs-timepicker-field {
    color: #000 !important;
}

.name-title {
    padding-top: 40px;
}

.package-name {
    text-align: center;
    font-size: 20px;
    color: #01bfbd;
    font-weight: 600 !important;
}

.li-span {
    font-family: "Ubuntu", sans-serif;
}

.inr-p {
    text-align: center;
    font-size: 18px;
    color: #01bfbd;
    border: 2px solid;
    font-weight: 600 !important;
}

.package-comes p,
.package-comes span {
    color: black !important;
}

.black-overlay[_ngcontent-c0] {
    position: fixed !important;
}

.ui-dialog-footer .ui-button {
    background: #01bfbd;
    border: #01bfbd;
}

.ui-button:enabled:hover {
    background: #01bfbd !important;
    border: #01bfbd !important;
}

.ui-dialog-footer .ui-button + .ui-button {
    background: #a6a6a6;
    border: #a6a6a6;
}

.ui-dialog-footer .ui-button + .ui-button:hover {
    background: #a6a6a6 !important;
    border: #a6a6a6 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #01bfbd !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    color: white !important;
    font-size: 16px !important;
}

.ui-dialog .ui-dialog-content {
    color: #8e8e93 !important;
}

.footer-align {
    width: 1300px;
    margin: 0 auto;
}

/* .modal-open {
    padding-right: 0 !important;
} */

/* html {
    overflow-y: scroll !important;
} */

.font-size-same {
    font-size: 18px !important;
    color: #524f4f !important;
    line-height: 1.5 !important;
}

.front img {
    height: 100%;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .customer_page .customize {
        height: 91.5%;
    }
    .front img {
        height: 91%;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .customer_page .customize {
        height: 91%;
    }
    .front img {
        height: 91%;
    }
    .customer_page .customize tbody tr td a {
        font-size: 13px;
        color: #fff;
        font-family: "Ubuntu", sans-serif;
    }
}

@media (min-width: 1400px) {
    .h-200 {
        /* height: 261px !important; */
    }
}

@media screen and (min-width: 767px) and (max-width: 769px) {
    .prep-btn {
        color: #000;
        font-size: 40px;
        height: 80px;
        line-height: 20px;
        min-width: 50px !important;
        width: 80px;
        border-radius: 10px;
        font-family: "Ubuntu", sans-serif;
        text-transform: uppercase;
    }
    .add-babya-table {
        width: 830px;
    }
    .customer-auth {
        float: right;
        margin: 20px 0px;
        margin-right: 189px !important;
    }
}

/*.navbar-collapse:before {
    border-bottom-color: rgba(17, 17, 17, 0.15);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 11px;
    content: "";
    border-top-width: 0;
    content: " ";
    top: -11px;
    left: 10px;
}
.navbar-collapse:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    content: "";
    border-bottom-color: #FFFFFF;
    border-top-width: 0;
    content: " ";
    top: -10px;
    left: 11px;
}*/

.arrow-top {
    width: 25px;
    height: 15px;
    background: #f1f1f1 !important;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    top: -11px;
    left: 9px;
}

.mar-top {
    margin-top: 40px;
}

.hidden-show {
    display: none;
}

@media (max-width: 767px) {
    .mar-div-section {
        text-align: center;
        margin: 5% auto;
    }
    .mar-div-section iframe {
        height: 192px !important;
    }
    .top-57 {
        margin-top: 30px !important;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-show {
        display: block;
        margin: 0px 0px 12px 0px;
    }
    .marbtm {
        margin-bottom: 40px;
    }
    .ft1 {
        font-size: 20px !important;
    }
    .ft2 {
        font-size: 25px !important;
    }
    #section-5 {
        height: unset;
    }
    .navbar .navbar-collapse .close-handle {
        background: #2c2f3b;
        display: none !important;
    }
    .customer-auth {
        float: right !important;
        margin: -98px 0px 0px 0px !important;
        margin-right: 94px !important;
    }
    .customer_page .navbar .navbar-right > li {
        padding: 8px !important;
        border: none !important;
        border-bottom: 1px solid #e8e6e6 !important;
    }
    .landing-page .navbar .navbar-collapse {
        box-shadow: rgba(0, 0, 0, 0.176) 0px 1px 10px !important;
        width: 92%;
        margin-top: 6px;
        /* background: #fbfbfb !important; */
        background: #fff !important;
    }
    .landing-page .navbar .navbar-collapse .nav {
        margin: 0px 30px 0px 30px !important;
        position: relative;
        float: unset !important;
        bottom: 0px !important;
    }
    /*.landing-page .navbar .navbar-collapse:before {
    border-bottom-color: rgba(17, 17, 17, 0.15);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-width: 11px;
    content: "";
    border-top-width: 0;
    content: " ";
    top: -11px;
    left: 10px;
}*/
    .width-btn {
        width: 100% !important;
    }
    .customer_page .landing-page .navbar .navbar-collapse .nav li > a {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 0 8px !important;
        /* text-transform: capitalize; */
        text-transform: none;
        font-family: "Ubuntu", sans-serif;
    }
    /* .app-navbar-fixed .landing-page .landing-content {
    margin-top: 95px !important;
} */
    .customer_page {
        /* padding-bottom: 130px; */
        padding-bottom: 530px;
    }
    .padd-mobile {
        padding: 8% 4% !important;
    }
    .footer-headings {
        color: white;
        font-size: 16px !important;
    }
    .padd-icon > i {
        font-size: 30px !important;
    }
    .padd-icon {
        border: 2px solid white;
        width: 58px;
        height: 58px;
        background: #4267b2;
        text-align: center;
        padding: 10px 15px 13px 15px !important;
        border-radius: 50%;
    }
    .social-links-section {
        float: unset;
        margin: unset;
        position: unset;
        top: -10px;
        text-align: center;
    }
    .social-links-section .fa {
        font-size: 25px !important;
    }
    .maindiv {
        max-width: 1200px;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 70px;
    }
    /*.main-content {
    padding-top: 0px  !important;
}*/
    .buy-btn {
        padding: 0 !important;
    }
    .img-border {
        border: none !important;
        margin: 0 !important;
        max-width: 100%;
    }
    .name-title1 {
        text-align: center;
    }
    .padd-left-unset {
        padding-left: 15px !important;
        margin-bottom: 60px !important;
    }
    .padd-left-unset1 {
        padding-left: 15px !important;
    }
    .padding-top-0 {
        padding-top: 0 !important;
    }
    .mar-top {
        margin-top: 15px;
    }
    .mb-25 {
        margin-bottom: 25px !important;
    }
    .navbar-header {
        padding-top: 10px;
    }
    .align-ment {
        margin-top: -33px !important;
        float: right;
    }
    .login-logo-new {
        width: 63%;
        margin: auto;
        padding-top: 50px;
    }
    .mb-10 {
        margin-bottom: 10px !important;
    }
    .div-height-30 {
        height: 30px !important;
    }
    .div-height-150 {
        height: 150px !important;
    }
    .padd-15 {
        padding-left: 15px !important;
    }
}

.right-text {
    float: right;
}

@media screen and (min-width: 767px) and (max-width: 769px) {
    .customer_page {
        padding-bottom: 325px !important;
    }
    .mar-div-section {
        text-align: center;
        margin: 5% 3% !important;
    }
    .marbtm {
        margin-bottom: 40px;
    }
    .navbar-img {
        display: inline-block;
        margin-top: 32px !important;
        /* max-width: 60px !important;
        margin-top: 33px !important;
        margin-left: 39px; */
        max-width: 90px !important;
        margin-top: 10px !important;
        margin-left: 10px;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-show {
        display: block;
        margin: 0px 0px 12px 17px !important;
    }
    .right-text {
        float: unset !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .width-progress {
        width: 274px !important;
        margin: 0 auto !important;
    }
    .page__content > .important-container {
        width: 100% !important;
    }
    .important-container.login-container > .content {
        width: 80%;
        padding: 150px 15% 0px 15%;
        margin: 0 auto;
        text-align: center;
        margin-top: -30%;
    }
    .align-left-ipad {
        text-align: left;
    }
    .headingsignup {
        font-size: 24px;
        text-align: center;
        margin-top: 165px;
        color: black;
    }
}

.d-lg-block {
    display: none;
}

.width-progress {
    width: 372px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 766px) {
    .padd-zero-how {
        padding: 0px;
    }
    .HowToVodeo {
        height: 140px !important;
    }
    .width-progress {
        width: unset !important;
    }
    .progress {
        margin: 5px 5px !important;
    }
    .tabs-left > .nav-tabs {
        border: none;
        float: left;
        margin-bottom: 0;
        top: auto;
        padding-left: 5px;
    }
    .right-text {
        float: unset;
    }
    .font-size-14 {
        font-size: 14px;
    }
    #myTab3 .tab-content {
        width: 800px;
        overflow: auto;
    }
}

@media (min-width: 769px) and (orientation: portrait) {
    .nav-bar-alignment {
        margin-left: 7px;
        margin-top: 30px;
    }
}

.profile-img-style {
    width: 30px;
    background-size: 30px 30px;
    height: 30px;
    position: absolute;
    z-index: 999;
}

.cart-imgage {
    width: 30%;
    padding-top: 23% !important;
    padding-right: 15%;
    margin-left: 77%;
}

.borderBottom {
    border-bottom: 1px solid #e6e8e8 !important;
}

.tab-style {
    position: fixed;
    z-index: 999;
    background-color: white;
}

/* @-moz-document url-prefix(max-width: 992px) {
    .tabStyle {
        width: 86%;
    }
    .tab-style {
        position: fixed;
        z-index: 999;
        background-color: white;
        margin-left: 18%;
        width: 89%;
    }
} */

/* 
@-moz-document url-prefix() {
    @media (min-width: 500px) and (max-width: 900px) {
        #tabSTl {
            width: 86%;
            float: left;
        }
        div .tab-style {
            position: fixed;
            z-index: 999;
            background-color: white;
            margin-left: 15%;
            width: 93%;
        }
    } */

/* Smartphones (portrait and landscape) ----------- */

/* @media only screen and (min-width: 500px) and (max-width: 900px) {
        #tabSTl {
            width: 86%;
            float: left;
        }
        div .tab-style {
            position: fixed;
            z-index: 999;
            background-color: white;
            margin-left: 15%;
            width: 93%;
        }
    }
    @media only screen and (min-width: 992px) and (max-width: 3000px) {
        #tabSTl {
            width: 86%;
            float: left;
        }
        div .tab-style {
            position: fixed;
            z-index: 999;
            background-color: white;
            margin-left: 15%;
            width: 93%;
        }
    }
}




@-moz-document url-prefix() {
    div .tab-style {
        position: fixed;
        z-index: 999;
        background-color: white;
    }
    #tabSTl {
        width: 86%;
        float: right;
    }
} */

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .imageDivRight {
        /* margin-left: 106px; */
        margin-left: -1.3% !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .imageDivRight {
        /* margin-left: 106px; */
        margin-left: -1.3% !important;
    }
}

@media screen and (min-width: 1200px) {
    .imageDivRight {
        /* margin-left: 106px; */
        margin-left: 7.5% !important;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    .powerAlign {
        margin-left: -11px;
    }
    .blogsDetails img {
        width: 100%;
        max-height: 235px;
        object-fit: unset;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .powerAlign {
        margin-left: 6px;
    }
    .blogsDetails img {
        width: 75%;
        max-height: 270px;
        object-fit: unset;
    }
}

.content-loader {
    max-height: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
}

video.loader {
    background: black url("/assets/images/loader.gif") center center no-repeat;
}

.adminNameClass {
    background: black !important;
    width: 42% !important;
    padding-left: 5px !important;
    font-size: 17px !important;
    color: white !important;
}

.adminHeaderColor {
    background: #ccc !important;
}

@media (max-width: 768px) {
    html {
        overflow-x: hidden !important;
    }
}

/* .btn {
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 20px !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.575rem 1.75rem !important;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
.btn-icon {
    border-color: #fff !important;
}

.border_radius {
    border-radius: 80px;
}

@media only screen and (max-width: 768px) {
    .C-DOB-css .mydp .selectorarrow {
        width: 100% !important;
    }
}

img {
    outline: none;
}

.epub-container {
    margin: 0 auto;
}

.epub-view {
    background-color: white;
}

.pdfViewer .page {
    background-color: black !important;
}

.sb-default .sb-wrapper {
    font-size: 14px;
    width: 40px;
    border: 0px;
    height: 35px;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/themes/lyt1-theme-1.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* ---------------------------------------------------------------------- */
/*  Layout1 - Theme 1
/* ---------------------------------------------------------------------- */

::selection {
  background: #58748B;
  text-shadow: none;
  color: #ffffff;
}

body, #app {
  background: #f2f2f2 !important;
}

@media (max-width: 991px) {
  .app-content {
    background: #F9F9F9;
  }
}

.navbar .navbar-header {
  background: #2C2F3B !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.navbar .navbar-header .sidebar-toggler, .navbar .navbar-header .sidebar-mobile-toggler {
  color: #ffffff !important;
}
.navbar .navbar-header .navbar-brand {
  color: #ffffff !important;
}
.navbar .navbar-header .menu-toggler {
  color: rgba(255, 255, 255, 0.7) !important;
}
.navbar .navbar-header .menu-toggler:hover {
  color: white !important;
}
.navbar .navbar-header .sidebar-mobile-toggler {
  background-color: #C82E29 !important;
  border-color: #C82E29 !important;
  color: #ffffff !important;
}
.navbar .navbar-header .sidebar-mobile-toggler > i {
  color: #ffffff !important;
}
.navbar .navbar-header .sidebar-mobile-toggler:hover {
  background-color: #da4f4a !important;
  border-color: #da4f4a !important;
  color: #ffffff !important;
}
.navbar .navbar-header .sidebar-mobile-toggler:active, .navbar .navbar-header .sidebar-mobile-toggler.active, .navbar .navbar-header .sidebar-mobile-toggler.active:focus, .navbar .navbar-header .sidebar-mobile-toggler:active:focus, .navbar .navbar-header .sidebar-mobile-toggler:active:hover, .navbar .navbar-header .sidebar-mobile-toggler.dropdown-toggle:active:hover {
      background-color: #EF4529!important;
    border-color: #EF4529 !important;
}
.navbar .navbar-header .sidebar-mobile-toggler:focus {
  background-color: #de635f !important;
  border-color: #de635f !important;
  color: #ffffff !important;
}
.navbar .navbar-header .sidebar-mobile-toggler.disabled:hover, .navbar .navbar-header .sidebar-mobile-toggler.disabled:focus, .navbar .navbar-header .sidebar-mobile-toggler.disabled:active, .navbar .navbar-header .sidebar-mobile-toggler.disabled.active, .navbar .navbar-header .sidebar-mobile-toggler[disabled], .navbar .navbar-header .sidebar-mobile-toggler[disabled]:hover, .navbar .navbar-header .sidebar-mobile-toggler[disabled]:focus, .navbar .navbar-header .sidebar-mobile-toggler[disabled]:active, .navbar .navbar-header .sidebar-mobile-toggler[disabled].active, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:hover, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:focus, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler:active, fieldset[disabled] .navbar .navbar-header .sidebar-mobile-toggler.active {
  background-color: #e37874 !important;
  border-color: #e37874 !important;
  color: #ffffff !important;
}
.navbar .navbar-collapse {
  background: #2C2F3B !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-left > li:before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$collapseText-color, endColorstr=$collapseText-color,GradientType=0 );
    /* IE6-9 */
  }
}
.navbar .navbar-collapse .navbar-left > li .main-search .form-control {
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-left > li .main-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.navbar .navbar-collapse .navbar-left > li .main-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3) !important;
}
.navbar .navbar-collapse .navbar-left > li .main-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3) !important;
}
.navbar .navbar-collapse .navbar-left > li .main-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.navbar .navbar-collapse .navbar-left > li .main-search .search-button {
  color: rgba(255, 255, 255, 0.7);
}
.navbar .navbar-collapse .navbar-left > li .main-search .search-button:hover, .navbar .navbar-collapse .navbar-left > li .main-search .search-button:active, .navbar .navbar-collapse .navbar-left > li .main-search .search-button:focus {
  color: white;
}
.navbar .navbar-collapse .navbar-left > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar .navbar-collapse .navbar-left > li > a i {
  color: rgba(255, 255, 255, 0.7) !important;
}
.navbar .navbar-collapse .navbar-left > li > a:hover {
  color: white;
}
.navbar .navbar-collapse .navbar-left > li > a:hover i {
  color: white !important;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse .navbar-left > li {
    border-bottom: 1px solid #2C2F3B !important;
  }
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn {
  background-color: #C82E29;
  border-color: #C82E29;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn > i {
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
  background-color: #A6A6A6 !important;
  border-color: #A6A6A6;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:active, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.active, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.active:focus, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:active:focus, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:active:hover, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.dropdown-toggle:active:hover {
  background-color: #A6A6A6 !important;
  border-color: #A6A6A6 !important;
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:focus {
  background-color: #de635f;
  border-color: #de635f;
  color: #ffffff !important;
}
.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:hover, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:focus, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.disabled:active, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.disabled.active, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn[disabled], .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:hover, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:focus, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn[disabled]:active, .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn[disabled].active, fieldset[disabled] .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover, fieldset[disabled] .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:focus, fieldset[disabled] .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:active, fieldset[disabled] .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn.active {
  background-color: #e37874;
  border-color: #e37874;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-right > li:before {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$collapseText-color, endColorstr=$collapseText-color,GradientType=0 );
    /* IE6-9 */
  }
}
.navbar .navbar-collapse .navbar-right > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navbar .navbar-collapse .navbar-right > li > a i {
  color: rgba(255, 255, 255, 0.7) !important;
}
.navbar .navbar-collapse .navbar-right > li > a:hover {
  color: white;
}
.navbar .navbar-collapse .navbar-right > li > a:hover i {
  color: white !important;
}
.navbar .navbar-collapse .navbar-right .angular-notifications-icon {
  background: #C82E29;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background: #2C2F3B !important;
    box-shadow: none;
  }
  .navbar .navbar-collapse .navbar-right > li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar .navbar-collapse .navbar-right > li > a i {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .navbar .navbar-collapse .navbar-right > li > a:hover {
    color: white;
  }
  .navbar .navbar-collapse .navbar-right > li > a:hover i {
    color: white !important;
  }
  .navbar .navbar-collapse .navbar-right > li.open {
    background: #1b1c24 !important;
  }
}
/*@media (max-width: 991px) and (max-width: 767px) {
  .navbar .navbar-collapse .navbar-right > li {
    border-bottom: 1px solid #2C2F3B !important;
  }
}*/

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    background: #21232c !important;
  }
  .navbar .navbar-collapse .close-handle {
    background: #2C2F3B;
  }
  .navbar .navbar-collapse .close-handle .arrow-left, .navbar .navbar-collapse .close-handle .arrow-right {
    background-color: #ffffff;
  }
  .navbar .navbar-collapse .navbar-right .current-user a i {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.3);
  }
}
.navbar .dropdown-off-sidebar {
  border-left-color: transparent !important;
  background: #2C2F3B !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
@media (min-width: 768px) {
  .navbar .dropdown-off-sidebar:hover {
    color: white !important;
  }
}
@media (max-width: 991px) {
  .navbar .dropdown-off-sidebar {
    background: #2C2F3B !important;
    border-left-color: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .navbar .dropdown-off-sidebar:hover {
    color: white !important;
  }
}

#sidebar {
  background: #2C2F3B;
}
@media (min-width: 992px) {
  #sidebar:before {
    background-color: #2C2F3B;
  }
}
@media (min-width: 992px) {
  #sidebar:after {
    background-color: #D7D6DB;
  }
}
#sidebar .nav-user-wrapper {
  background: #2C2F3B !important;
}
#sidebar .sidebar-container {
  background: #D7D6DB !important;
}
#sidebar > div nav .navbar-title {
  color: #666;
}
@media (min-width: 992px) {
  #sidebar > div nav:before {
    background: #2C2F3B;
  }
  #sidebar > div nav:after {
    background: #D7D6DB;
  }
}
#sidebar > div nav > ul > li a {
  color: #666;
}
#sidebar > div nav > ul > li a .icon-arrow {
  color: #666;
}
#sidebar > div nav > ul > li.open, #sidebar > div nav > ul > li:hover {
  background: #d7d6db !important;
}
#sidebar > div nav > ul > li.open > a, #sidebar > div nav > ul > li:hover > a {
  color: #333 !important;
}
#sidebar > div nav > ul > li.open > a .icon-arrow, #sidebar > div nav > ul > li:hover > a .icon-arrow {
  color: #333;
}
#sidebar > div nav > ul > li .letter-icon-wrapper {
  background: #01BFBD !important;
    border-radius: 50%;
}
#sidebar > div nav > ul > li.active {
  background: #F9F9F9 !important;
}
#sidebar > div nav > ul > li.active.open {
  background: #F9F9F9 !important;
}
#sidebar > div nav > ul > li.active .letter-icon-wrapper {
  background: #ff0066ed !important;
  border-radius: 50%;
}
#sidebar > div nav > ul > li.active a {
  color: #333;
}
#sidebar > div nav .folders .letter-icon-wrapper {
  background: #C82E29 !important;
}

.no-touch ul.sub-menu li:hover {
  background: #e4e4e7 !important;
}
.no-touch ul.sub-menu li:hover > a, .no-touch ul.sub-menu li:hover > a i {
  color: #333 !important;
}
ul.sub-menu li.open {
  background: none !important;
}
ul.sub-menu li.open > a, ul.sub-menu li.open > a i {
  color: #333 !important;
}
ul.sub-menu li.active, ul.sub-menu li.active:hover {
  background: #dfdee2 !important;
}

.app-sidebar-closed #sidebar > div nav > ul > li:hover, .app-sidebar-closed #sidebar > div nav > ul > li.hover {
  background: #cac8cf !important;
}
.app-sidebar-closed #sidebar > div nav > ul > li.active, .app-sidebar-closed #sidebar > div nav > ul > li.active.open {
  background: #F9F9F9 !important;
}
@media (min-width: 992px) {
  .app-sidebar-closed .app-aside > .item-inner {
    background-color: #2C2F3B !important;
  }
  .app-sidebar-closed .app-aside > .item-inner:before {
    border-color: #cac8cf;
  }
  .app-sidebar-closed .app-aside > .item-inner.active {
    background-color: #C82E29 !important;
  }
  .app-sidebar-closed .app-aside > .item-inner.active:before {
    border-color: #F9F9F9;
  }
  .app-sidebar-closed .app-aside ul.sub-menu {
    background: #F9F9F9 !important;
    border: #2C2F3B !important;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li a {
    color: #666;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li a .icon-arrow {
    color: #666;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li:hover, .app-sidebar-closed .app-aside ul.sub-menu > li.active, .app-sidebar-closed .app-aside ul.sub-menu > li.active.open {
    background: none !important;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li:hover > a, .app-sidebar-closed .app-aside ul.sub-menu > li.active > a, .app-sidebar-closed .app-aside ul.sub-menu > li.active.open > a {
    color: #333;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li:hover > a .icon-arrow, .app-sidebar-closed .app-aside ul.sub-menu > li.active > a .icon-arrow, .app-sidebar-closed .app-aside ul.sub-menu > li.active.open > a .icon-arrow {
    color: #333;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li > a {
    color: #666;
  }
  .app-sidebar-closed .app-aside ul.sub-menu > li > a .icon-arrow {
    color: #666;
  }
}

.main-content {
  background: #F9F9F9 !important;
}

#app > footer {
  background-color: #F9F9F9 !important;
}

#loading-bar .bar {
  background: #C82E29 !important;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/plugins.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* ---------------------------------------------------------------------- 
>>> TABLE OF CONTENT
-------------------------------------------------------------------------
1 - TREE
2 - IMAGE CROP    
3 - PERFECT-SCROLLBAR
4 - FILE UPLOAD
5 - NESTABLE
6 - SWEET ALERT
7 - CALENDAR
8 - CHARTJS
9 - NOTIFICATION ICONS
10 - ANGULAR AWESOME SLIDER
11 - BOOTSTRAP DATERANGE PICKER
12 - ANGULAR COLORPICKER
13 - CKEDITOR
14 - SLICK
15 - ANGULAR-UI-SWITCH
/* ---------------------------------------------------------------------- */
/*



*/
/* ---------------------------------------------------------------------- */
/*  Tree
/* ---------------------------------------------------------------------- */
.box-tree .nav > li > a {
  color: #8e8e93;
  font-size: 14px;
}
.box-tree .nav > li > a:hover, .box-tree .nav > li > a:focus {
  color: #5b5b60;
}
.box-tree .nav > li > a i {
  color: #58748B;
}
.box-tree .nav > li.active > a, .box-tree .nav > li.active > a:hover, .box-tree .nav > li.active a:focus {
  color: #ffffff;
}
.box-tree .nav > li.active > a i, .box-tree .nav > li.active > a:hover i, .box-tree .nav > li.active a:focus i {
  color: #ffffff;
}

/* ---------------------------------------------------------------------- */
/*  Crop Image
/* ---------------------------------------------------------------------- */
.cropBox {
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #666;
  margin-bottom: 20px;
  padding: 10px;
}

.cropArea {
  height: 350px;
  overflow: hidden;
  background-color: #ffffff;
}

.croppedBox {
  width: 220px;
  height: 220px;
}
.croppedBox > div {
  background: #fff url('picture.ef7196bd4af7bdf1.svg') center center no-repeat;
  background-size: 50px 50px;
  height: 200px;
}

img-crop {
  background: url('picture.ef7196bd4af7bdf1.svg') center center no-repeat;
  background-size: 100px 100px;
}

/* ---------------------------------------------------------------------- */
/*  Perfect Scrollbar
/* ---------------------------------------------------------------------- */
.perfect-scrollbar {
  overflow-y: hidden !important;
}

.touch .perfect-scrollbar {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #666C71 !important;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent !important;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent !important;
}

.app-sidebar-closed #sidebar .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0 !important;
}

.app-sidebar-closed #sidebar .ps-container:hover > .ps-scrollbar-y-rail:hover {
  opacity: 1 !important;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent !important;
  opacity: 0.9 !important;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #666C71 !important;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #666C71 !important;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent !important;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent !important;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent !important;
}

.ps-container > .ps-scrollbar-y-rail, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 7px !important;
  border-radius: 0 !important;
}

/* ---------------------------------------------------------------------- */
/*  File Upload
/* ---------------------------------------------------------------------- */
.my-drop-zone {
  border: dotted 1px lightgray;
}

.nv-file-over {
  border: dotted 1px #C82E29;
}

/* Default class applied to drop zones on over */
.another-file-over-class {
  border: dotted 1px #5A8770;
}

.file-upload canvas {
  background-color: #f3f3f3;
  box-shadow: 3px 3px 3px 0 #e3e3e3;
  border: 1px solid #c3c3c3;
  height: 100px;
  margin: 6px 0 0 6px;
}

/* ---------------------------------------------------------------------- */
/*  Nestable
/* ---------------------------------------------------------------------- */
.angular-ui-tree-handle {
  background: #f7f7f8;
  border: 1px solid #c8c7cc;
  color: #8e8e93;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal !important;
}

.angular-ui-tree-handle:hover {
  color: #5b5b60;
  background: #eaeaec;
  border-color: #a6a4ac;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  box-sizing: border-box;
}

.group-title {
  background-color: #687074 !important;
  color: #FFF !important;
}

.dd {
  max-width: none !important;
}

.dd-item > button:before {
  content: "\e649" !important;
  font-family: "themify";
  color: #58748B;
}

.dd-item > button[data-action="collapse"]:before {
  content: "\e64b" !important;
}

.dd-handle {
  background: #f7f7f8 !important;
  border: 1px solid #c8c7cc !important;
  color: #8e8e93 !important;
}

.dd-handle:hover {
  background: #eaeaec !important;
  border-color: #a6a4ac !important;
}

/* ---------------------------------------------------------------------- */
/*  Sweet Alert
/* ---------------------------------------------------------------------- */
.sweet-overlay {
  z-index: 9998 !important;
}

.sweet-alert {
  z-index: 9999 !important;
}
.sweet-alert h2 {
  color: #5b5b60 !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
}
.sweet-alert button {
  padding: 5px 32px !important;
  box-shadow: none !important;
}

/* ---------------------------------------------------------------------- */
/*  Calendar
/* ---------------------------------------------------------------------- */
#calendar {
  position: relative;
}

.fc-event, #event-categories .event-category {
  padding: 2px 5px;
  background: #f7f7f8 !important;
  border: 1px solid #dddcdf !important;
  color: #8e8e93 !important;
}

#event-categories .event-category {
  cursor: move;
}

.fc-day-number {
  margin: 2px 2px 0 0;
}

.fc-header-title h2 {
  color: #c8c7cc;
  font-weight: 200;
  letter-spacing: -1px;
}

.fc-today .fc-day-number {
  font-weight: bold;
}

.fc-state-highlight {
  background: #F5F5F5 !important;
}

.fc-button {
  color: #858585 !important;
  height: 40px !important;
  line-height: 40px;
  opacity: 0.6;
}

.fc-button:hover {
  opacity: 1;
}

.fc-button-prev, .fc-button-next {
  padding: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  text-indent: -9999px;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
  font-weight: bold;
}

.fc-button-prev:after, .fc-button-next:after {
  font-family: FontAwesome;
  text-indent: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.fc-button-prev:after {
  content: "\f104";
}

.fc-button-next:after {
  content: "\f105";
}

.fc-state-default {
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #DDDDDD !important;
  box-shadow: none !important;
  color: #666666;
  text-shadow: none !important;
  border-radius: 0 !important;
}

.fc-state-down, .fc-state-active {
  opacity: 1;
}

.fc-header-left {
  position: absolute !important;
  top: 0;
  left: 15px;
  width: 50% !important;
}

.fc-header-right {
  position: absolute !important;
  top: 0;
  right: 15px;
  width: 50% !important;
}

.fc-header-center {
  display: block !important;
  padding-top: 60px !important;
}

.event-category {
  color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0;
}

.fc-border-separate tr.fc-last th {
  border-top: none !important;
  border-left: none !important;
}

.fc-border-separate th.fc-last {
  border-right: none !important;
}

.fc-grid th {
  text-align: right;
}

.fc-event {
  background-color: #F0F0F0;
  border: none;
  color: #333333;
  font-size: 12px;
}

.fc-event .fc-content > span:first-child:before, .event-category:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 16px;
  padding-right: 5px;
  color: #00AEFF;
  float: left;
}

.event-category {
  color: #858585;
}

.event-category:before {
  line-height: 20px;
}

.event-cancelled .fc-content > span:first-child:before, .event-category.event-cancelled:before {
  color: #EEB424 !important;
}

.event-home .fc-content > span:first-child:before, .event-category.event-home:before {
  color: #9A89B5 !important;
}

.event-overtime .fc-content > span:first-child:before, .event-category.event-overtime:before {
  color: #711A76;
}

.event-generic .fc-content > span:first-child:before, .event-category.event-generic:before {
  color: #46b8da !important;
}

.event-job .fc-content > span:first-child:before, .event-category.event-job:before {
  color: #58748B !important;
}

.event-off-site-work .fc-content > span:first-child:before, .event-category.event-off-site-work:before {
  color: #5A8770 !important;
}

.event-to-do .fc-content > span:first-child:before, .event-category.event-to-do:before {
  color: #F18636 !important;
}

.fc-view-month .fc-event-time {
  display: none;
}

.fc-icon-fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
}

/* ---------------------------------------------------------------------- */
/*  Chartjs
/* ---------------------------------------------------------------------- */
canvas.chart-bar, canvas.chart-line {
  max-width: 100% !important;
  display: block;
}

.chart {
  margin: 0;
}

.mini-pie-100 {
  height: 100px;
  position: relative;
  width: 60px;
  display: inline-block;
}
.mini-pie-100 canvas {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}
.mini-pie-100 span {
  line-height: 100px;
}

.mini-pie-150 {
  height: 150px;
  position: relative;
  width: 150px;
  display: inline-block;
}
.mini-pie-150 canvas {
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}
.mini-pie-150 span {
  line-height: 150px;
}

/* ---------------------------------------------------------------------- */
/*  Notification Icons
/* ---------------------------------------------------------------------- */
.demo-notification-icons notification-icon {
  display: table;
  margin: 0 auto;
}

.custom-style .angular-notifications-icon {
  left: -10px;
  background: yellow;
  color: black;
  width: 30px;
  height: 30px;
  font-weight: bolder;
  font-size: 1.2em;
}

.angular-notifications-icon.my-custom-animation {
  transition: linear 0.5s all;
}

.angular-notifications-icon.my-custom-animation-add {
  background: black;
  color: white;
}

.angular-notifications-icon.my-custom-animation-add-active {
  background: yellow;
  color: black;
}

/* ---------------------------------------------------------------------- */
/*  bootstrap daterangepicker
/* ---------------------------------------------------------------------- */
.daterangepicker .calendar th {
  font-family: inherit !important;
  color: #5b5b60;
  font-size: 11px;
}
.daterangepicker .calendar th.month {
  font-size: 17px;
  color: #8e8e93;
}
.daterangepicker .calendar td {
  font-family: inherit !important;
}
.daterangepicker .calendar td.in-range {
  background-color: rgba(88, 116, 139, 0.1);
}
.daterangepicker .calendar td.active {
  background-color: #58748B;
  border-color: #58748B;
}
.daterangepicker .calendar td.active:hover {
  background-color: #58748B;
  border-color: #58748B;
}
.daterangepicker .input-mini:focus {
  outline: none;
}
.daterangepicker .range_inputs .daterangepicker_start_input, .daterangepicker .range_inputs .daterangepicker_end_input {
  float: none !important;
  padding-left: 0 !important;
}
.daterangepicker .range_inputs .daterangepicker_start_input label, .daterangepicker .range_inputs .daterangepicker_start_input input, .daterangepicker .range_inputs .daterangepicker_end_input label, .daterangepicker .range_inputs .daterangepicker_end_input input {
  width: 100% !important;
}
.daterangepicker .range_inputs .daterangepicker_end_input {
  float: none !important;
}
.daterangepicker .range_inputs .applyBtn {
  background-color: #58748B;
  border-color: #58748B;
  color: #ffffff;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.daterangepicker .range_inputs .applyBtn:hover {
  background-color: #718ea5 !important;
  border-color: #718ea5;
  color: #ffffff;
}
.daterangepicker .range_inputs .applyBtn:active, .daterangepicker .range_inputs .applyBtn.active, .daterangepicker .range_inputs .applyBtn.active:focus, .daterangepicker .range_inputs .applyBtn:active:focus, .daterangepicker .range_inputs .applyBtn:active:hover, .daterangepicker .range_inputs .applyBtn.dropdown-toggle:active:hover {
  background-color: #01BFBD !important;
  border-color: #01BFBD;
}
.daterangepicker .range_inputs .applyBtn:focus {
  background-color: #819aaf;
  border-color: #819aaf;
}
.daterangepicker .range_inputs .cancelBtn {
  border: 1px solid #c8c7cc;
  color: #8e8e93;
  display: block;
  width: 100%;
}
.daterangepicker .range_inputs .cancelBtn:hover {
  color: #ffffff;
  border-color: #8e8e93;
  background: #8e8e93 !important;
}
.daterangepicker .range_inputs .cancelBtn:active, .daterangepicker .range_inputs .cancelBtn.active, .daterangepicker .range_inputs .cancelBtn.active:focus, .daterangepicker .range_inputs .cancelBtn:active:focus, .daterangepicker .range_inputs .cancelBtn:active:hover {
  background-color: #818187 !important;
  border-color: #818187 !important;
  color: #ffffff !important;
}
.daterangepicker .range_inputs .cancelBtn:focus {
  background-color: #b5b5b8;
  border-color: #b5b5b8;
  color: #ffffff;
}
.daterangepicker .range_inputs .cancelBtn:focus .caret {
  border-top-color: #ffffff;
}
.daterangepicker .range_inputs .cancelBtn.disabled:hover, .daterangepicker .range_inputs .cancelBtn.disabled:focus, .daterangepicker .range_inputs .cancelBtn.disabled:active, .daterangepicker .range_inputs .cancelBtn.disabled.active, .daterangepicker .range_inputs .cancelBtn[disabled], .daterangepicker .range_inputs .cancelBtn[disabled]:hover, .daterangepicker .range_inputs .cancelBtn[disabled]:focus, .daterangepicker .range_inputs .cancelBtn[disabled]:active, .daterangepicker .range_inputs .cancelBtn[disabled].active, fieldset[disabled] .daterangepicker .range_inputs .cancelBtn:hover, fieldset[disabled] .daterangepicker .range_inputs .cancelBtn:focus, fieldset[disabled] .daterangepicker .range_inputs .cancelBtn:active, fieldset[disabled] .daterangepicker .range_inputs .cancelBtn.active {
  border-color: #c2c2c5;
  color: #c2c2c5;
}
.daterangepicker .ranges li {
  transition: all 0.3s ease 0s !important;
  border: 1px solid #c8c7cc !important;
  color: #8e8e93 !important;
  background: none !important;
  border-radius: 3px !important;
}
.daterangepicker .ranges li:hover {
  color: #ffffff !important;
  border-color: #58748B !important;
  background: #58748B !important;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li.active:hover {
  background-color: #58748B !important;
  border-color: #58748B !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .daterangepicker .calendar {
    float: none !important;
  }
  .daterangepicker .calendar.first.right {
    margin-top: 100%;
  }
  .daterangepicker .calendar.second.left {
    position: absolute;
    top: 0;
  }
  .daterangepicker .ranges {
    float: none !important;
    width: auto !important;
  }
}

/* ---------------------------------------------------------------------- */
/*  CKeditor
/* ---------------------------------------------------------------------- */
.cke_chrome {
  box-shadow: none !important;
  border: 1px solid #c8c7cc !important;
}
.cke_chrome .cke_top {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #c8c7cc !important;
}
.cke_chrome .cke_toolgroup {
  box-shadow: none !important;
  background-image: none !important;
  border: 1px solid #c8c7cc !important;
  background: #ffffff;
}
.cke_chrome .cke_toolgroup a.cke_button {
  padding: 8px 10px;
}
.cke_chrome .cke_toolgroup a.cke_button span {
  color: #8e8e93 !important;
}
.cke_chrome .cke_toolgroup a.cke_button:hover {
  background-color: #e2e2e4 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.cke_chrome .cke_combo_button {
  padding: 4px;
  box-shadow: none !important;
  background-image: none !important;
  border: 1px solid #c8c7cc !important;
  background: #ffffff;
}
.cke_chrome .cke_combo_button span {
  color: #8e8e93 !important;
}
.cke_chrome .cke_combo_button:hover {
  background-color: #e2e2e4 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.cke_chrome .cke_bottom {
  box-shadow: none !important;
  background-image: none !important;
  background-color: #FFFFFF !important;
}

/* ---------------------------------------------------------------------- */
/*  Slick Carousel
/* ---------------------------------------------------------------------- */
.slick-slide {
  outline: none !important;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots li button::before {
  font-size: 12px !important;
}

.slick-dots {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.slick-dots li {
  margin: 0 !important;
}

.slick-prev:before, .slick-next:before {
  font-family: 'fontawesome' !important;
  font-size: 40px !important;
}

.slick-prev:before {
  content: '\f104' !important;
}

.slick-next:before {
  content: '\f105' !important;
}

.dots-left .slick-dots {
  text-align: left;
}

.dots-right .slick-dots {
  text-align: right;
}

.dots-white .slick-dots li button:before {
  color: #ffffff !important;
}

.slick-prev {
  left: 5px !important;
  z-index: 1;
}

.slick-next {
  right: 5px !important;
  z-index: 1;
}

.slide {
  display: none;
}

/* ---------------------------------------------------------------------- */
/* Bootsrap Slider
/* ---------------------------------------------------------------------- */
.slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.slider-horizontal {
  margin: 10px 0;
  width: 100% !important;
}

.slider-horizontal .slider-track {
  height: 5px !important;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
  background-image: none;
  box-shadow: none;
  background-color: silver;
  border-radius: 0;
}

.slider-horizontal .slider-handle {
  margin-top: -10px !important;
}

.slider-handle.round {
  background: #dddddd !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dddddd), color-stop(13%, #e2e2e2), color-stop(97%, white)) !important;
  background: linear-gradient(to bottom, #dddddd 0%, #e2e2e2 13%, #ffffff 97%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0 ) !important;
  box-shadow: 0 2px 1px -1px #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.39) !important;
  height: 26px;
  opacity: 1;
  width: 26px;
}

.slider-selection {
  background-image: none !important;
  border-radius: none;
  box-shadow: none;
}

.slider-primary .slider-selection {
  background: #58748B;
}

.slider-blue .slider-selection {
  background: #407887;
}

.slider-green .slider-selection {
  background: #5A8770;
}

.slider-orange .slider-selection {
  background: #F18636;
}

.slider-red .slider-selection {
  background: #C82E29;
}

.slider-yellow .slider-selection {
  background: #EEB424;
}

.slider-purple .slider-selection {
  background: #9A89B5;
}

.slider-azure .slider-selection {
  background: #5B9BD1;
}

.slider-wrapper {
  position: relative;
  padding-top: 15px;
}
.slider-wrapper .slider-label {
  top: 0;
  left: 0;
  padding: 0 2px;
  opacity: .4;
  color: #000;
  font-size: 10px !important;
  position: absolute;
}
.slider-wrapper .slider-label.slider-label-to {
  left: auto;
  right: 0;
}
.slider-wrapper .slider .tooltip-inner {
  font-size: 10px;
  font-family: Arial,sans-serif;
}

.vertical-slider {
  padding-top: 0;
}
.vertical-slider .slider-label {
  left: 25px;
}
.vertical-slider .slider-label.slider-label-to {
  top: auto;
  bottom: 0;
  right: auto;
  left: 25px;
}

.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

.slider-vertical .slider-track {
  width: 5px !important;
}

.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

.slider-vertical {
  margin: 0 50px 0 10px;
}

.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

.slider-vertical .slider-track {
  width: 5px !important;
}

.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

/* ---------------------------------------------------------------------- */
/*  jquery knob
/* ---------------------------------------------------------------------- */
input.dial {
  background: inherit !important;
  color: inherit !important;
}
input.dial:hover, input.dial:focus {
  background: inherit !important;
  color: inherit !important;
}

/* ---------------------------------------------------------------------- */
/*  angular-ui-switch
/* ---------------------------------------------------------------------- */
.js-switch.checked.azure {
  background: #5B9BD1;
  border-color: #5B9BD1;
}
.js-switch.checked.light-azure {
  background: #6fa7d7;
  border-color: #6fa7d7;
}
.js-switch.checked.dark-azure {
  background: #3782c2;
  border-color: #3782c2;
}
.js-switch.checked.primary {
  background: #58748B;
  border-color: #58748B;
}
.js-switch.checked.light-primary {
  background: #718ea5;
  border-color: #718ea5;
}
.js-switch.checked.dark-primary {
  background: #445a6c;
  border-color: #445a6c;
}
.js-switch.checked.purple {
  background: #9A89B5;
  border-color: #9A89B5;
}
.js-switch.checked.light-purple {
  background: #b5a8c9;
  border-color: #b5a8c9;
}
.js-switch.checked.dark-purple {
  background: #7f6aa1;
  border-color: #7f6aa1;
}
.js-switch.checked.red {
  background: #C82E29;
  border-color: #C82E29;
}
.js-switch.checked.light-red {
  background: #da4f4a;
  border-color: #da4f4a;
}
.js-switch.checked.dark-red {
  background: #9e2420;
  border-color: #9e2420;
}
.js-switch.checked.blue {
  background: #407887;
  border-color: #407887;
}
.js-switch.checked.light-blue {
  background: #5097aa;
  border-color: #5097aa;
}
.js-switch.checked.dark-blue {
  background: #305964;
  border-color: #305964;
}
.js-switch.checked.light {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ---------------------------------------------------------------------- */
/*  Jcrop - Crop Image
/* ---------------------------------------------------------------------- */
.crop-image form {
  margin: 1.5em 0;
}

.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

/* The Javascript code will set the aspect ratio of the crop
 area based on the size of the thumbnail preview,
 specified here */
#preview-pane .preview-container {
  width: 250px;
  height: 170px;
  overflow: hidden;
}

/* ---------------------------------------------------------------------- */
/*  Multiple File Upload
/* ---------------------------------------------------------------------- */
.fileupload .uneditable-input {
  white-space: nowrap;
}

.fileupload-new .input-group .btn-file {
  border-radius: 0 3px 3px 0 !important;
}

.fileinput-button {
  overflow: hidden;
  position: relative;
}

.fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 23px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-300px, 0px) scale(4);
}

/* ---------------------------------------------------------------------- */
/*  bootstrap daterangepicker
/* ---------------------------------------------------------------------- */
.sp-container {
  z-index: 1088 !important;
  background-color: #fff !important;
  border: 1px solid #c8c7cc !important;
}
.sp-container .sp-thumb-el:hover {
  border-color: #aeacb4 !important;
}
.sp-container input {
  outline: none !important;
}
.sp-container .sp-thumb-active {
  border-color: #bbbac0 !important;
}
.sp-container .sp-thumb-active .sp-thumb-inner {
  background-image: none !important;
}
.sp-container .sp-thumb-active .sp-thumb-inner:after {
  position: absolute;
  content: "";
  font-family: 'FontAwesome';
  content: "\f00c";
  left: 2px;
  top: 2px;
}
.sp-container .sp-thumb-active.sp-thumb-dark .sp-thumb-inner:after {
  color: #fff;
}
.sp-container .sp-button-container, .sp-container .sp-palette-button-container {
  margin-top: 5px;
}
.sp-container .sp-button-container a, .sp-container .sp-button-container button, .sp-container .sp-palette-button-container a, .sp-container .sp-palette-button-container button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease 0s !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: relative;
  border-radius: 2px;
}
.sp-container .sp-button-container a:focus, .sp-container .sp-button-container a:active:focus, .sp-container .sp-button-container a:active, .sp-container .sp-button-container button:focus, .sp-container .sp-button-container button:active:focus, .sp-container .sp-button-container button:active, .sp-container .sp-palette-button-container a:focus, .sp-container .sp-palette-button-container a:active:focus, .sp-container .sp-palette-button-container a:active, .sp-container .sp-palette-button-container button:focus, .sp-container .sp-palette-button-container button:active:focus, .sp-container .sp-palette-button-container button:active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.sp-container .sp-button-container a:hover, .sp-container .sp-button-container a:focus, .sp-container .sp-button-container button:hover, .sp-container .sp-button-container button:focus, .sp-container .sp-palette-button-container a:hover, .sp-container .sp-palette-button-container a:focus, .sp-container .sp-palette-button-container button:hover, .sp-container .sp-palette-button-container button:focus {
  color: #333;
  text-decoration: none;
}
.sp-container .sp-button-container a:active, .sp-container .sp-button-container button:active, .sp-container .sp-palette-button-container a:active, .sp-container .sp-palette-button-container button:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sp-container .sp-button-container a[disabled], .sp-container .sp-button-container button[disabled], .sp-container .sp-palette-button-container a[disabled], .sp-container .sp-palette-button-container button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
.sp-container .sp-button-container a.sp-choose, .sp-container .sp-button-container a.sp-palette-toggle, .sp-container .sp-button-container button.sp-choose, .sp-container .sp-button-container button.sp-palette-toggle, .sp-container .sp-palette-button-container a.sp-choose, .sp-container .sp-palette-button-container a.sp-palette-toggle, .sp-container .sp-palette-button-container button.sp-choose, .sp-container .sp-palette-button-container button.sp-palette-toggle {
  background-color: #58748B;
  border-color: #58748B;
  color: #ffffff;
}
.sp-container .sp-button-container a.sp-choose:hover, .sp-container .sp-button-container a.sp-palette-toggle:hover, .sp-container .sp-button-container button.sp-choose:hover, .sp-container .sp-button-container button.sp-palette-toggle:hover, .sp-container .sp-palette-button-container a.sp-choose:hover, .sp-container .sp-palette-button-container a.sp-palette-toggle:hover, .sp-container .sp-palette-button-container button.sp-choose:hover, .sp-container .sp-palette-button-container button.sp-palette-toggle:hover {
  background-color: #718ea5 !important;
  border-color: #718ea5;
  color: #ffffff;
  background-image: none !important;
}
.sp-container .sp-button-container a.sp-choose:active, .sp-container .sp-button-container a.sp-choose.active, .sp-container .sp-button-container a.sp-choose.active:focus, .sp-container .sp-button-container a.sp-choose:active:focus, .sp-container .sp-button-container a.sp-choose:active:hover, .sp-container .sp-button-container a.sp-choose.dropdown-toggle:active:hover, .sp-container .sp-button-container a.sp-palette-toggle:active, .sp-container .sp-button-container a.sp-palette-toggle.active, .sp-container .sp-button-container a.sp-palette-toggle.active:focus, .sp-container .sp-button-container a.sp-palette-toggle:active:focus, .sp-container .sp-button-container a.sp-palette-toggle:active:hover, .sp-container .sp-button-container a.sp-palette-toggle.dropdown-toggle:active:hover, .sp-container .sp-button-container button.sp-choose:active, .sp-container .sp-button-container button.sp-choose.active, .sp-container .sp-button-container button.sp-choose.active:focus, .sp-container .sp-button-container button.sp-choose:active:focus, .sp-container .sp-button-container button.sp-choose:active:hover, .sp-container .sp-button-container button.sp-choose.dropdown-toggle:active:hover, .sp-container .sp-button-container button.sp-palette-toggle:active, .sp-container .sp-button-container button.sp-palette-toggle.active, .sp-container .sp-button-container button.sp-palette-toggle.active:focus, .sp-container .sp-button-container button.sp-palette-toggle:active:focus, .sp-container .sp-button-container button.sp-palette-toggle:active:hover, .sp-container .sp-button-container button.sp-palette-toggle.dropdown-toggle:active:hover, .sp-container .sp-palette-button-container a.sp-choose:active, .sp-container .sp-palette-button-container a.sp-choose.active, .sp-container .sp-palette-button-container a.sp-choose.active:focus, .sp-container .sp-palette-button-container a.sp-choose:active:focus, .sp-container .sp-palette-button-container a.sp-choose:active:hover, .sp-container .sp-palette-button-container a.sp-choose.dropdown-toggle:active:hover, .sp-container .sp-palette-button-container a.sp-palette-toggle:active, .sp-container .sp-palette-button-container a.sp-palette-toggle.active, .sp-container .sp-palette-button-container a.sp-palette-toggle.active:focus, .sp-container .sp-palette-button-container a.sp-palette-toggle:active:focus, .sp-container .sp-palette-button-container a.sp-palette-toggle:active:hover, .sp-container .sp-palette-button-container a.sp-palette-toggle.dropdown-toggle:active:hover, .sp-container .sp-palette-button-container button.sp-choose:active, .sp-container .sp-palette-button-container button.sp-choose.active, .sp-container .sp-palette-button-container button.sp-choose.active:focus, .sp-container .sp-palette-button-container button.sp-choose:active:focus, .sp-container .sp-palette-button-container button.sp-choose:active:hover, .sp-container .sp-palette-button-container button.sp-choose.dropdown-toggle:active:hover, .sp-container .sp-palette-button-container button.sp-palette-toggle:active, .sp-container .sp-palette-button-container button.sp-palette-toggle.active, .sp-container .sp-palette-button-container button.sp-palette-toggle.active:focus, .sp-container .sp-palette-button-container button.sp-palette-toggle:active:focus, .sp-container .sp-palette-button-container button.sp-palette-toggle:active:hover, .sp-container .sp-palette-button-container button.sp-palette-toggle.dropdown-toggle:active:hover {
  background-color: #01BFBD !important;
  border-color: #01BFBD;
}
.sp-container .sp-button-container a.sp-choose:focus, .sp-container .sp-button-container a.sp-palette-toggle:focus, .sp-container .sp-button-container button.sp-choose:focus, .sp-container .sp-button-container button.sp-palette-toggle:focus, .sp-container .sp-palette-button-container a.sp-choose:focus, .sp-container .sp-palette-button-container a.sp-palette-toggle:focus, .sp-container .sp-palette-button-container button.sp-choose:focus, .sp-container .sp-palette-button-container button.sp-palette-toggle:focus {
  background-color: #819aaf;
  border-color: #819aaf;
}
.sp-container .sp-button-container a.sp-choose.disabled:hover, .sp-container .sp-button-container a.sp-choose.disabled:focus, .sp-container .sp-button-container a.sp-choose.disabled:active, .sp-container .sp-button-container a.sp-choose.disabled.active, .sp-container .sp-button-container a.sp-choose[disabled], .sp-container .sp-button-container a.sp-choose[disabled]:hover, .sp-container .sp-button-container a.sp-choose[disabled]:focus, .sp-container .sp-button-container a.sp-choose[disabled]:active, .sp-container .sp-button-container a.sp-choose[disabled].active, fieldset[disabled] .sp-container .sp-button-container a.sp-choose:hover, fieldset[disabled] .sp-container .sp-button-container a.sp-choose:focus, fieldset[disabled] .sp-container .sp-button-container a.sp-choose:active, fieldset[disabled] .sp-container .sp-button-container a.sp-choose.active, .sp-container .sp-button-container a.sp-palette-toggle.disabled:hover, .sp-container .sp-button-container a.sp-palette-toggle.disabled:focus, .sp-container .sp-button-container a.sp-palette-toggle.disabled:active, .sp-container .sp-button-container a.sp-palette-toggle.disabled.active, .sp-container .sp-button-container a.sp-palette-toggle[disabled], .sp-container .sp-button-container a.sp-palette-toggle[disabled]:hover, .sp-container .sp-button-container a.sp-palette-toggle[disabled]:focus, .sp-container .sp-button-container a.sp-palette-toggle[disabled]:active, .sp-container .sp-button-container a.sp-palette-toggle[disabled].active, fieldset[disabled] .sp-container .sp-button-container a.sp-palette-toggle:hover, fieldset[disabled] .sp-container .sp-button-container a.sp-palette-toggle:focus, fieldset[disabled] .sp-container .sp-button-container a.sp-palette-toggle:active, fieldset[disabled] .sp-container .sp-button-container a.sp-palette-toggle.active, .sp-container .sp-button-container button.sp-choose.disabled:hover, .sp-container .sp-button-container button.sp-choose.disabled:focus, .sp-container .sp-button-container button.sp-choose.disabled:active, .sp-container .sp-button-container button.sp-choose.disabled.active, .sp-container .sp-button-container button.sp-choose[disabled], .sp-container .sp-button-container button.sp-choose[disabled]:hover, .sp-container .sp-button-container button.sp-choose[disabled]:focus, .sp-container .sp-button-container button.sp-choose[disabled]:active, .sp-container .sp-button-container button.sp-choose[disabled].active, fieldset[disabled] .sp-container .sp-button-container button.sp-choose:hover, fieldset[disabled] .sp-container .sp-button-container button.sp-choose:focus, fieldset[disabled] .sp-container .sp-button-container button.sp-choose:active, fieldset[disabled] .sp-container .sp-button-container button.sp-choose.active, .sp-container .sp-button-container button.sp-palette-toggle.disabled:hover, .sp-container .sp-button-container button.sp-palette-toggle.disabled:focus, .sp-container .sp-button-container button.sp-palette-toggle.disabled:active, .sp-container .sp-button-container button.sp-palette-toggle.disabled.active, .sp-container .sp-button-container button.sp-palette-toggle[disabled], .sp-container .sp-button-container button.sp-palette-toggle[disabled]:hover, .sp-container .sp-button-container button.sp-palette-toggle[disabled]:focus, .sp-container .sp-button-container button.sp-palette-toggle[disabled]:active, .sp-container .sp-button-container button.sp-palette-toggle[disabled].active, fieldset[disabled] .sp-container .sp-button-container button.sp-palette-toggle:hover, fieldset[disabled] .sp-container .sp-button-container button.sp-palette-toggle:focus, fieldset[disabled] .sp-container .sp-button-container button.sp-palette-toggle:active, fieldset[disabled] .sp-container .sp-button-container button.sp-palette-toggle.active, .sp-container .sp-palette-button-container a.sp-choose.disabled:hover, .sp-container .sp-palette-button-container a.sp-choose.disabled:focus, .sp-container .sp-palette-button-container a.sp-choose.disabled:active, .sp-container .sp-palette-button-container a.sp-choose.disabled.active, .sp-container .sp-palette-button-container a.sp-choose[disabled], .sp-container .sp-palette-button-container a.sp-choose[disabled]:hover, .sp-container .sp-palette-button-container a.sp-choose[disabled]:focus, .sp-container .sp-palette-button-container a.sp-choose[disabled]:active, .sp-container .sp-palette-button-container a.sp-choose[disabled].active, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-choose:hover, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-choose:focus, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-choose:active, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-choose.active, .sp-container .sp-palette-button-container a.sp-palette-toggle.disabled:hover, .sp-container .sp-palette-button-container a.sp-palette-toggle.disabled:focus, .sp-container .sp-palette-button-container a.sp-palette-toggle.disabled:active, .sp-container .sp-palette-button-container a.sp-palette-toggle.disabled.active, .sp-container .sp-palette-button-container a.sp-palette-toggle[disabled], .sp-container .sp-palette-button-container a.sp-palette-toggle[disabled]:hover, .sp-container .sp-palette-button-container a.sp-palette-toggle[disabled]:focus, .sp-container .sp-palette-button-container a.sp-palette-toggle[disabled]:active, .sp-container .sp-palette-button-container a.sp-palette-toggle[disabled].active, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-palette-toggle:hover, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-palette-toggle:focus, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-palette-toggle:active, fieldset[disabled] .sp-container .sp-palette-button-container a.sp-palette-toggle.active, .sp-container .sp-palette-button-container button.sp-choose.disabled:hover, .sp-container .sp-palette-button-container button.sp-choose.disabled:focus, .sp-container .sp-palette-button-container button.sp-choose.disabled:active, .sp-container .sp-palette-button-container button.sp-choose.disabled.active, .sp-container .sp-palette-button-container button.sp-choose[disabled], .sp-container .sp-palette-button-container button.sp-choose[disabled]:hover, .sp-container .sp-palette-button-container button.sp-choose[disabled]:focus, .sp-container .sp-palette-button-container button.sp-choose[disabled]:active, .sp-container .sp-palette-button-container button.sp-choose[disabled].active, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-choose:hover, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-choose:focus, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-choose:active, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-choose.active, .sp-container .sp-palette-button-container button.sp-palette-toggle.disabled:hover, .sp-container .sp-palette-button-container button.sp-palette-toggle.disabled:focus, .sp-container .sp-palette-button-container button.sp-palette-toggle.disabled:active, .sp-container .sp-palette-button-container button.sp-palette-toggle.disabled.active, .sp-container .sp-palette-button-container button.sp-palette-toggle[disabled], .sp-container .sp-palette-button-container button.sp-palette-toggle[disabled]:hover, .sp-container .sp-palette-button-container button.sp-palette-toggle[disabled]:focus, .sp-container .sp-palette-button-container button.sp-palette-toggle[disabled]:active, .sp-container .sp-palette-button-container button.sp-palette-toggle[disabled].active, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-palette-toggle:hover, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-palette-toggle:focus, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-palette-toggle:active, fieldset[disabled] .sp-container .sp-palette-button-container button.sp-palette-toggle.active {
  background-color: #90a6b9;
  border-color: #90a6b9;
  color: #ffffff;
}
.sp-container .sp-button-container a.sp-cancel, .sp-container .sp-button-container button.sp-cancel, .sp-container .sp-palette-button-container a.sp-cancel, .sp-container .sp-palette-button-container button.sp-cancel {
  border: 1px solid #c8c7cc !important;
  color: #8e8e93 !important;
}
.sp-container .sp-button-container a.sp-cancel:hover, .sp-container .sp-button-container button.sp-cancel:hover, .sp-container .sp-palette-button-container a.sp-cancel:hover, .sp-container .sp-palette-button-container button.sp-cancel:hover {
  color: #ffffff !important;
  border-color: #8e8e93 !important;
  background: #8e8e93 !important;
}
.sp-container .sp-button-container a.sp-cancel:active, .sp-container .sp-button-container a.sp-cancel.active, .sp-container .sp-button-container a.sp-cancel.active:focus, .sp-container .sp-button-container a.sp-cancel:active:focus, .sp-container .sp-button-container a.sp-cancel:active:hover, .sp-container .sp-button-container button.sp-cancel:active, .sp-container .sp-button-container button.sp-cancel.active, .sp-container .sp-button-container button.sp-cancel.active:focus, .sp-container .sp-button-container button.sp-cancel:active:focus, .sp-container .sp-button-container button.sp-cancel:active:hover, .sp-container .sp-palette-button-container a.sp-cancel:active, .sp-container .sp-palette-button-container a.sp-cancel.active, .sp-container .sp-palette-button-container a.sp-cancel.active:focus, .sp-container .sp-palette-button-container a.sp-cancel:active:focus, .sp-container .sp-palette-button-container a.sp-cancel:active:hover, .sp-container .sp-palette-button-container button.sp-cancel:active, .sp-container .sp-palette-button-container button.sp-cancel.active, .sp-container .sp-palette-button-container button.sp-cancel.active:focus, .sp-container .sp-palette-button-container button.sp-cancel:active:focus, .sp-container .sp-palette-button-container button.sp-cancel:active:hover {
  background-color: #818187 !important;
  border-color: #818187 !important;
  color: #ffffff !important;
}
.sp-container .sp-button-container a.sp-cancel:focus, .sp-container .sp-button-container button.sp-cancel:focus, .sp-container .sp-palette-button-container a.sp-cancel:focus, .sp-container .sp-palette-button-container button.sp-cancel:focus {
  background-color: #b5b5b8;
  border-color: #b5b5b8;
  color: #ffffff;
}

.sp-replacer {
  background-color: #fff !important;
  border: 1px solid #c8c7cc !important;
  position: relative;
  border-radius: 5px;
}
.sp-replacer:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f107";
  right: 5px;
  top: 7px;
  color: #5b5b60;
}
.sp-replacer:hover {
  border-color: #aeacb4 !important;
}
.sp-replacer:hover:after {
  color: #2a2a2b !important;
}
.sp-replacer.sp-disabled {
  border-color: #e2e2e4 !important;
}
.sp-replacer.sp-disabled:after {
  color: #e2e2e4 !important;
}
.sp-replacer.sp-disabled:hover {
  border-color: #e2e2e4 !important;
}
.sp-replacer .sp-preview {
  width: 24px;
  height: 24px;
  border-color: #94929b !important;
  margin-right: 20px !important;
}
.sp-replacer .sp-dd {
  display: none;
}

/* ---------------------------------------------------------------------- */
/*  Maps
/* ---------------------------------------------------------------------- */
.map {
  display: block;
  height: 350px;
  margin: 0 auto;
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/rtl.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/css/styles.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.app-sidebar-closed #sidebar > div nav > ul > li.open > a,
.app-sidebar-closed #sidebar > div nav > ul > li:hover > a {
  color: transparent !important;
}

.app-sidebar-closed #sidebar > div nav > ul > li.active,
.app-sidebar-closed #sidebar > div nav > ul > li.active.open,
.app-sidebar-closed #sidebar > div nav > ul > li.hover,
.app-sidebar-closed #sidebar > div nav > ul > li:hover {
  background: transparent !important;
}

.app-sidebar-closed #sidebar .sidebar-container > div {
  overflow: visible !important;
}

.app-sidebar-closed #sidebar > div nav > ul.main-navigation-menu {
  overflow-y: hidden !important;
}

.app-sidebar-closed #sidebar > div nav > ul > li {
  background: transparent !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.app-sidebar-closed .app-sidebar-fixed #sidebar > .sidebar-container {
  overflow-y: hidden;
  overflow-x: visible !important;
}

.app-sidebar-closed .perfect-scrollbar {
  overflow-y: visible !important;
}

.tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 33%;
  left: 0;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-right: 6px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media (max-width: 991px) {
  #app .app-content {
    position: relative !important;
    z-index: auto !important;
  }
}
body {
  font-family: Ubuntu !important;
}

.form-control-height {
  height: 35px !important;
}

.app-sidebar-closed .tooltip2 {
  position: relative;
  border-bottom: 1px dotted black;
}

.tooltiptext {
  display: none;
}

.app-sidebar-closed .tooltip2 .tooltiptext {
  display: none;
  width: max-content;
  max-width: 171px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 125%;
}

.left-icon {
  position: absolute;
  left: -7px;
  top: 4px;
}

.right-icon {
  position: absolute;
  right: -7px;
  top: 4px;
}

.app-sidebar-closed .tooltip2:hover .tooltiptext {
  display: block !important;
}

.consumerfontfamily {
  font-family: Ubuntu !important;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  /* Safari */
  transform: translate(-50%, -50%);
  /* Standard syntax */
  width: 70px;
  height: 70px;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.cs-active .cs-options {
  top: 60px;
}

.ti-new-window {
  font-size: 15px;
}

.customer-auth {
  float: right;
  margin: 50px;
}

.customer-auth a {
  color: #01BFBD;
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px !important;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
}

.customer-auth a:hover {
  color: #6fd7dc;
  text-decoration: underline !important;
}

.ui-widget-overlay.ui-dialog-mask {
  z-index: 1100 !important;
}

.ui-dialog.ui-confirmdialog {
  z-index: 1101 !important;
}

.mr-10 {
  margin-right: -10px;
}

.mr-20 {
  margin-right: 5px;
}

.has-error my-date-picker .mydp {
  border: 1px solid #a94442;
  border-radius: 0;
}

.customer_page .communicate_reading_customize .reading .slider-blue .slider-selection {
  height: 0px !important;
}

.communicate_reading_customize.show_card .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #b30994 0%, #f70acd 100%) !important;
}

.communicate_reading_customize.show_card .reading.tabbable .nav-tabs {
  border: 1px solid #b30994;
}

.communicate_reading_customize.show_card a:hover {
  color: #b30994;
}

.communicate_reading_customize.conversations .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #0814fa 0%, #1986fa 100%) !important;
}

.communicate_reading_customize.conversations .reading.tabbable .nav-tabs {
  border: 1px solid #0d36fa;
}

.communicate_reading_customize.conversations a:hover {
  color: #0d36fa;
}

.communicate_reading_customize.internet .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #5e2383 0%, #873e91 100%) !important;
}

.communicate_reading_customize.internet .reading.tabbable .nav-tabs {
  border: 1px solid #5e2383;
}

.communicate_reading_customize.internet a:hover {
  color: #5e2383;
}

.communicate_reading_customize.experience .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #4ddb6e 0%, #07ebeb 100%) !important;
}

.communicate_reading_customize.experience .reading.tabbable .nav-tabs {
  border: 1px solid #4ddb6e;
}

.communicate_reading_customize.experience a:hover {
  color: #4ddb6e;
}

.communicate_reading_customize.exercies .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #ffd21f 0%, #ffb522 100%) !important;
}

.communicate_reading_customize.exercies .reading.tabbable .nav-tabs {
  border: 1px solid #ffd21f;
}

.communicate_reading_customize.exercies a:hover {
  color: #ffd21f;
}

.communicate_reading_customize.tour .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #028530 0%, #04cc4a 100%) !important;
}

.communicate_reading_customize.tour .reading.tabbable .nav-tabs {
  border: 1px solid #028530;
}

.communicate_reading_customize.tour a:hover {
  color: #028530;
}

.communicate_reading_customize.show_card .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #f70acd 0%, #b30994 100%) !important;
}

.communicate_reading_customize.show_card .reading.tabbable .nav-tabs {
  border: 1px solid #f70acd;
}

.communicate_reading_customize.show_card a:hover {
  color: #f70acd;
}

.communicate_reading_customize.story .reading.tabbable .nav-tabs > li.active > a {
  color: #fff;
  background: linear-gradient(to right, #2fbaff 0%, #0bf6fa 100%);
}

.communicate_reading_customize.story .reading.tabbable .nav-tabs {
  border: 1px solid #2fbaff;
}

.communicate_reading_customize.story a:hover {
  color: #2fbaff;
}

.mydrp .selection {
  border: 1px solid transparent !important;
}

.ng-select .ng-select-container .ng-value-container .ng-input input {
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
  appearance: unset;
}

.error {
  font-family: "Poppins-Regular" !important;
}

img {
  outline: none;
}

.epub-container {
  margin: 0 auto;
}

.ng2-pdf-viewer-container {
  width: 100%;
  position: absolute;
  overflow-y: hidden;
  height: 100vh;
}

.canvasWrapper canvas {
  width: 100% !important;
  height: 100vh !important;
  margin: 0 auto !important;
  object-fit: contain;
}

.canvasWrapper {
  height: 100% !important;
}

.quickGuide .ng2-pdf-viewer-container {
  overflow-y: auto;
  width: 100%;
  position: relative;
  height: auto;
}

.quickGuide .canvasWrapper canvas {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain;
}

.quickGuide .canvasWrapper {
  height: auto !important;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/bootstrap-timepicker/css/bootstrap-timepicker.min.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .input-group-addon{cursor:pointer}.bootstrap-timepicker .input-group-addon i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media(max-width:767px){.bootstrap-timepicker{width:100%}.bootstrap-timepicker .dropdown-menu{width:100%}}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/bootstrap-slider/dist/css/bootstrap-slider.min.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:linear-gradient(to bottom, #DFDFDF, #BEBEBE);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF', endColorstr='#BEBEBE',GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:linear-gradient(to bottom, #E5E5E5, #E9E9E9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#E9E9E9',GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .bs-tooltip-top .tooltip-inner,.slider .bs-tooltip-bottom .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-top .arrow,.slider .tooltip.bs-tooltip-bottom .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:linear-gradient(to bottom, #F9F9F9, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#f5f5f5',GradientType=0);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing:border-box;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0)}.slider-track-low,.slider-track-high{box-sizing:border-box;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#0478b2;background-image:linear-gradient(to bottom, #0480BE, #036fa5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0480BE', endColorstr='#036fa5',GradientType=0);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480BE;border:0px solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{background-color:#f7f7f7;background-image:linear-gradient(to bottom, #f5f5f5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#F9F9F9',GradientType=0);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:0.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c5ff', endColorstr='#3abcfd',GradientType=0);opacity:1}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/primeicons/primeicons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'PrimeIcons';
    src: url('primeicons.ab0f3b4a92ba0a9a.eot');
    src: url('primeicons.ab0f3b4a92ba0a9a.eot?#iefix') format('embedded-opentype'), url('primeicons.8bdc0c61615039e2.ttf') format('truetype'), url('primeicons.0fdb5ccef5186c0c.woff') format('woff'), url('primeicons.0eb335aafe10918e.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

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

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-o:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/primeng/resources/primeng.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-icon-wrapper{display:inline-flex}.p-icon{display:inline-block}.p-icon-spin{animation:p-icon-spin 2s infinite linear}@keyframes p-icon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only:after{content:'p';visibility:hidden;clip:rect(0 0 0 0);width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.dae87a04d07ca92b.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.8b1818380241e6ac.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-left>.p-icon-wrapper,.p-input-icon-right>i,.p-input-icon-right>.p-icon-wrapper{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password-clear-icon{position:absolute;top:50%;margin-top:-.5rem;cursor:pointer}.p-password-clearable{position:relative}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/ngx-sharebuttons/themes/modern.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Colors variables */
.sb-modern-dark .sb-wrapper, .sb-modern-light .sb-wrapper {
  --sb-border-radius: 3px;
  --sb-transition: box-shadow ease-in 150ms, transform ease-in 150ms;
  --sb-box-shadow: 0 0.1em 0.5em rgba(165, 165, 165, 0.6);
}
.sb-modern-dark .sb-wrapper:active, .sb-modern-light .sb-wrapper:active {
  --sb-box-shadow: 0 0.4em 1em rgba(165, 165, 165, 0.9);
}
.sb-modern-dark .sb-wrapper .sb-icon, .sb-modern-light .sb-wrapper .sb-icon {
  min-width: 2em;
}
.sb-modern-dark .sb-wrapper.sb-show-text, .sb-modern-light .sb-wrapper.sb-show-text {
  padding: 0;
}
.sb-modern-dark .sb-wrapper.sb-show-text .sb-icon, .sb-modern-light .sb-wrapper.sb-show-text .sb-icon {
  box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.3);
}

.sb-modern-dark .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
}
.sb-modern-dark .sb-wrapper .sb-text,
.sb-modern-dark .sb-wrapper .sb-count {
  background: rgba(0, 0, 0, 0.1);
}
.sb-modern-dark .sb-wrapper.sb-show-text .sb-text {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.sb-modern-light .sb-wrapper {
  --sb-color: var(--button-color);
  --sb-background: #fff;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/ngx-sharebuttons/themes/material.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Colors variables */
.sb-material-light .sb-wrapper, .sb-material-dark .sb-wrapper {
  font-family: "Roboto", sans-serif;
  --sb-border-radius: 2px;
  --sb-transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  --sb-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.sb-material-light .sb-wrapper:active, .sb-material-dark .sb-wrapper:active {
  --sb-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
.sb-material-light .sb-wrapper.sb-show-icon.sb-show-text, .sb-material-dark .sb-wrapper.sb-show-icon.sb-show-text {
  --sb-padding: 0 0 0 0.3em;
  --sb-text-padding: 0 1em 0 0;
}

.sb-material-dark .sb-wrapper {
  --sb-color: #fff;
  --sb-background: var(--button-color);
}

.sb-material-light .sb-wrapper {
  --sb-color: var(--button-color);
  --sb-background: #fff;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-spinner/animations/ball-pulse.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse,
.la-ball-pulse > div {
    position: relative;
    box-sizing: border-box;
}

.la-ball-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-pulse.la-dark {
    color: #333;
}

.la-ball-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-pulse {
    width: 54px;
    height: 18px;
}

.la-ball-pulse > div:nth-child(1) {
    animation-delay: -200ms;
}

.la-ball-pulse > div:nth-child(2) {
    animation-delay: -100ms;
}

.la-ball-pulse > div:nth-child(3) {
    animation-delay: 0ms;
}

.la-ball-pulse > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    animation: ball-pulse 1s ease infinite;
}

.la-ball-pulse.la-sm {
    width: 26px;
    height: 8px;
}

.la-ball-pulse.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}

.la-ball-pulse.la-2x {
    width: 108px;
    height: 36px;
}

.la-ball-pulse.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}

.la-ball-pulse.la-3x {
    width: 162px;
    height: 54px;
}

.la-ball-pulse.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}

/*
 * Animation
 */
@keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    30% {
        opacity: .1;
        transform: scale(.01);
    }
}

