.react-bs-table .react-bs-container-header .sort-column, .s-alert-close, td.react-bs-table-expand-cell, th.react-bs-table-expand-cell > div {
  cursor: pointer; }

.react-bs-table-container .react-bs-table-search-form {
  margin-bottom: 0; }

.react-bs-table-bordered {
  border: 1px solid #ddd;
  border-radius: 5px; }

.react-bs-table table {
  margin-bottom: 0;
  table-layout: fixed; }

.react-bs-table table td, .react-bs-table table th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.react-bs-table-pagination {
  margin-top: 10px; }

.react-bs-table-tool-bar {
  margin-bottom: 5px; }

.react-bs-container-footer, .react-bs-container-header {
  overflow: hidden;
  width: 100%; }

.react-bs-container-body {
  overflow: auto;
  width: 100%; }

.react-bootstrap-table-page-btns-ul {
  float: right;
  margin-top: 0; }

.react-bs-table .table-bordered {
  border: 0;
  outline: 0 !important; }

.react-bs-table .table-bordered > thead > tr > td, .react-bs-table .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.react-bs-table .table-bordered > tbody > tr > td {
  outline: 0 !important; }

.react-bs-table .table-bordered > tbody > tr > td.default-focus-cell {
  outline: #6495ed solid 3px !important;
  outline-offset: -1px; }

.react-bs-table .table-bordered > tfoot > tr > td, .react-bs-table .table-bordered > tfoot > tr > th {
  border-top-width: 2px;
  border-bottom-width: 0; }

.react-bs-table .table-bordered > tbody > tr > td:first-child, .react-bs-table .table-bordered > tbody > tr > th:first-child, .react-bs-table .table-bordered > tfoot > tr > td:first-child, .react-bs-table .table-bordered > tfoot > tr > th:first-child, .react-bs-table .table-bordered > thead > tr > td:first-child, .react-bs-table .table-bordered > thead > tr > th:first-child {
  border-left-width: 0; }

.react-bs-table .table-bordered > tbody > tr > td:last-child, .react-bs-table .table-bordered > tbody > tr > th:last-child, .react-bs-table .table-bordered > tfoot > tr > td:last-child, .react-bs-table .table-bordered > tfoot > tr > th:last-child, .react-bs-table .table-bordered > thead > tr > td:last-child, .react-bs-table .table-bordered > thead > tr > th:last-child {
  border-right-width: 0; }

.react-bs-table .table-bordered > thead > tr:first-child > td, .react-bs-table .table-bordered > thead > tr:first-child > th {
  border-top-width: 0; }

.react-bs-table .table-bordered > tfoot > tr:last-child > td, .react-bs-table .table-bordered > tfoot > tr:last-child > th {
  border-bottom-width: 0; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th, .react-bs-table .react-bs-container-header > table > thead > tr > th {
  vertical-align: middle; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .filter, .react-bs-table .react-bs-container-header > table > thead > tr > th .filter {
  font-weight: 400; }

.react-bs-table .react-bs-container-header > table > thead > tr > th .filter::-webkit-input-placeholder, .react-bs-table .react-bs-container-header > table > thead > tr > th .number-filter-input::-webkit-input-placeholder, .react-bs-table .react-bs-container-header > table > thead > tr > th .select-filter option[value=''], .react-bs-table .react-bs-container-header > table > thead > tr > th .select-filter.placeholder-selected {
  color: #d3d3d3;
  font-style: italic; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .filter::-webkit-input-placeholder, .react-bs-table .react-bs-container-footer > table > thead > tr > th .number-filter-input::-webkit-input-placeholder, .react-bs-table .react-bs-container-footer > table > thead > tr > th .select-filter option[value=''], .react-bs-table .react-bs-container-footer > table > thead > tr > th .select-filter.placeholder-selected {
  color: #d3d3d3;
  font-style: italic; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .select-filter.placeholder-selected option:not([value='']), .react-bs-table .react-bs-container-header > table > thead > tr > th .select-filter.placeholder-selected option:not([value='']) {
  color: initial;
  font-style: initial; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .date-filter, .react-bs-table .react-bs-container-footer > table > thead > tr > th .number-filter, .react-bs-table .react-bs-container-header > table > thead > tr > th .date-filter, .react-bs-table .react-bs-container-header > table > thead > tr > th .number-filter {
  display: flex; }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .date-filter-input, .react-bs-table .react-bs-container-footer > table > thead > tr > th .number-filter-input, .react-bs-table .react-bs-container-header > table > thead > tr > th .date-filter-input, .react-bs-table .react-bs-container-header > table > thead > tr > th .number-filter-input {
  margin-left: 5px;
  float: left;
  width: calc(100% - 67px - 5px); }

.react-bs-table .react-bs-container-footer > table > thead > tr > th .date-filter-comparator, .react-bs-table .react-bs-container-footer > table > thead > tr > th .number-filter-comparator, .react-bs-table .react-bs-container-header > table > thead > tr > th .date-filter-comparator, .react-bs-table .react-bs-container-header > table > thead > tr > th .number-filter-comparator {
  width: 67px;
  float: left; }

.react-bs-container .textarea-save-btn {
  position: absolute;
  z-index: 100;
  right: 0;
  top: -21px; }

.react-bs-table-no-data {
  text-align: center; }

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101; }

.ReactModal__Overlay--after-open {
  opacity: 1;
  transition: opacity 150ms ease-out; }

.ReactModal__Content {
  -webkit-transform: scale(0.5) rotateX(-30deg);
  transform: scale(0.5) rotateX(-30deg); }

.ReactModal__Content--after-open {
  -webkit-transform: scale(1) rotateX(0);
  transform: scale(1) rotateX(0);
  transition: all 150ms ease-in; }

.ReactModal__Overlay--before-close {
  opacity: 0; }

.ReactModal__Content--before-close {
  -webkit-transform: scale(0.5) rotateX(30deg);
  transform: scale(0.5) rotateX(30deg);
  transition: all 150ms ease-in; }

.ReactModal__Content.modal-dialog {
  border: none;
  background-color: transparent; }

.animated {
  animation-fill-mode: both; }

.animated.bounceIn, .animated.bounceOut {
  animation-duration: .75s; }

.animated.shake {
  animation-duration: .3s; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 50%, 90% {
    transform: translate3d(-10px, 0, 0); }
  30%, 70% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

.s-alert-box, .s-alert-box * {
  box-sizing: border-box; }

.s-alert-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 22px;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 100%;
  font-family: 'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  max-width: 300px;
  -webkit-transition: top .4s,bottom .4s;
  transition: top .4s,bottom .4s; }

.s-alert-box.s-alert-show, .s-alert-box.s-alert-visible {
  pointer-events: auto; }

.s-alert-box a {
  color: inherit;
  opacity: .7;
  font-weight: 700; }

.s-alert-box a:focus, .s-alert-box a:hover {
  opacity: 1; }

.s-alert-box p {
  margin: 0; }

.s-alert-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.s-alert-close:focus, .s-alert-close:hover {
  outline: 0; }

.s-alert-close::after, .s-alert-close::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff; }

.s-alert-close:hover::after, .s-alert-close:hover::before {
  background: #fff; }

.s-alert-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.s-alert-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.s-alert-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px; }

.s-alert-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px; }

.s-alert-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto; }

.s-alert-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto; }

.s-alert-bottom, .s-alert-top {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0; }

.s-alert-bottom {
  bottom: 0;
  top: auto; }

.s-alert-top {
  top: 0;
  bottom: auto; }

.s-alert-info {
  background: #00A2D3;
  color: #fff; }

.s-alert-success {
  background: #27AE60;
  color: #fff; }

.s-alert-warning {
  background: #F1C40F;
  color: #fff; }

.s-alert-error {
  background: #E74C3C;
  color: #fff; }

[class*=" s-alert-effect-"].s-alert-hide, [class^=s-alert-effect-].s-alert-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

.s-alert-box-height {
  visibility: hidden;
  position: fixed; }

.s-alert-effect-scale a, .s-alert-effect-scale a:focus, .s-alert-effect-scale a:hover {
  color: #fff; }

.s-alert-effect-scale .s-alert-close::after, .s-alert-effect-scale .s-alert-close::before, .s-alert-effect-scale .s-alert-close:hover::after, .s-alert-effect-scale .s-alert-close:hover::before {
  background: #fff; }

.s-alert-effect-scale.s-alert-hide, .s-alert-effect-scale.s-alert-show {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

/*!
 *  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(/./fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/./fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/./fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(/./fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(/./fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(/./fonts/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.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; }

@font-face {
  font-family: 'simple-line-icons';
  src: url(/./fonts/Simple-Line-Icons.f33df365d6d0255b586f2920355e94d7.eot);
  src: url(/./fonts/Simple-Line-Icons.f33df365d6d0255b586f2920355e94d7.eot#iefix) format("embedded-opentype"), url(/./fonts/Simple-Line-Icons.0cb0b9c589c0624c9c78dd3d83e946f6.woff2) format("woff2"), url(/./fonts/Simple-Line-Icons.d2285965fe34b05465047401b8595dd0.ttf) format("truetype"), url(/./fonts/Simple-Line-Icons.78f07e2c2a535c26ef21d95e41bd7175.woff) format("woff"), url(/./fonts/Simple-Line-Icons.2fe2efe63441d830b1acd106c1fe8734.svg#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-login,
.icon-logout,
.icon-emotsmile,
.icon-phone,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-map,
.icon-location-pin,
.icon-direction,
.icon-directions,
.icon-compass,
.icon-layers,
.icon-menu,
.icon-list,
.icon-options-vertical,
.icon-options,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-arrow-left-circle,
.icon-arrow-right-circle,
.icon-arrow-down-circle,
.icon-check,
.icon-clock,
.icon-plus,
.icon-minus,
.icon-close,
.icon-event,
.icon-exclamation,
.icon-organization,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-mustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-disc,
.icon-cursor,
.icon-cursor-move,
.icon-crop,
.icon-chemistry,
.icon-speedometer,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglass,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-folder-alt,
.icon-folder,
.icon-film,
.icon-feed,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-doc,
.icon-diamond,
.icon-cup,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-frame,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-loop,
.icon-home,
.icon-grid,
.icon-graph,
.icon-microphone,
.icon-music-tone-alt,
.icon-music-tone,
.icon-earphones-alt,
.icon-earphones,
.icon-equalizer,
.icon-like,
.icon-dislike,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-calendar,
.icon-bulb,
.icon-chart,
.icon-ban,
.icon-bubble,
.icon-camrecorder,
.icon-camera,
.icon-cloud-download,
.icon-cloud-upload,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-credit-card,
.icon-paypal,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-facebook,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-github,
.icon-social-google,
.icon-social-reddit,
.icon-social-skype,
.icon-social-dribbble,
.icon-social-behance,
.icon-social-foursqare,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-youtube,
.icon-social-dropbox,
.icon-social-vkontakte,
.icon-social-steam {
  font-family: 'simple-line-icons';
  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; }

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

.icon-people:before {
  content: "\E001"; }

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

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

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

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

.icon-login:before {
  content: "\E066"; }

.icon-logout:before {
  content: "\E065"; }

.icon-emotsmile:before {
  content: "\E021"; }

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

.icon-call-end:before {
  content: "\E048"; }

.icon-call-in:before {
  content: "\E047"; }

.icon-call-out:before {
  content: "\E046"; }

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

.icon-location-pin:before {
  content: "\E096"; }

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

.icon-directions:before {
  content: "\E041"; }

.icon-compass:before {
  content: "\E045"; }

.icon-layers:before {
  content: "\E034"; }

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

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

.icon-options-vertical:before {
  content: "\E602"; }

.icon-options:before {
  content: "\E603"; }

.icon-arrow-down:before {
  content: "\E604"; }

.icon-arrow-left:before {
  content: "\E605"; }

.icon-arrow-right:before {
  content: "\E606"; }

.icon-arrow-up:before {
  content: "\E607"; }

.icon-arrow-up-circle:before {
  content: "\E078"; }

.icon-arrow-left-circle:before {
  content: "\E07A"; }

.icon-arrow-right-circle:before {
  content: "\E079"; }

.icon-arrow-down-circle:before {
  content: "\E07B"; }

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

.icon-clock:before {
  content: "\E081"; }

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

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

.icon-close:before {
  content: "\E082"; }

.icon-event:before {
  content: "\E619"; }

.icon-exclamation:before {
  content: "\E617"; }

.icon-organization:before {
  content: "\E616"; }

.icon-trophy:before {
  content: "\E006"; }

.icon-screen-smartphone:before {
  content: "\E010"; }

.icon-screen-desktop:before {
  content: "\E011"; }

.icon-plane:before {
  content: "\E012"; }

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

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

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

.icon-magnet:before {
  content: "\E016"; }

.icon-energy:before {
  content: "\E020"; }

.icon-disc:before {
  content: "\E022"; }

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

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

.icon-crop:before {
  content: "\E024"; }

.icon-chemistry:before {
  content: "\E026"; }

.icon-speedometer:before {
  content: "\E007"; }

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

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

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

.icon-hourglass:before {
  content: "\E018"; }

.icon-graduation:before {
  content: "\E019"; }

.icon-ghost:before {
  content: "\E01A"; }

.icon-game-controller:before {
  content: "\E01B"; }

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

.icon-eyeglass:before {
  content: "\E01D"; }

.icon-envelope-open:before {
  content: "\E01E"; }

.icon-envelope-letter:before {
  content: "\E01F"; }

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

.icon-badge:before {
  content: "\E028"; }

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

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

.icon-vector:before {
  content: "\E02B"; }

.icon-speech:before {
  content: "\E02C"; }

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

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

.icon-present:before {
  content: "\E02F"; }

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

.icon-pin:before {
  content: "\E031"; }

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

.icon-handbag:before {
  content: "\E035"; }

.icon-globe-alt:before {
  content: "\E036"; }

.icon-globe:before {
  content: "\E037"; }

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

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

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

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

.icon-drop:before {
  content: "\E03E"; }

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

.icon-docs:before {
  content: "\E040"; }

.icon-doc:before {
  content: "\E085"; }

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

.icon-cup:before {
  content: "\E044"; }

.icon-calculator:before {
  content: "\E049"; }

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

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

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

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

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

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

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

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

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

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

.icon-trash:before {
  content: "\E054"; }

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

.icon-support:before {
  content: "\E056"; }

.icon-frame:before {
  content: "\E038"; }

.icon-size-fullscreen:before {
  content: "\E057"; }

.icon-size-actual:before {
  content: "\E058"; }

.icon-shuffle:before {
  content: "\E059"; }

.icon-share-alt:before {
  content: "\E05A"; }

.icon-share:before {
  content: "\E05B"; }

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

.icon-question:before {
  content: "\E05D"; }

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

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

.icon-note:before {
  content: "\E060"; }

.icon-loop:before {
  content: "\E064"; }

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

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

.icon-graph:before {
  content: "\E06B"; }

.icon-microphone:before {
  content: "\E063"; }

.icon-music-tone-alt:before {
  content: "\E061"; }

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

.icon-earphones-alt:before {
  content: "\E03C"; }

.icon-earphones:before {
  content: "\E03D"; }

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

.icon-like:before {
  content: "\E068"; }

.icon-dislike:before {
  content: "\E06D"; }

.icon-control-start:before {
  content: "\E06F"; }

.icon-control-rewind:before {
  content: "\E070"; }

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

.icon-control-pause:before {
  content: "\E072"; }

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

.icon-control-end:before {
  content: "\E074"; }

.icon-volume-1:before {
  content: "\E09F"; }

.icon-volume-2:before {
  content: "\E0A0"; }

.icon-volume-off:before {
  content: "\E0A1"; }

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

.icon-bulb:before {
  content: "\E076"; }

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

.icon-ban:before {
  content: "\E07C"; }

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

.icon-camrecorder:before {
  content: "\E07E"; }

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

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

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

.icon-envelope:before {
  content: "\E086"; }

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

.icon-flag:before {
  content: "\E088"; }

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

.icon-info:before {
  content: "\E08B"; }

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

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

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

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

.icon-magnifier:before {
  content: "\E090"; }

.icon-magnifier-add:before {
  content: "\E091"; }

.icon-magnifier-remove:before {
  content: "\E092"; }

.icon-paper-clip:before {
  content: "\E093"; }

.icon-paper-plane:before {
  content: "\E094"; }

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

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

.icon-reload:before {
  content: "\E099"; }

.icon-settings:before {
  content: "\E09A"; }

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

.icon-symbol-female:before {
  content: "\E09C"; }

.icon-symbol-male:before {
  content: "\E09D"; }

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

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

.icon-paypal:before {
  content: "\E608"; }

.icon-social-tumblr:before {
  content: "\E00A"; }

.icon-social-twitter:before {
  content: "\E009"; }

.icon-social-facebook:before {
  content: "\E00B"; }

.icon-social-instagram:before {
  content: "\E609"; }

.icon-social-linkedin:before {
  content: "\E60A"; }

.icon-social-pinterest:before {
  content: "\E60B"; }

.icon-social-github:before {
  content: "\E60C"; }

.icon-social-google:before {
  content: "\E60D"; }

.icon-social-reddit:before {
  content: "\E60E"; }

.icon-social-skype:before {
  content: "\E60F"; }

.icon-social-dribbble:before {
  content: "\E00D"; }

.icon-social-behance:before {
  content: "\E610"; }

.icon-social-foursqare:before {
  content: "\E611"; }

.icon-social-soundcloud:before {
  content: "\E612"; }

.icon-social-spotify:before {
  content: "\E613"; }

.icon-social-stumbleupon:before {
  content: "\E614"; }

.icon-social-youtube:before {
  content: "\E008"; }

.icon-social-dropbox:before {
  content: "\E00C"; }

.icon-social-vkontakte:before {
  content: "\E618"; }

.icon-social-steam:before {
  content: "\E620"; }

@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #47AFE8;
  --indigo: #532456;
  --purple: #787DB6;
  --pink: #E90076;
  --red: #FF0000;
  --orange: #FF791A;
  --yellow: #FFCC00;
  --green: #99CC00;
  --teal: #0DB6A3;
  --cyan: #00778C;
  --white: #fff;
  --gray: #55595c;
  --gray-dark: #2a2c36;
  --blue: #47AFE8;
  --indigo: #532456;
  --purple: #787DB6;
  --pink: #E90076;
  --red: #FF0000;
  --orange: #FF791A;
  --yellow: #FFCC00;
  --green: #99CC00;
  --teal: #0DB6A3;
  --cyan: #00778C;
  --white: #fff;
  --gray: #55595c;
  --primary: #FF791A;
  --secondary: #818a91;
  --success: #99CC00;
  --info: #0DB6A3;
  --warning: #FF791A;
  --danger: #FF0000;
  --light: #FAFAFA;
  --dark: #68696B;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Nunito-Light, Roboto-Regular, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: Nunito-Light, Roboto-Regular, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #FF791A;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #cd5500;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #55595c;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 4.8rem; }

h2, .h2 {
  font-size: 3.6rem; }

h3, .h3 {
  font-size: 1.6rem; }

h4, .h4 {
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 1.4rem; }

h6, .h6 {
  font-size: 1.2rem; }

.lead {
  font-size: 1.625rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 1.2rem;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.625rem; }

.blockquote-footer {
  display: block;
  font-size: 1.2rem;
  color: #55595c; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #818a91;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #55595c; }

code {
  font-size: 87.5%;
  color: #E90076;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #151b1e;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  font-size: 87.5%;
  color: #151b1e; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #818a91; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #818a91; }
  .table tbody + tbody {
    border-top: 2px solid #818a91; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #818a91; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #818a91; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(255, 121, 26, 0.1); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffd9bf; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffb988; }

.table-hover .table-primary:hover {
  background-color: #ffcaa6; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffcaa6; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dcdee0; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #bdc2c6; }

.table-hover .table-secondary:hover {
  background-color: #ced1d4; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #ced1d4; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e2f1b8; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #cae47a; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bbebe5; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #81d9cf; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffd9bf; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffb988; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff7a7a; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d5d5d6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b0b1b2; }

.table-hover .table-dark:hover {
  background-color: #c8c8c9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #c8c8c9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(255, 121, 26, 0.1); }

.table-hover .table-active:hover {
  background-color: rgba(255, 106, 1, 0.1); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(255, 106, 1, 0.1); }

.table .thead-dark th {
  color: #fff;
  background-color: #2a2c36;
  border-color: #3b3e4c; }

.table .thead-light th {
  color: #3e515b;
  background-color: #d1d4d7;
  border-color: #818a91; }

.table-dark {
  color: #fff;
  background-color: #2a2c36; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #3b3e4c; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .daterangepicker .input-mini {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .daterangepicker .input-mini {
      transition: none; } }
  .form-control::-ms-expand, .daterangepicker .input-mini::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .daterangepicker .input-mini:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3e515b; }
  .form-control:focus, .daterangepicker .input-mini:focus {
    color: #3e515b;
    background-color: #fff;
    border-color: #ffc49a;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-control::placeholder, .daterangepicker .input-mini::placeholder {
    color: #55595c;
    opacity: 1; }
  .form-control:disabled, .daterangepicker .input-mini:disabled, .form-control[readonly], .daterangepicker .input-mini[readonly] {
    background-color: #d1d4d7;
    opacity: 1; }

input[type="date"].form-control, .daterangepicker input.input-mini[type="date"],
input[type="time"].form-control,
.daterangepicker input.input-mini[type="time"],
input[type="datetime-local"].form-control,
.daterangepicker input.input-mini[type="datetime-local"],
input[type="month"].form-control,
.daterangepicker input.input-mini[type="month"] {
  appearance: none; }

select.form-control:focus::-ms-value, .daterangepicker select.input-mini:focus::-ms-value {
  color: #3e515b;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.6rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.2rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], .daterangepicker select.input-mini[size], select.form-control[multiple], .daterangepicker select.input-mini[multiple] {
  height: auto; }

textarea.form-control, .daterangepicker textarea.input-mini {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #55595c; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #99CC00; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2rem 2rem;
  margin-top: .1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #151b1e;
  background-color: #99cc00;
  border-radius: 3px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .daterangepicker .input-mini:valid, .daterangepicker .was-validated .input-mini:valid, .form-control.is-valid, .daterangepicker .is-valid.input-mini {
  border-color: #99CC00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2399CC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .daterangepicker .input-mini:valid:focus, .daterangepicker .was-validated .input-mini:valid:focus, .form-control.is-valid:focus, .daterangepicker .is-valid.input-mini:focus {
    border-color: #99CC00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated textarea.form-control:valid, .was-validated .daterangepicker textarea.input-mini:valid, .daterangepicker .was-validated textarea.input-mini:valid, textarea.form-control.is-valid, .daterangepicker textarea.is-valid.input-mini {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #99CC00;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232a2c36' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2399CC00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #99CC00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #99CC00; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #99CC00; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #99CC00; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #bfff00;
  background-color: #bfff00; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #99CC00; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #99CC00; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #99CC00;
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #FF0000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2rem 2rem;
  margin-top: .1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background-color: red;
  border-radius: 3px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .daterangepicker .input-mini:invalid, .daterangepicker .was-validated .input-mini:invalid, .form-control.is-invalid, .daterangepicker .is-invalid.input-mini {
  border-color: #FF0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .daterangepicker .input-mini:invalid:focus, .daterangepicker .was-validated .input-mini:invalid:focus, .form-control.is-invalid:focus, .daterangepicker .is-invalid.input-mini:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated .daterangepicker textarea.input-mini:invalid, .daterangepicker .was-validated textarea.input-mini:invalid, textarea.form-control.is-invalid, .daterangepicker textarea.is-invalid.input-mini {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232a2c36' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF0000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF0000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0000; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FF0000; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .daterangepicker .input-mini, .daterangepicker .form-inline .input-mini {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .fc button {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .fc button {
      transition: none; } }
  .btn:hover, .fc button:hover {
    color: #333333;
    text-decoration: none; }
  .btn:focus, .fc button:focus, .btn.focus, .fc button.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .fc button.disabled, .btn:disabled, .fc button:disabled {
    opacity: 0.65;
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled), .fc button:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .fc button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .fc button:not(:disabled):not(.disabled).active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .btn:not(:disabled):not(.disabled):active:focus, .fc button:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .fc button:not(:disabled):not(.disabled).active:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary, .fc-today-button {
  color: #151b1e;
  background-color: #FF791A;
  border-color: #FF791A;
  box-shadow: none; }
  .btn-primary:hover, .fc-today-button:hover {
    color: #fff;
    background-color: #f36500;
    border-color: #e65f00; }
  .btn-primary:focus, .fc-today-button:focus, .btn-primary.focus, .focus.fc-today-button {
    color: #fff;
    background-color: #f36500;
    border-color: #e65f00;
    box-shadow: 0 0 0 0.2rem rgba(220, 107, 27, 0.5); }
  .btn-primary.disabled, .disabled.fc-today-button, .btn-primary:disabled, .fc-today-button:disabled {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
  .btn-primary:not(:disabled):not(.disabled):active, .fc-today-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .fc-today-button:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.fc-today-button {
    color: #fff;
    background-color: #e65f00;
    border-color: #d95a00; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .fc-today-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .fc-today-button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.fc-today-button:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 107, 27, 0.5); }

.btn-secondary, .fc button {
  color: #fff;
  background-color: #818a91;
  border-color: #818a91;
  box-shadow: none; }
  .btn-secondary:hover, .fc button:hover {
    color: #fff;
    background-color: #6e777e;
    border-color: #687077; }
  .btn-secondary:focus, .fc button:focus, .btn-secondary.focus, .fc button.focus {
    color: #fff;
    background-color: #6e777e;
    border-color: #687077;
    box-shadow: 0 0 0 0.2rem rgba(148, 156, 162, 0.5); }
  .btn-secondary.disabled, .fc button.disabled, .btn-secondary:disabled, .fc button:disabled {
    color: #fff;
    background-color: #818a91;
    border-color: #818a91; }
  .btn-secondary:not(:disabled):not(.disabled):active, .fc button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .fc button:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .fc .show > button.dropdown-toggle {
    color: #fff;
    background-color: #687077;
    border-color: #626a70; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .fc button:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .fc button:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .fc .show > button.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 156, 162, 0.5); }

.btn-success {
  color: #151b1e;
  background-color: #99CC00;
  border-color: #99CC00;
  box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #7ca600;
    border-color: #739900; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #7ca600;
    border-color: #739900;
    box-shadow: 0 0 0 0.2rem rgba(133, 177, 5, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #151b1e;
    background-color: #99CC00;
    border-color: #99CC00; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #739900;
    border-color: #698c00; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 177, 5, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0DB6A3;
  border-color: #0DB6A3;
  box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #0a9283;
    border-color: #0a8678; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0a9283;
    border-color: #0a8678;
    box-shadow: 0 0 0 0.2rem rgba(49, 193, 177, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0DB6A3;
    border-color: #0DB6A3; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0a8678;
    border-color: #097b6e; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(49, 193, 177, 0.5); }

.btn-warning {
  color: #151b1e;
  background-color: #FF791A;
  border-color: #FF791A;
  box-shadow: none; }
  .btn-warning:hover {
    color: #fff;
    background-color: #f36500;
    border-color: #e65f00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f36500;
    border-color: #e65f00;
    box-shadow: 0 0 0 0.2rem rgba(220, 107, 27, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e65f00;
    border-color: #d95a00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 107, 27, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
  box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 38, 38, 0.5); }

.btn-light {
  color: #151b1e;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  box-shadow: none; }
  .btn-light:hover {
    color: #151b1e;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-light:focus, .btn-light.focus {
    color: #151b1e;
    background-color: #e7e7e7;
    border-color: #e1e1e1;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 217, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #151b1e;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #151b1e;
    background-color: #e1e1e1;
    border-color: #dadada; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 217, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #68696B;
  border-color: #68696B;
  box-shadow: none; }
  .btn-dark:hover {
    color: #fff;
    background-color: #555658;
    border-color: #4f5051; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #555658;
    border-color: #4f5051;
    box-shadow: 0 0 0 0.2rem rgba(127, 128, 129, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #68696B;
    border-color: #68696B; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #4f5051;
    border-color: #49494b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(127, 128, 129, 0.5); }

.btn-outline-primary {
  color: #FF791A;
  border-color: #FF791A; }
  .btn-outline-primary:hover {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FF791A;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }

.btn-outline-secondary {
  color: #818a91;
  border-color: #818a91; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #818a91;
    border-color: #818a91; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(129, 138, 145, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #818a91;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #818a91;
    border-color: #818a91; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(129, 138, 145, 0.5); }

.btn-outline-success {
  color: #99CC00;
  border-color: #99CC00; }
  .btn-outline-success:hover {
    color: #151b1e;
    background-color: #99CC00;
    border-color: #99CC00; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #99CC00;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #151b1e;
    background-color: #99CC00;
    border-color: #99CC00; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }

.btn-outline-info {
  color: #0DB6A3;
  border-color: #0DB6A3; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0DB6A3;
    border-color: #0DB6A3; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 182, 163, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0DB6A3;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0DB6A3;
    border-color: #0DB6A3; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(13, 182, 163, 0.5); }

.btn-outline-warning {
  color: #FF791A;
  border-color: #FF791A; }
  .btn-outline-warning:hover {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FF791A;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #151b1e;
    background-color: #FF791A;
    border-color: #FF791A; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }

.btn-outline-danger {
  color: #FF0000;
  border-color: #FF0000; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF0000;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.btn-outline-light {
  color: #FAFAFA;
  border-color: #FAFAFA; }
  .btn-outline-light:hover {
    color: #151b1e;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FAFAFA;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #151b1e;
    background-color: #FAFAFA;
    border-color: #FAFAFA; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-outline-dark {
  color: #68696B;
  border-color: #68696B; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #68696B;
    border-color: #68696B; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 105, 107, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #68696B;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #68696B;
    border-color: #68696B; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(104, 105, 107, 0.5); }

.btn-link {
  font-weight: 400;
  color: #FF791A;
  text-decoration: none; }
  .btn-link:hover {
    color: #cd5500;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #55595c;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .fc .btn-group-lg > button {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .fc .btn-group-sm > button {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1.3rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #333333;
  background-clip: padding-box;
  border: 0 solid #C9C9C9;
  border-radius: 0.25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35); }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #666666; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #C9C9C9;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .dropdown-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #C9C9C9;
    text-decoration: none;
    background-color: #515151; }
  .dropdown-item.active, .dropdown-item:active {
    color: #C9C9C9;
    text-decoration: none;
    background-color: #515151; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #55595c;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #55595c;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #C9C9C9; }

.btn-group, .fc-button-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .fc-button-group > .btn, .fc .btn-group > button, .fc .fc-button-group > button,
  .btn-group-vertical > .btn,
  .fc .btn-group-vertical > button {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .fc-button-group > .btn:hover, .fc .btn-group > button:hover, .fc .fc-button-group > button:hover,
    .btn-group-vertical > .btn:hover,
    .fc .btn-group-vertical > button:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .fc-button-group > .btn:focus, .fc .btn-group > button:focus, .fc .fc-button-group > button:focus, .btn-group > .btn:active, .fc-button-group > .btn:active, .fc .btn-group > button:active, .fc .fc-button-group > button:active, .btn-group > .btn.active, .fc-button-group > .btn.active, .fc .btn-group > button.active, .fc .fc-button-group > button.active,
    .btn-group-vertical > .btn:focus,
    .fc .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn:active,
    .fc .btn-group-vertical > button:active,
    .btn-group-vertical > .btn.active,
    .fc .btn-group-vertical > button.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .fc-button-group > .btn:not(:first-child), .fc .btn-group > button:not(:first-child), .fc .fc-button-group > button:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.fc-button-group > .btn-group:not(:first-child),
.btn-group > .fc-button-group:not(:first-child),
.fc-button-group > .fc-button-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .fc .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .fc .btn-group-lg > button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .fc .btn-group-vertical > button,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .fc-button-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .fc .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child),
  .btn-group-vertical > .fc-button-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .fc .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .fc-button-group:not(:last-child) > .btn,
  .fc .btn-group-vertical > .btn-group:not(:last-child) > button,
  .fc .btn-group-vertical > .fc-button-group:not(:last-child) > button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .fc .btn-group-vertical > button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .fc-button-group:not(:first-child) > .btn,
  .fc .btn-group-vertical > .btn-group:not(:first-child) > button,
  .fc .btn-group-vertical > .fc-button-group:not(:first-child) > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .daterangepicker .input-group > .input-mini,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .daterangepicker .input-group > .input-mini + .form-control, .daterangepicker .input-group > .form-control + .input-mini, .daterangepicker .input-group > .input-mini + .input-mini,
    .input-group > .form-control + .custom-select,
    .daterangepicker .input-group > .input-mini + .custom-select,
    .input-group > .form-control + .custom-file,
    .daterangepicker .input-group > .input-mini + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .daterangepicker .input-group > .form-control-plaintext + .input-mini,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .daterangepicker .input-group > .custom-select + .input-mini,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .daterangepicker .input-group > .custom-file + .input-mini,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .daterangepicker .input-group > .input-mini:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .daterangepicker .input-group > .input-mini:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .daterangepicker .input-group > .input-mini:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .fc button, .fc .input-group-prepend button,
  .input-group-append .btn,
  .input-group-append .fc button,
  .fc .input-group-append button {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .fc button:focus, .fc .input-group-prepend button:focus,
    .input-group-append .btn:focus,
    .input-group-append .fc button:focus,
    .fc .input-group-append button:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .fc button + .btn, .fc .input-group-prepend button + .btn, .input-group-prepend .fc .btn + button, .fc .input-group-prepend .btn + button, .input-group-prepend .fc button + button, .fc .input-group-prepend button + button,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .fc button + .input-group-text,
  .fc .input-group-prepend button + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .fc .input-group-text + button,
  .fc .input-group-prepend .input-group-text + button,
  .input-group-append .btn + .btn,
  .input-group-append .fc button + .btn,
  .fc .input-group-append button + .btn,
  .input-group-append .fc .btn + button,
  .fc .input-group-append .btn + button,
  .input-group-append .fc button + button,
  .fc .input-group-append button + button,
  .input-group-append .btn + .input-group-text,
  .input-group-append .fc button + .input-group-text,
  .fc .input-group-append button + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .fc .input-group-text + button,
  .fc .input-group-append .input-group-text + button {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .daterangepicker .input-group-lg > .input-mini:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .daterangepicker .input-group-lg > .input-mini,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.fc .input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-append > .btn,
.fc .input-group-lg > .input-group-append > button {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea), .daterangepicker .input-group-sm > .input-mini:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .daterangepicker .input-group-sm > .input-mini,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.fc .input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-append > .btn,
.fc .input-group-sm > .input-group-append > button {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .fc .input-group > .input-group-prepend > button,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.fc .input-group > .input-group-append:not(:last-child) > button,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.fc .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .fc .input-group > .input-group-append > button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.fc .input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.fc .input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.95rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.475rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF791A;
    background-color: #FF791A;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffc49a; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffe1cd;
    border-color: #ffe1cd;
    box-shadow: none; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #55595c; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #d1d4d7; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.475rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #678898 solid 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-control-label::after {
    position: absolute;
    top: 0.475rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #FF791A;
  background-color: #FF791A;
  box-shadow: none; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 121, 26, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 121, 26, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 121, 26, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.475rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #678898;
    border-radius: 0.5rem;
    transition: transform 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; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 121, 26, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232a2c36' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none; }
  .custom-select:focus {
    border-color: #ffc49a;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 121, 26, 0.25); }
    .custom-select:focus::-ms-value {
      color: #3e515b;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #55595c;
    background-color: #d1d4d7; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3e515b; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.2rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.6rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffc49a;
    box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #d1d4d7; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e515b;
  background-color: #fff;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #3e515b;
    content: "Browse";
    background-color: #f8f9fa;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #FF791A;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ffe1cd; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #818a91;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FF791A;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ffe1cd; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #818a91;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #FF791A;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ffe1cd; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }
  .custom-range::-ms-fill-lower {
    background-color: #818a91;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #818a91;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #678898; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #678898; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #678898; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .navbar .dropdown-toggle {
  display: block;
  padding: 0.5rem 20px; }
  .nav-link:hover, .navbar .dropdown-toggle:hover, .nav-link:focus, .navbar .dropdown-toggle:focus {
    text-decoration: none; }
  .nav-link.disabled, .navbar .disabled.dropdown-toggle {
    color: #55595c;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #FF791A; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
    border: 1px solid transparent;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover, .nav-tabs .nav-link:focus, .nav-tabs .navbar .dropdown-toggle:focus, .navbar .nav-tabs .dropdown-toggle:focus {
      border-color: transparent; }
    .nav-tabs .nav-link.disabled, .nav-tabs .navbar .disabled.dropdown-toggle, .navbar .nav-tabs .disabled.dropdown-toggle {
      color: #55595c;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle,
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-item.show .navbar .dropdown-toggle,
  .navbar .nav-tabs .nav-item.show .dropdown-toggle {
    color: #FF791A;
    background-color: #fff;
    border-color: #FF791A; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .nav-pills .navbar .dropdown-toggle, .navbar .nav-pills .dropdown-toggle {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .navbar .active.dropdown-toggle, .navbar .nav-pills .active.dropdown-toggle,
.nav-pills .show > .nav-link,
.nav-pills .navbar .show > .dropdown-toggle,
.navbar .nav-pills .show > .dropdown-toggle {
  color: #fff;
  background-color: #FF791A; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.275rem;
  padding-bottom: 0.275rem;
  margin-right: 1rem;
  font-size: 1.6rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-sm .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-md .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-lg .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand-xl .navbar-nav .dropdown-toggle {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-expand .navbar-nav .dropdown-toggle {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-light .navbar-nav .dropdown-toggle {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-light .navbar-nav .dropdown-toggle:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-light .navbar-nav .dropdown-toggle:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-light .navbar-nav .show > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-light .navbar-nav .show.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-dark .navbar-nav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-dark .navbar-nav .dropdown-toggle:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-dark .navbar-nav .dropdown-toggle:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .navbar .disabled.dropdown-toggle, .navbar .navbar-dark .navbar-nav .disabled.dropdown-toggle {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .navbar .show > .dropdown-toggle, .navbar .navbar-dark .navbar-nav .show > .dropdown-toggle,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active > .dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .navbar .show.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .show.dropdown-toggle,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-dark .navbar-nav .active.dropdown-toggle {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body, .card-block {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 1px solid #d1d4d7; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid #d1d4d7; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 4rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #999999;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #55595c; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link, .pagination-datatables li a, .pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FF791A;
  background-color: #fff;
  border: 1px solid #818a91; }
  .page-link:hover, .pagination-datatables li a:hover, .pagination li a:hover {
    z-index: 2;
    color: #cd5500;
    text-decoration: none;
    background-color: #d1d4d7;
    border-color: #818a91; }
  .page-link:focus, .pagination-datatables li a:focus, .pagination li a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none; }

.page-item:first-child .page-link, .pagination-datatables li:first-child .page-link, .pagination li:first-child .page-link, .page-item:first-child .pagination-datatables li a, .pagination-datatables li .page-item:first-child a, .pagination-datatables li:first-child a, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link, .pagination-datatables li:last-child .page-link, .pagination li:last-child .page-link, .page-item:last-child .pagination-datatables li a, .pagination-datatables li .page-item:last-child a, .pagination-datatables li:last-child a, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a, .pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link, .pagination-datatables li.active .page-link, .pagination li.active .page-link, .page-item.active .pagination-datatables li a, .pagination-datatables li .page-item.active a, .pagination-datatables li.active a, .page-item.active .pagination li a, .pagination li .page-item.active a, .pagination li.active a {
  z-index: 3;
  color: #fff;
  background-color: #FF791A;
  border-color: #FF791A; }

.page-item.disabled .page-link, .pagination-datatables li.disabled .page-link, .pagination li.disabled .page-link, .page-item.disabled .pagination-datatables li a, .pagination-datatables li .page-item.disabled a, .pagination-datatables li.disabled a, .page-item.disabled .pagination li a, .pagination li .page-item.disabled a, .pagination li.disabled a {
  color: #55595c;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #818a91; }

.pagination-lg .page-link, .pagination-lg .pagination-datatables li a, .pagination-datatables li .pagination-lg a, .pagination-lg .pagination li a, .pagination li .pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-lg li:first-child .page-link, .pagination-lg .pagination li:first-child .page-link, .pagination .pagination-lg li:first-child .page-link, .pagination-lg .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-lg li:first-child a, .pagination-lg .page-item:first-child .pagination li a, .pagination li .pagination-lg .page-item:first-child a, .pagination-lg .pagination-datatables .pagination li:first-child a, .pagination .pagination-lg .pagination-datatables li:first-child a, .pagination-datatables .pagination-lg .pagination li:first-child a, .pagination .pagination-datatables .pagination-lg li:first-child a, .pagination-lg .pagination li:first-child a, .pagination .pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-lg li:last-child .page-link, .pagination-lg .pagination li:last-child .page-link, .pagination .pagination-lg li:last-child .page-link, .pagination-lg .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-lg li:last-child a, .pagination-lg .page-item:last-child .pagination li a, .pagination li .pagination-lg .page-item:last-child a, .pagination-lg .pagination-datatables .pagination li:last-child a, .pagination .pagination-lg .pagination-datatables li:last-child a, .pagination-datatables .pagination-lg .pagination li:last-child a, .pagination .pagination-datatables .pagination-lg li:last-child a, .pagination-lg .pagination li:last-child a, .pagination .pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link, .pagination-sm .pagination-datatables li a, .pagination-datatables li .pagination-sm a, .pagination-sm .pagination li a, .pagination li .pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .pagination-datatables li:first-child .page-link, .pagination-datatables .pagination-sm li:first-child .page-link, .pagination-sm .pagination li:first-child .page-link, .pagination .pagination-sm li:first-child .page-link, .pagination-sm .page-item:first-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination .pagination-datatables li:first-child a, .pagination-datatables .pagination .pagination-sm li:first-child a, .pagination-sm .page-item:first-child .pagination li a, .pagination li .pagination-sm .page-item:first-child a, .pagination-sm .pagination-datatables .pagination li:first-child a, .pagination .pagination-sm .pagination-datatables li:first-child a, .pagination-datatables .pagination-sm .pagination li:first-child a, .pagination .pagination-datatables .pagination-sm li:first-child a, .pagination-sm .pagination li:first-child a, .pagination .pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .pagination-datatables li:last-child .page-link, .pagination-datatables .pagination-sm li:last-child .page-link, .pagination-sm .pagination li:last-child .page-link, .pagination .pagination-sm li:last-child .page-link, .pagination-sm .page-item:last-child .pagination-datatables li a, .pagination-datatables li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination .pagination-datatables li:last-child a, .pagination-datatables .pagination .pagination-sm li:last-child a, .pagination-sm .page-item:last-child .pagination li a, .pagination li .pagination-sm .page-item:last-child a, .pagination-sm .pagination-datatables .pagination li:last-child a, .pagination .pagination-sm .pagination-datatables li:last-child a, .pagination-datatables .pagination-sm .pagination li:last-child a, .pagination .pagination-datatables .pagination-sm li:last-child a, .pagination-sm .pagination li:last-child a, .pagination .pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .fc button .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #151b1e;
  background-color: #FF791A; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #151b1e;
    background-color: #e65f00; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #818a91; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #687077; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(129, 138, 145, 0.5); }

.badge-success {
  color: #151b1e;
  background-color: #99CC00; }
  a.badge-success:hover, a.badge-success:focus {
    color: #151b1e;
    background-color: #739900; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.5); }

.badge-info {
  color: #fff;
  background-color: #0DB6A3; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0a8678; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 182, 163, 0.5); }

.badge-warning {
  color: #151b1e;
  background-color: #FF791A; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #151b1e;
    background-color: #e65f00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 121, 26, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #FF0000; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc0000; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5); }

.badge-light {
  color: #151b1e;
  background-color: #FAFAFA; }
  a.badge-light:hover, a.badge-light:focus {
    color: #151b1e;
    background-color: #e1e1e1; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #68696B; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #4f5051; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(104, 105, 107, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #d1d4d7;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4.45rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #853f0e;
  background-color: #ffe4d1;
  border-color: #ffd9bf; }
  .alert-primary hr {
    border-top-color: #ffcaa6; }
  .alert-primary .alert-link {
    color: #572909; }

.alert-secondary {
  color: #43484b;
  background-color: #e6e8e9;
  border-color: #dcdee0; }
  .alert-secondary hr {
    border-top-color: #ced1d4; }
  .alert-secondary .alert-link {
    color: #2b2e30; }

.alert-success {
  color: #506a00;
  background-color: #ebf5cc;
  border-color: #e2f1b8; }
  .alert-success hr {
    border-top-color: #d9eda3; }
  .alert-success .alert-link {
    color: #2a3700; }

.alert-info {
  color: #075f55;
  background-color: #cff0ed;
  border-color: #bbebe5; }
  .alert-info hr {
    border-top-color: #a7e5dd; }
  .alert-info .alert-link {
    color: #04302b; }

.alert-warning {
  color: #853f0e;
  background-color: #ffe4d1;
  border-color: #ffd9bf; }
  .alert-warning hr {
    border-top-color: #ffcaa6; }
  .alert-warning .alert-link {
    color: #572909; }

.alert-danger {
  color: #850000;
  background-color: #ffcccc;
  border-color: #ffb8b8; }
  .alert-danger hr {
    border-top-color: #ff9f9f; }
  .alert-danger .alert-link {
    color: #520000; }

.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: dimgray; }

.alert-dark {
  color: #363738;
  background-color: #e1e1e1;
  border-color: #d5d5d6; }
  .alert-dark hr {
    border-top-color: #c8c8c9; }
  .alert-dark .alert-link {
    color: #1d1e1e; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.975rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF791A;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #3e515b;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #3e515b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #333333;
    background-color: #d1d4d7; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #55595c;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FF791A;
    border-color: #FF791A; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #853f0e;
  background-color: #ffd9bf; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #853f0e;
    background-color: #ffcaa6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #853f0e;
    border-color: #853f0e; }

.list-group-item-secondary {
  color: #43484b;
  background-color: #dcdee0; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #43484b;
    background-color: #ced1d4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #43484b;
    border-color: #43484b; }

.list-group-item-success {
  color: #506a00;
  background-color: #e2f1b8; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #506a00;
    background-color: #d9eda3; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #506a00;
    border-color: #506a00; }

.list-group-item-info {
  color: #075f55;
  background-color: #bbebe5; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #075f55;
    background-color: #a7e5dd; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #075f55;
    border-color: #075f55; }

.list-group-item-warning {
  color: #853f0e;
  background-color: #ffd9bf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #853f0e;
    background-color: #ffcaa6; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #853f0e;
    border-color: #853f0e; }

.list-group-item-danger {
  color: #850000;
  background-color: #ffb8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #850000;
    background-color: #ff9f9f; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #850000;
    border-color: #850000; }

.list-group-item-light {
  color: #828282;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #828282;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #828282;
    border-color: #828282; }

.list-group-item-dark {
  color: #363738;
  background-color: #d5d5d6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #363738;
    background-color: #c8c8c9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #363738;
    border-color: #363738; }

.close {
  float: right;
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #55595c;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #818a91;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #818a91;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 1rem;
  font-family: Nunito-Light, Roboto-Regular, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.3rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 2rem;
    height: 1rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 1rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 1rem 1rem 0;
      border-top-color: #333333; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 1rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 1rem;
    height: 2rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 1rem 1rem 1rem 0;
      border-right-color: #333333; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 1rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 1rem 1rem;
      border-bottom-color: #333333; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 1rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 1rem;
    height: 2rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 1rem 0 1rem 1rem;
      border-left-color: #333333; }

.tooltip-inner {
  max-width: 300px;
  padding: 2rem 2rem;
  color: #C9C9C9;
  text-align: center;
  background-color: #333333;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Nunito-Light, Roboto-Regular, -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #FF791A !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e65f00 !important; }

.bg-secondary {
  background-color: #818a91 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #687077 !important; }

.bg-success {
  background-color: #99CC00 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #739900 !important; }

.bg-info {
  background-color: #0DB6A3 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0a8678 !important; }

.bg-warning {
  background-color: #FF791A !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e65f00 !important; }

.bg-danger {
  background-color: #FF0000 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important; }

.bg-light {
  background-color: #FAFAFA !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important; }

.bg-dark {
  background-color: #68696B !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #4f5051 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #818a91 !important; }

.border-top {
  border-top: 1px solid #818a91 !important; }

.border-right {
  border-right: 1px solid #818a91 !important; }

.border-bottom {
  border-bottom: 1px solid #818a91 !important; }

.border-left {
  border-left: 1px solid #818a91 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #FF791A !important; }

.border-secondary {
  border-color: #818a91 !important; }

.border-success {
  border-color: #99CC00 !important; }

.border-info {
  border-color: #0DB6A3 !important; }

.border-warning {
  border-color: #FF791A !important; }

.border-danger {
  border-color: #FF0000 !important; }

.border-light {
  border-color: #FAFAFA !important; }

.border-dark {
  border-color: #68696B !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

.text-uppercase {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #FF791A !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #cd5500 !important; }

.text-secondary {
  color: #818a91 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #5c6469 !important; }

.text-success {
  color: #99CC00 !important; }

a.text-success:hover, a.text-success:focus {
  color: #608000 !important; }

.text-info {
  color: #0DB6A3 !important; }

a.text-info:hover, a.text-info:focus {
  color: #086f63 !important; }

.text-warning {
  color: #FF791A !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #cd5500 !important; }

.text-danger {
  color: #FF0000 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #b30000 !important; }

.text-light {
  color: #FAFAFA !important; }

a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important; }

.text-dark {
  color: #68696B !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #424344 !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #55595c !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #678898;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #818a91 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #818a91; }
  .table .thead-dark th {
    color: inherit;
    border-color: #818a91; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.font-xs {
  font-size: .75rem !important; }

.font-sm {
  font-size: .85rem !important; }

.font-lg {
  font-size: 1rem !important; }

.font-xl {
  font-size: 1.25rem !important; }

.font-2xl {
  font-size: 1.5rem !important; }

.font-3xl {
  font-size: 1.75rem !important; }

.font-4xl {
  font-size: 2rem !important; }

.font-5xl {
  font-size: 2.5rem !important; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2a2c36;
  background: #fff;
  border-left: 1px solid #d1d4d7; }
  .aside-menu .nav-tabs {
    border-color: #d1d4d7; }
    .aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle {
      padding: 0.75rem 1rem;
      color: #333333;
      border-top: 0; }
      .aside-menu .nav-tabs .nav-link.active, .aside-menu .nav-tabs .navbar .active.dropdown-toggle, .navbar .aside-menu .nav-tabs .active.dropdown-toggle {
        color: #FF791A;
        border-right-color: #d1d4d7;
        border-left-color: #d1d4d7; }
    .aside-menu .nav-tabs .nav-item:first-child .nav-link, .aside-menu .nav-tabs .nav-item:first-child .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .nav-item:first-child .dropdown-toggle {
      border-left: 0; }
  .aside-menu .tab-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    border-top: 1px solid #d1d4d7;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .aside-menu .tab-content::-webkit-scrollbar {
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .aside-menu .tab-content::-webkit-scrollbar-track {
      background-color: white;
      border-right: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2; }
    .aside-menu .tab-content::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #e6e6e6;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
    .aside-menu .tab-content .tab-pane {
      padding: 0; }

.img-avatar {
  border-radius: 50em; }

.avatar {
  position: relative;
  display: inline-block;
  width: 36px; }
  .avatar .img-avatar {
    width: 36px;
    height: 36px; }
  .avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px; }
  .avatar.avatar-xs .img-avatar {
    width: 20px;
    height: 20px; }
  .avatar.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px; }
  .avatar.avatar-sm .img-avatar {
    width: 24px;
    height: 24px; }
  .avatar.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatar.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px; }
  .avatar.avatar-lg .img-avatar {
    width: 72px;
    height: 72px; }
  .avatar.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em; }

.avatars-stack .avatar.avatar-xs {
  margin-right: -10px; }

.avatars-stack .avatar {
  margin-right: -15px;
  transition: margin-left 0.25s, margin-right 0.25s; }
  .avatars-stack .avatar:hover {
    margin-right: 0 !important; }

.badge-pill {
  border-radius: 10rem; }

.breadcrumb-menu {
  position: absolute;
  top: 0;
  right: 4rem; }
  .breadcrumb-menu::before {
    display: none; }
  .breadcrumb-menu .btn, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .breadcrumb-menu .btn, .breadcrumb-menu .fc button, .fc .breadcrumb-menu button {
    color: #55595c; }
    .breadcrumb-menu .btn:hover, .breadcrumb-menu .fc button:hover, .fc .breadcrumb-menu button:hover, .breadcrumb-menu .btn.active, .breadcrumb-menu .fc button.active, .fc .breadcrumb-menu button.active {
      color: #333333;
      background: transparent; }
  .breadcrumb-menu .open .btn, .breadcrumb-menu .open .fc button, .fc .breadcrumb-menu .open button {
    color: #333333;
    background: transparent; }
  .breadcrumb-menu .dropdown-menu {
    min-width: 180px;
    line-height: 1.5; }

.breadcrumb {
  position: relative;
  margin: 0; }

button {
  cursor: pointer; }

.btn .badge, .fc button .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  font-size: 9px; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }

.btn [class^="icon-"], .fc button [class^="icon-"], .btn [class*=" icon-"], .fc button [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle; }

.btn-facebook,
.btn-twitter,
.btn-linkedin,
.btn-flickr,
.btn-tumblr,
.btn-xing,
.btn-github,
.btn-html5,
.btn-openid,
.btn-stack-overflow,
.btn-youtube,
.btn-css3,
.btn-dribbble,
.btn-google-plus,
.btn-instagram,
.btn-pinterest,
.btn-vk,
.btn-yahoo,
.btn-behance,
.btn-dropbox,
.btn-reddit,
.btn-spotify,
.btn-vine,
.btn-foursquare,
.btn-vimeo {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  text-align: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0.25rem; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .btn-facebook:hover,
  .btn-twitter:hover,
  .btn-linkedin:hover,
  .btn-flickr:hover,
  .btn-tumblr:hover,
  .btn-xing:hover,
  .btn-github:hover,
  .btn-html5:hover,
  .btn-openid:hover,
  .btn-stack-overflow:hover,
  .btn-youtube:hover,
  .btn-css3:hover,
  .btn-dribbble:hover,
  .btn-google-plus:hover,
  .btn-instagram:hover,
  .btn-pinterest:hover,
  .btn-vk:hover,
  .btn-yahoo:hover,
  .btn-behance:hover,
  .btn-dropbox:hover,
  .btn-reddit:hover,
  .btn-spotify:hover,
  .btn-vine:hover,
  .btn-foursquare:hover,
  .btn-vimeo:hover {
    color: #fff; }
  .btn-facebook.icon span,
  .btn-twitter.icon span,
  .btn-linkedin.icon span,
  .btn-flickr.icon span,
  .btn-tumblr.icon span,
  .btn-xing.icon span,
  .btn-github.icon span,
  .btn-html5.icon span,
  .btn-openid.icon span,
  .btn-stack-overflow.icon span,
  .btn-youtube.icon span,
  .btn-css3.icon span,
  .btn-dribbble.icon span,
  .btn-google-plus.icon span,
  .btn-instagram.icon span,
  .btn-pinterest.icon span,
  .btn-vk.icon span,
  .btn-yahoo.icon span,
  .btn-behance.icon span,
  .btn-dropbox.icon span,
  .btn-reddit.icon span,
  .btn-spotify.icon span,
  .btn-vine.icon span,
  .btn-foursquare.icon span,
  .btn-vimeo.icon span {
    display: none; }
  .btn-facebook.text::before,
  .btn-twitter.text::before,
  .btn-linkedin.text::before,
  .btn-flickr.text::before,
  .btn-tumblr.text::before,
  .btn-xing.text::before,
  .btn-github.text::before,
  .btn-html5.text::before,
  .btn-openid.text::before,
  .btn-stack-overflow.text::before,
  .btn-youtube.text::before,
  .btn-css3.text::before,
  .btn-dribbble.text::before,
  .btn-google-plus.text::before,
  .btn-instagram.text::before,
  .btn-pinterest.text::before,
  .btn-vk.text::before,
  .btn-yahoo.text::before,
  .btn-behance.text::before,
  .btn-dropbox.text::before,
  .btn-reddit.text::before,
  .btn-spotify.text::before,
  .btn-vine.text::before,
  .btn-foursquare.text::before,
  .btn-vimeo.text::before {
    display: none; }
  .btn-facebook.text span,
  .btn-twitter.text span,
  .btn-linkedin.text span,
  .btn-flickr.text span,
  .btn-tumblr.text span,
  .btn-xing.text span,
  .btn-github.text span,
  .btn-html5.text span,
  .btn-openid.text span,
  .btn-stack-overflow.text span,
  .btn-youtube.text span,
  .btn-css3.text span,
  .btn-dribbble.text span,
  .btn-google-plus.text span,
  .btn-instagram.text span,
  .btn-pinterest.text span,
  .btn-vk.text span,
  .btn-yahoo.text span,
  .btn-behance.text span,
  .btn-dropbox.text span,
  .btn-reddit.text span,
  .btn-spotify.text span,
  .btn-vine.text span,
  .btn-foursquare.text span,
  .btn-vimeo.text span {
    margin-left: 0 !important; }
  .btn-facebook::before,
  .btn-twitter::before,
  .btn-linkedin::before,
  .btn-flickr::before,
  .btn-tumblr::before,
  .btn-xing::before,
  .btn-github::before,
  .btn-html5::before,
  .btn-openid::before,
  .btn-stack-overflow::before,
  .btn-youtube::before,
  .btn-css3::before,
  .btn-dribbble::before,
  .btn-google-plus::before,
  .btn-instagram::before,
  .btn-pinterest::before,
  .btn-vk::before,
  .btn-yahoo::before,
  .btn-behance::before,
  .btn-dropbox::before,
  .btn-reddit::before,
  .btn-spotify::before,
  .btn-vine::before,
  .btn-foursquare::before,
  .btn-vimeo::before {
    width: 2.7rem;
    height: 2.7rem;
    padding: 0.375rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0.25rem; }
  .btn-facebook span,
  .btn-twitter span,
  .btn-linkedin span,
  .btn-flickr span,
  .btn-tumblr span,
  .btn-xing span,
  .btn-github span,
  .btn-html5 span,
  .btn-openid span,
  .btn-stack-overflow span,
  .btn-youtube span,
  .btn-css3 span,
  .btn-dribbble span,
  .btn-google-plus span,
  .btn-instagram span,
  .btn-pinterest span,
  .btn-vk span,
  .btn-yahoo span,
  .btn-behance span,
  .btn-dropbox span,
  .btn-reddit span,
  .btn-spotify span,
  .btn-vine span,
  .btn-foursquare span,
  .btn-vimeo span {
    margin-left: 2.7rem; }
  .btn-facebook.icon,
  .btn-twitter.icon,
  .btn-linkedin.icon,
  .btn-flickr.icon,
  .btn-tumblr.icon,
  .btn-xing.icon,
  .btn-github.icon,
  .btn-html5.icon,
  .btn-openid.icon,
  .btn-stack-overflow.icon,
  .btn-youtube.icon,
  .btn-css3.icon,
  .btn-dribbble.icon,
  .btn-google-plus.icon,
  .btn-instagram.icon,
  .btn-pinterest.icon,
  .btn-vk.icon,
  .btn-yahoo.icon,
  .btn-behance.icon,
  .btn-dropbox.icon,
  .btn-reddit.icon,
  .btn-spotify.icon,
  .btn-vine.icon,
  .btn-foursquare.icon,
  .btn-vimeo.icon {
    width: 2.7rem;
    height: 2.7rem; }
  .btn-facebook.btn-lg, .btn-group-lg > .btn-facebook.btn, .fc .btn-group-lg > button.btn-facebook,
  .btn-twitter.btn-lg,
  .btn-group-lg > .btn-twitter.btn,
  .fc .btn-group-lg > button.btn-twitter,
  .btn-linkedin.btn-lg,
  .btn-group-lg > .btn-linkedin.btn,
  .fc .btn-group-lg > button.btn-linkedin,
  .btn-flickr.btn-lg,
  .btn-group-lg > .btn-flickr.btn,
  .fc .btn-group-lg > button.btn-flickr,
  .btn-tumblr.btn-lg,
  .btn-group-lg > .btn-tumblr.btn,
  .fc .btn-group-lg > button.btn-tumblr,
  .btn-xing.btn-lg,
  .btn-group-lg > .btn-xing.btn,
  .fc .btn-group-lg > button.btn-xing,
  .btn-github.btn-lg,
  .btn-group-lg > .btn-github.btn,
  .fc .btn-group-lg > button.btn-github,
  .btn-html5.btn-lg,
  .btn-group-lg > .btn-html5.btn,
  .fc .btn-group-lg > button.btn-html5,
  .btn-openid.btn-lg,
  .btn-group-lg > .btn-openid.btn,
  .fc .btn-group-lg > button.btn-openid,
  .btn-stack-overflow.btn-lg,
  .btn-group-lg > .btn-stack-overflow.btn,
  .fc .btn-group-lg > button.btn-stack-overflow,
  .btn-youtube.btn-lg,
  .btn-group-lg > .btn-youtube.btn,
  .fc .btn-group-lg > button.btn-youtube,
  .btn-css3.btn-lg,
  .btn-group-lg > .btn-css3.btn,
  .fc .btn-group-lg > button.btn-css3,
  .btn-dribbble.btn-lg,
  .btn-group-lg > .btn-dribbble.btn,
  .fc .btn-group-lg > button.btn-dribbble,
  .btn-google-plus.btn-lg,
  .btn-group-lg > .btn-google-plus.btn,
  .fc .btn-group-lg > button.btn-google-plus,
  .btn-instagram.btn-lg,
  .btn-group-lg > .btn-instagram.btn,
  .fc .btn-group-lg > button.btn-instagram,
  .btn-pinterest.btn-lg,
  .btn-group-lg > .btn-pinterest.btn,
  .fc .btn-group-lg > button.btn-pinterest,
  .btn-vk.btn-lg,
  .btn-group-lg > .btn-vk.btn,
  .fc .btn-group-lg > button.btn-vk,
  .btn-yahoo.btn-lg,
  .btn-group-lg > .btn-yahoo.btn,
  .fc .btn-group-lg > button.btn-yahoo,
  .btn-behance.btn-lg,
  .btn-group-lg > .btn-behance.btn,
  .fc .btn-group-lg > button.btn-behance,
  .btn-dropbox.btn-lg,
  .btn-group-lg > .btn-dropbox.btn,
  .fc .btn-group-lg > button.btn-dropbox,
  .btn-reddit.btn-lg,
  .btn-group-lg > .btn-reddit.btn,
  .fc .btn-group-lg > button.btn-reddit,
  .btn-spotify.btn-lg,
  .btn-group-lg > .btn-spotify.btn,
  .fc .btn-group-lg > button.btn-spotify,
  .btn-vine.btn-lg,
  .btn-group-lg > .btn-vine.btn,
  .fc .btn-group-lg > button.btn-vine,
  .btn-foursquare.btn-lg,
  .btn-group-lg > .btn-foursquare.btn,
  .fc .btn-group-lg > button.btn-foursquare,
  .btn-vimeo.btn-lg,
  .btn-group-lg > .btn-vimeo.btn,
  .fc .btn-group-lg > button.btn-vimeo {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.3rem; }
    .btn-facebook.btn-lg::before, .btn-group-lg > .btn-facebook.btn::before, .fc .btn-group-lg > button.btn-facebook::before,
    .btn-twitter.btn-lg::before,
    .btn-group-lg > .btn-twitter.btn::before,
    .fc .btn-group-lg > button.btn-twitter::before,
    .btn-linkedin.btn-lg::before,
    .btn-group-lg > .btn-linkedin.btn::before,
    .fc .btn-group-lg > button.btn-linkedin::before,
    .btn-flickr.btn-lg::before,
    .btn-group-lg > .btn-flickr.btn::before,
    .fc .btn-group-lg > button.btn-flickr::before,
    .btn-tumblr.btn-lg::before,
    .btn-group-lg > .btn-tumblr.btn::before,
    .fc .btn-group-lg > button.btn-tumblr::before,
    .btn-xing.btn-lg::before,
    .btn-group-lg > .btn-xing.btn::before,
    .fc .btn-group-lg > button.btn-xing::before,
    .btn-github.btn-lg::before,
    .btn-group-lg > .btn-github.btn::before,
    .fc .btn-group-lg > button.btn-github::before,
    .btn-html5.btn-lg::before,
    .btn-group-lg > .btn-html5.btn::before,
    .fc .btn-group-lg > button.btn-html5::before,
    .btn-openid.btn-lg::before,
    .btn-group-lg > .btn-openid.btn::before,
    .fc .btn-group-lg > button.btn-openid::before,
    .btn-stack-overflow.btn-lg::before,
    .btn-group-lg > .btn-stack-overflow.btn::before,
    .fc .btn-group-lg > button.btn-stack-overflow::before,
    .btn-youtube.btn-lg::before,
    .btn-group-lg > .btn-youtube.btn::before,
    .fc .btn-group-lg > button.btn-youtube::before,
    .btn-css3.btn-lg::before,
    .btn-group-lg > .btn-css3.btn::before,
    .fc .btn-group-lg > button.btn-css3::before,
    .btn-dribbble.btn-lg::before,
    .btn-group-lg > .btn-dribbble.btn::before,
    .fc .btn-group-lg > button.btn-dribbble::before,
    .btn-google-plus.btn-lg::before,
    .btn-group-lg > .btn-google-plus.btn::before,
    .fc .btn-group-lg > button.btn-google-plus::before,
    .btn-instagram.btn-lg::before,
    .btn-group-lg > .btn-instagram.btn::before,
    .fc .btn-group-lg > button.btn-instagram::before,
    .btn-pinterest.btn-lg::before,
    .btn-group-lg > .btn-pinterest.btn::before,
    .fc .btn-group-lg > button.btn-pinterest::before,
    .btn-vk.btn-lg::before,
    .btn-group-lg > .btn-vk.btn::before,
    .fc .btn-group-lg > button.btn-vk::before,
    .btn-yahoo.btn-lg::before,
    .btn-group-lg > .btn-yahoo.btn::before,
    .fc .btn-group-lg > button.btn-yahoo::before,
    .btn-behance.btn-lg::before,
    .btn-group-lg > .btn-behance.btn::before,
    .fc .btn-group-lg > button.btn-behance::before,
    .btn-dropbox.btn-lg::before,
    .btn-group-lg > .btn-dropbox.btn::before,
    .fc .btn-group-lg > button.btn-dropbox::before,
    .btn-reddit.btn-lg::before,
    .btn-group-lg > .btn-reddit.btn::before,
    .fc .btn-group-lg > button.btn-reddit::before,
    .btn-spotify.btn-lg::before,
    .btn-group-lg > .btn-spotify.btn::before,
    .fc .btn-group-lg > button.btn-spotify::before,
    .btn-vine.btn-lg::before,
    .btn-group-lg > .btn-vine.btn::before,
    .fc .btn-group-lg > button.btn-vine::before,
    .btn-foursquare.btn-lg::before,
    .btn-group-lg > .btn-foursquare.btn::before,
    .fc .btn-group-lg > button.btn-foursquare::before,
    .btn-vimeo.btn-lg::before,
    .btn-group-lg > .btn-vimeo.btn::before,
    .fc .btn-group-lg > button.btn-vimeo::before {
      width: 3.4rem;
      height: 3.4rem;
      padding: 0.5rem 0;
      font-size: 1.6rem;
      line-height: 1.5;
      border-radius: 0.3rem; }
    .btn-facebook.btn-lg span, .btn-group-lg > .btn-facebook.btn span, .fc .btn-group-lg > button.btn-facebook span,
    .btn-twitter.btn-lg span,
    .btn-group-lg > .btn-twitter.btn span,
    .fc .btn-group-lg > button.btn-twitter span,
    .btn-linkedin.btn-lg span,
    .btn-group-lg > .btn-linkedin.btn span,
    .fc .btn-group-lg > button.btn-linkedin span,
    .btn-flickr.btn-lg span,
    .btn-group-lg > .btn-flickr.btn span,
    .fc .btn-group-lg > button.btn-flickr span,
    .btn-tumblr.btn-lg span,
    .btn-group-lg > .btn-tumblr.btn span,
    .fc .btn-group-lg > button.btn-tumblr span,
    .btn-xing.btn-lg span,
    .btn-group-lg > .btn-xing.btn span,
    .fc .btn-group-lg > button.btn-xing span,
    .btn-github.btn-lg span,
    .btn-group-lg > .btn-github.btn span,
    .fc .btn-group-lg > button.btn-github span,
    .btn-html5.btn-lg span,
    .btn-group-lg > .btn-html5.btn span,
    .fc .btn-group-lg > button.btn-html5 span,
    .btn-openid.btn-lg span,
    .btn-group-lg > .btn-openid.btn span,
    .fc .btn-group-lg > button.btn-openid span,
    .btn-stack-overflow.btn-lg span,
    .btn-group-lg > .btn-stack-overflow.btn span,
    .fc .btn-group-lg > button.btn-stack-overflow span,
    .btn-youtube.btn-lg span,
    .btn-group-lg > .btn-youtube.btn span,
    .fc .btn-group-lg > button.btn-youtube span,
    .btn-css3.btn-lg span,
    .btn-group-lg > .btn-css3.btn span,
    .fc .btn-group-lg > button.btn-css3 span,
    .btn-dribbble.btn-lg span,
    .btn-group-lg > .btn-dribbble.btn span,
    .fc .btn-group-lg > button.btn-dribbble span,
    .btn-google-plus.btn-lg span,
    .btn-group-lg > .btn-google-plus.btn span,
    .fc .btn-group-lg > button.btn-google-plus span,
    .btn-instagram.btn-lg span,
    .btn-group-lg > .btn-instagram.btn span,
    .fc .btn-group-lg > button.btn-instagram span,
    .btn-pinterest.btn-lg span,
    .btn-group-lg > .btn-pinterest.btn span,
    .fc .btn-group-lg > button.btn-pinterest span,
    .btn-vk.btn-lg span,
    .btn-group-lg > .btn-vk.btn span,
    .fc .btn-group-lg > button.btn-vk span,
    .btn-yahoo.btn-lg span,
    .btn-group-lg > .btn-yahoo.btn span,
    .fc .btn-group-lg > button.btn-yahoo span,
    .btn-behance.btn-lg span,
    .btn-group-lg > .btn-behance.btn span,
    .fc .btn-group-lg > button.btn-behance span,
    .btn-dropbox.btn-lg span,
    .btn-group-lg > .btn-dropbox.btn span,
    .fc .btn-group-lg > button.btn-dropbox span,
    .btn-reddit.btn-lg span,
    .btn-group-lg > .btn-reddit.btn span,
    .fc .btn-group-lg > button.btn-reddit span,
    .btn-spotify.btn-lg span,
    .btn-group-lg > .btn-spotify.btn span,
    .fc .btn-group-lg > button.btn-spotify span,
    .btn-vine.btn-lg span,
    .btn-group-lg > .btn-vine.btn span,
    .fc .btn-group-lg > button.btn-vine span,
    .btn-foursquare.btn-lg span,
    .btn-group-lg > .btn-foursquare.btn span,
    .fc .btn-group-lg > button.btn-foursquare span,
    .btn-vimeo.btn-lg span,
    .btn-group-lg > .btn-vimeo.btn span,
    .fc .btn-group-lg > button.btn-vimeo span {
      margin-left: 3.4rem; }
    .btn-facebook.btn-lg.icon, .btn-group-lg > .btn-facebook.icon.btn, .fc .btn-group-lg > button.btn-facebook.icon,
    .btn-twitter.btn-lg.icon,
    .btn-group-lg > .btn-twitter.icon.btn,
    .fc .btn-group-lg > button.btn-twitter.icon,
    .btn-linkedin.btn-lg.icon,
    .btn-group-lg > .btn-linkedin.icon.btn,
    .fc .btn-group-lg > button.btn-linkedin.icon,
    .btn-flickr.btn-lg.icon,
    .btn-group-lg > .btn-flickr.icon.btn,
    .fc .btn-group-lg > button.btn-flickr.icon,
    .btn-tumblr.btn-lg.icon,
    .btn-group-lg > .btn-tumblr.icon.btn,
    .fc .btn-group-lg > button.btn-tumblr.icon,
    .btn-xing.btn-lg.icon,
    .btn-group-lg > .btn-xing.icon.btn,
    .fc .btn-group-lg > button.btn-xing.icon,
    .btn-github.btn-lg.icon,
    .btn-group-lg > .btn-github.icon.btn,
    .fc .btn-group-lg > button.btn-github.icon,
    .btn-html5.btn-lg.icon,
    .btn-group-lg > .btn-html5.icon.btn,
    .fc .btn-group-lg > button.btn-html5.icon,
    .btn-openid.btn-lg.icon,
    .btn-group-lg > .btn-openid.icon.btn,
    .fc .btn-group-lg > button.btn-openid.icon,
    .btn-stack-overflow.btn-lg.icon,
    .btn-group-lg > .btn-stack-overflow.icon.btn,
    .fc .btn-group-lg > button.btn-stack-overflow.icon,
    .btn-youtube.btn-lg.icon,
    .btn-group-lg > .btn-youtube.icon.btn,
    .fc .btn-group-lg > button.btn-youtube.icon,
    .btn-css3.btn-lg.icon,
    .btn-group-lg > .btn-css3.icon.btn,
    .fc .btn-group-lg > button.btn-css3.icon,
    .btn-dribbble.btn-lg.icon,
    .btn-group-lg > .btn-dribbble.icon.btn,
    .fc .btn-group-lg > button.btn-dribbble.icon,
    .btn-google-plus.btn-lg.icon,
    .btn-group-lg > .btn-google-plus.icon.btn,
    .fc .btn-group-lg > button.btn-google-plus.icon,
    .btn-instagram.btn-lg.icon,
    .btn-group-lg > .btn-instagram.icon.btn,
    .fc .btn-group-lg > button.btn-instagram.icon,
    .btn-pinterest.btn-lg.icon,
    .btn-group-lg > .btn-pinterest.icon.btn,
    .fc .btn-group-lg > button.btn-pinterest.icon,
    .btn-vk.btn-lg.icon,
    .btn-group-lg > .btn-vk.icon.btn,
    .fc .btn-group-lg > button.btn-vk.icon,
    .btn-yahoo.btn-lg.icon,
    .btn-group-lg > .btn-yahoo.icon.btn,
    .fc .btn-group-lg > button.btn-yahoo.icon,
    .btn-behance.btn-lg.icon,
    .btn-group-lg > .btn-behance.icon.btn,
    .fc .btn-group-lg > button.btn-behance.icon,
    .btn-dropbox.btn-lg.icon,
    .btn-group-lg > .btn-dropbox.icon.btn,
    .fc .btn-group-lg > button.btn-dropbox.icon,
    .btn-reddit.btn-lg.icon,
    .btn-group-lg > .btn-reddit.icon.btn,
    .fc .btn-group-lg > button.btn-reddit.icon,
    .btn-spotify.btn-lg.icon,
    .btn-group-lg > .btn-spotify.icon.btn,
    .fc .btn-group-lg > button.btn-spotify.icon,
    .btn-vine.btn-lg.icon,
    .btn-group-lg > .btn-vine.icon.btn,
    .fc .btn-group-lg > button.btn-vine.icon,
    .btn-foursquare.btn-lg.icon,
    .btn-group-lg > .btn-foursquare.icon.btn,
    .fc .btn-group-lg > button.btn-foursquare.icon,
    .btn-vimeo.btn-lg.icon,
    .btn-group-lg > .btn-vimeo.icon.btn,
    .fc .btn-group-lg > button.btn-vimeo.icon {
      width: 3.4rem;
      height: 3.4rem; }
  .btn-facebook.btn-sm, .btn-group-sm > .btn-facebook.btn, .fc .btn-group-sm > button.btn-facebook,
  .btn-twitter.btn-sm,
  .btn-group-sm > .btn-twitter.btn,
  .fc .btn-group-sm > button.btn-twitter,
  .btn-linkedin.btn-sm,
  .btn-group-sm > .btn-linkedin.btn,
  .fc .btn-group-sm > button.btn-linkedin,
  .btn-flickr.btn-sm,
  .btn-group-sm > .btn-flickr.btn,
  .fc .btn-group-sm > button.btn-flickr,
  .btn-tumblr.btn-sm,
  .btn-group-sm > .btn-tumblr.btn,
  .fc .btn-group-sm > button.btn-tumblr,
  .btn-xing.btn-sm,
  .btn-group-sm > .btn-xing.btn,
  .fc .btn-group-sm > button.btn-xing,
  .btn-github.btn-sm,
  .btn-group-sm > .btn-github.btn,
  .fc .btn-group-sm > button.btn-github,
  .btn-html5.btn-sm,
  .btn-group-sm > .btn-html5.btn,
  .fc .btn-group-sm > button.btn-html5,
  .btn-openid.btn-sm,
  .btn-group-sm > .btn-openid.btn,
  .fc .btn-group-sm > button.btn-openid,
  .btn-stack-overflow.btn-sm,
  .btn-group-sm > .btn-stack-overflow.btn,
  .fc .btn-group-sm > button.btn-stack-overflow,
  .btn-youtube.btn-sm,
  .btn-group-sm > .btn-youtube.btn,
  .fc .btn-group-sm > button.btn-youtube,
  .btn-css3.btn-sm,
  .btn-group-sm > .btn-css3.btn,
  .fc .btn-group-sm > button.btn-css3,
  .btn-dribbble.btn-sm,
  .btn-group-sm > .btn-dribbble.btn,
  .fc .btn-group-sm > button.btn-dribbble,
  .btn-google-plus.btn-sm,
  .btn-group-sm > .btn-google-plus.btn,
  .fc .btn-group-sm > button.btn-google-plus,
  .btn-instagram.btn-sm,
  .btn-group-sm > .btn-instagram.btn,
  .fc .btn-group-sm > button.btn-instagram,
  .btn-pinterest.btn-sm,
  .btn-group-sm > .btn-pinterest.btn,
  .fc .btn-group-sm > button.btn-pinterest,
  .btn-vk.btn-sm,
  .btn-group-sm > .btn-vk.btn,
  .fc .btn-group-sm > button.btn-vk,
  .btn-yahoo.btn-sm,
  .btn-group-sm > .btn-yahoo.btn,
  .fc .btn-group-sm > button.btn-yahoo,
  .btn-behance.btn-sm,
  .btn-group-sm > .btn-behance.btn,
  .fc .btn-group-sm > button.btn-behance,
  .btn-dropbox.btn-sm,
  .btn-group-sm > .btn-dropbox.btn,
  .fc .btn-group-sm > button.btn-dropbox,
  .btn-reddit.btn-sm,
  .btn-group-sm > .btn-reddit.btn,
  .fc .btn-group-sm > button.btn-reddit,
  .btn-spotify.btn-sm,
  .btn-group-sm > .btn-spotify.btn,
  .fc .btn-group-sm > button.btn-spotify,
  .btn-vine.btn-sm,
  .btn-group-sm > .btn-vine.btn,
  .fc .btn-group-sm > button.btn-vine,
  .btn-foursquare.btn-sm,
  .btn-group-sm > .btn-foursquare.btn,
  .fc .btn-group-sm > button.btn-foursquare,
  .btn-vimeo.btn-sm,
  .btn-group-sm > .btn-vimeo.btn,
  .fc .btn-group-sm > button.btn-vimeo {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border: 0;
    border-radius: 0.2rem; }
    .btn-facebook.btn-sm::before, .btn-group-sm > .btn-facebook.btn::before, .fc .btn-group-sm > button.btn-facebook::before,
    .btn-twitter.btn-sm::before,
    .btn-group-sm > .btn-twitter.btn::before,
    .fc .btn-group-sm > button.btn-twitter::before,
    .btn-linkedin.btn-sm::before,
    .btn-group-sm > .btn-linkedin.btn::before,
    .fc .btn-group-sm > button.btn-linkedin::before,
    .btn-flickr.btn-sm::before,
    .btn-group-sm > .btn-flickr.btn::before,
    .fc .btn-group-sm > button.btn-flickr::before,
    .btn-tumblr.btn-sm::before,
    .btn-group-sm > .btn-tumblr.btn::before,
    .fc .btn-group-sm > button.btn-tumblr::before,
    .btn-xing.btn-sm::before,
    .btn-group-sm > .btn-xing.btn::before,
    .fc .btn-group-sm > button.btn-xing::before,
    .btn-github.btn-sm::before,
    .btn-group-sm > .btn-github.btn::before,
    .fc .btn-group-sm > button.btn-github::before,
    .btn-html5.btn-sm::before,
    .btn-group-sm > .btn-html5.btn::before,
    .fc .btn-group-sm > button.btn-html5::before,
    .btn-openid.btn-sm::before,
    .btn-group-sm > .btn-openid.btn::before,
    .fc .btn-group-sm > button.btn-openid::before,
    .btn-stack-overflow.btn-sm::before,
    .btn-group-sm > .btn-stack-overflow.btn::before,
    .fc .btn-group-sm > button.btn-stack-overflow::before,
    .btn-youtube.btn-sm::before,
    .btn-group-sm > .btn-youtube.btn::before,
    .fc .btn-group-sm > button.btn-youtube::before,
    .btn-css3.btn-sm::before,
    .btn-group-sm > .btn-css3.btn::before,
    .fc .btn-group-sm > button.btn-css3::before,
    .btn-dribbble.btn-sm::before,
    .btn-group-sm > .btn-dribbble.btn::before,
    .fc .btn-group-sm > button.btn-dribbble::before,
    .btn-google-plus.btn-sm::before,
    .btn-group-sm > .btn-google-plus.btn::before,
    .fc .btn-group-sm > button.btn-google-plus::before,
    .btn-instagram.btn-sm::before,
    .btn-group-sm > .btn-instagram.btn::before,
    .fc .btn-group-sm > button.btn-instagram::before,
    .btn-pinterest.btn-sm::before,
    .btn-group-sm > .btn-pinterest.btn::before,
    .fc .btn-group-sm > button.btn-pinterest::before,
    .btn-vk.btn-sm::before,
    .btn-group-sm > .btn-vk.btn::before,
    .fc .btn-group-sm > button.btn-vk::before,
    .btn-yahoo.btn-sm::before,
    .btn-group-sm > .btn-yahoo.btn::before,
    .fc .btn-group-sm > button.btn-yahoo::before,
    .btn-behance.btn-sm::before,
    .btn-group-sm > .btn-behance.btn::before,
    .fc .btn-group-sm > button.btn-behance::before,
    .btn-dropbox.btn-sm::before,
    .btn-group-sm > .btn-dropbox.btn::before,
    .fc .btn-group-sm > button.btn-dropbox::before,
    .btn-reddit.btn-sm::before,
    .btn-group-sm > .btn-reddit.btn::before,
    .fc .btn-group-sm > button.btn-reddit::before,
    .btn-spotify.btn-sm::before,
    .btn-group-sm > .btn-spotify.btn::before,
    .fc .btn-group-sm > button.btn-spotify::before,
    .btn-vine.btn-sm::before,
    .btn-group-sm > .btn-vine.btn::before,
    .fc .btn-group-sm > button.btn-vine::before,
    .btn-foursquare.btn-sm::before,
    .btn-group-sm > .btn-foursquare.btn::before,
    .fc .btn-group-sm > button.btn-foursquare::before,
    .btn-vimeo.btn-sm::before,
    .btn-group-sm > .btn-vimeo.btn::before,
    .fc .btn-group-sm > button.btn-vimeo::before {
      width: 2.3rem;
      height: 2.3rem;
      padding: 0.25rem 0;
      font-size: 1.2rem;
      line-height: 1.5;
      border-radius: 0.2rem; }
    .btn-facebook.btn-sm span, .btn-group-sm > .btn-facebook.btn span, .fc .btn-group-sm > button.btn-facebook span,
    .btn-twitter.btn-sm span,
    .btn-group-sm > .btn-twitter.btn span,
    .fc .btn-group-sm > button.btn-twitter span,
    .btn-linkedin.btn-sm span,
    .btn-group-sm > .btn-linkedin.btn span,
    .fc .btn-group-sm > button.btn-linkedin span,
    .btn-flickr.btn-sm span,
    .btn-group-sm > .btn-flickr.btn span,
    .fc .btn-group-sm > button.btn-flickr span,
    .btn-tumblr.btn-sm span,
    .btn-group-sm > .btn-tumblr.btn span,
    .fc .btn-group-sm > button.btn-tumblr span,
    .btn-xing.btn-sm span,
    .btn-group-sm > .btn-xing.btn span,
    .fc .btn-group-sm > button.btn-xing span,
    .btn-github.btn-sm span,
    .btn-group-sm > .btn-github.btn span,
    .fc .btn-group-sm > button.btn-github span,
    .btn-html5.btn-sm span,
    .btn-group-sm > .btn-html5.btn span,
    .fc .btn-group-sm > button.btn-html5 span,
    .btn-openid.btn-sm span,
    .btn-group-sm > .btn-openid.btn span,
    .fc .btn-group-sm > button.btn-openid span,
    .btn-stack-overflow.btn-sm span,
    .btn-group-sm > .btn-stack-overflow.btn span,
    .fc .btn-group-sm > button.btn-stack-overflow span,
    .btn-youtube.btn-sm span,
    .btn-group-sm > .btn-youtube.btn span,
    .fc .btn-group-sm > button.btn-youtube span,
    .btn-css3.btn-sm span,
    .btn-group-sm > .btn-css3.btn span,
    .fc .btn-group-sm > button.btn-css3 span,
    .btn-dribbble.btn-sm span,
    .btn-group-sm > .btn-dribbble.btn span,
    .fc .btn-group-sm > button.btn-dribbble span,
    .btn-google-plus.btn-sm span,
    .btn-group-sm > .btn-google-plus.btn span,
    .fc .btn-group-sm > button.btn-google-plus span,
    .btn-instagram.btn-sm span,
    .btn-group-sm > .btn-instagram.btn span,
    .fc .btn-group-sm > button.btn-instagram span,
    .btn-pinterest.btn-sm span,
    .btn-group-sm > .btn-pinterest.btn span,
    .fc .btn-group-sm > button.btn-pinterest span,
    .btn-vk.btn-sm span,
    .btn-group-sm > .btn-vk.btn span,
    .fc .btn-group-sm > button.btn-vk span,
    .btn-yahoo.btn-sm span,
    .btn-group-sm > .btn-yahoo.btn span,
    .fc .btn-group-sm > button.btn-yahoo span,
    .btn-behance.btn-sm span,
    .btn-group-sm > .btn-behance.btn span,
    .fc .btn-group-sm > button.btn-behance span,
    .btn-dropbox.btn-sm span,
    .btn-group-sm > .btn-dropbox.btn span,
    .fc .btn-group-sm > button.btn-dropbox span,
    .btn-reddit.btn-sm span,
    .btn-group-sm > .btn-reddit.btn span,
    .fc .btn-group-sm > button.btn-reddit span,
    .btn-spotify.btn-sm span,
    .btn-group-sm > .btn-spotify.btn span,
    .fc .btn-group-sm > button.btn-spotify span,
    .btn-vine.btn-sm span,
    .btn-group-sm > .btn-vine.btn span,
    .fc .btn-group-sm > button.btn-vine span,
    .btn-foursquare.btn-sm span,
    .btn-group-sm > .btn-foursquare.btn span,
    .fc .btn-group-sm > button.btn-foursquare span,
    .btn-vimeo.btn-sm span,
    .btn-group-sm > .btn-vimeo.btn span,
    .fc .btn-group-sm > button.btn-vimeo span {
      margin-left: 2.3rem; }
    .btn-facebook.btn-sm.icon, .btn-group-sm > .btn-facebook.icon.btn, .fc .btn-group-sm > button.btn-facebook.icon,
    .btn-twitter.btn-sm.icon,
    .btn-group-sm > .btn-twitter.icon.btn,
    .fc .btn-group-sm > button.btn-twitter.icon,
    .btn-linkedin.btn-sm.icon,
    .btn-group-sm > .btn-linkedin.icon.btn,
    .fc .btn-group-sm > button.btn-linkedin.icon,
    .btn-flickr.btn-sm.icon,
    .btn-group-sm > .btn-flickr.icon.btn,
    .fc .btn-group-sm > button.btn-flickr.icon,
    .btn-tumblr.btn-sm.icon,
    .btn-group-sm > .btn-tumblr.icon.btn,
    .fc .btn-group-sm > button.btn-tumblr.icon,
    .btn-xing.btn-sm.icon,
    .btn-group-sm > .btn-xing.icon.btn,
    .fc .btn-group-sm > button.btn-xing.icon,
    .btn-github.btn-sm.icon,
    .btn-group-sm > .btn-github.icon.btn,
    .fc .btn-group-sm > button.btn-github.icon,
    .btn-html5.btn-sm.icon,
    .btn-group-sm > .btn-html5.icon.btn,
    .fc .btn-group-sm > button.btn-html5.icon,
    .btn-openid.btn-sm.icon,
    .btn-group-sm > .btn-openid.icon.btn,
    .fc .btn-group-sm > button.btn-openid.icon,
    .btn-stack-overflow.btn-sm.icon,
    .btn-group-sm > .btn-stack-overflow.icon.btn,
    .fc .btn-group-sm > button.btn-stack-overflow.icon,
    .btn-youtube.btn-sm.icon,
    .btn-group-sm > .btn-youtube.icon.btn,
    .fc .btn-group-sm > button.btn-youtube.icon,
    .btn-css3.btn-sm.icon,
    .btn-group-sm > .btn-css3.icon.btn,
    .fc .btn-group-sm > button.btn-css3.icon,
    .btn-dribbble.btn-sm.icon,
    .btn-group-sm > .btn-dribbble.icon.btn,
    .fc .btn-group-sm > button.btn-dribbble.icon,
    .btn-google-plus.btn-sm.icon,
    .btn-group-sm > .btn-google-plus.icon.btn,
    .fc .btn-group-sm > button.btn-google-plus.icon,
    .btn-instagram.btn-sm.icon,
    .btn-group-sm > .btn-instagram.icon.btn,
    .fc .btn-group-sm > button.btn-instagram.icon,
    .btn-pinterest.btn-sm.icon,
    .btn-group-sm > .btn-pinterest.icon.btn,
    .fc .btn-group-sm > button.btn-pinterest.icon,
    .btn-vk.btn-sm.icon,
    .btn-group-sm > .btn-vk.icon.btn,
    .fc .btn-group-sm > button.btn-vk.icon,
    .btn-yahoo.btn-sm.icon,
    .btn-group-sm > .btn-yahoo.icon.btn,
    .fc .btn-group-sm > button.btn-yahoo.icon,
    .btn-behance.btn-sm.icon,
    .btn-group-sm > .btn-behance.icon.btn,
    .fc .btn-group-sm > button.btn-behance.icon,
    .btn-dropbox.btn-sm.icon,
    .btn-group-sm > .btn-dropbox.icon.btn,
    .fc .btn-group-sm > button.btn-dropbox.icon,
    .btn-reddit.btn-sm.icon,
    .btn-group-sm > .btn-reddit.icon.btn,
    .fc .btn-group-sm > button.btn-reddit.icon,
    .btn-spotify.btn-sm.icon,
    .btn-group-sm > .btn-spotify.icon.btn,
    .fc .btn-group-sm > button.btn-spotify.icon,
    .btn-vine.btn-sm.icon,
    .btn-group-sm > .btn-vine.icon.btn,
    .fc .btn-group-sm > button.btn-vine.icon,
    .btn-foursquare.btn-sm.icon,
    .btn-group-sm > .btn-foursquare.icon.btn,
    .fc .btn-group-sm > button.btn-foursquare.icon,
    .btn-vimeo.btn-sm.icon,
    .btn-group-sm > .btn-vimeo.icon.btn,
    .fc .btn-group-sm > button.btn-vimeo.icon {
      width: 2.3rem;
      height: 2.3rem; }

.btn-facebook {
  background: #3b5998; }
  .btn-facebook::before {
    content: "\F09A";
    background: #344e86; }
  .btn-facebook:hover {
    background: #344e86; }
    .btn-facebook:hover::before {
      background: #2d4373; }

.btn-twitter {
  background: #00aced; }
  .btn-twitter::before {
    content: "\F099";
    background: #0099d4; }
  .btn-twitter:hover {
    background: #0099d4; }
    .btn-twitter:hover::before {
      background: #0087ba; }

.btn-linkedin {
  background: #4875b4; }
  .btn-linkedin::before {
    content: "\F0E1";
    background: #4169a2; }
  .btn-linkedin:hover {
    background: #4169a2; }
    .btn-linkedin:hover::before {
      background: #395d90; }

.btn-flickr {
  background: #ff0084; }
  .btn-flickr::before {
    content: "\F16E";
    background: #e60077; }
  .btn-flickr:hover {
    background: #e60077; }
    .btn-flickr:hover::before {
      background: #cc006a; }

.btn-tumblr {
  background: #32506d; }
  .btn-tumblr::before {
    content: "\F173";
    background: #2a435c; }
  .btn-tumblr:hover {
    background: #2a435c; }
    .btn-tumblr:hover::before {
      background: #22364a; }

.btn-xing {
  background: #026466; }
  .btn-xing::before {
    content: "\F168";
    background: #024b4d; }
  .btn-xing:hover {
    background: #024b4d; }
    .btn-xing:hover::before {
      background: #013334; }

.btn-github {
  background: #4183c4; }
  .btn-github::before {
    content: "\F09B";
    background: #3876b4; }
  .btn-github:hover {
    background: #3876b4; }
    .btn-github:hover::before {
      background: #3269a0; }

.btn-html5 {
  background: #e34f26; }
  .btn-html5::before {
    content: "\F13B";
    background: #d4431b; }
  .btn-html5:hover {
    background: #d4431b; }
    .btn-html5:hover::before {
      background: #be3c18; }

.btn-openid {
  background: #f78c40; }
  .btn-openid::before {
    content: "\F19B";
    background: #f67d28; }
  .btn-openid:hover {
    background: #f67d28; }
    .btn-openid:hover::before {
      background: #f56f0f; }

.btn-stack-overflow {
  background: #fe7a15; }
  .btn-stack-overflow::before {
    content: "\F16C";
    background: #f86c01; }
  .btn-stack-overflow:hover {
    background: #f86c01; }
    .btn-stack-overflow:hover::before {
      background: #df6101; }

.btn-css3 {
  background: #0170ba; }
  .btn-css3::before {
    content: "\F13C";
    background: #0161a1; }
  .btn-css3:hover {
    background: #0161a1; }
    .btn-css3:hover::before {
      background: #015187; }

.btn-youtube {
  background: #b00; }
  .btn-youtube::before {
    content: "\F167";
    background: #a20000; }
  .btn-youtube:hover {
    background: #a20000; }
    .btn-youtube:hover::before {
      background: #880000; }

.btn-dribbble {
  background: #ea4c89; }
  .btn-dribbble::before {
    content: "\F17D";
    background: #e7357a; }
  .btn-dribbble:hover {
    background: #e7357a; }
    .btn-dribbble:hover::before {
      background: #e51e6b; }

.btn-google-plus {
  background: #d34836; }
  .btn-google-plus::before {
    content: "\F0D5";
    background: #c43d2b; }
  .btn-google-plus:hover {
    background: #c43d2b; }
    .btn-google-plus:hover::before {
      background: #b03626; }

.btn-instagram {
  background: #517fa4; }
  .btn-instagram::before {
    content: "\F16D";
    background: #497293; }
  .btn-instagram:hover {
    background: #497293; }
    .btn-instagram:hover::before {
      background: #406582; }

.btn-pinterest {
  background: #cb2027; }
  .btn-pinterest::before {
    content: "\F0D2";
    background: #b51d23; }
  .btn-pinterest:hover {
    background: #b51d23; }
    .btn-pinterest:hover::before {
      background: #9f191f; }

.btn-vk {
  background: #45668e; }
  .btn-vk::before {
    content: "\F189";
    background: #3d5a7d; }
  .btn-vk:hover {
    background: #3d5a7d; }
    .btn-vk:hover::before {
      background: #344d6c; }

.btn-yahoo {
  background: #400191; }
  .btn-yahoo::before {
    content: "\F19E";
    background: #350178; }
  .btn-yahoo:hover {
    background: #350178; }
    .btn-yahoo:hover::before {
      background: #2a015e; }

.btn-behance {
  background: #1769ff; }
  .btn-behance::before {
    content: "\F1B4";
    background: #0059fd; }
  .btn-behance:hover {
    background: #0059fd; }
    .btn-behance:hover::before {
      background: #0050e3; }

.btn-dropbox {
  background: #007ee5; }
  .btn-dropbox::before {
    content: "\F16B";
    background: #0070cc; }
  .btn-dropbox:hover {
    background: #0070cc; }
    .btn-dropbox:hover::before {
      background: #0062b2; }

.btn-reddit {
  background: #ff4500; }
  .btn-reddit::before {
    content: "\F1A1";
    background: #e63e00; }
  .btn-reddit:hover {
    background: #e63e00; }
    .btn-reddit:hover::before {
      background: #cc3700; }

.btn-spotify {
  background: #7ab800; }
  .btn-spotify::before {
    content: "\F1BC";
    background: #699f00; }
  .btn-spotify:hover {
    background: #699f00; }
    .btn-spotify:hover::before {
      background: #588500; }

.btn-vine {
  background: #00bf8f; }
  .btn-vine::before {
    content: "\F1CA";
    background: #00a67c; }
  .btn-vine:hover {
    background: #00a67c; }
    .btn-vine:hover::before {
      background: #008c69; }

.btn-foursquare {
  background: #1073af; }
  .btn-foursquare::before {
    content: "\F180";
    background: #0e6498; }
  .btn-foursquare:hover {
    background: #0e6498; }
    .btn-foursquare:hover::before {
      background: #0c5480; }

.btn-vimeo {
  background: #aad450; }
  .btn-vimeo::before {
    content: "\F194";
    background: #a0cf3c; }
  .btn-vimeo:hover {
    background: #a0cf3c; }
    .btn-vimeo:hover::before {
      background: #93c130; }

.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border: 0 solid #d1d4d7;
  border-left-width: .25rem;
  border-radius: .25rem; }
  .callout .chart-wrapper {
    position: absolute;
    top: 10px;
    left: 50%;
    float: right;
    width: 50%; }

.callout-bordered {
  border: 1px solid #d1d4d7;
  border-left-width: .25rem; }

.callout code {
  border-radius: .25rem; }

.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem; }

.callout p:last-child {
  margin-bottom: 0; }

.callout + .callout {
  margin-top: -0.25rem; }

.callout-default {
  border-left-color: #55595c; }
  .callout-default h4 {
    color: #55595c; }

.callout-primary {
  border-left-color: #FF791A; }
  .callout-primary h4 {
    color: #FF791A; }

.callout-secondary {
  border-left-color: #818a91; }
  .callout-secondary h4 {
    color: #818a91; }

.callout-success {
  border-left-color: #99CC00; }
  .callout-success h4 {
    color: #99CC00; }

.callout-info {
  border-left-color: #0DB6A3; }
  .callout-info h4 {
    color: #0DB6A3; }

.callout-warning {
  border-left-color: #FF791A; }
  .callout-warning h4 {
    color: #FF791A; }

.callout-danger {
  border-left-color: #FF0000; }
  .callout-danger h4 {
    color: #FF0000; }

.callout-light {
  border-left-color: #FAFAFA; }
  .callout-light h4 {
    color: #FAFAFA; }

.callout-dark {
  border-left-color: #68696B; }
  .callout-dark h4 {
    color: #68696B; }

.card {
  margin-bottom: 1.5rem; }
  .card.bg-primary {
    border-color: #d95a00; }
    .card.bg-primary .card-header {
      background-color: #ff700b;
      border-color: #d95a00; }
  .card.bg-secondary {
    border-color: #626a70; }
    .card.bg-secondary .card-header {
      background-color: #79828a;
      border-color: #626a70; }
  .card.bg-success {
    border-color: #698c00; }
    .card.bg-success .card-header {
      background-color: #8ebd00;
      border-color: #698c00; }
  .card.bg-info {
    border-color: #097b6e; }
    .card.bg-info .card-header {
      background-color: #0ca896;
      border-color: #097b6e; }
  .card.bg-warning {
    border-color: #d95a00; }
    .card.bg-warning .card-header {
      background-color: #ff700b;
      border-color: #d95a00; }
  .card.bg-danger {
    border-color: #bf0000; }
    .card.bg-danger .card-header {
      background-color: #f00000;
      border-color: #bf0000; }
  .card.bg-light {
    border-color: #dadada; }
    .card.bg-light .card-header {
      background-color: #f2f2f2;
      border-color: #dadada; }
  .card.bg-dark {
    border-color: #49494b; }
    .card.bg-dark .card-header {
      background-color: #606163;
      border-color: #49494b; }

.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important; }

.card-header .icon-bg {
  display: inline-body;
  padding: 0.75rem 1.25rem !important;
  margin-top: -0.75rem;
  margin-right: 1.25rem;
  margin-bottom: -0.75rem;
  margin-left: -1.25rem;
  line-height: inherit;
  color: #333333;
  vertical-align: bottom;
  background: transparent;
  border-right: 1px solid #d1d4d7; }

.card-header .nav.nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0; }
  .card-header .nav.nav-tabs .nav-item {
    border-top: 0; }
  .card-header .nav.nav-tabs .nav-link, .card-header .nav.nav-tabs .navbar .dropdown-toggle, .navbar .card-header .nav.nav-tabs .dropdown-toggle {
    padding: 0.75rem 0.625rem;
    color: #55595c;
    border-top: 0; }
    .card-header .nav.nav-tabs .nav-link.active, .card-header .nav.nav-tabs .navbar .active.dropdown-toggle, .navbar .card-header .nav.nav-tabs .active.dropdown-toggle {
      color: #333333;
      background: #fff; }

.card-header.card-header-inverse {
  color: #fff; }

.card-header .btn, .card-header .fc button, .fc .card-header button {
  margin-top: -0.375rem; }

.card-header .btn-sm, .card-header .btn-group-sm > .btn, .card-header .fc .btn-group-sm > button, .fc .card-header .btn-group-sm > button {
  margin-top: -0.25rem; }

.card-header .btn-lg, .card-header .btn-group-lg > .btn, .card-header .fc .btn-group-lg > button, .fc .card-header .btn-group-lg > button {
  margin-top: -0.5rem; }

.card-footer ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  table-layout: fixed; }
  .card-footer ul li {
    display: table-cell;
    padding: 0 1.25rem;
    text-align: center; }

[class*="card-outline-"] .card-body, [class*="card-outline-"] .card-block {
  background: #fff !important; }

[class*="card-outline-"].card-outline-top {
  border-top-width: 2px;
  border-right-color: #d1d4d7;
  border-bottom-color: #d1d4d7;
  border-left-color: #d1d4d7; }

.card-accent-primary {
  border-top-width: 2px;
  border-top-color: #FF791A; }

.card-accent-secondary {
  border-top-width: 2px;
  border-top-color: #818a91; }

.card-accent-success {
  border-top-width: 2px;
  border-top-color: #99CC00; }

.card-accent-info {
  border-top-width: 2px;
  border-top-color: #0DB6A3; }

.card-accent-warning {
  border-top-width: 2px;
  border-top-color: #FF791A; }

.card-accent-danger {
  border-top-width: 2px;
  border-top-color: #FF0000; }

.card-accent-light {
  border-top-width: 2px;
  border-top-color: #FAFAFA; }

.card-accent-dark {
  border-top-width: 2px;
  border-top-color: #68696B; }

.card-header > i {
  margin-right: 0.5rem; }

.card-header .card-actions {
  position: absolute;
  top: 0;
  right: 0; }
  .card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: 0.75rem 0;
    margin: 0 !important;
    color: #333333;
    text-align: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #d1d4d7;
    box-shadow: 0; }
    .card-header .card-actions a:hover, .card-header .card-actions button:hover {
      text-decoration: none; }
    .card-header .card-actions a [class^="icon-"], .card-header .card-actions a [class*=" icon-"], .card-header .card-actions button [class^="icon-"], .card-header .card-actions button [class*=" icon-"] {
      display: inline-body;
      vertical-align: middle; }
    .card-header .card-actions a i, .card-header .card-actions button i {
      display: inline-body;
      transition: .4s; }
    .card-header .card-actions a .r180, .card-header .card-actions button .r180 {
      transform: rotate(180deg); }
  .card-header .card-actions .input-group {
    width: 230px;
    margin: 6px; }
    .card-header .card-actions .input-group .input-group-prepend,
    .card-header .card-actions .input-group .input-group-append,
    .card-header .card-actions .input-group .input-group-addon {
      background: #fff; }
    .card-header .card-actions .input-group input {
      border-left: 0; }

.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #d1d4d7; }

@media (min-width: 576px) {
  .card-columns.cols-2 {
    column-count: 2; } }

.card.drag, .card .drag {
  cursor: move; }

.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #818a91; }

.chart-wrapper canvas {
  width: 100% !important; }

base-chart.chart {
  display: block !important; }

.dropdown-item {
  position: relative;
  padding: 9px 20px;
  border-bottom: 1px solid #C9C9C9; }
  .dropdown-item:last-child {
    border-bottom: 0; }
  .dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #C9C9C9;
    text-align: center; }
  .dropdown-item .badge {
    position: absolute;
    right: 10px;
    margin-top: 2px; }

.dropdown-header {
  padding: 8px 20px;
  background: #666666;
  border-bottom: 1px solid #C9C9C9; }
  .dropdown-header .btn, .dropdown-header .fc button, .fc .dropdown-header button {
    margin-top: -7px;
    color: #55595c; }
    .dropdown-header .btn:hover, .dropdown-header .fc button:hover, .fc .dropdown-header button:hover {
      color: #333333; }
    .dropdown-header .btn.pull-right, .dropdown-header .fc button.pull-right, .fc .dropdown-header button.pull-right {
      margin-right: -20px; }

.dropdown-menu-lg {
  width: 250px; }

.app-header .navbar-nav .dropdown-menu {
  position: absolute; }

.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto; }

.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0; }

.app-footer {
  min-height: 50px;
  padding: 0 1rem;
  line-height: 50px;
  color: #333333;
  background: transparent; }

.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px; }
  .row.row-equal [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.main .container-fluid, .main .container-sm, .main .container-md, .main .container-lg, .main .container-xl {
  padding: 0 30px; }

.input-group-addon,
.input-group-btn {
  min-width: 40px;
  white-space: nowrap;
  vertical-align: middle; }

#loading-bar,
#loading-bar-spinner {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  -webkit-transition: 350ms linear all;
  transition: 350ms linear all; }

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0; }

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1; }

#loading-bar .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20002;
  width: 100%;
  height: 2px;
  background: #FF791A;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  -webkit-transition: width 350ms;
  transition: width 350ms; }

#loading-bar .peg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 2px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: #FF791A 1px 0 6px 1px;
  -ms-box-shadow: #FF791A 1px 0 6px 1px;
  -webkit-box-shadow: #FF791A 1px 0 6px 1px;
  box-shadow: #FF791A 1px 0 6px 1px;
  opacity: .45; }

#loading-bar-spinner {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10002;
  display: block; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FF791A;
  border-left-color: #FF791A;
  border-radius: 50%;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #FF791A; }

.modal-primary .modal-content {
  border-color: #FF791A; }

.modal-primary .modal-header {
  color: #fff;
  background-color: #FF791A; }

.modal-secondary .modal-content {
  border-color: #818a91; }

.modal-secondary .modal-header {
  color: #fff;
  background-color: #818a91; }

.modal-success .modal-content {
  border-color: #99CC00; }

.modal-success .modal-header {
  color: #fff;
  background-color: #99CC00; }

.modal-info .modal-content {
  border-color: #0DB6A3; }

.modal-info .modal-header {
  color: #fff;
  background-color: #0DB6A3; }

.modal-warning .modal-content {
  border-color: #FF791A; }

.modal-warning .modal-header {
  color: #fff;
  background-color: #FF791A; }

.modal-danger .modal-content {
  border-color: #FF0000; }

.modal-danger .modal-header {
  color: #fff;
  background-color: #FF0000; }

.modal-light .modal-content {
  border-color: #FAFAFA; }

.modal-light .modal-header {
  color: #fff;
  background-color: #FAFAFA; }

.modal-dark .modal-content {
  border-color: #68696B; }

.modal-dark .modal-header {
  color: #fff;
  background-color: #68696B; }

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
  color: #55595c; }
  .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
    color: #2a2c36;
    background: #fff;
    border-color: #d1d4d7;
    border-bottom-color: #fff; }
    .nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus {
      background: #fff;
      border-color: #d1d4d7;
      border-bottom-color: #fff; }

.tab-content {
  margin-top: -1px;
  background: #fff;
  border: 1px solid #d1d4d7; }
  .tab-content .tab-pane {
    padding: 1rem; }

.card-block .tab-content {
  margin-top: 0;
  border: 0; }

.app-header.navbar {
  position: relative;
  height: 70px;
  flex-direction: row;
  padding: 0;
  margin: 0;
  background-color: #fff; }
  .app-header.navbar .navbar-brand {
    display: inline-block;
    width: 235px;
    height: 70px;
    padding: 0.5rem 1rem;
    margin-right: 0;
    background-color: #65656A;
    background-image: url(/./fonts/sonicwall-white.a43e4b64b7243c7658f80d46cef421fe.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px auto;
    border-left: 5px solid #333333; }
  .app-header.navbar .navbar-toggler {
    color: #55595c; }
  .app-header.navbar .navbar-nav {
    flex-direction: row;
    align-items: center; }
  .app-header.navbar .nav-item {
    position: relative;
    min-width: 50px;
    margin: 0 !important;
    text-align: center; }
    .app-header.navbar .nav-item button {
      margin: 0 auto; }
    .app-header.navbar .nav-item .nav-link, .app-header.navbar .nav-item .dropdown-toggle {
      padding-top: 0;
      padding-bottom: 0;
      background: 0;
      border: 0; }
      .app-header.navbar .nav-item .nav-link .badge, .app-header.navbar .nav-item .dropdown-toggle .badge {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16px;
        margin-left: 0; }
      .app-header.navbar .nav-item .nav-link > .img-avatar, .app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
        height: 50px;
        margin: 0 10px; }
  .app-header.navbar .dropdown-menu {
    padding-bottom: 0;
    line-height: 1.5; }
  .app-header.navbar .dropdown-item {
    min-width: 180px; }

.navbar-brand {
  color: #2a2c36; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #2a2c36; }

.navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
  color: #55595c; }
  .navbar-nav .nav-link:hover, .navbar-nav .navbar .dropdown-toggle:hover, .navbar .navbar-nav .dropdown-toggle:hover, .navbar-nav .nav-link:focus, .navbar-nav .navbar .dropdown-toggle:focus, .navbar .navbar-nav .dropdown-toggle:focus {
    color: #2a2c36; }

.navbar-nav .open > .nav-link, .navbar-nav .navbar .open > .dropdown-toggle, .navbar .navbar-nav .open > .dropdown-toggle, .navbar-nav .open > .nav-link:hover, .navbar-nav .navbar .open > .dropdown-toggle:hover, .navbar .navbar-nav .open > .dropdown-toggle:hover, .navbar-nav .open > .nav-link:focus, .navbar-nav .navbar .open > .dropdown-toggle:focus, .navbar .navbar-nav .open > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus {
  color: #2a2c36; }

.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.progress-xs {
  height: 4px; }

.progress-sm {
  height: 8px; }

.progress-white {
  background-color: rgba(255, 255, 255, 0.2) !important; }
  .progress-white .progress-bar {
    background-color: #fff; }

.sidebar {
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #C9C9C9;
  background: #65656A;
  border-left: 5px solid #333333; }
  .sidebar .sidebar-close {
    position: absolute;
    right: 0;
    display: none;
    padding: 0 1rem;
    font-size: 24px;
    font-weight: 800;
    line-height: 70px;
    color: #C9C9C9;
    background: 0;
    border: 0;
    opacity: .8; }
    .sidebar .sidebar-close:hover {
      opacity: 1; }
  .sidebar .sidebar-header {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.2); }
  .sidebar .sidebar-form .form-control, .sidebar .sidebar-form .daterangepicker .input-mini, .daterangepicker .sidebar .sidebar-form .input-mini {
    color: #fff;
    background: #4c4c50;
    border: 0; }
    .sidebar .sidebar-form .form-control::placeholder, .sidebar .sidebar-form .daterangepicker .input-mini::placeholder, .daterangepicker .sidebar .sidebar-form .input-mini::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .sidebar .sidebar-nav {
    position: relative;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 230px; }
    .sidebar .sidebar-nav::-webkit-scrollbar {
      position: absolute;
      width: 10px;
      margin-left: -10px;
      -webkit-appearance: none; }
    .sidebar .sidebar-nav::-webkit-scrollbar-track {
      background-color: #717177;
      border-right: 1px solid #59595d;
      border-left: 1px solid #59595d; }
    .sidebar .sidebar-nav::-webkit-scrollbar-thumb {
      height: 50px;
      background-color: #4c4c50;
      background-clip: content-box;
      border-color: transparent;
      border-style: solid;
      border-width: 1px 2px; }
  .sidebar .nav {
    width: 230px;
    flex-direction: column !important; }
  .sidebar .nav-title {
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #C9C9C9;
    text-transform: uppercase; }
  .sidebar .nav-divider, .sidebar .divider {
    height: 10px; }
  .sidebar .nav-item {
    position: relative;
    margin: 0;
    transition: background .3s ease-in-out; }
  .sidebar .nav-dropdown-items {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow-y: hidden;
    transition: max-height .3s ease-in-out; }
    .sidebar .nav-dropdown-items .nav-item {
      padding: 0;
      list-style: none; }
      .sidebar .nav-dropdown-items .nav-item i {
        color: #FDA348 !important; }
  .sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
    display: block;
    padding: 0 0;
    color: #C9C9C9;
    text-decoration: none;
    background: transparent; }
    .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
      display: inline-block;
      width: 20px;
      margin: 0 0 0 0;
      font-size: 14px;
      color: #FDA348;
      text-align: center; }
    .sidebar .nav-link .badge, .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar .dropdown-toggle .badge {
      float: right;
      margin-top: 2px; }
    .sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle, .navbar .sidebar .active.dropdown-toggle {
      color: #C9C9C9;
      background: #434343; }
      .sidebar .nav-link.active i, .sidebar .navbar .active.dropdown-toggle i, .navbar .sidebar .active.dropdown-toggle i {
        color: #FDA348 !important; }
    .sidebar .nav-link:hover, .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar .dropdown-toggle:hover {
      color: #C9C9C9 !important;
      background: #515151 !important; }
      .sidebar .nav-link:hover i, .sidebar .navbar .dropdown-toggle:hover i, .navbar .sidebar .dropdown-toggle:hover i {
        color: #FDA348 !important; }
      .sidebar .nav-link:hover.nav-dropdown-toggle::before, .sidebar .navbar .dropdown-toggle:hover.nav-dropdown-toggle::before, .navbar .sidebar .dropdown-toggle:hover.nav-dropdown-toggle::before {
        background-image: 0; }
  .sidebar .nav-dropdown-toggle {
    position: relative; }
    .sidebar .nav-dropdown-toggle::before {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 8px;
      height: 8px;
      padding: 0;
      margin-top: -4px;
      content: "";
      background-image: 0;
      background-repeat: no-repeat;
      background-position: center;
      transition: transform .3s; }
  .sidebar .nav-dropdown.open {
    background: #333333;
    border-top: 1px solid #515151; }
    .sidebar .nav-dropdown.open > .nav-dropdown-items {
      max-height: 1000px; }
    .sidebar .nav-dropdown.open .nav-link, .sidebar .nav-dropdown.open .navbar .dropdown-toggle, .navbar .sidebar .nav-dropdown.open .dropdown-toggle {
      color: #C9C9C9;
      border-left: 0 !important; }
    .sidebar .nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, .sidebar .navbar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
      transform: rotate(-90deg); }
    .sidebar .nav-dropdown.open > .nav-link.nav-dropdown-toggle i, .sidebar .navbar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle i, .navbar .sidebar .nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle i {
      color: #FDA348 !important; }
    .sidebar .nav-dropdown.open .nav-dropdown.open {
      border-left: 0; }
  .sidebar .nav-label {
    display: block;
    padding: 0 0;
    color: #C9C9C9; }
    .sidebar .nav-label:hover {
      color: #C9C9C9;
      text-decoration: none; }
    .sidebar .nav-label i {
      width: 20px;
      margin: -3px 0 0 0;
      font-size: 10px;
      color: #FDA348;
      text-align: center;
      vertical-align: middle; }
  .sidebar .sidebar-footer {
    flex: 0 0 auto;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.2); }

@media (min-width: 992px) {
  .sidebar-compact .sidebar .sidebar-nav {
    width: 145px; }
  .sidebar-compact .sidebar .nav {
    width: 145px; }
    .sidebar-compact .sidebar .nav .nav-title {
      text-align: center; }
    .sidebar-compact .sidebar .nav .nav-item {
      width: 150px;
      border-left: 0 !important; }
      .sidebar-compact .sidebar .nav .nav-item .nav-link, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle {
        text-align: center; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link i, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle i, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle i {
          display: block;
          width: 100%;
          margin: 0.25rem 0;
          font-size: 24px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link .badge, .sidebar-compact .sidebar .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .sidebar-compact .sidebar .nav .nav-item .dropdown-toggle .badge {
          position: absolute;
          top: 18px;
          right: 10px; }
        .sidebar-compact .sidebar .nav .nav-item .nav-link.nav-dropdown-toggle::before, .sidebar-compact .sidebar .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-compact .sidebar .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
          top: 30px; }
  .sidebar-minimized .hidden-cn {
    display: none; }
  .sidebar-minimized .sidebar {
    z-index: 1019; }
    .sidebar-minimized .sidebar .sidebar-nav {
      overflow: visible;
      width: 45px; }
    .sidebar-minimized .sidebar .nav {
      width: 45px; }
    .sidebar-minimized .sidebar .nav-divider, .sidebar-minimized .sidebar .divider,
    .sidebar-minimized .sidebar .nav-title,
    .sidebar-minimized .sidebar .sidebar-footer,
    .sidebar-minimized .sidebar .sidebar-form,
    .sidebar-minimized .sidebar .sidebar-header {
      display: none; }
    .sidebar-minimized .sidebar .nav-item {
      width: 50px;
      overflow: hidden;
      border-left: 0 !important; }
      .sidebar-minimized .sidebar .nav-item:hover {
        width: 285px;
        overflow: visible; }
        .sidebar-minimized .sidebar .nav-item:hover > .nav-link, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle {
          background: #515151; }
          .sidebar-minimized .sidebar .nav-item:hover > .nav-link i, .sidebar-minimized .sidebar .navbar .nav-item:hover > .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .nav-item:hover > .dropdown-toggle i {
            color: #C9C9C9; }
    .sidebar-minimized .sidebar .nav-link, .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .dropdown-toggle {
      position: relative;
      padding-left: 0;
      margin: 0;
      white-space: nowrap;
      border-left: 0 !important; }
      .sidebar-minimized .sidebar .nav-link i, .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar .sidebar-minimized .sidebar .dropdown-toggle i {
        display: block;
        float: left;
        width: 50px;
        font-size: 18px; }
      .sidebar-minimized .sidebar .nav-link .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle .badge {
        position: absolute;
        right: 15px;
        display: none; }
      .sidebar-minimized .sidebar .nav-link:hover, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover {
        width: 285px;
        background: #515151; }
        .sidebar-minimized .sidebar .nav-link:hover .badge, .sidebar-minimized .sidebar .navbar .dropdown-toggle:hover .badge, .navbar .sidebar-minimized .sidebar .dropdown-toggle:hover .badge {
          display: inline; }
      .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before, .sidebar-minimized .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar .sidebar-minimized .sidebar .nav-dropdown-toggle.dropdown-toggle::before {
        display: none; }
    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
      width: 235px; }
      .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link, .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .navbar .dropdown-toggle, .navbar .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .dropdown-toggle {
        width: 235px; }
    .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
      display: none;
      max-height: 1000px;
      background: #65656A; }
    .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
      background: #515151; }
      .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
        position: absolute;
        left: 50px;
        display: inline; } }

.switch.switch-default, .switch.switch-sonicwall {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 23px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-default .switch-input, .switch.switch-sonicwall .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-default .switch-label, .switch.switch-sonicwall .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-label::before, .switch.switch-sonicwall .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-default .switch-input:checked ~ .switch-label::after, .switch.switch-sonicwall .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-default .switch-handle, .switch.switch-sonicwall .switch-handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-default .switch-input:checked ~ .switch-handle, .switch.switch-sonicwall .switch-input:checked ~ .switch-handle {
    left: 20px; }
  .switch.switch-default.switch-lg, .switch.switch-lg.switch-sonicwall {
    width: 48px;
    height: 28px; }
    .switch.switch-default.switch-lg .switch-label, .switch.switch-lg.switch-sonicwall .switch-label {
      font-size: 12px; }
    .switch.switch-default.switch-lg .switch-handle, .switch.switch-lg.switch-sonicwall .switch-handle {
      width: 22px;
      height: 22px; }
    .switch.switch-default.switch-lg .switch-input:checked ~ .switch-handle, .switch.switch-lg.switch-sonicwall .switch-input:checked ~ .switch-handle {
      left: 23px; }
  .switch.switch-default.switch-sm, .switch.switch-sm.switch-sonicwall {
    width: 32px;
    height: 20px; }
    .switch.switch-default.switch-sm .switch-label, .switch.switch-sm.switch-sonicwall .switch-label {
      font-size: 8px; }
    .switch.switch-default.switch-sm .switch-handle, .switch.switch-sm.switch-sonicwall .switch-handle {
      width: 14px;
      height: 14px; }
    .switch.switch-default.switch-sm .switch-input:checked ~ .switch-handle, .switch.switch-sm.switch-sonicwall .switch-input:checked ~ .switch-handle {
      left: 15px; }
  .switch.switch-default.switch-xs, .switch.switch-xs.switch-sonicwall {
    width: 24px;
    height: 16px; }
    .switch.switch-default.switch-xs .switch-label, .switch.switch-xs.switch-sonicwall .switch-label {
      font-size: 7px; }
    .switch.switch-default.switch-xs .switch-handle, .switch.switch-xs.switch-sonicwall .switch-handle {
      width: 10px;
      height: 10px; }
    .switch.switch-default.switch-xs .switch-input:checked ~ .switch-handle, .switch.switch-xs.switch-sonicwall .switch-input:checked ~ .switch-handle {
      left: 11px; }

.switch.switch-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-text .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-text .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-text .switch-label::before,
  .switch.switch-text .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-text .switch-label::before {
    right: 1px;
    color: #d1d4d7;
    content: attr(data-off); }
  .switch.switch-text .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-text .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-text .switch-handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 27px; }
  .switch.switch-text.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-text.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-text.switch-lg .switch-handle {
      width: 22px;
      height: 22px; }
    .switch.switch-text.switch-lg .switch-input:checked ~ .switch-handle {
      left: 31px; }
  .switch.switch-text.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-text.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-text.switch-sm .switch-handle {
      width: 14px;
      height: 14px; }
    .switch.switch-text.switch-sm .switch-input:checked ~ .switch-handle {
      left: 23px; }
  .switch.switch-text.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-text.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-text.switch-xs .switch-handle {
      width: 10px;
      height: 10px; }
    .switch.switch-text.switch-xs .switch-input:checked ~ .switch-handle {
      left: 19px; }

.switch.switch-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 24px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-icon .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-icon .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-icon .switch-label::before,
  .switch.switch-icon .switch-label::after {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -.5em;
    line-height: 1;
    text-align: center;
    transition: inherit; }
  .switch.switch-icon .switch-label::before {
    right: 1px;
    color: #d1d4d7;
    content: attr(data-off); }
  .switch.switch-icon .switch-label::after {
    left: 1px;
    color: #fff;
    content: attr(data-on);
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-icon .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-icon .switch-handle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 1px;
    transition: left .15s ease-out; }
  .switch.switch-icon .switch-input:checked ~ .switch-handle {
    left: 27px; }
  .switch.switch-icon.switch-lg {
    width: 56px;
    height: 28px; }
    .switch.switch-icon.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-icon.switch-lg .switch-handle {
      width: 22px;
      height: 22px; }
    .switch.switch-icon.switch-lg .switch-input:checked ~ .switch-handle {
      left: 31px; }
  .switch.switch-icon.switch-sm {
    width: 40px;
    height: 20px; }
    .switch.switch-icon.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-icon.switch-sm .switch-handle {
      width: 14px;
      height: 14px; }
    .switch.switch-icon.switch-sm .switch-input:checked ~ .switch-handle {
      left: 23px; }
  .switch.switch-icon.switch-xs {
    width: 32px;
    height: 16px; }
    .switch.switch-icon.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-icon.switch-xs .switch-handle {
      width: 10px;
      height: 10px; }
    .switch.switch-icon.switch-xs .switch-input:checked ~ .switch-handle {
      left: 19px; }

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 23px;
  background-color: transparent;
  cursor: pointer; }
  .switch.switch-3d .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch.switch-3d .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f8f9fa;
    border: 1px solid #d1d4d7;
    border-radius: 2px;
    transition: opacity background .15s ease-out; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::before {
    opacity: 0; }
  .switch.switch-3d .switch-input:checked ~ .switch-label::after {
    opacity: 1; }
  .switch.switch-3d .switch-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #d1d4d7;
    border-radius: 1px;
    transition: left .15s ease-out;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .switch.switch-3d .switch-input:checked ~ .switch-handle {
    left: 17px; }
  .switch.switch-3d.switch-lg {
    width: 48px;
    height: 28px; }
    .switch.switch-3d.switch-lg .switch-label {
      font-size: 12px; }
    .switch.switch-3d.switch-lg .switch-handle {
      width: 28px;
      height: 28px; }
    .switch.switch-3d.switch-lg .switch-input:checked ~ .switch-handle {
      left: 20px; }
  .switch.switch-3d.switch-sm {
    width: 32px;
    height: 20px; }
    .switch.switch-3d.switch-sm .switch-label {
      font-size: 8px; }
    .switch.switch-3d.switch-sm .switch-handle {
      width: 20px;
      height: 20px; }
    .switch.switch-3d.switch-sm .switch-input:checked ~ .switch-handle {
      left: 12px; }
  .switch.switch-3d.switch-xs {
    width: 24px;
    height: 16px; }
    .switch.switch-3d.switch-xs .switch-label {
      font-size: 7px; }
    .switch.switch-3d.switch-xs .switch-handle {
      width: 16px;
      height: 16px; }
    .switch.switch-3d.switch-xs .switch-input:checked ~ .switch-handle {
      left: 8px; }

.switch-pill .switch-label, .switch.switch-3d .switch-label, .switch.switch-sonicwall .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle,
.switch.switch-sonicwall .switch-handle {
  border-radius: 50em !important; }

.switch-pill .switch-label::before, .switch.switch-3d .switch-label::before, .switch.switch-sonicwall .switch-label::before {
  right: 2px !important; }

.switch-pill .switch-label::after, .switch.switch-3d .switch-label::after, .switch.switch-sonicwall .switch-label::after {
  left: 2px !important; }

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #FF791A !important;
  border-color: #e65f00; }

.switch-primary > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-primary > .switch-input:checked ~ .switch-handle {
  border-color: #e65f00; }

.switch-primary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF791A; }
  .switch-primary-outline > .switch-input:checked ~ .switch-label::after {
    color: #FF791A; }

.switch-primary-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-primary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #FF791A; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF791A; }
  .switch-primary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #FF791A; }

.switch-primary-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-primary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #FF791A !important;
  border-color: #FF791A; }

.switch-secondary > .switch-input:checked ~ .switch-label {
  background: #818a91 !important;
  border-color: #687077; }

.switch-secondary > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-secondary > .switch-input:checked ~ .switch-handle {
  border-color: #687077; }

.switch-secondary-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #818a91; }
  .switch-secondary-outline > .switch-input:checked ~ .switch-label::after {
    color: #818a91; }

.switch-secondary-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-secondary-outline > .switch-input:checked ~ .switch-handle {
  border-color: #818a91; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #818a91; }
  .switch-secondary-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #818a91; }

.switch-secondary-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-secondary-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #818a91 !important;
  border-color: #818a91; }

.switch-success > .switch-input:checked ~ .switch-label, .switch.switch-sonicwall > .switch-input:checked ~ .switch-label {
  background: #99CC00 !important;
  border-color: #739900; }

.switch-success > .switch-input:disabled ~ .switch-label, .switch.switch-sonicwall > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-success > .switch-input:checked ~ .switch-handle, .switch.switch-sonicwall > .switch-input:checked ~ .switch-handle {
  border-color: #739900; }

.switch-success-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #99CC00; }
  .switch-success-outline > .switch-input:checked ~ .switch-label::after {
    color: #99CC00; }

.switch-success-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-success-outline > .switch-input:checked ~ .switch-handle {
  border-color: #99CC00; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #99CC00; }
  .switch-success-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #99CC00; }

.switch-success-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-success-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #99CC00 !important;
  border-color: #99CC00; }

.switch-info > .switch-input:checked ~ .switch-label {
  background: #0DB6A3 !important;
  border-color: #0a8678; }

.switch-info > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-info > .switch-input:checked ~ .switch-handle {
  border-color: #0a8678; }

.switch-info-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #0DB6A3; }
  .switch-info-outline > .switch-input:checked ~ .switch-label::after {
    color: #0DB6A3; }

.switch-info-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-info-outline > .switch-input:checked ~ .switch-handle {
  border-color: #0DB6A3; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #0DB6A3; }
  .switch-info-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #0DB6A3; }

.switch-info-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-info-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #0DB6A3 !important;
  border-color: #0DB6A3; }

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #FF791A !important;
  border-color: #e65f00; }

.switch-warning > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-warning > .switch-input:checked ~ .switch-handle {
  border-color: #e65f00; }

.switch-warning-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF791A; }
  .switch-warning-outline > .switch-input:checked ~ .switch-label::after {
    color: #FF791A; }

.switch-warning-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-warning-outline > .switch-input:checked ~ .switch-handle {
  border-color: #FF791A; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF791A; }
  .switch-warning-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #FF791A; }

.switch-warning-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-warning-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #FF791A !important;
  border-color: #FF791A; }

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #FF0000 !important;
  border-color: #cc0000; }

.switch-danger > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-danger > .switch-input:checked ~ .switch-handle {
  border-color: #cc0000; }

.switch-danger-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF0000; }
  .switch-danger-outline > .switch-input:checked ~ .switch-label::after {
    color: #FF0000; }

.switch-danger-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-danger-outline > .switch-input:checked ~ .switch-handle {
  border-color: #FF0000; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FF0000; }
  .switch-danger-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #FF0000; }

.switch-danger-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-danger-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #FF0000 !important;
  border-color: #FF0000; }

.switch-light > .switch-input:checked ~ .switch-label {
  background: #FAFAFA !important;
  border-color: #e1e1e1; }

.switch-light > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-light > .switch-input:checked ~ .switch-handle {
  border-color: #e1e1e1; }

.switch-light-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FAFAFA; }
  .switch-light-outline > .switch-input:checked ~ .switch-label::after {
    color: #FAFAFA; }

.switch-light-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-light-outline > .switch-input:checked ~ .switch-handle {
  border-color: #FAFAFA; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #FAFAFA; }
  .switch-light-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #FAFAFA; }

.switch-light-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-light-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #FAFAFA !important;
  border-color: #FAFAFA; }

.switch-dark > .switch-input:checked ~ .switch-label {
  background: #68696B !important;
  border-color: #4f5051; }

.switch-dark > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-dark > .switch-input:checked ~ .switch-handle {
  border-color: #4f5051; }

.switch-dark-outline > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #68696B; }
  .switch-dark-outline > .switch-input:checked ~ .switch-label::after {
    color: #68696B; }

.switch-dark-outline > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-dark-outline > .switch-input:checked ~ .switch-handle {
  border-color: #68696B; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-label {
  background: #fff !important;
  border-color: #68696B; }
  .switch-dark-outline-alt > .switch-input:checked ~ .switch-label::after {
    color: #68696B; }

.switch-dark-outline-alt > .switch-input:disabled ~ .switch-label {
  opacity: .3; }

.switch-dark-outline-alt > .switch-input:checked ~ .switch-handle {
  background: #68696B !important;
  border-color: #68696B; }

.table-outline {
  border: 1px solid #818a91; }
  .table-outline td {
    vertical-align: middle; }

.table-align-middle td {
  vertical-align: middle; }

.table-clear td {
  border: 0; }

.table-responsive {
  overflow: visible; }

.social-box {
  min-height: 160px;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d4d7;
  border-radius: 0.25rem; }
  .social-box i {
    display: block;
    margin: -1px -1px 0;
    font-size: 40px;
    line-height: 90px;
    background: #d1d4d7;
    border-radius: 0.25rem 0.25rem 0 0; }
  .social-box .chart-wrapper {
    height: 90px;
    margin: -90px 0 0; }
    .social-box .chart-wrapper canvas {
      width: 100% !important;
      height: 90px !important; }
  .social-box ul {
    padding: 10px 0;
    list-style: none; }
    .social-box ul li {
      display: block;
      float: left;
      width: 50%; }
      .social-box ul li:first-child {
        border-right: 1px solid #d1d4d7; }
      .social-box ul li strong {
        display: block;
        font-size: 20px; }
      .social-box ul li span {
        font-size: 10px;
        font-weight: 500;
        color: #d1d4d7;
        text-transform: uppercase; }
  .social-box.facebook i {
    color: #fff;
    background: #3b5998; }
  .social-box.twitter i {
    color: #fff;
    background: #00aced; }
  .social-box.linkedin i {
    color: #fff;
    background: #4875b4; }
  .social-box.google-plus i {
    color: #fff;
    background: #d34836; }

.horizontal-bars {
  padding: 0;
  margin: 0;
  list-style: none; }
  .horizontal-bars li {
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }
    .horizontal-bars li .title {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      color: #55595c;
      vertical-align: middle; }
    .horizontal-bars li .bars {
      position: absolute;
      top: 15px;
      width: 100%;
      padding-left: 100px; }
      .horizontal-bars li .bars .progress:first-child {
        margin-bottom: 2px; }
    .horizontal-bars li.legend {
      text-align: center; }
      .horizontal-bars li.legend .badge {
        display: inline-block;
        width: 8px;
        height: 8px;
        padding: 0; }
    .horizontal-bars li.divider {
      height: 40px; }
      .horizontal-bars li.divider i {
        margin: 0 !important; }
  .horizontal-bars.type-2 li {
    overflow: hidden; }
    .horizontal-bars.type-2 li i {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 5px;
      font-size: 18px;
      line-height: 40px; }
    .horizontal-bars.type-2 li .title {
      display: inline-block;
      width: auto;
      margin-top: -9px;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 40px;
      color: #333333; }
    .horizontal-bars.type-2 li .value {
      float: right;
      font-weight: 600; }
    .horizontal-bars.type-2 li .bars {
      position: absolute;
      top: auto;
      bottom: 0;
      padding: 0; }

.icons-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    .icons-list li i {
      display: block;
      float: left;
      width: 35px !important;
      height: 35px !important;
      margin: 2px;
      line-height: 35px !important;
      text-align: center; }
    .icons-list li .desc {
      height: 40px;
      margin-left: 50px;
      border-bottom: 1px solid #d1d4d7; }
      .icons-list li .desc .title {
        padding: 2px 0 0;
        margin: 0; }
      .icons-list li .desc small {
        display: block;
        margin-top: -4px;
        color: #55595c; }
    .icons-list li .value {
      position: absolute;
      top: 2px;
      right: 45px;
      text-align: right; }
      .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    .icons-list li .actions {
      position: absolute;
      top: -4px;
      right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .icons-list li .actions i {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        line-height: normal; }
    .icons-list li.divider {
      height: 40px; }
      .icons-list li.divider i {
        width: auto;
        height: auto;
        margin: 2px 0 0;
        font-size: 18px; }

.tree-menu {
  position: relative;
  max-height: calc(100vh - 80px);
  margin: 0;
  padding: 8px 0 6px 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-y: auto;
  color: #a8a8a8; }
  .tree-menu .hidden {
    display: none; }
  .tree-menu .expand {
    position: absolute;
    top: 7px;
    left: -6px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000; }
    .tree-menu .expand > i {
      font-size: 8px; }
    .tree-menu .expand > .icon-minus-ux {
      margin-top: 2px; }
    .tree-menu .expand > .icon-plus-ux {
      margin-top: 1px; }
  .tree-menu li {
    position: relative;
    padding: 6px 5px 4px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tree-menu li:hover {
      background-color: rgba(128, 128, 128, 0.2); }
    .tree-menu li.selected {
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff; }
    .tree-menu li > .tree-edge-h {
      position: absolute;
      top: 14px;
      width: 10px;
      height: 1px;
      margin: auto;
      border-top: 1px dashed #666; }
    .tree-menu li > .tree-edge-v {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 0;
      border-left: 1px dashed #666; }
  .tree-menu .label-container {
    font-size: 13px;
    letter-spacing: .4px;
    display: flex; }
    .tree-menu .label-container > .label {
      margin: 0 2px;
      display: inline-block;
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .tree-menu .label-container > .icon {
      margin: 2px 2px 0 2px;
      display: inline-block;
      font-size: 13px;
      color: #fff; }
    .tree-menu .label-container.clickable {
      cursor: pointer; }

@media all and (-ms-high-contrast: none) {
  html {
    display: flex;
    flex-direction: column; } }

.app,
app-dashboard,
app-root {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
  overflow-x: hidden; }

.app-header {
  flex: 0 0 70px; }

.app-footer {
  flex: 0 0 50px; }

.app-body {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  flex-grow: 1; }
  .app-body main,
  .app-body .main {
    min-width: 0;
    flex: 1; }
  .app-body .sidebar {
    flex: 0 0 235px;
    order: -1; }
  .app-body .aside-menu {
    flex: 0 0 250px; }

.header-fixed .app-header {
  position: fixed;
  z-index: 1020;
  left: 0;
  right: 0; }

.header-fixed .app-body {
  margin-top: 70px; }

.sidebar-hidden .sidebar {
  margin-left: -235px; }

.sidebar-fixed .sidebar {
  position: fixed;
  z-index: 1019;
  width: 235px;
  height: calc(100vh - 70px); }

.sidebar-fixed .main, .sidebar-fixed .app-footer {
  margin-left: 235px; }

.sidebar-fixed.sidebar-hidden .main, .sidebar-fixed.sidebar-hidden .app-footer {
  margin-left: 0; }

.sidebar-off-canvas .sidebar {
  position: fixed;
  z-index: 1019;
  height: calc(100vh - 70px); }

@media (min-width: 992px) {
  .sidebar-compact .sidebar {
    flex: 0 0 150px; }
  .sidebar-compact.sidebar-hidden .sidebar {
    margin-left: -150px; }
  .sidebar-compact.sidebar-fixed .main, .sidebar-compact.sidebar-fixed .app-footer {
    margin-left: 150px; }
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px; }
  .sidebar-compact.sidebar-fixed.sidebar-hidden .main, .sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
    .sidebar-minimized .sidebar .sidebar-header,
    .sidebar-minimized .sidebar .sidebar-form,
    .sidebar-minimized .sidebar .sidebar-footer {
      display: none; }
  .sidebar-minimized.sidebar-hidden .sidebar {
    margin-left: -50px; }
  .sidebar-minimized.sidebar-fixed .main, .sidebar-minimized.sidebar-fixed .app-footer {
    margin-left: 50px; }
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px; }
  .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; } }

.aside-menu-hidden .aside-menu {
  margin-right: -250px; }

.aside-menu-fixed .aside-menu {
  position: fixed;
  right: 0;
  height: 100%; }
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.8rem - 70px); }

.aside-menu-fixed .main, .aside-menu-fixed .app-footer {
  margin-right: 250px; }

.aside-menu-fixed.aside-menu-hidden .main, .aside-menu-fixed.aside-menu-hidden .app-footer {
  margin-right: 0; }

.aside-menu-off-canvas .aside-menu {
  position: fixed;
  right: 0;
  z-index: 1019;
  height: 100%; }
  .aside-menu-off-canvas .aside-menu .tab-content {
    height: calc(100vh - 2.8rem - 70px); }

.notification-center {
  position: absolute;
  top: 0; }

.notification-center-fixed .notification-center {
  right: 0; }

.notification-center-hidden .notification-center {
  display: none; }

.breadcrumb-fixed .main {
  padding-top: 8.8rem; }

.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 1018; }

.breadcrumb-fixed .main:nth-child(2) .breadcrumb {
  right: 250px;
  left: 235px; }

.breadcrumb-fixed .main:first-child .breadcrumb {
  right: 250px;
  left: 0; }

.breadcrumb-fixed .main:last-child .breadcrumb {
  right: 0; }

.breadcrumb-fixed.sidebar-minimized .main .breadcrumb {
  left: 50px; }

.breadcrumb-fixed.sidebar-hidden .main .breadcrumb, .breadcrumb-fixed.sidebar-off-canvas .main .breadcrumb {
  left: 0; }

.breadcrumb-fixed.aside-menu-hidden .main .breadcrumb, .breadcrumb-fixed.aside-menu-off-canvas .main .breadcrumb {
  right: 0; }

.footer-fixed .app-footer {
  position: fixed;
  bottom: 0;
  z-index: 1020;
  width: 100%; }

.footer-fixed .app-body {
  margin-bottom: 50px; }

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s; }

.sidebar-nav {
  transition: width 0.25s; }

.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s; }

@media (max-width: 991.98px) {
  .app-header.navbar {
    position: fixed !important;
    z-index: 1020;
    width: 100%;
    text-align: center; }
    .app-header.navbar .navbar-toggler {
      color: #55595c; }
    .app-header.navbar .navbar-brand {
      position: absolute;
      left: 50%;
      margin-left: -117.5px; }
  .app-body {
    margin-top: 70px; }
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 235px;
    height: 100%;
    margin-left: -235px; }
    .sidebar .sidebar-nav,
    .sidebar .nav {
      width: 235px !important; }
  .main, .app-footer {
    margin-left: 0 !important; }
  .sidebar-hidden .sidebar {
    margin-left: -235px; }
  .sidebar-mobile-show .sidebar {
    width: 235px;
    margin-left: 0; }
    .sidebar-mobile-show .sidebar .sidebar-nav {
      height: calc(100vh - 70px); }
  .sidebar-mobile-show .main {
    margin-right: -235px !important;
    margin-left: 235px !important; }
  .breadcrumb-fixed .main .breadcrumb {
    right: 0 !important;
    left: 0 !important; } }

hr.transparent {
  border-top: 1px solid transparent; }

.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
  color: #fff; }

.b-a-0 {
  border: 0 !important; }

.b-t-0 {
  border-top: 0 !important; }

.b-r-0 {
  border-right: 0 !important; }

.b-b-0 {
  border-bottom: 0 !important; }

.b-l-0 {
  border-left: 0 !important; }

.b-a-1 {
  border: 1px solid #d1d4d7 !important; }

.b-t-1 {
  border-top: 1px solid #d1d4d7 !important; }

.b-r-1 {
  border-right: 1px solid #d1d4d7 !important; }

.b-b-1 {
  border-bottom: 1px solid #d1d4d7 !important; }

.b-l-1 {
  border-left: 1px solid #d1d4d7 !important; }

.b-a-2 {
  border: 2px solid #d1d4d7 !important; }

.b-t-2 {
  border-top: 2px solid #d1d4d7 !important; }

.b-r-2 {
  border-right: 2px solid #d1d4d7 !important; }

.b-b-2 {
  border-bottom: 2px solid #d1d4d7 !important; }

.b-l-2 {
  border-left: 2px solid #d1d4d7 !important; }

@media (max-width: 575.98px) {
  .d-down-none {
    display: none !important; } }

@media (max-width: 767.98px) {
  .d-sm-down-none {
    display: none !important; } }

@media (max-width: 991.98px) {
  .d-md-down-none {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .d-lg-down-none {
    display: none !important; } }

.d-xl-down-none {
  display: none !important; }

.label-pill {
  border-radius: 1rem !important; }

.open > a, .show > a {
  outline: 0; }

.navbar .dropdown-toggle .img-avatar {
  height: 50px;
  margin: 0 10px; }

*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed; }
  *[dir="rtl"] ul {
    -webkit-padding-start: 0; }
  *[dir="rtl"] table tr th {
    text-align: right; }
  *[dir="rtl"] .breadcrumb-item {
    float: right; }
  *[dir="rtl"] .breadcrumb-menu {
    right: auto;
    left: 4rem; }
  *[dir="rtl"] .dropdown-item {
    text-align: right; }
    *[dir="rtl"] .dropdown-item i {
      margin-right: -10px;
      margin-left: 10px; }
    *[dir="rtl"] .dropdown-item .badge {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .sidebar-hidden .sidebar {
    margin-right: -235px; }
  *[dir="rtl"] .sidebar-fixed .main, *[dir="rtl"] .sidebar-fixed .app-footer {
    margin-right: 235px; }
  *[dir="rtl"] .sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-fixed.sidebar-hidden .app-footer {
    margin-right: 0; }
  *[dir="rtl"] .sidebar-minimized .sidebar {
    flex: 0 0 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-hidden .sidebar {
    margin-right: -50px;
    margin-left: 0; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed .app-footer {
    margin-right: 50px; }
  *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .main, *[dir="rtl"] .sidebar-minimized.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-hidden .aside-menu {
    margin-right: 0;
    margin-left: -250px; }
  *[dir="rtl"] .aside-menu-fixed .aside-menu {
    right: auto;
    left: 0; }
  *[dir="rtl"] .aside-menu-fixed .main, *[dir="rtl"] .aside-menu-fixed .app-footer {
    margin-left: 250px; }
  *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .main, *[dir="rtl"] .aside-menu-fixed.aside-menu-hidden .app-footer {
    margin-left: 0; }
  *[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    position: fixed;
    right: 0;
    z-index: 1019;
    height: 100%; }
    *[dir="rtl"] .aside-menu-off-canvas .aside-menu .tab-content {
      height: calc(100vh - 2.8rem - 70px); }
  *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle {
    direction: rtl; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link i, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle i {
      margin: 0 0 0 0; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link .badge, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .dropdown-toggle .badge {
      float: left;
      margin-top: 2px; }
    *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .navbar .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item .nav-dropdown-toggle.dropdown-toggle::before {
      position: absolute;
      right: auto !important;
      left: 0;
      transform: rotate(180deg); }
  *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-link.nav-dropdown-toggle::before, *[dir="rtl"] .sidebar .sidebar-nav .nav .navbar .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before, .navbar *[dir="rtl"] .sidebar .sidebar-nav .nav .nav-item.nav-dropdown.open > .nav-dropdown-toggle.dropdown-toggle::before {
    transform: rotate(270deg); }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle {
    padding-right: 0; }
    *[dir="rtl"] .sidebar-minimized .sidebar .nav-link i, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle i, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle i {
      float: right;
      padding: 0;
      margin: 0; }
    *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge, *[dir="rtl"] .sidebar-minimized .sidebar .navbar .dropdown-toggle .badge, .navbar *[dir="rtl"] .sidebar-minimized .sidebar .dropdown-toggle .badge {
      right: auto;
      left: 15px; }
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    right: 50px;
    left: 0; }
  *[dir="rtl"] .horizontal-bars li .bars {
    padding-right: 100px;
    padding-left: 0; }
    *[dir="rtl"] .horizontal-bars li .bars .progress:first-child {
      margin-bottom: 2px; }
  *[dir="rtl"] .horizontal-bars.type-2 li i {
    margin-right: 5px;
    margin-left: 1rem; }
  *[dir="rtl"] .horizontal-bars.type-2 li .value {
    float: left;
    font-weight: 600; }
  *[dir="rtl"] .horizontal-bars.type-2 li .bars {
    padding: 0; }
  *[dir="rtl"] .icons-list li {
    position: relative;
    height: 40px;
    vertical-align: middle; }
    *[dir="rtl"] .icons-list li i {
      float: right; }
    *[dir="rtl"] .icons-list li .desc {
      margin-right: 50px;
      margin-left: 0; }
    *[dir="rtl"] .icons-list li .value {
      right: auto;
      left: 45px;
      text-align: left; }
      *[dir="rtl"] .icons-list li .value strong {
        display: block;
        margin-top: -3px; }
    *[dir="rtl"] .icons-list li .actions {
      right: auto;
      left: 10px; }
  *[dir="rtl"] .callout {
    border: 0 solid #d1d4d7;
    border-right-width: .25rem; }
    *[dir="rtl"] .callout.callout-primary {
      border-right-color: #FF791A; }
    *[dir="rtl"] .callout.callout-secondary {
      border-right-color: #818a91; }
    *[dir="rtl"] .callout.callout-success {
      border-right-color: #99CC00; }
    *[dir="rtl"] .callout.callout-info {
      border-right-color: #0DB6A3; }
    *[dir="rtl"] .callout.callout-warning {
      border-right-color: #FF791A; }
    *[dir="rtl"] .callout.callout-danger {
      border-right-color: #FF0000; }
    *[dir="rtl"] .callout.callout-light {
      border-right-color: #FAFAFA; }
    *[dir="rtl"] .callout.callout-dark {
      border-right-color: #68696B; }
    *[dir="rtl"] .callout .chart-wrapper {
      left: 0;
      float: left; }
  *[dir="rtl"] .callout-default {
    border-right-color: #55595c; }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
  list-style-type: none;
  margin-top: 5px;
  text-align: center;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-left: 0; }

.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  margin-bottom: 4px;
  border-radius: 0.25rem;
  padding: 2px 8px 2px 28px;
  font-size: smaller;
  cursor: default; }

.chart-legend li span,
.bar-legend li span,
.line-legend li span,
.pie-legend li span,
.radar-legend li span,
.polararea-legend li span,
.doughnut-legend li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 0.25rem; }

/*!
* Ladda
* http://lab.hakim.se/ladda
* MIT licensed
*
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
*/
/*************************************
* CONFIG
*/
/*************************************
* MIXINS
*/
/*************************************
* BUTTON BASE
*/
.ladda-button {
  position: relative; }

/* Spinner animation */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

/* Button label */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

/* Progress bar */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important; }

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible; }

/*************************************
* EASING
*/
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important; }

/*************************************
* EXPAND LEFT
*/
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px; }

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
    padding-right: 40px; }

/*************************************
* EXPAND RIGHT
*/
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px; }

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }
  .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
    opacity: 1; }
  .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
    padding-left: 40px; }

/*************************************
* EXPAND UP
*/
.ladda-button[data-style=expand-up] {
  overflow: hidden; }
  .ladda-button[data-style=expand-up] .ladda-spinner {
    top: -32px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-up][data-loading] {
    padding-top: 54px; }
    .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
      opacity: 1;
      top: 26px;
      margin-top: 0; }
    .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
      padding-top: 32px; }
      .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
        top: 4px; }

/*************************************
* EXPAND DOWN
*/
.ladda-button[data-style=expand-down] {
  overflow: hidden; }
  .ladda-button[data-style=expand-down] .ladda-spinner {
    top: 62px;
    left: 50%;
    margin-left: 0; }
  .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
  .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
    top: 40px; }
  .ladda-button[data-style=expand-down][data-loading] {
    padding-bottom: 54px; }
    .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
      opacity: 1; }
    .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
      padding-bottom: 32px; }

/*************************************
* SLIDE LEFT
*/
.ladda-button[data-style=slide-left] {
  overflow: hidden; }
  .ladda-button[data-style=slide-left] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-left] .ladda-spinner {
    left: 100%;
    margin-left: 0; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-label {
    opacity: 0;
    left: -100%; }
  .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
* SLIDE RIGHT
*/
.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-right] .ladda-spinner {
    right: 100%;
    margin-left: 0;
    left: 16px; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-label {
    opacity: 0;
    left: 100%; }
  .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
    opacity: 1;
    left: 50%; }

/*************************************
* SLIDE UP
*/
.ladda-button[data-style=slide-up] {
  overflow: hidden; }
  .ladda-button[data-style=slide-up] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-up] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: 1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-label {
    opacity: 0;
    top: -1em; }
  .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
* SLIDE DOWN
*/
.ladda-button[data-style=slide-down] {
  overflow: hidden; }
  .ladda-button[data-style=slide-down] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-down] .ladda-spinner {
    left: 50%;
    margin-left: 0;
    margin-top: -2em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-label {
    opacity: 0;
    top: 1em; }
  .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
    opacity: 1;
    margin-top: 0; }

/*************************************
* ZOOM-OUT
*/
.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5); }

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
* ZOOM-IN
*/
.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2); }

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2); }

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*************************************
* CONTRACT
*/
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

/*************************************
* OVERLAY
*/
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0); }

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  /*outline: 10000px solid rgba( 0, 0, 0, 0.5 );*/
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8); }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }

/*!
 * Quill Editor v1.3.2
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  position: relative; }

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden; }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none; }

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%; }

.ql-clipboard p {
  margin: 0;
  padding: 0; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-editor > * {
  cursor: text; }

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em; }

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none; }

.ql-editor ul > li::before {
  content: '\2022'; }

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none; }

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all; }

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611'; }

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610'; }

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em; }

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right; }

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em; }

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em; }

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em; }

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0; }

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1; }

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2; }

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". "; }

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3; }

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". "; }

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4; }

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5; }

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". "; }

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6; }

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". "; }

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9; }

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7; }

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". "; }

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9; }

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8; }

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". "; }

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9; }

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9; }

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". "; }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em; }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em; }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em; }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em; }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em; }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em; }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em; }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em; }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em; }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em; }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em; }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em; }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em; }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em; }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em; }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em; }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em; }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em; }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em; }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em; }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em; }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em; }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em; }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em; }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em; }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em; }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em; }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em; }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em; }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em; }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em; }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em; }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em; }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em; }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em; }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em; }

.ql-editor .ql-video {
  display: block;
  max-width: 100%; }

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto; }

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto; }

.ql-editor .ql-bg-black {
  background-color: #000; }

.ql-editor .ql-bg-red {
  background-color: #e60000; }

.ql-editor .ql-bg-orange {
  background-color: #f90; }

.ql-editor .ql-bg-yellow {
  background-color: #ff0; }

.ql-editor .ql-bg-green {
  background-color: #008a00; }

.ql-editor .ql-bg-blue {
  background-color: #06c; }

.ql-editor .ql-bg-purple {
  background-color: #93f; }

.ql-editor .ql-color-white {
  color: #fff; }

.ql-editor .ql-color-red {
  color: #e60000; }

.ql-editor .ql-color-orange {
  color: #f90; }

.ql-editor .ql-color-yellow {
  color: #ff0; }

.ql-editor .ql-color-green {
  color: #008a00; }

.ql-editor .ql-color-blue {
  color: #06c; }

.ql-editor .ql-color-purple {
  color: #93f; }

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif; }

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace; }

.ql-editor .ql-size-small {
  font-size: 0.75em; }

.ql-editor .ql-size-large {
  font-size: 1.5em; }

.ql-editor .ql-size-huge {
  font-size: 2.5em; }

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit; }

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

.ql-editor .ql-align-justify {
  text-align: justify; }

.ql-editor .ql-align-right {
  text-align: right; }

.ql-editor .ql-embed-selected {
  border: 2px solid #777;
  user-select: none; }

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px; }

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px; }

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%; }

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none; }

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none; }

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c; }

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c; }

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c; }

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444; }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444; } }

.ql-snow {
  box-sizing: border-box; }

.ql-snow * {
  box-sizing: border-box; }

.ql-snow .ql-hidden {
  display: none; }

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden; }

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px); }

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none; }

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px); }

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle; }

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table; }

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2; }

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2; }

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444; }

.ql-snow .ql-empty {
  fill: none; }

.ql-snow .ql-even {
  fill-rule: evenodd; }

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1; }

.ql-snow .ql-transparent {
  opacity: 0.4; }

.ql-snow .ql-direction svg:last-child {
  display: none; }

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline; }

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none; }

.ql-snow .ql-editor h1 {
  font-size: 2em; }

.ql-snow .ql-editor h2 {
  font-size: 1.5em; }

.ql-snow .ql-editor h3 {
  font-size: 1.17em; }

.ql-snow .ql-editor h4 {
  font-size: 1em; }

.ql-snow .ql-editor h5 {
  font-size: 0.83em; }

.ql-snow .ql-editor h6 {
  font-size: 0.67em; }

.ql-snow .ql-editor a {
  text-decoration: underline; }

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px; }

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px; }

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px; }

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px; }

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible; }

.ql-snow .ql-editor img {
  max-width: 100%; }

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle; }

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%; }

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px; }

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap; }

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc; }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1; }

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px; }

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px; }

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px; }

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px; }

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px; }

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px; }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label); }

.ql-snow .ql-picker.ql-header {
  width: 98px; }

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5'; }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6'; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em; }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em; }

.ql-snow .ql-picker.ql-font {
  width: 108px; }

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif'; }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace'; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif; }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace; }

.ql-snow .ql-picker.ql-size {
  width: 98px; }

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large'; }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge'; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px; }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px; }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff; }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000; }

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px; }

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent; }

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc; }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000; }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px; }

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px; }

.ql-snow .ql-tooltip a {
  line-height: 26px; }

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none; }

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:"; }

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:"; }

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:"; }

.ql-snow a {
  color: #06c; }

.ql-container.ql-snow {
  border: 1px solid #ccc; }

/*!
* angular-datatables - v0.5.0
* https://github.com/l-lin/angular-datatables
* License: MIT
*/
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left; }

div.dataTables_length select {
  width: 75px; }

div.dataTables_filter label {
  font-weight: normal;
  float: right; }

div.dataTables_filter input {
  width: 16em; }

div.dataTables_info {
  padding-top: 8px; }

div.dataTables_paginate {
  float: right;
  margin: 0; }

div.dataTables_paginate ul.pagination {
  margin: 2px; }

table.table {
  clear: both;
  max-width: none !important; }

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  background: none; }

table.table thead .sorting:before {
  content: ' ';
  position: relative;
  left: -5px; }

table.table thead .sorting_desc:before {
  content: "\2193";
  padding-right: 5px; }

table.table thead .sorting_asc:before {
  content: "\2191";
  padding-right: 5px; }

.dataTables_scrollBody table.table thead .sorting:before,
.dataTables_scrollBody table.table thead .sorting_desc:before,
.dataTables_scrollBody table.table thead .sorting_asc:before {
  content: '';
  padding-right: 0; }

table.dataTable th:active {
  outline: none; }

.dataTables_wrapper.form-inline {
  display: inline; }

.dataTables_wrapper .row {
  margin-top: 20px; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  border-top: none; }

/*
* TableTools styles
*/
/*
.table tbody tr.active td, .table tbody tr.active th {
background-color: #08C;
color: white;
}
.table tbody tr.active:hover td, .table tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}
*/
table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn, div.DTTT .fc button, .fc div.DTTT button {
  color: #333 !important; }

div.DTTT .btn:hover, div.DTTT .fc button:hover, .fc div.DTTT button:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important; }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center; }

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

/*
* FixedColumns styles
*/
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even {
  background-color: white; }

div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table {
  border-top: none; }

/*
* ColVis
*/
ul.ColVis_collection {
  width: auto !important; }

/*
* Server side processing
*/
.dataTables_wrapper {
  position: relative; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */ }

.dataTables_wrapper .dataTables_processing {
  color: #333333; }

/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 0.25rem;
  width: 278px; }

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d1d4d7;
  border-left: 7px solid transparent;
  border-bottom-color: #d1d4d7;
  content: ''; }

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d1d4d7;
  border-left: 7px solid transparent;
  border-bottom-color: #d1d4d7;
  content: ''; }

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d1d4d7;
  border-left: 7px solid transparent;
  border-bottom-color: #d1d4d7;
  content: ''; }

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #d1d4d7; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

/* Calendars */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
  line-height: 30px; }

.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 0.25rem;
  background: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker table thead {
  background: #f8f9fa; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 0.25rem;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: #d1d4d7;
  background: #fff; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #d1d4d7;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #f8f9fa; }

.daterangepicker td.in-range {
  background: #fff0e6;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 0.25rem; }

.daterangepicker td.end-date {
  border-radius: 0.25rem; }

.daterangepicker td.start-date.end-date {
  border-radius: 0.25rem; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #FF791A;
  border-color: #FF791A;
  color: #fff; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker th.month {
  width: auto; }

/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  margin-bottom: 5px;
  padding-left: 28px; }

.daterangepicker .input-mini.active {
  border: 1px solid #FF791A; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 10px;
  color: #d1d4d7; }

.daterangepicker .daterangepicker_input {
  position: relative; }

/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f8f9fa;
  border: 1px solid #d1d4d7;
  padding: 7px 10px;
  margin-bottom: 5px;
  border-radius: 0.25rem;
  cursor: pointer; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #FF791A;
  border-color: #FF791A;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: left; }
  .daterangepicker .calendar.right {
    margin-left: 0; }
  .daterangepicker .left .daterangepicker_input {
    padding-right: 12px; }
  .daterangepicker .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker .ranges,
  .daterangepicker .calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    float: left; }
  .daterangepicker .calendar.left {
    clear: none; } }

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #d1d4d7; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  font-family: "FontAwesome"; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\F104";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\F105";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\F100"; }

.fc-icon-right-double-arrow:after {
  content: "\F101"; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */ }

.fc-state-default.fc-corner-right {
  /* non-theme */ }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border: 1px solid #FF791A;
  /* default BORDER color */
  background-color: #FF791A;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

.gaugejs-wrap {
  position: relative;
  margin: 0 auto; }
  .gaugejs-wrap canvas.gaugejs {
    width: 100% !important;
    height: auto !important; }
  .gaugejs-wrap i {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    margin-top: -15px;
    font-size: 30px;
    text-align: center; }

.gaugejs-wrap.type-2 .value {
  display: block;
  margin-top: -85px; }

.gaugejs-wrap.type-2 label {
  display: block;
  margin-top: -10px;
  font-size: 10px;
  font-weight: 600;
  color: #55595c;
  text-transform: uppercase; }

.gaugejs-wrap.sparkline {
  position: relative; }
  .gaugejs-wrap.sparkline .value {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    margin-top: -5px;
    font-size: 10px;
    line-height: 10px;
    text-align: center; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(/./img/sprite-skin-modern.6035779c2555ab87be45bbc21f9cae47.png) repeat-x; }

.irs {
  height: 50px; }

.irs-with-grid {
  height: 70px; }

.irs-line {
  height: 6px;
  top: 25px; }

.irs-line-left {
  height: 6px;
  background: #d1d4d7; }

.irs-line-mid {
  height: 6px;
  background: #d1d4d7; }

.irs-line-right {
  height: 6px;
  background: #d1d4d7; }

.irs-bar {
  height: 6px;
  top: 25px;
  background: #FF791A; }

.irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 7px;
  background: #FF791A; }

.irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #55595c;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 2px 5px;
  background: #d1d4d7;
  border-radius: 0.25rem; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 2px 5px;
  background: #d1d4d7;
  border-radius: 0.25rem; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #d1d4d7; }

.irs-grid {
  height: 34px; }

.irs-grid-pol {
  background: #d1d4d7; }

.irs-grid-text {
  bottom: 12px;
  color: #d1d4d7; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #d1d4d7;
    color: #3e515b;
    font-size: 1.3rem;
    border-radius: 0.25rem;
    outline: 0; }
    .select2-container--bootstrap .select2-selection.form-control, .select2-container--bootstrap .daterangepicker .select2-selection.input-mini, .daterangepicker .select2-container--bootstrap .select2-selection.input-mini {
      border-radius: 0.25rem; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #d1d4d7;
    color: #3e515b;
    font-size: 1.3rem;
    border-radius: 0.25rem; }
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */ }
    .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
      color: #55595c; }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: #55595c; }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: #55595c;
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: #55595c; }
  .select2-container--bootstrap .select2-results__option {
    padding: 0.375rem 0.75rem;
    /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
    /**
     * Hover state.
     */
    /**
     * Selected state.
     */ }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
      color: #55595c;
      cursor: pointer; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #515151;
      color: #C9C9C9; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #515151;
      color: #C9C9C9; }
    .select2-container--bootstrap .select2-results__option .select2-results__option {
      padding: 0.375rem 0.75rem; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -0.75rem;
        padding-left: 1.5rem; }
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -1.5rem;
          padding-left: 2.25rem; }
          .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2.25rem;
            padding-left: 3rem; }
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -3rem;
              padding-left: 3.75rem; }
              .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3.75rem;
                padding-left: 4.5rem; }
  .select2-container--bootstrap .select2-results__group {
    color: #55595c;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 196, 154, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    border-color: #ffc49a; }
  .select2-container--bootstrap.select2-container--open {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
    /**
     * Handle border radii of the container when the dropdown is showing.
     */ }
    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
      border-color: transparent transparent #55595c transparent;
      border-width: 0 0.3rem 0.3rem 0.3rem; }
    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-color: transparent; }
    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top-color: transparent; }
  .select2-container--bootstrap .select2-selection__clear {
    color: #55595c;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: #fff; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #d1d4d7;
    box-shadow: none; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: pointer; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #d1d4d7; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none; }
  .select2-container--bootstrap .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #ffc49a;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 1.65rem 0.375rem 0.75rem;
    /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */ }
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      position: absolute;
      bottom: 0;
      right: 0.75rem;
      top: 0;
      width: 0.3rem; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #55595c transparent transparent transparent;
        border-style: solid;
        border-width: 0.3rem 0.3rem 0 0.3rem;
        height: 0;
        left: 0;
        margin-left: -0.3rem;
        margin-top: -0.15rem;
        position: absolute;
        top: 50%;
        width: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
      color: #3e515b;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: #55595c; }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0;
    height: auto;
    /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
    /**
     * Minus 2px borders.
     */
    /**
     * Clear the selection.
     */ }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      display: block;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0.1875rem;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
      color: #55595c;
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #3e515b;
      background: #fff;
      border: 1px solid #0DB6A3;
      border-radius: 0.25rem;
      cursor: default;
      float: left;
      margin-right: 0.1875rem;
      padding: 0 0.375rem 0 0;
      line-height: 23px;
      font-size: 12px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      background: transparent;
      padding: 0 0.75rem;
      height: calc(1.5em + 0.75rem + 2px)-2;
      line-height: 1.5;
      margin-top: 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      width: 26px;
      color: #0DB6A3;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      margin-right: 0.375rem;
      border-right: 1px solid #0DB6A3;
      background: #c7fbf5; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        background: #50f3e0; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.375rem; }
  .select2-container--bootstrap .select2-selection--single.input-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 0.2rem;
    font-size: 1.2rem;
    height: calc(1.5em + 0.5rem + 2px);
    line-height: 1.5;
    padding: 0.25rem 1.4rem 0.25rem 0.5rem;
    /* 2 */ }
    .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
    .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
      margin-left: -0.25rem; }
  .select2-container--bootstrap .select2-selection--multiple.input-sm,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.5em + 0.5rem + 2px);
    border-radius: 0.2rem; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 1.2rem;
      line-height: 1.5;
      margin: -0.75rem 0 0 0.25rem;
      padding: 0 0.25rem; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 0.5rem;
      font-size: 1.2rem;
      height: calc(1.5em + 0.5rem + 2px)-2;
      line-height: 1.5; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.25rem; }
  .select2-container--bootstrap .select2-selection--single.input-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 0.3rem;
    font-size: 1.6rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: 0.5rem 1.9rem 0.5rem 1rem;
    /* 1 */ }
    .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
    .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      width: 0.3rem; }
      .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
      .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-width: 0.3rem 0.3rem 0 0.3rem;
        margin-left: -0.3rem;
        margin-left: -0.5rem;
        margin-top: -0.15rem; }
  .select2-container--bootstrap .select2-selection--multiple.input-lg,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: calc(1.5em + 1rem + 2px);
    border-radius: 0.3rem; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 1.6rem;
      line-height: 1.5;
      border-radius: 0.25rem;
      margin: -0.5rem 0 0 0.5rem;
      padding: 0 0.5rem; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 1rem;
      font-size: 1.6rem;
      height: calc(1.5em + 1rem + 2px)-2;
      line-height: 1.5; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 0.5rem; }
  .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #55595c transparent;
      border-width: 0 0.3rem 0.3rem 0.3rem; }
  .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */ }
    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #55595c transparent;
      border-width: 0 0.3rem 0.3rem 0.3rem; }
  .select2-container--bootstrap[dir="rtl"] {
    /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
    /**
     * Multiple Select2
     */ }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
      padding-left: 1.65rem;
      padding-right: 0.75rem; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        /* 1 */ }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 0.75rem;
        right: auto; }
        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
          margin-left: 0; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
      float: right; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 0;
      margin-right: 0.375rem; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }

/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #99CC00; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2rem 2rem;
  margin-top: .1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #151b1e;
  background-color: #99cc00;
  border-radius: 3px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .daterangepicker .input-mini:valid, .daterangepicker .was-validated .input-mini:valid, .form-control.is-valid, .daterangepicker .is-valid.input-mini {
  border-color: #99CC00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .daterangepicker .input-mini:valid:focus, .daterangepicker .was-validated .input-mini:valid:focus, .form-control.is-valid:focus, .daterangepicker .is-valid.input-mini:focus {
    border-color: #99CC00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated textarea.form-control:valid, .was-validated .daterangepicker textarea.input-mini:valid, .daterangepicker .was-validated textarea.input-mini:valid, textarea.form-control.is-valid, .daterangepicker textarea.is-valid.input-mini {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #99CC00;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232a2c36' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #99CC00;
    box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #99CC00; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #99CC00; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #99CC00; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #bfff00;
  background-color: #bfff00; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #99CC00; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #99CC00; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #99CC00;
  box-shadow: 0 0 0 0.2rem rgba(153, 204, 0, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1.2rem;
  color: #FF0000; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 2rem 2rem;
  margin-top: .1rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  background-color: red;
  border-radius: 3px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .daterangepicker .input-mini:invalid, .daterangepicker .was-validated .input-mini:invalid, .form-control.is-invalid, .daterangepicker .is-invalid.input-mini {
  border-color: #FF0000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .daterangepicker .input-mini:invalid:focus, .daterangepicker .was-validated .input-mini:invalid:focus, .form-control.is-invalid:focus, .daterangepicker .is-invalid.input-mini:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated textarea.form-control:invalid, .was-validated .daterangepicker textarea.input-mini:invalid, .daterangepicker .was-validated textarea.input-mini:invalid, textarea.form-control.is-invalid, .daterangepicker textarea.is-invalid.input-mini {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF0000;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232a2c36' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #FF0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF0000; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0000; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #FF0000; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0000; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control,
.daterangepicker .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.input-mini {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control,
.daterangepicker .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.input-mini {
  border-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control,
.daterangepicker .input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.input-mini {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */ }
  .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control, .daterangepicker .input-group > .select2-container--bootstrap > .selection > .select2-selection.input-mini {
    float: none; }
  .input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
    z-index: 3; }
  .input-group > .select2-container--bootstrap,
  .input-group > .select2-container--bootstrap .input-group-btn,
  .input-group > .select2-container--bootstrap .input-group-btn .btn,
  .input-group > .select2-container--bootstrap .input-group-btn .fc button,
  .fc .input-group > .select2-container--bootstrap .input-group-btn button {
    vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible, .daterangepicker .select2-hidden-accessible.input-mini {
  position: absolute !important;
  width: 1px !important; }

.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-cell-row:hover {
  background-color: #f8f9fa; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #f8f9fa; }

.cal-month-view .cal-days {
  border: 1px solid #d1d4d7;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 62px; }

.cal-month-view .cal-cell-row {
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid #d1d4d7; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid #d1d4d7; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  background-color: #FF0000;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: darkred; }

.cal-month-view .cal-day-cell.cal-today {
  background-color: e8fde7; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px;
  color: white;
  background-color: #55595c; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-event-title {
  color: white; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-week-view .cal-day-headers {
  display: flex;
  margin-bottom: 3px;
  border: 1px solid #d1d4d7;
  margin-left: 2px;
  margin-right: 2px; }

.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid #d1d4d7; }

.cal-week-view .cal-day-headers .cal-header:hover {
  background-color: #f8f9fa; }

.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5; }

.cal-week-view .cal-event-container {
  display: inline-block; }

.cal-week-view .cal-event {
  padding: 0 10px;
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
  height: 30px;
  line-height: 30px; }

.cal-week-view .cal-event.cal-starts-within-week {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.cal-week-view .cal-event.cal-ends-within-week {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.cal-week-view .cal-header.cal-today {
  background-color: #d2ff4d; }

.cal-week-view .cal-header.cal-weekend span {
  color: #FF0000; }

.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cal-day-view .cal-hour-rows {
  width: 100%;
  border: solid 1px #d1d4d7;
  overflow-x: scroll;
  position: relative; }

.cal-day-view .cal-hour:nth-child(odd) {
  background-color: #f8f9fa; }

.cal-day-view .cal-hour-segment {
  height: 30px; }

.cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed #d1d4d7; }

.cal-day-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center; }

.cal-day-view .cal-hour-segment:hover {
  background-color: #d1d4d7; }

.cal-day-view .cal-event {
  position: absolute;
  border: solid 1px;
  padding: 5px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cal-day-view .cal-event.cal-starts-within-day {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.cal-day-view .cal-event.cal-ends-within-day {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.cal-day-view .cal-all-day-event {
  padding: 8px;
  border: solid 1px; }

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.Select {
  position: relative; }
  .Select,
  .Select div,
  .Select input,
  .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .Select.is-disabled > .Select-control {
    background-color: #f9f9f9; }
    .Select.is-disabled > .Select-control:hover {
      box-shadow: none; }
  .Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none; }

.Select-control {
  background-color: #fff;
  border-color: #dfe1e3 #d1d4d7 #b6bbbf;
  border-radius: 4px;
  border: 1px solid #d1d4d7;
  color: #3e515b;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .Select-control .Select-input:focus {
    outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b6bbbf #d1d4d7 #dfe1e3; }
  .is-open > .Select-control .Select-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #08c #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #3e515b; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }
  .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
  .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
  .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
    color: #08c;
    outline: none;
    text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  .Select-input > input {
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 14px;
    /* For IE 8 compatibility */
    padding: 8px 0 12px;
    /* For IE 8 compatibility */
    -webkit-appearance: none; }
    .is-focused .Select-input > input {
      cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #d1d4d7;
  border-right-color: #3e515b;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }
  .Select-clear-zone:hover {
    color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #d1d4d7;
  border-top-color: #e8eaeb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #678798;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }
  .Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .Select-option.is-selected {
    background-color: #f5faff;
    color: #3e515b; }
  .Select-option.is-focused {
    background-color: #f2f9fc;
    color: #3e515b; }
  .Select-option.is-disabled {
    color: #e1e7ea;
    cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #a4b7c1;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #f2f9fc;
  border-radius: 4px;
  border: 1px solid #c9e6f2;
  color: #08c;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #08c;
  cursor: pointer;
  text-decoration: none; }
  .Select--multi a.Select-value-label:hover {
    text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 1px 5px 3px; }
  .Select--multi .Select-value-icon:hover, .Select--multi .Select-value-icon:focus {
    background-color: #ddeff7;
    color: #0077b3; }
  .Select--multi .Select-value-icon:active {
    background-color: #c9e6f2; }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }
  .Select--multi.is-disabled .Select-value-icon:hover, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:active {
    background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

@font-face {
  font-family: 'SonicWallIconFont';
  src: url(/./fonts/SonicWallIconFont.5aa10c0fb712a1908516a97ea98f5cd5.eot);
  src: url(/./fonts/SonicWallIconFont.5aa10c0fb712a1908516a97ea98f5cd5.eot#iefix) format("embedded-opentype"), url(/./fonts/SonicWallIconFont.47a902f4bce9791698f77d6442c29d6c.woff2) format("woff2"), url(/./fonts/SonicWallIconFont.7e77fca20a9e4c1b5dcaabfd59d279c0.ttf) format("truetype"), url(/./fonts/SonicWallIconFont.4fe00e8a8c2fa914510ca1508eba1ae8.woff) format("woff"), url(/./fonts/SonicWallIconFont.bcddf06fd572c81e40f0c6352c7d2ce1.svg#SonicWallIconFont) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SonicWallIconFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-active-threats-ux:before {
  content: "\E90D"; }

.icon-add-ux:before {
  content: "\ED5D"; }

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

.icon-all-traffic-ux:before {
  content: "\E921"; }

.icon-amazon-ux:before {
  content: "\F02D"; }

.icon-android-ux:before {
  content: "\F032"; }

.icon-announcement-ux:before {
  content: "\E85A"; }

.icon-anti-spam-ux:before {
  content: "\F1C7"; }

.icon-app-add-ux:before {
  content: "\E850"; }

.icon-app-category-ux:before {
  content: "\F1A7"; }

.icon-app-issue-ux:before {
  content: "\E849"; }

.icon-app-remove-ux:before {
  content: "\E851"; }

.icon-app-signature-ux:before {
  content: "\F1A8"; }

.icon-app-ux:before {
  content: "\E9CF"; }

.icon-appflow-settings-ux:before {
  content: "\F1B6"; }

.icon-appleinc-ux:before {
  content: "\EF1D"; }

.icon-appliance-ux:before {
  content: "\F1BA"; }

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

.icon-arrow-left-thick-ux:before {
  content: "\EDC4"; }

.icon-arrow-left-ux:before {
  content: "\EDC5"; }

.icon-arrow-left2-ux:before {
  content: "\EDE2"; }

.icon-arrow-right-thin-ux:before {
  content: "\EDC6"; }

.icon-arrow-up-ux:before {
  content: "\EDC7"; }

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

.icon-backward-ux:before {
  content: "\ED83"; }

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

.icon-botnet-ux:before {
  content: "\E90B"; }

.icon-building-ux:before {
  content: "\F1F9"; }

.icon-bullet-list-ux:before {
  content: "\E722"; }

.icon-calendar-date-range-ux:before {
  content: "\E91A"; }

.icon-calendar-date-ux:before {
  content: "\E918"; }

.icon-calendar-day-ux:before {
  content: "\EA63"; }

.icon-calendar-event-ux:before {
  content: "\E919"; }

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

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

.icon-capture-atp-ux:before {
  content: "\F1DC"; }

.icon-ccp-ux:before {
  content: "\E90E"; }

.icon-chart-area-ux:before {
  content: "\EB8F"; }

.icon-chart-area2-ux:before {
  content: "\E0A1"; }

.icon-chart-bubble-ux:before {
  content: "\E0A3"; }

.icon-chart-bubbles-ux:before {
  content: "\E0A6"; }

.icon-chart-column-ux:before {
  content: "\E0A2"; }

.icon-chart-lines-ux:before {
  content: "\E0A4"; }

.icon-chatting-ux:before {
  content: "\EADA"; }

.icon-checkmark-ux:before {
  content: "\ED71"; }

.icon-clone-ux:before {
  content: "\F1E5"; }

.icon-close-thin-ux:before {
  content: "\E804"; }

.icon-close-ux:before {
  content: "\E002"; }

.icon-cloud-app-ux:before {
  content: "\F1E7"; }

.icon-cloud-stack-ux:before {
  content: "\E60B"; }

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

.icon-content-filter-ux:before {
  content: "\F1DA"; }

.icon-control-ux:before {
  content: "\EB5B"; }

.icon-csc-ux:before {
  content: "\E914"; }

.icon-dashboard-ux:before {
  content: "\EC21"; }

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

.icon-deep-packet-inspection-ux:before {
  content: "\F1C5"; }

.icon-delicious-ux:before {
  content: "\F1A5"; }

.icon-device-hub-ux:before {
  content: "\E335"; }

.icon-dhcp-ux:before {
  content: "\F1BB"; }

.icon-diagnostics-ux:before {
  content: "\F1B4"; }

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

.icon-dot-ux:before {
  content: "\EE78"; }

.icon-double-click-ux:before {
  content: "\F1D1"; }

.icon-double-group-flash-ux:before {
  content: "\F1CE"; }

.icon-double-group-ux:before {
  content: "\F1CB"; }

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

.icon-dpi-ssh-ux:before {
  content: "\F1C6"; }

.icon-dpi-ssl-ux:before {
  content: "\F1DB"; }

.icon-dragdable-handle-ux:before {
  content: "\E080"; }

.icon-dropbox-ux:before {
  content: "\F1E3"; }

.icon-drupal-ux:before {
  content: "\F1F1"; }

.icon-duplicate-ux:before {
  content: "\F1E4"; }

.icon-email-ux:before {
  content: "\F0E0"; }

.icon-encryption-hiding-ux:before {
  content: "\F1F5"; }

.icon-encryption-ux:before {
  content: "\F1F2"; }

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

.icon-ethernet-fail-ux:before {
  content: "\F1D3"; }

.icon-ethernet-ux:before {
  content: "\E902"; }

.icon-exploit-kit-ux:before {
  content: "\F1F3"; }

.icon-export-ux:before {
  content: "\EEC9"; }

.icon-facebook-ux:before {
  content: "\EEF0"; }

.icon-file-excel-ux:before {
  content: "\EF41"; }

.icon-file-pdf-ux:before {
  content: "\EF3E"; }

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

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

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

.icon-file-word-ux:before {
  content: "\EF40"; }

.icon-filter-ux:before {
  content: "\EE8B"; }

.icon-firewall-settings-ux:before {
  content: "\F1C4"; }

.icon-firewall-ux:before {
  content: "\ED7C"; }

.icon-firmware-backup-ux:before {
  content: "\F1B5"; }

.icon-flash-ux:before {
  content: "\F1D6"; }

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

.icon-flow-ux:before {
  content: "\F1E1"; }

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

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

.icon-fw-shield-ux:before {
  content: "\E915"; }

.icon-github-box-ux:before {
  content: "\F2A3"; }

.icon-go-back-ux:before {
  content: "\EA4B"; }

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

.icon-halo-ux:before {
  content: "\EA1D"; }

.icon-help-ux:before {
  content: "\E910"; }

.icon-high-availability-ux:before {
  content: "\F1C2"; }

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

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

.icon-in-queue-ux:before {
  content: "\F1B2"; }

.icon-industry-ux:before {
  content: "\F1F8"; }

.icon-info-ux:before {
  content: "\E094"; }

.icon-informational-ux:before {
  content: "\F1B1"; }

.icon-ipad-ux:before {
  content: "\F1F0"; }

.icon-iphone-ux:before {
  content: "\F1EF"; }

.icon-item-list-ux:before {
  content: "\E1DB"; }

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

.icon-kill-ux:before {
  content: "\E903"; }

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

.icon-law-enforcement-ux:before {
  content: "\F1F4"; }

.icon-licensing-ux:before {
  content: "\F1B8"; }

.icon-lightbulb-ux:before {
  content: "\E90F"; }

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

.icon-linkedin-ux:before {
  content: "\EF28"; }

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

.icon-live-report-ux:before {
  content: "\F1E2"; }

.icon-location-ux:before {
  content: "\F34E"; }

.icon-locked-ux:before {
  content: "\E023"; }

.icon-log-settings-ux:before {
  content: "\F1B7"; }

.icon-management-ux:before {
  content: "\F1DF"; }

.icon-maximize-ux:before {
  content: "\EB48"; }

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

.icon-mic-off-ux:before {
  content: "\E02B"; }

.icon-mic-ux:before {
  content: "\E029"; }

.icon-minimize-ux:before {
  content: "\EB49"; }

.icon-minus-ux:before {
  content: "\ED5E"; }

.icon-modem-dialup-ux:before {
  content: "\F1D4"; }

.icon-modem-ux:before {
  content: "\F1BC"; }

.icon-monitor-ux:before {
  content: "\E811"; }

.icon-monitoring-ux:before {
  content: "\E812"; }

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

.icon-network-port-interface-ux:before {
  content: "\F1A6"; }

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

.icon-next-ux:before {
  content: "\ED82"; }

.icon-objects-ux:before {
  content: "\F1BD"; }

.icon-options-ux:before {
  content: "\EB61"; }

.icon-partially-selected-ux:before {
  content: "\EE7A"; }

.icon-pause-ux:before {
  content: "\ED7F"; }

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

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

.icon-pie-chart-box-ux:before {
  content: "\EB89"; }

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

.icon-pin-ux:before {
  content: "\E900"; }

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

.icon-previous-ux:before {
  content: "\ED81"; }

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

.icon-processor-threat-ux:before {
  content: "\F1F7"; }

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

.icon-pulse-ux:before {
  content: "\EB70"; }

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

.icon-quarantine-ux:before {
  content: "\E906"; }

.icon-reboot-ux:before {
  content: "\EC4B"; }

.icon-reddit-alien-ux:before {
  content: "\F281"; }

.icon-register-ux:before {
  content: "\F1DD"; }

.icon-reload-ux:before {
  content: "\E86A"; }

.icon-remediate-ux:before {
  content: "\E907"; }

.icon-report-ux:before {
  content: "\F1E6"; }

.icon-rollback-ux:before {
  content: "\E908"; }

.icon-router-ux:before {
  content: "\E90C"; }

.icon-rss-ux:before {
  content: "\EEFA"; }

.icon-rules-ux:before {
  content: "\F1B9"; }

.icon-search-ux:before {
  content: "\F002"; }

.icon-security-services-ux:before {
  content: "\F1C8"; }

.icon-service-analytics-ux:before {
  content: "\E91B"; }

.icon-service-captureclient-ux:before {
  content: "\E911"; }

.icon-service-cas-ux:before {
  content: "\E912"; }

.icon-service-fwmanagement-ux:before {
  content: "\E91D"; }

.icon-service-licensing-ux:before {
  content: "\E91F"; }

.icon-service-msw-ux:before {
  content: "\E91C"; }

.icon-service-waf-ux:before {
  content: "\E920"; }

.icon-service-wifi-planner-ux:before {
  content: "\E913"; }

.icon-service-wireless-ux:before {
  content: "\E91E"; }

.icon-settings-ux:before {
  content: "\EB60"; }

.icon-severity-1-ux:before {
  content: "\F1D7"; }

.icon-severity-2-ux:before {
  content: "\F1D8"; }

.icon-severity-critical-ux:before {
  content: "\F029"; }

.icon-severity-high-ux:before {
  content: "\F027"; }

.icon-severity-low-ux:before {
  content: "\F1AF"; }

.icon-severity-major-ux:before {
  content: "\F026"; }

.icon-severity-minor-ux:before {
  content: "\F028"; }

.icon-share-ux:before {
  content: "\E80D"; }

.icon-shield-ux:before {
  content: "\ED7D"; }

.icon-shopping-cart-ux:before {
  content: "\E8CC"; }

.icon-signal-high-ux:before {
  content: "\E027"; }

.icon-signal-low-ux:before {
  content: "\E025"; }

.icon-signal-medium-ux:before {
  content: "\E026"; }

.icon-signal-no-ux:before {
  content: "\E024"; }

.icon-signal-perfect-ux:before {
  content: "\E028"; }

.icon-single-group-clock-ux:before {
  content: "\F1D0"; }

.icon-single-group-flash-ux:before {
  content: "\F1CD"; }

.icon-single-group-ux:before {
  content: "\F1CA"; }

.icon-sonicpoints-ux:before {
  content: "\F1C9"; }

.icon-sorting-up-ux:before {
  content: "\EE37"; }

.icon-square-ux:before {
  content: "\EE79"; }

.icon-ssl-vpn-ux:before {
  content: "\F1C0"; }

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

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

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

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

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

.icon-status-unknown-ux:before {
  content: "\ED56"; }

.icon-status-ux:before {
  content: "\F1B3"; }

.icon-stop-ux:before {
  content: "\ED80"; }

.icon-system-ux:before {
  content: "\F1D9"; }

.icon-tasks-ux:before {
  content: "\F1DE"; }

.icon-threat-blocked-ux:before {
  content: "\E90A"; }

.icon-threat-intrusion-ux:before {
  content: "\F1AC"; }

.icon-threat-spyware-ux:before {
  content: "\F1AE"; }

.icon-threat-suspicious-ux:before {
  content: "\E909"; }

.icon-threat-ux:before {
  content: "\E922"; }

.icon-threat-virus-ux:before {
  content: "\F1AD"; }

.icon-topo-change-ux:before {
  content: "\F1E9"; }

.icon-topo-compass-ux:before {
  content: "\F1E8"; }

.icon-topo-home-ux:before {
  content: "\E905"; }

.icon-topo-layout-ux:before {
  content: "\F1ED"; }

.icon-topo-reset-ux:before {
  content: "\F1EE"; }

.icon-topo-toggle-ux:before {
  content: "\F1EC"; }

.icon-topo-ux:before {
  content: "\E80E"; }

.icon-topo-zoom-in-ux:before {
  content: "\F1EA"; }

.icon-topo-zoom-out-ux:before {
  content: "\F1EB"; }

.icon-trash-ux:before {
  content: "\EBFE"; }

.icon-tree-ux:before {
  content: "\E0EB"; }

.icon-triple-group-clock-ux:before {
  content: "\F1D2"; }

.icon-tripple-group-flash-ux:before {
  content: "\F1CF"; }

.icon-tripple-group-ux:before {
  content: "\F1CC"; }

.icon-tux-ux:before {
  content: "\EF1C"; }

.icon-twitter-ux:before {
  content: "\EEF5"; }

.icon-unique-ransomware-ux:before {
  content: "\F1F6"; }

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

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

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

.icon-url-ux:before {
  content: "\F1AB"; }

.icon-user-add-ux:before {
  content: "\EB0F"; }

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

.icon-user-profile-ux:before {
  content: "\F00C"; }

.icon-user-remove-ux:before {
  content: "\EB10"; }

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

.icon-users-group-ux:before {
  content: "\EB11"; }

.icon-view-ux:before {
  content: "\ECB2"; }

.icon-virtual-assist-ux:before {
  content: "\F1C1"; }

.icon-voip-ux:before {
  content: "\F1BE"; }

.icon-volume-low-ux:before {
  content: "\ED91"; }

.icon-volume-medium-ux:before {
  content: "\ED90"; }

.icon-volume-mute-ux:before {
  content: "\ED95"; }

.icon-vpn-ux:before {
  content: "\F1BF"; }

.icon-wan-acceleration-ux:before {
  content: "\F1C3"; }

.icon-wan-wireless-ux:before {
  content: "\F1D5"; }

.icon-web-activities-ux:before {
  content: "\E923"; }

.icon-web-category-ux:before {
  content: "\F1AA"; }

.icon-website-ux:before {
  content: "\F1A9"; }

.icon-windows-ux:before {
  content: "\F17A"; }

.icon-workflow-ux:before {
  content: "\F1E0"; }

.icon-world-net-ux:before {
  content: "\E80F"; }

.icon-xbox-ux:before {
  content: "\F5B9"; }

.icon-youtube-ux:before {
  content: "\F167"; }

.icon-sorting-down-ux:before {
  content: "\EE37";
  transform: rotate(180deg);
  display: inline-block; }

@font-face {
  font-family: 'Nunito-Black';
  font-style: normal;
  font-weight: 900;
  src: url(/./fonts/Nunito-Black.76e62b379c08d7d94c86ad5301d4abb5.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url(/./fonts/Nunito-ExtraBold.8f56148bb7b75bdf3358914c28cb798f.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-Bold';
  font-style: normal;
  font-weight: 700;
  src: url(/./fonts/Nunito-Bold.6f47bcfc065790f02ed3cb8b51bef56f.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(/./fonts/Nunito-Bold.6f47bcfc065790f02ed3cb8b51bef56f.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-SemiBold';
  font-style: normal;
  font-weight: 600;
  src: url(/./fonts/Nunito-SemiBold.713ac08dfb7141494d4a69f344ff69fd.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(/./fonts/Nunito-Regular.65bb0a158ee1967292ee4d11079d45ae.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(/./fonts/Nunito-Regular.65bb0a158ee1967292ee4d11079d45ae.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-Light';
  font-style: normal;
  font-weight: 300;
  src: url(/./fonts/Nunito-Light.c41c2502180f63ce383b6e3cc042617a.ttf) format("truetype"); }

@font-face {
  font-family: 'Nunito-ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: url(/./fonts/Nunito-ExtraLight.26a1ec90be635d027479741f815494cb.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Black';
  font-weight: 900;
  src: url(/./fonts/Roboto-Black.ec4c9962ba54eb91787aa93d361c10a8.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Bold';
  font-weight: 700;
  src: url(/./fonts/Roboto-Bold.ee7b96fa85d8fdb8c126409326ac2d2b.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  src: url(/./fonts/Roboto-Medium.d08840599e05db7345652d3d417574a9.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Regular';
  font-weight: 400;
  src: url(/./fonts/Roboto-Regular.3e1af3ef546b9e6ecef9f3ba197bf7d2.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Light';
  font-weight: 300;
  src: url(/./fonts/Roboto-Light.fc84e998bc29b297ea20321e4c90b6ed.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto-Thin';
  font-weight: 200;
  src: url(/./fonts/Roboto-Thin.89e2666c24d37055bcb60e9d2d9f7e35.ttf) format("truetype"); }

.orange-border, input:active, input:focus, input:hover, input.form-control:active, .daterangepicker input.input-mini:active, input.form-control:focus, .daterangepicker input.input-mini:focus, input.form-control:hover, .daterangepicker input.input-mini:hover, select:active, select:focus, select:hover, select.form-control:active, .daterangepicker select.input-mini:active, select.form-control:focus, .daterangepicker select.input-mini:focus, select.form-control:hover, .daterangepicker select.input-mini:hover, textarea:active, textarea:focus, textarea:hover, textarea.form-control:active, .daterangepicker textarea.input-mini:active, textarea.form-control:focus, .daterangepicker textarea.input-mini:focus, textarea.form-control:hover, .daterangepicker textarea.input-mini:hover {
  border-color: #FF791A;
  outline: 0 !important;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input, input.form-control, .daterangepicker input.input-mini {
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-radius: 3px; }
  input::placeholder, input.form-control::placeholder, .daterangepicker input.input-mini::placeholder {
    color: #999999; }

select, select.form-control, .daterangepicker select.input-mini {
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-radius: 3px; }
  select::placeholder, select.form-control::placeholder, .daterangepicker select.input-mini::placeholder {
    color: #999999; }

textarea, textarea.form-control, .daterangepicker textarea.input-mini {
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-radius: 3px; }
  textarea::placeholder, textarea.form-control::placeholder, .daterangepicker textarea.input-mini::placeholder {
    color: #999999; }

.bg-severity-critical {
  background-color: #CC0000; }

.bg-severity-high {
  background-color: #FF0000; }

.bg-severity-major {
  background-color: #FF9900; }

.bg-severity-medium {
  background-color: #FF9900; }

.bg-severity-minor {
  background-color: #FFCC00; }

.bg-severity-low {
  background-color: #EFE47E; }

.bg-severity-normal {
  background-color: #99CC00; }

.bg-severity-unknown {
  background-color: #CCCCCC; }

.bg-severity-info {
  background-color: #47AFE8; }

.bg-severity-in-queue {
  background-color: #FFCC00; }

.color-severity-critical, .card.color-severity-critical {
  color: #CC0000; }

.color-severity-high, .card.color-severity-high {
  color: #FF0000; }

.color-severity-major, .card.color-severity-major {
  color: #FF9900; }

.color-severity-minor, .card.color-severity-minor {
  color: #FFCC00; }

.color-severity-low, .card.color-severity-low {
  color: #EFE47E; }

.color-severity-normal, .card.color-severity-normal {
  color: #99CC00; }

.color-severity-unknown, .card.color-severity-unknown {
  color: #CCCCCC; }

.color-severity-info, .card.color-severity-info {
  color: #47AFE8; }

.color-severity-in-queue, .card.color-severity-in-queue {
  color: #FFCC00; }

.card.bg-severity-critical {
  background-color: #CC0000;
  border-radius: 0;
  border: 0; }

.card.bg-severity-high {
  background-color: #FF0000;
  border-radius: 0;
  border: 0; }

.card.bg-severity-major {
  background-color: #FF9900;
  border-radius: 0;
  border: 0; }

.card.bg-severity-minor {
  background-color: #FFCC00;
  border-radius: 0;
  border: 0; }

.card.bg-severity-low {
  background-color: #EFE47E;
  border-radius: 0;
  border: 0; }

.card.bg-severity-normal {
  background-color: #99CC00;
  border-radius: 0;
  border: 0; }

.card.bg-severity-unknown {
  background-color: #CCCCCC;
  border-radius: 0;
  border: 0; }

.card.bg-severity-info {
  background-color: #47AFE8;
  border-radius: 0;
  border: 0; }

.card.bg-severity-in-queue {
  background-color: #FFCC00;
  border-radius: 0;
  border: 0; }

.stepzilla {
  margin-top: 40px; }

.progtrckr {
  text-align: center;
  padding-bottom: 16px; }

.progtrckr li {
  margin-bottom: 10px; }

.val-err-tooltip {
  background-color: red;
  padding: 3px 5px 3px 10px;
  font-size: 14px;
  color: #fff; }

.step {
  background-color: #ccc;
  min-height: 450px;
  padding: 10px; }

stepzilla .row, stepzilla .form-horizontal .form-group {
  margin: 0; }

.footer-buttons {
  margin-top: 10px; }

stepzilla .step3 label, stepzilla .step4 label {
  font-size: 20px;
  text-align: left; }

stepzilla .form-horizontal .control-label {
  text-align: left; }

.review .txt {
  font-size: 20px;
  text-align: left;
  margin: 0;
  padding: 0; }

stepzilla body .saving {
  background-color: #5cb85c;
  width: 90%;
  padding: 5px;
  font-size: 16px; }

code {
  position: relative;
  left: 12px;
  line-height: 25px; }

.eg-jump-lnk {
  margin-top: 50px;
  font-style: italic; }

.lib-version {
  font-size: 12px;
  background-color: rgba(255, 255, 0, 0.38);
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px; }

stepzilla .content {
  margin-left: 10px; }

span.red {
  color: #d9534f; }

span.green {
  color: #3c763d; }

span.bold {
  font-weight: bold; }

stepzilla .hoc-alert {
  margin-top: 20px; }

stepzilla .form-block-holder {
  margin-top: 20px !important; }

/* overwrite the stepzilla styles */
stepzilla ol.progtrckr li.progtrckr-todo:before {
  background-color: #f2f9ff; }

/* Progress with steps */
ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em; }

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%; }

ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%; }

ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%; }

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%; }

ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%; }

ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%; }

ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%; }

ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%; }

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen; }

ol.progtrckr li.progtrckr-doing {
  color: black;
  border-bottom: 4px solid gray; }

ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver; }

ol.progtrckr li:after {
  content: "\A0\A0"; }

ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em; }

ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em; }

ol.progtrckr li.progtrckr-doing:before {
  content: "\2022";
  color: white;
  background-color: gray;
  width: 1.2em;
  line-height: 1.2em;
  border-radius: 1.2em; }

ol.progtrckr li.progtrckr-todo:before {
  content: "\39F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em; }

.toast ul {
  margin-top: 1em;
  padding-left: 2.5rem; }

.notification-toast {
  background-color: #333;
  border-radius: 6px;
  border: 0;
  /* .card-body {
    padding: 1.25rem;
  } */ }
  .notification-toast ul {
    margin-top: 1em;
    padding-left: 2.5rem; }

table.table.table-hover .btn-group button.btn, table.table.table-hover .fc-button-group button.btn, table.table.table-hover .btn-group .fc button, .fc table.table.table-hover .btn-group button, table.table.table-hover .fc-button-group .fc button, .fc table.table.table-hover .fc-button-group button {
  transition: unset; }
  table.table.table-hover .btn-group button.btn:first-child, table.table.table-hover .fc-button-group button.btn:first-child, table.table.table-hover .btn-group .fc button:first-child, .fc table.table.table-hover .btn-group button:first-child, table.table.table-hover .fc-button-group .fc button:first-child, .fc table.table.table-hover .fc-button-group button:first-child {
    border-radius: 2px 0 0 2px; }
  table.table.table-hover .btn-group button.btn:last-child, table.table.table-hover .fc-button-group button.btn:last-child, table.table.table-hover .btn-group .fc button:last-child, .fc table.table.table-hover .btn-group button:last-child, table.table.table-hover .fc-button-group .fc button:last-child, .fc table.table.table-hover .fc-button-group button:last-child {
    border-radius: 0 2px 2px 0; }

table.table.table-hover .btn-group, table.table.table-hover .fc-button-group {
  cursor: pointer; }
  table.table.table-hover .btn-group > .btn, table.table.table-hover .fc-button-group > .btn, table.table.table-hover .fc .btn-group > button, .fc table.table.table-hover .btn-group > button, table.table.table-hover .fc .fc-button-group > button, .fc table.table.table-hover .fc-button-group > button {
    transition: unset; }
  table.table.table-hover .btn-group > .btn:first-child, table.table.table-hover .fc-button-group > .btn:first-child, table.table.table-hover .fc .btn-group > button:first-child, .fc table.table.table-hover .btn-group > button:first-child, table.table.table-hover .fc .fc-button-group > button:first-child, .fc table.table.table-hover .fc-button-group > button:first-child {
    margin-left: 0; }
  table.table.table-hover .btn-group > .btn:not(:last-child):not(.dropdown-toggle), table.table.table-hover .fc-button-group > .btn:not(:last-child):not(.dropdown-toggle), table.table.table-hover .fc .btn-group > button:not(:last-child):not(.dropdown-toggle), .fc table.table.table-hover .btn-group > button:not(:last-child):not(.dropdown-toggle), table.table.table-hover .fc .fc-button-group > button:not(:last-child):not(.dropdown-toggle), .fc table.table.table-hover .fc-button-group > button:not(:last-child):not(.dropdown-toggle),
  table.table.table-hover .btn-group > .btn-group:not(:last-child) > .btn,
  table.table.table-hover .fc-button-group > .btn-group:not(:last-child) > .btn,
  table.table.table-hover .btn-group > .fc-button-group:not(:last-child) > .btn,
  table.table.table-hover .fc-button-group > .fc-button-group:not(:last-child) > .btn,
  table.table.table-hover .fc .btn-group > .btn-group:not(:last-child) > button,
  .fc table.table.table-hover .btn-group > .btn-group:not(:last-child) > button,
  table.table.table-hover .fc .fc-button-group > .btn-group:not(:last-child) > button,
  .fc table.table.table-hover .fc-button-group > .btn-group:not(:last-child) > button,
  table.table.table-hover .fc .btn-group > .fc-button-group:not(:last-child) > button,
  .fc table.table.table-hover .btn-group > .fc-button-group:not(:last-child) > button,
  table.table.table-hover .fc .fc-button-group > .fc-button-group:not(:last-child) > button,
  .fc table.table.table-hover .fc-button-group > .fc-button-group:not(:last-child) > button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  table.table.table-hover .btn-group > .btn:last-child:not(.dropdown-toggle), table.table.table-hover .fc-button-group > .btn:last-child:not(.dropdown-toggle), table.table.table-hover .fc .btn-group > button:last-child:not(.dropdown-toggle), .fc table.table.table-hover .btn-group > button:last-child:not(.dropdown-toggle), table.table.table-hover .fc .fc-button-group > button:last-child:not(.dropdown-toggle), .fc table.table.table-hover .fc-button-group > button:last-child:not(.dropdown-toggle),
  table.table.table-hover .btn-group > .btn-group:last-child > .btn,
  table.table.table-hover .fc-button-group > .btn-group:last-child > .btn,
  table.table.table-hover .btn-group > .fc-button-group:last-child > .btn,
  table.table.table-hover .fc-button-group > .fc-button-group:last-child > .btn,
  table.table.table-hover .fc .btn-group > .btn-group:last-child > button,
  .fc table.table.table-hover .btn-group > .btn-group:last-child > button,
  table.table.table-hover .fc .fc-button-group > .btn-group:last-child > button,
  .fc table.table.table-hover .fc-button-group > .btn-group:last-child > button,
  table.table.table-hover .fc .btn-group > .fc-button-group:last-child > button,
  .fc table.table.table-hover .btn-group > .fc-button-group:last-child > button,
  table.table.table-hover .fc .fc-button-group > .fc-button-group:last-child > button,
  .fc table.table.table-hover .fc-button-group > .fc-button-group:last-child > button {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }
  table.table.table-hover .btn-group > .btn:not(:first-child), table.table.table-hover .fc-button-group > .btn:not(:first-child), table.table.table-hover .fc .btn-group > button:not(:first-child), .fc table.table.table-hover .btn-group > button:not(:first-child), table.table.table-hover .fc .fc-button-group > button:not(:first-child), .fc table.table.table-hover .fc-button-group > button:not(:first-child),
  table.table.table-hover .btn-group > .btn-group:not(:first-child) > .btn,
  table.table.table-hover .fc-button-group > .btn-group:not(:first-child) > .btn,
  table.table.table-hover .btn-group > .fc-button-group:not(:first-child) > .btn,
  table.table.table-hover .fc-button-group > .fc-button-group:not(:first-child) > .btn,
  table.table.table-hover .fc .btn-group > .btn-group:not(:first-child) > button,
  .fc table.table.table-hover .btn-group > .btn-group:not(:first-child) > button,
  table.table.table-hover .fc .fc-button-group > .btn-group:not(:first-child) > button,
  .fc table.table.table-hover .fc-button-group > .btn-group:not(:first-child) > button,
  table.table.table-hover .fc .btn-group > .fc-button-group:not(:first-child) > button,
  .fc table.table.table-hover .btn-group > .fc-button-group:not(:first-child) > button,
  table.table.table-hover .fc .fc-button-group > .fc-button-group:not(:first-child) > button,
  .fc table.table.table-hover .fc-button-group > .fc-button-group:not(:first-child) > button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  table.table.table-hover .btn-group > .btn:first-child, table.table.table-hover .fc-button-group > .btn:first-child, table.table.table-hover .fc .btn-group > button:first-child, .fc table.table.table-hover .btn-group > button:first-child, table.table.table-hover .fc .fc-button-group > button:first-child, .fc table.table.table-hover .fc-button-group > button:first-child,
  table.table.table-hover .btn-group > .btn-group:first-child > .btn,
  table.table.table-hover .fc-button-group > .btn-group:first-child > .btn,
  table.table.table-hover .btn-group > .fc-button-group:first-child > .btn,
  table.table.table-hover .fc-button-group > .fc-button-group:first-child > .btn,
  table.table.table-hover .fc .btn-group > .btn-group:first-child > button,
  .fc table.table.table-hover .btn-group > .btn-group:first-child > button,
  table.table.table-hover .fc .fc-button-group > .btn-group:first-child > button,
  .fc table.table.table-hover .fc-button-group > .btn-group:first-child > button,
  table.table.table-hover .fc .btn-group > .fc-button-group:first-child > button,
  .fc table.table.table-hover .btn-group > .fc-button-group:first-child > button,
  table.table.table-hover .fc .fc-button-group > .fc-button-group:first-child > button,
  .fc table.table.table-hover .fc-button-group > .fc-button-group:first-child > button {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }

table.table.table-hover tbody tr:not(:hover) div.btn-group button.btn, table.table.table-hover tbody tr:not(:hover) div.fc-button-group button.btn, table.table.table-hover tbody tr:not(:hover) div.btn-group .fc button, .fc table.table.table-hover tbody tr:not(:hover) div.btn-group button, table.table.table-hover tbody tr:not(:hover) div.fc-button-group .fc button, .fc table.table.table-hover tbody tr:not(:hover) div.fc-button-group button {
  color: transparent !important;
  background-color: transparent !important; }

.dashboardDarkRow, .dashboard .tab-content > .tab-pane > .dashboardArea, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea, .dashboard .dashboardArea:nth-child(even), .dashboard-dark-theme .dashboardArea:nth-child(even) {
  background: #000000; }
  .dashboardDarkRow .table.table-hover tbody tr:hover, .dashboard .tab-content > .tab-pane > .dashboardArea .table.table-hover tbody tr:hover, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .table.table-hover tbody tr:hover, .dashboard .dashboardArea:nth-child(even) .table.table-hover tbody tr:hover, .dashboard-dark-theme .dashboardArea:nth-child(even) .table.table-hover tbody tr:hover {
    background-color: #181818; }
  .dashboardDarkRow .table thead th, .dashboard .tab-content > .tab-pane > .dashboardArea .table thead th, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .table thead th, .dashboard .dashboardArea:nth-child(even) .table thead th, .dashboard-dark-theme .dashboardArea:nth-child(even) .table thead th {
    background: #181818; }
  .dashboardDarkRow .contentToolbar, .dashboard .tab-content > .tab-pane > .dashboardArea .contentToolbar, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .contentToolbar, .dashboard .dashboardArea:nth-child(even) .contentToolbar, .dashboard-dark-theme .dashboardArea:nth-child(even) .contentToolbar {
    background-color: #181818; }
    .dashboardDarkRow .contentToolbar button.actionIcon.disabled, .dashboard .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled, .dashboard .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled, .dashboard-dark-theme .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled {
      color: #333; }
      .dashboardDarkRow .contentToolbar button.actionIcon.disabled:hover, .dashboard .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled:hover, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled:hover, .dashboard .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled:hover, .dashboard-dark-theme .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled:hover, .dashboardDarkRow .contentToolbar button.actionIcon.disabled:active, .dashboard .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled:active, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .contentToolbar button.actionIcon.disabled:active, .dashboard .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled:active, .dashboard-dark-theme .dashboardArea:nth-child(even) .contentToolbar button.actionIcon.disabled:active {
        border: 0;
        cursor: default; }
  .dashboardDarkRow .contentToolbar-footer, .dashboard .tab-content > .tab-pane > .dashboardArea .contentToolbar-footer, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .contentToolbar-footer, .dashboard .dashboardArea:nth-child(even) .contentToolbar-footer, .dashboard-dark-theme .dashboardArea:nth-child(even) .contentToolbar-footer {
    background-color: #2D2D2D; }
  .dashboardDarkRow .actionIcon, .dashboard .tab-content > .tab-pane > .dashboardArea .actionIcon, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .actionIcon, .dashboard .dashboardArea:nth-child(even) .actionIcon, .dashboard-dark-theme .dashboardArea:nth-child(even) .actionIcon, .dashboardDarkRow .search-box, .dashboard .tab-content > .tab-pane > .dashboardArea .search-box, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .search-box, .dashboard .dashboardArea:nth-child(even) .search-box, .dashboard-dark-theme .dashboardArea:nth-child(even) .search-box, .dashboardDarkRow .dashboard-search-box, .dashboard .tab-content > .tab-pane > .dashboardArea .dashboard-search-box, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .dashboard-search-box, .dashboard .dashboardArea:nth-child(even) .dashboard-search-box, .dashboard-dark-theme .dashboardArea:nth-child(even) .dashboard-search-box {
    background-color: #181818; }
    .dashboardDarkRow .actionIcon:hover, .dashboard .tab-content > .tab-pane > .dashboardArea .actionIcon:hover, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .actionIcon:hover, .dashboard .dashboardArea:nth-child(even) .actionIcon:hover, .dashboard-dark-theme .dashboardArea:nth-child(even) .actionIcon:hover, .dashboardDarkRow .search-box:hover, .dashboard .tab-content > .tab-pane > .dashboardArea .search-box:hover, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .search-box:hover, .dashboard .dashboardArea:nth-child(even) .search-box:hover, .dashboard-dark-theme .dashboardArea:nth-child(even) .search-box:hover, .dashboardDarkRow .dashboard-search-box:hover, .dashboard .tab-content > .tab-pane > .dashboardArea .dashboard-search-box:hover, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .dashboard-search-box:hover, .dashboard .dashboardArea:nth-child(even) .dashboard-search-box:hover, .dashboard-dark-theme .dashboardArea:nth-child(even) .dashboard-search-box:hover {
      color: #CCCCCC; }
  .dashboardDarkRow .filterTitle, .dashboard .tab-content > .tab-pane > .dashboardArea .filterTitle, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .filterTitle, .dashboard .dashboardArea:nth-child(even) .filterTitle, .dashboard-dark-theme .dashboardArea:nth-child(even) .filterTitle {
    color: #999999; }
  .dashboardDarkRow .filterRow, .dashboard .tab-content > .tab-pane > .dashboardArea .filterRow, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .filterRow, .dashboard .dashboardArea:nth-child(even) .filterRow, .dashboard-dark-theme .dashboardArea:nth-child(even) .filterRow, .dashboardDarkRow .filterCol, .dashboard .tab-content > .tab-pane > .dashboardArea .filterCol, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .filterCol, .dashboard .dashboardArea:nth-child(even) .filterCol, .dashboard-dark-theme .dashboardArea:nth-child(even) .filterCol, .dashboardDarkRow .filterTitle, .dashboard .tab-content > .tab-pane > .dashboardArea .filterTitle, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .filterTitle, .dashboard .dashboardArea:nth-child(even) .filterTitle, .dashboard-dark-theme .dashboardArea:nth-child(even) .filterTitle {
    border-color: #181818; }
  .dashboardDarkRow .checkbox, .dashboard .tab-content > .tab-pane > .dashboardArea .checkbox, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .checkbox, .dashboard .dashboardArea:nth-child(even) .checkbox, .dashboard-dark-theme .dashboardArea:nth-child(even) .checkbox {
    color: #999999; }
    .dashboardDarkRow .checkbox .icon, .dashboard .tab-content > .tab-pane > .dashboardArea .checkbox .icon, .dashboard-dark-theme .tab-content > .tab-pane > .dashboardArea .checkbox .icon, .dashboard .dashboardArea:nth-child(even) .checkbox .icon, .dashboard-dark-theme .dashboardArea:nth-child(even) .checkbox .icon {
      color: #181818; }

.dashboard, .dashboard-dark-theme {
  color: #999999;
  font: 14px Nunito-Regular; }
  .dashboard .dashboardStatLabelRow > .col, .dashboard-dark-theme .dashboardStatLabelRow > .col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dashboard .statCol, .dashboard-dark-theme .statCol {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font: 28px Nunito-Light; }
    .dashboard .statCol .statColGradient, .dashboard-dark-theme .statCol .statColGradient {
      height: 4.4rem;
      width: 0.3rem;
      margin-right: 1.7rem;
      background: -webkit-linear-gradient(270deg, black 0%, black 0%, #ff791a 53%, black 100%, black 100%);
      background: -moz-linear-gradient(180deg, black 0%, black 0%, #ff791a 53%, black 100%, black 100%);
      background: linear-gradient(180deg, black 0%, black 0%, #ff791a 53%, black 100%, black 100%); }
  .dashboard .nav-tabs, .dashboard-dark-theme .nav-tabs {
    background: #000000;
    border-bottom: 1px solid #666; }
    .dashboard .nav-tabs .nav-link, .dashboard-dark-theme .nav-tabs .nav-link, .dashboard .nav-tabs .navbar .dropdown-toggle, .navbar .dashboard .nav-tabs .dropdown-toggle, .dashboard-dark-theme .nav-tabs .navbar .dropdown-toggle, .navbar .dashboard-dark-theme .nav-tabs .dropdown-toggle {
      padding-left: 0;
      padding-right: 0;
      margin-left: 2rem;
      margin-right: 2rem;
      background-color: transparent;
      border: 0;
      padding-bottom: 2px;
      border-bottom: 1px solid #666; }
      .dashboard .nav-tabs .nav-link.active, .dashboard-dark-theme .nav-tabs .nav-link.active, .dashboard .nav-tabs .navbar .active.dropdown-toggle, .navbar .dashboard .nav-tabs .active.dropdown-toggle, .dashboard-dark-theme .nav-tabs .navbar .active.dropdown-toggle, .navbar .dashboard-dark-theme .nav-tabs .active.dropdown-toggle {
        background-color: transparent;
        padding-bottom: 0;
        border-bottom: 3px solid #FF791A;
        color: #fff !important; }
        .dashboard .nav-tabs .nav-link.active:hover, .dashboard-dark-theme .nav-tabs .nav-link.active:hover, .dashboard .nav-tabs .navbar .active.dropdown-toggle:hover, .navbar .dashboard .nav-tabs .active.dropdown-toggle:hover, .dashboard-dark-theme .nav-tabs .navbar .active.dropdown-toggle:hover, .navbar .dashboard-dark-theme .nav-tabs .active.dropdown-toggle:hover {
          color: #fff !important;
          border-bottom: 3px solid #FF791A; }
      .dashboard .nav-tabs .nav-link:hover, .dashboard-dark-theme .nav-tabs .nav-link:hover, .dashboard .nav-tabs .navbar .dropdown-toggle:hover, .navbar .dashboard .nav-tabs .dropdown-toggle:hover, .dashboard-dark-theme .nav-tabs .navbar .dropdown-toggle:hover, .navbar .dashboard-dark-theme .nav-tabs .dropdown-toggle:hover {
        color: #fff !important;
        padding-bottom: 0;
        border-bottom: 3px solid #CCCCCC; }
  .dashboard .tab-content, .dashboard-dark-theme .tab-content {
    border-top: none;
    margin-top: 0; }
    .dashboard .tab-content > .tab-pane, .dashboard-dark-theme .tab-content > .tab-pane {
      padding: 0; }
  .dashboard .dashboardArea, .dashboard-dark-theme .dashboardArea {
    padding-left: 2rem;
    padding-right: 2rem; }
    .dashboard .dashboardArea .table, .dashboard-dark-theme .dashboardArea .table {
      color: #999999; }
      .dashboard .dashboardArea .table .text-muted, .dashboard-dark-theme .dashboardArea .table .text-muted {
        color: #777777 !important; }
      .dashboard .dashboardArea .table th, .dashboard-dark-theme .dashboardArea .table th, .dashboard .dashboardArea .table td, .dashboard-dark-theme .dashboardArea .table td {
        border-bottom: 1px solid #434343; }
      .dashboard .dashboardArea .table thead th, .dashboard-dark-theme .dashboardArea .table thead th {
        border-color: #333; }
    .dashboard .dashboardArea:nth-child(odd), .dashboard-dark-theme .dashboardArea:nth-child(odd) {
      background: #2F3032; }
      .dashboard .dashboardArea:nth-child(odd) .table.table-hover tbody tr:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .table.table-hover tbody tr:hover {
        background-color: #424345; }
      .dashboard .dashboardArea:nth-child(odd) .table thead th, .dashboard-dark-theme .dashboardArea:nth-child(odd) .table thead th {
        border-color: #333; }
      .dashboard .dashboardArea:nth-child(odd) .table thead th, .dashboard-dark-theme .dashboardArea:nth-child(odd) .table thead th {
        background: #424345; }
      .dashboard .dashboardArea:nth-child(odd) .contentToolbar, .dashboard-dark-theme .dashboardArea:nth-child(odd) .contentToolbar {
        background-color: #424345; }
        .dashboard .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled, .dashboard-dark-theme .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled {
          color: #333; }
          .dashboard .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled:hover, .dashboard .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled:active, .dashboard-dark-theme .dashboardArea:nth-child(odd) .contentToolbar button.actionIcon.disabled:active {
            border: 0;
            cursor: default; }
      .dashboard .dashboardArea:nth-child(odd) .contentToolbar-footer, .dashboard-dark-theme .dashboardArea:nth-child(odd) .contentToolbar-footer {
        background-color: #515151; }
      .dashboard .dashboardArea:nth-child(odd) .actionIcon, .dashboard-dark-theme .dashboardArea:nth-child(odd) .actionIcon, .dashboard .dashboardArea:nth-child(odd) .search-box, .dashboard-dark-theme .dashboardArea:nth-child(odd) .search-box, .dashboard .dashboardArea:nth-child(odd) .dashboard-search-box, .dashboard-dark-theme .dashboardArea:nth-child(odd) .dashboard-search-box {
        background-color: #424345; }
        .dashboard .dashboardArea:nth-child(odd) .actionIcon:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .actionIcon:hover, .dashboard .dashboardArea:nth-child(odd) .search-box:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .search-box:hover, .dashboard .dashboardArea:nth-child(odd) .dashboard-search-box:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .dashboard-search-box:hover {
          color: #CCCCCC; }
      .dashboard .dashboardArea:nth-child(odd) .filterTitle, .dashboard-dark-theme .dashboardArea:nth-child(odd) .filterTitle {
        color: #999999; }
      .dashboard .dashboardArea:nth-child(odd) .filterRow, .dashboard-dark-theme .dashboardArea:nth-child(odd) .filterRow, .dashboard .dashboardArea:nth-child(odd) .filterCol, .dashboard-dark-theme .dashboardArea:nth-child(odd) .filterCol, .dashboard .dashboardArea:nth-child(odd) .filterTitle, .dashboard-dark-theme .dashboardArea:nth-child(odd) .filterTitle {
        border-color: #666666; }
      .dashboard .dashboardArea:nth-child(odd) .checkbox, .dashboard-dark-theme .dashboardArea:nth-child(odd) .checkbox {
        color: #999999; }
        .dashboard .dashboardArea:nth-child(odd) .checkbox .icon, .dashboard-dark-theme .dashboardArea:nth-child(odd) .checkbox .icon {
          color: #424345; }
      .dashboard .dashboardArea:nth-child(odd) .search-box .open .actionIcon, .dashboard-dark-theme .dashboardArea:nth-child(odd) .search-box .open .actionIcon, .dashboard .dashboardArea:nth-child(odd) .dashboard-search-box .open .actionIcon, .dashboard-dark-theme .dashboardArea:nth-child(odd) .dashboard-search-box .open .actionIcon {
        background-color: #FFFFFF; }
        .dashboard .dashboardArea:nth-child(odd) .search-box .open .actionIcon:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .search-box .open .actionIcon:hover, .dashboard .dashboardArea:nth-child(odd) .dashboard-search-box .open .actionIcon:hover, .dashboard-dark-theme .dashboardArea:nth-child(odd) .dashboard-search-box .open .actionIcon:hover {
          color: #FF791A; }

#curtain {
  position: absolute;
  top: -68.9rem;
  width: 113.8rem;
  height: 68.9rem;
  z-index: 1063;
  background-color: white;
  transition: 1s;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden !important; }

.vertical-puller {
  background: url("/img/spog_arrow_base.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  width: 32px;
  height: 16px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  text-align: center !important;
  position: absolute;
  left: calc(50% - 16px);
  transition: 1s; }

#inner-vertical-puller {
  bottom: 0; }

#outer-vertical-puller {
  z-index: 1062; }

#pg-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1061;
  transition-property: opacity;
  transition: 1s; }

.email-app {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #d1d4d7; }
  .email-app nav {
    flex: 0 0 200px;
    padding: 1rem;
    border-right: 1px solid #d1d4d7; }
    .email-app nav .btn-block {
      margin-bottom: 15px; }
    .email-app nav .nav {
      flex-direction: column; }
      .email-app nav .nav .nav-item {
        position: relative; }
        .email-app nav .nav .nav-item .nav-link, .email-app nav .nav .nav-item .navbar .dropdown-toggle, .navbar .email-app nav .nav .nav-item .dropdown-toggle {
          color: #333333;
          border-bottom: 1px solid #d1d4d7; }
          .email-app nav .nav .nav-item .nav-link i, .email-app nav .nav .nav-item .navbar .dropdown-toggle i, .navbar .email-app nav .nav .nav-item .dropdown-toggle i {
            width: 20px;
            margin: 0 10px 0 0;
            font-size: 14px;
            text-align: center; }
          .email-app nav .nav .nav-item .nav-link .badge, .email-app nav .nav .nav-item .navbar .dropdown-toggle .badge, .navbar .email-app nav .nav .nav-item .dropdown-toggle .badge {
            float: right;
            margin-top: 4px;
            margin-left: 10px; }
  .email-app main {
    min-width: 0;
    flex: 1;
    padding: 1rem; }
  .email-app .inbox .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d1d4d7; }
  .email-app .inbox .messages {
    padding: 0;
    list-style: none; }
  .email-app .inbox .message {
    position: relative;
    padding: 1rem 1rem 1rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #d1d4d7; }
    .email-app .inbox .message:hover {
      background: #f8f9fa; }
    .email-app .inbox .message .actions {
      position: absolute;
      left: 0;
      display: flex;
      flex-direction: column; }
      .email-app .inbox .message .actions .action {
        width: 2rem;
        margin-bottom: 0.5rem;
        color: #818a91;
        text-align: center; }
    .email-app .inbox .message a {
      color: #000; }
      .email-app .inbox .message a:hover {
        text-decoration: none; }
    .email-app .inbox .message.unread .header, .email-app .inbox .message.unread .title {
      font-weight: bold; }
    .email-app .inbox .message .header {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5rem; }
      .email-app .inbox .message .header .date {
        margin-left: auto; }
    .email-app .inbox .message .title {
      margin-bottom: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .email-app .inbox .message .description {
      font-size: 12px; }
  .email-app .message .toolbar {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d1d4d7; }
  .email-app .message .details .title {
    padding: 1rem 0;
    font-weight: bold; }
  .email-app .message .details .header {
    display: flex;
    padding: 1rem 0;
    margin: 1rem 0;
    border-top: 1px solid #d1d4d7;
    border-bottom: 1px solid #d1d4d7; }
    .email-app .message .details .header .avatar {
      width: 40px;
      height: 40px;
      margin-right: 1rem; }
    .email-app .message .details .header .from {
      font-size: 12px;
      color: #55595c;
      align-self: center; }
      .email-app .message .details .header .from span {
        display: block;
        font-weight: bold; }
    .email-app .message .details .header .date {
      margin-left: auto; }
  .email-app .message .details .attachments {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-top: 3px solid #f8f9fa;
    border-bottom: 3px solid #f8f9fa; }
    .email-app .message .details .attachments .attachment {
      display: flex;
      margin: 0.5rem 0;
      font-size: 12px;
      align-self: center; }
      .email-app .message .details .attachments .attachment .badge {
        margin: 0 0.5rem;
        line-height: inherit; }
      .email-app .message .details .attachments .attachment .menu {
        margin-left: auto; }
        .email-app .message .details .attachments .attachment .menu a {
          padding: 0 0.5rem;
          font-size: 14px;
          color: #d1d4d7; }

@media (max-width: 767.98px) {
  .email-app {
    flex-direction: column; }
    .email-app nav {
      flex: 0 0 100%; } }

@media (max-width: 575.98px) {
  .email-app .message .header {
    flex-flow: row wrap; }
    .email-app .message .header .date {
      flex: 0 0 100%; } }

html,
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

html {
  font-size: 62.5%; }

h1 {
  font-family: Roboto-Regular, "Roboto Regular", Roboto; }

h2 {
  font-family: Roboto-Thin; }

h2.title-pane {
  margin-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid #FF791A;
  padding-top: 3px;
  height: 45px;
  font: 18px Nunito-ExtraLight, Roboto-Thin;
  color: #333333;
  text-transform: uppercase; }

h3 {
  font-family: Nunito-SemiBold, Roboto-Bold; }

h3.title-pane {
  font: 16px Nunito-ExtraLight, Roboto-Thin;
  color: #333333;
  font-weight: 200;
  text-transform: uppercase;
  padding-left: 17px;
  height: 29px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #FF791A;
  display: flex;
  flex-direction: row;
  align-items: center; }

h2.title-pane + h3.title-pane {
  margin-top: 0; }

h4 {
  font-family: Nunito-Bold, Roboto-Bold; }

h5 {
  font-family: Nunito-Regular, Roboto-Regular; }

.aside-menu .nav-tabs .nav-link, .aside-menu .nav-tabs .navbar .dropdown-toggle, .navbar .aside-menu .nav-tabs .dropdown-toggle,
.aside-menu .callout {
  border-radius: 0; }

.app-header.navbar .nav-item {
  min-width: 0; }
  .app-header.navbar .nav-item .dropdown-item.disabled {
    background-color: #333333 !important; }
  .app-header.navbar .nav-item .actionIcon {
    margin-left: 1rem; }
  .app-header.navbar .nav-item .nav-link > .img-avatar, .app-header.navbar .nav-item .dropdown-toggle > .img-avatar {
    height: 50px;
    width: 50px; }

.app-header .app-title {
  font: 20px Nunito-SemiBold;
  color: #333333;
  padding-left: 4rem; }

.app-footer {
  padding: 0 4rem; }

.notification-center {
  height: 100vh;
  z-index: 1022;
  width: 640px;
  background-color: #FFFFFF; }
  .notification-center .notification-center-header {
    text-transform: uppercase;
    color: #C9C9C9;
    vertical-align: middle;
    background-color: #515151;
    border: 1rem solid #515151;
    height: 4.5rem;
    padding: 0 0 0 1rem; }
    .notification-center .notification-center-header h5 {
      font-size: 16px;
      font-family: Nunito-ExtraLight;
      line-height: 2.5rem; }
    .notification-center .notification-center-header .close {
      font-size: 13px;
      font-family: SonicWallIconFont;
      line-height: 2.5rem;
      color: #C9C9C9;
      text-shadow: none;
      margin: 0;
      padding: 0;
      height: 2.5rem;
      width: 2.5rem; }
      .notification-center .notification-center-header .close span {
        display: none; }
      .notification-center .notification-center-header .close:after {
        content: "\E804"; }
      .notification-center .notification-center-header .close:hover {
        color: #FFFFFF; }
      .notification-center .notification-center-header .close:active {
        color: #FF791A; }
  .notification-center .notification-center-body {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 0; }
    .notification-center .notification-center-body .title {
      color: #333;
      font-size: 16px;
      font-weight: 200;
      padding: 0 2rem 2rem 2rem;
      text-transform: uppercase; }
    .notification-center .notification-center-body .alert {
      padding: 0 !important;
      margin-bottom: 2rem;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%; }
      .notification-center .notification-center-body .alert .btn-group, .notification-center .notification-center-body .alert .fc-button-group {
        display: none; }
      .notification-center .notification-center-body .alert:hover .btn-group, .notification-center .notification-center-body .alert:hover .fc-button-group {
        display: block;
        position: fixed;
        right: 20px; }
  .notification-center .notification-center-footer {
    position: fixed;
    bottom: 0;
    padding: 14px;
    padding-top: 0;
    background-color: #FFFFFF;
    border: 6px solid #FFFFFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }
    .notification-center .notification-center-footer .btn-primary, .notification-center .notification-center-footer .fc-today-button {
      position: fixed;
      right: 20px;
      bottom: 20px;
      background-color: #FF791A;
      border: none;
      padding: 0px 20px 0px 20px;
      min-width: 100px;
      font: Nunito-Regular 13px;
      color: #000000;
      min-height: 29px; }
      .notification-center .notification-center-footer .btn-primary:hover, .notification-center .notification-center-footer .fc-today-button:hover {
        color: #000000;
        background-color: #FF791A;
        border: none; }
      .notification-center .notification-center-footer .btn-primary:active, .notification-center .notification-center-footer .fc-today-button:active {
        color: #000000;
        background-color: #FF791A;
        border: none; }
    .notification-center .notification-center-footer > :not(:first-child) {
      margin-left: 0.5rem; }
    .notification-center .notification-center-footer > :not(:last-child) {
      margin-right: 0.5rem; }

.notification-center-fixed .notification-center .overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: block;
  top: 0;
  left: 0;
  right: 640px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black background with opacity */
  z-index: 1021;
  /* Specify a stack order in case you're using a different order for other elements */ }

.notification-center-hidden .notification-center .overlay {
  display: none;
  /* Hidden by default */ }

.breadcrumb {
  color: #999999;
  font: 14px Nunito-ExtraLight, Roboto-Thin;
  color: #333333;
  font-weight: 200;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 30px; }

.dropdown-menu {
  font: 13px Nunito-Regular;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .dropdown-menu.dropdown-wide {
    min-width: 20rem; }
  .dropdown-menu .dropdown-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.dropdown-item {
  border-bottom: 1px solid #666666;
  background-color: #333333; }

.Select-value-label .Select__control {
  color: #FFFFFF !important;
  font: 13px Nunito-Regular !important;
  text-align: left; }

span.Select-arrow span.Select__indicators {
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  border: 0;
  line-height: 2.6rem; }

.Select-input > input {
  color: #FFFFFF !important; }

.Select--single.is-focused .Select-control {
  color: #FFF !important;
  font: 13px Nunito-Light !important; }

.Select--single.is-pseudo-focused .Select-control {
  border: 1px solid #CCCCCC; }

.Select--single.is-disabled .Select-control .Select-arrow-zone {
  visibility: hidden; }

.Select--single.is-disabled input:hover,
.Select--single.is-disabled .Select-control:hover {
  cursor: default;
  border: 1px solid #ccc !important; }

.Select--single .Select-control {
  color: #FFF !important;
  font: 13px Nunito-Light !important;
  border: 1px solid #808080; }
  .Select--single .Select-control:hover {
    cursor: pointer; }
  .Select--single .Select-control .Select-value {
    line-height: 2.8rem !important; }

.Select--single .Select-menu-outer, .Select--single .Select-menu, .Select--single .Select-menu-inner {
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.Select--single .Select-option, .Select--single .Select-noresults {
  font: 13px Nunito-Regular;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #666666;
  background-color: #333333;
  color: #C9C9C9; }
  .Select--single .Select-option:last-child, .Select--single .Select-noresults:last-child {
    border-bottom: 0; }
  .Select--single .Select-option.is-selected, .Select--single .Select-noresults.is-selected {
    background-color: #333333;
    border-bottom: 1px solid  #666666; }
  .Select--single .Select-option.is-focused, .Select--single .Select-noresults.is-focused {
    background-color: #666666;
    border-bottom: 1px solid #666666; }

.sidebar {
  font-size: 1.4rem;
  font-family: Nunito-Light; }
  .sidebar .sidebar-anchor {
    background-image: url(/img/subnav-anchor.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    overflow: visible;
    position: absolute;
    left: 222px;
    top: 0px; }
  .sidebar .nav-title {
    background: #444444;
    font: 1.2rem Nunito-Regular; }
  .sidebar .nav-item.nav-dropdown.open {
    border-top: 0; }
  .sidebar .nav-item.nav-dropdown:not(.open):last-child {
    border-bottom: 1px solid #515151; }
  .sidebar .nav-link, .sidebar .navbar .dropdown-toggle, .navbar .sidebar .dropdown-toggle {
    height: 29px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font: 14px Nunito-ExtraLight; }
    .sidebar .nav-link.nav-dropdown-toggle, .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle, .navbar .sidebar .nav-dropdown-toggle.dropdown-toggle, .sidebar .nav-link.large-item, .sidebar .navbar .large-item.dropdown-toggle, .navbar .sidebar .large-item.dropdown-toggle {
      border-top: 1px solid #515151;
      height: 71px;
      font: 13px Nunito-Light; }
      .sidebar .nav-link.nav-dropdown-toggle:hover, .sidebar .navbar .nav-dropdown-toggle.dropdown-toggle:hover, .navbar .sidebar .nav-dropdown-toggle.dropdown-toggle:hover, .sidebar .nav-link.nav-dropdown-toggle.active, .sidebar .navbar .nav-dropdown-toggle.active.dropdown-toggle, .navbar .sidebar .nav-dropdown-toggle.active.dropdown-toggle, .sidebar .nav-link.large-item:hover, .sidebar .navbar .large-item.dropdown-toggle:hover, .navbar .sidebar .large-item.dropdown-toggle:hover, .sidebar .nav-link.large-item.active, .sidebar .navbar .large-item.active.dropdown-toggle, .navbar .sidebar .large-item.active.dropdown-toggle {
        background-color: #333333 !important; }
    .sidebar .nav-link i, .sidebar .navbar .dropdown-toggle i, .navbar .sidebar .dropdown-toggle i {
      vertical-align: text-bottom;
      margin: 0 9px 0 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      font-size: 2.4rem; }
      .sidebar .nav-link i.icon-minus-ux, .sidebar .navbar .dropdown-toggle i.icon-minus-ux, .navbar .sidebar .dropdown-toggle i.icon-minus-ux {
        margin: 0 20px 0 28px;
        overflow: hidden;
        width: 1.6rem;
        font-size: 1.3rem; }
        .sidebar .nav-link i.icon-minus-ux::before, .sidebar .navbar .dropdown-toggle i.icon-minus-ux::before, .navbar .sidebar .dropdown-toggle i.icon-minus-ux::before {
          color: #D7D7D7; }
  .sidebar .nav-beta-tag::after {
    content: 'BETA';
    color: #f8702f;
    position: relative;
    font-weight: 500;
    top: -4px;
    left: 2px;
    font-size: 12px; }

.shadowCaster {
  position: absolute;
  top: 0;
  left: 230px;
  bottom: 0;
  width: 10px;
  height: 100%;
  box-shadow: -5px 0px 5px #434343; }

.btn-pill-1 {
  border-radius: 40px; }

.btn-pill-ux {
  border-radius: 40px; }
  .btn-pill-ux.btn-primary, .btn-pill-ux.fc-today-button {
    background-color: #FF791A;
    border: none;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: 13px Nunito-Regular;
    color: #000000;
    min-height: 29px; }
    .btn-pill-ux.btn-primary:hover, .btn-pill-ux.fc-today-button:hover {
      color: #000000;
      background-color: #FF791A;
      border: none; }
    .btn-pill-ux.btn-primary:active, .btn-pill-ux.fc-today-button:active {
      color: #000000;
      background-color: #FF791A;
      border: none; }
  .btn-pill-ux.new-btn-primary {
    color: #FFFFFF; }
    .btn-pill-ux.new-btn-primary:hover {
      color: #FFFFFF;
      background-color: #FF791A;
      border: none; }
    .btn-pill-ux.new-btn-primary:disabled:hover {
      background-color: #F2F2F2;
      border: 1px solid #CCCCCC;
      padding: 0px 20px 0px 20px;
      min-width: 100px;
      font: 13px Nunito-Regular;
      color: #CCCCCC;
      min-height: 29px;
      cursor: default; }
  .btn-pill-ux.prev::before {
    content: "<";
    margin-right: 5px; }
  .btn-pill-ux.next::after {
    content: ">";
    margin-left: 5px; }
  .btn-pill-ux.btn-secondary, .fc button.btn-pill-ux {
    background-color: #FFFFFF;
    border: 1px solid #868686;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: 13px Nunito-Regular;
    color: #868686;
    min-height: 29px; }
    .btn-pill-ux.btn-secondary:hover, .fc button.btn-pill-ux:hover {
      color: #333333;
      border: 1px solid #FF791A; }
    .btn-pill-ux.btn-secondary:active, .fc button.btn-pill-ux:active {
      color: #333333;
      background-color: #FF791A;
      border: none; }
  .btn-pill-ux.btn-disabled, .btn-pill-ux:disabled {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: 13px Nunito-Regular;
    color: #CCCCCC;
    min-height: 29px;
    cursor: default; }
    .btn-pill-ux.btn-disabled:active, .btn-pill-ux:disabled:active {
      color: #CCCCCC;
      border: 1px solid #CCCCCC; }

.btn-block-ux {
  height: 4.8rem;
  font-size: 14px;
  font-family: Nunito;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 20px 0 20px;
  background-color: transparent;
  padding-bottom: 3px;
  border: 0; }
  .btn-block-ux:hover {
    background-color: transparent;
    border: 0;
    border-bottom: 3px solid #FF791A;
    color: #666;
    padding-bottom: 0; }
  .btn-block-ux .icon {
    width: 3.3rem;
    height: 3.3rem;
    line-height: 3.3rem;
    cursor: pointer;
    font-size: 16px;
    color: #666; }

.button-group-ux .btn, .button-group-ux .fc button, .fc .button-group-ux button, .button-group-ux .btb.btn-secondary, .button-group-ux .fc button.btb, .fc .button-group-ux button.btb {
  min-width: 2.9rem;
  height: 2.9rem;
  font: SonicWallIconFont 14px;
  color: #868686;
  background-color: #FAFAFA;
  border: 0;
  border-bottom: 1px solid #868686;
  border-radius: 3px; }
  .button-group-ux .btn:hover, .button-group-ux .fc button:hover, .fc .button-group-ux button:hover, .button-group-ux .btb.btn-secondary:hover, .button-group-ux .fc button.btb:hover, .fc .button-group-ux button.btb:hover {
    color: #333333; }
  .button-group-ux .btn.active, .button-group-ux .fc button.active, .fc .button-group-ux button.active, .button-group-ux .btb.btn-secondary.active, .button-group-ux .fc button.btb.active, .fc .button-group-ux button.btb.active {
    background-color: #333333;
    color: #FAFAFA;
    border: 1px solid #333333;
    border-bottom: 0; }

tbody tr:not(:hover) .td-column-flag-hover img {
  filter: contrast(1.25) grayscale(1); }

tbody tr:hover .td-column-flag-hover img {
  filter: grayscale(0); }

@media (max-width: 991.98px) {
  .sidebar .sidebar-anchor {
    opacity: 0; }
  body.sidebar-mobile-show .sidebar .sidebar-anchor {
    opacity: 1; } }

@media (max-width: 991.98px) {
  .sidebar {
    border-left: 0; }
    .sidebar .sidebar-anchor {
      left: 227px; }
  .shadowCaster {
    left: 235px; } }

.nav-tabs {
  justify-content: center; }
  .nav-tabs .nav-item {
    margin-right: 1rem; }
  .nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle,
  .nav-tabs a.nav-link,
  .nav-tabs .navbar a.dropdown-toggle,
  .navbar .nav-tabs a.dropdown-toggle {
    cursor: pointer;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #868686;
    font: 1.4rem Nunito-Regular; }
    .nav-tabs .nav-link:hover, .nav-tabs .navbar .dropdown-toggle:hover, .navbar .nav-tabs .dropdown-toggle:hover, .nav-tabs .nav-link:focus, .nav-tabs .navbar .dropdown-toggle:focus, .navbar .nav-tabs .dropdown-toggle:focus,
    .nav-tabs a.nav-link:hover,
    .nav-tabs .navbar a.dropdown-toggle:hover,
    .navbar .nav-tabs a.dropdown-toggle:hover,
    .nav-tabs a.nav-link:focus,
    .nav-tabs .navbar a.dropdown-toggle:focus,
    .navbar .nav-tabs a.dropdown-toggle:focus {
      color: #333333 !important; }
    .nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle,
    .nav-tabs a.nav-link.active,
    .nav-tabs .navbar a.active.dropdown-toggle,
    .navbar .nav-tabs a.active.dropdown-toggle {
      background: #FAFAFA;
      border-color: #FF791A;
      border-bottom-color: #FAFAFA;
      color: #333333; }
      .nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus,
      .nav-tabs a.nav-link.active:focus,
      .nav-tabs .navbar a.active.dropdown-toggle:focus,
      .navbar .nav-tabs a.active.dropdown-toggle:focus {
        border-color: #d1d4d7;
        border-bottom-color: #FAFAFA; }

.nav-tabs-new {
  float: right;
  border-bottom: 1px solid #CFCFCF; }
  .nav-tabs-new .nav-item {
    margin-right: 1rem; }
  .nav-tabs-new .nav-link, .nav-tabs-new .navbar .dropdown-toggle, .navbar .nav-tabs-new .dropdown-toggle,
  .nav-tabs-new a.nav-link,
  .nav-tabs-new .navbar a.dropdown-toggle,
  .navbar .nav-tabs-new a.dropdown-toggle {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    margin-right: 5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font: 1.6rem Nunito-Light; }
    .nav-tabs-new .nav-link:hover, .nav-tabs-new .navbar .dropdown-toggle:hover, .navbar .nav-tabs-new .dropdown-toggle:hover, .nav-tabs-new .nav-link:focus, .nav-tabs-new .navbar .dropdown-toggle:focus, .navbar .nav-tabs-new .dropdown-toggle:focus,
    .nav-tabs-new a.nav-link:hover,
    .nav-tabs-new .navbar a.dropdown-toggle:hover,
    .navbar .nav-tabs-new a.dropdown-toggle:hover,
    .nav-tabs-new a.nav-link:focus,
    .nav-tabs-new .navbar a.dropdown-toggle:focus,
    .navbar .nav-tabs-new a.dropdown-toggle:focus {
      color: #333333 !important; }
    .nav-tabs-new .nav-link.active, .nav-tabs-new .navbar .active.dropdown-toggle, .navbar .nav-tabs-new .active.dropdown-toggle,
    .nav-tabs-new a.nav-link.active,
    .nav-tabs-new .navbar a.active.dropdown-toggle,
    .navbar .nav-tabs-new a.active.dropdown-toggle {
      background: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 3px solid #F36A22;
      color: #333333;
      font: 1.6rem Nunito-Bold; }
      .nav-tabs-new .nav-link.active:focus, .nav-tabs-new .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs-new .active.dropdown-toggle:focus,
      .nav-tabs-new a.nav-link.active:focus,
      .nav-tabs-new .navbar a.active.dropdown-toggle:focus,
      .navbar .nav-tabs-new a.active.dropdown-toggle:focus {
        border-color: #d1d4d7;
        border-bottom-color: #FAFAFA; }
  .nav-tabs-new .nav-item:last-child {
    margin-right: 0; }
    .nav-tabs-new .nav-item:last-child a.nav-link, .nav-tabs-new .nav-item:last-child .navbar a.dropdown-toggle, .navbar .nav-tabs-new .nav-item:last-child a.dropdown-toggle {
      margin-right: 0; }

.tab-content {
  margin-top: -1px;
  background: white;
  border: 0;
  border-top: 1px solid #FF791A; }
  .tab-content .tab-pane {
    padding: 1rem 0; }
    .tab-content .tab-pane .nav-tabs {
      border-bottom: 1px solid #CCCCCC; }
      .tab-content .tab-pane .nav-tabs .nav-link, .tab-content .tab-pane .nav-tabs .navbar .dropdown-toggle, .navbar .tab-content .tab-pane .nav-tabs .dropdown-toggle {
        padding-left: 0;
        padding-right: 0;
        margin-left: 2rem;
        margin-right: 2rem;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #CCCCCC; }
        .tab-content .tab-pane .nav-tabs .nav-link.active, .tab-content .tab-pane .nav-tabs .navbar .active.dropdown-toggle, .navbar .tab-content .tab-pane .nav-tabs .active.dropdown-toggle {
          background-color: transparent;
          border-bottom: 3px solid #FF791A; }
          .tab-content .tab-pane .nav-tabs .nav-link.active:hover, .tab-content .tab-pane .nav-tabs .navbar .active.dropdown-toggle:hover, .navbar .tab-content .tab-pane .nav-tabs .active.dropdown-toggle:hover {
            border-bottom: 3px solid #FF791A; }
        .tab-content .tab-pane .nav-tabs .nav-link:hover, .tab-content .tab-pane .nav-tabs .navbar .dropdown-toggle:hover, .navbar .tab-content .tab-pane .nav-tabs .dropdown-toggle:hover {
          color: #000000;
          border-bottom: 3px solid #CCCCCC; }
    .tab-content .tab-pane .tab-content {
      border-top: 1px solid #CCCCCC; }

.tab-content-new {
  margin-top: -1px;
  background: white;
  border: 0; }
  .tab-content-new .tab-pane {
    padding: 1rem 0; }
    .tab-content-new .tab-pane .nav-tabs {
      border-bottom: 1px solid #CCCCCC; }
      .tab-content-new .tab-pane .nav-tabs .nav-link, .tab-content-new .tab-pane .nav-tabs .navbar .dropdown-toggle, .navbar .tab-content-new .tab-pane .nav-tabs .dropdown-toggle {
        padding-left: 0;
        padding-right: 0;
        margin-left: 2rem;
        margin-right: 2rem;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #CCCCCC; }
        .tab-content-new .tab-pane .nav-tabs .nav-link.active, .tab-content-new .tab-pane .nav-tabs .navbar .active.dropdown-toggle, .navbar .tab-content-new .tab-pane .nav-tabs .active.dropdown-toggle {
          background-color: transparent;
          border-bottom: 3px solid #FF791A; }
          .tab-content-new .tab-pane .nav-tabs .nav-link.active:hover, .tab-content-new .tab-pane .nav-tabs .navbar .active.dropdown-toggle:hover, .navbar .tab-content-new .tab-pane .nav-tabs .active.dropdown-toggle:hover {
            border-bottom: 3px solid #FF791A; }
        .tab-content-new .tab-pane .nav-tabs .nav-link:hover, .tab-content-new .tab-pane .nav-tabs .navbar .dropdown-toggle:hover, .navbar .tab-content-new .tab-pane .nav-tabs .dropdown-toggle:hover {
          color: #000000;
          border-bottom: 3px solid #CCCCCC; }
    .tab-content-new .tab-pane .tab-content {
      border-top: 1px solid #CCCCCC; }

.loading-indicator-container {
  text-align: center; }

.table {
  color: #666666;
  font: 12px Nunito-SemiBold; }
  .table .text-muted {
    color: #999999 !important; }
  .table .row-not-editable {
    background-color: #FAFAFA;
    color: #999; }
  .table .rule-disabled.row-not-editable {
    color: #CCC; }
  .table .rule-disabled {
    color: #999; }
  .table thead th {
    height: 28px; }
  .table td {
    height: 43px;
    max-width: 100px;
    overflow-wrap: break-word; }
  .table td.ellipsize {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .table td.ellipsize i.statusIcon {
    color: white;
    text-align: center;
    font-size: 1.6rem;
    padding: 2px 5px 2px;
    margin-right: 3px;
    border-radius: 1px;
    font: 15px Nunito-SemiBold !important; }
  .table th, .table thead th, .table td {
    text-align: left;
    padding: 0 10px;
    vertical-align: middle; }
    .table th.narrow, .table thead th.narrow, .table td.narrow {
      width: 1px;
      white-space: nowrap; }
  .table th,
  .table td {
    border: 0;
    border-bottom: 1px solid #F2F2F2; }
  .table thead th {
    background: #F2F2F2;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #E4E4E4;
    text-transform: uppercase; }
    .table thead th:first-child {
      border-left-width: 0px; }

.react-bs-container-body {
  overflow: visible; }

.scrollable-table .react-bs-container-body {
  overflow-x: auto;
  max-width: 100%; }

.react-bs-table table tr[width="100%"] td[colspan] {
  overflow: visible; }

.react-bs-table table td {
  white-space: normal;
  overflow: auto; }

.diff-row-removed {
  color: #FF0000;
  font-weight: bold;
  text-decoration: line-through; }

.diff-row-added {
  color: #99CC00;
  font-weight: bold; }

.modal-dialog-ux.modal-529px .modal-content, .modal-529px.endpoint-modal .modal-content {
  border: none;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  background-color: transparent;
  width: 529px; }

.modal-dialog-ux .modal-content, .endpoint-modal .modal-content {
  border: none;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  background-color: transparent; }
  .modal-dialog-ux .modal-content .react-bs-table, .endpoint-modal .modal-content .react-bs-table {
    border-top: thick solid #ccc !important; }

.modal-dialog-ux .modal-header, .endpoint-modal .modal-header {
  text-transform: uppercase;
  color: #C9C9C9;
  vertical-align: middle;
  background-color: #515151;
  border: 1rem solid #515151;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 4.5rem;
  padding: 0 0 0 1rem; }
  .modal-dialog-ux .modal-header h5, .endpoint-modal .modal-header h5 {
    font-size: 16px;
    font-family: Nunito-ExtraLight;
    line-height: 2.5rem; }
  .modal-dialog-ux .modal-header .close, .endpoint-modal .modal-header .close {
    font-size: 13px;
    font-family: SonicWallIconFont;
    line-height: 2.5rem;
    color: #C9C9C9;
    text-shadow: none;
    margin: 0;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem; }
    .modal-dialog-ux .modal-header .close span, .endpoint-modal .modal-header .close span {
      display: none; }
    .modal-dialog-ux .modal-header .close:after, .endpoint-modal .modal-header .close:after {
      content: "\E804"; }
    .modal-dialog-ux .modal-header .close:hover, .endpoint-modal .modal-header .close:hover {
      color: #FFFFFF; }
    .modal-dialog-ux .modal-header .close:active, .endpoint-modal .modal-header .close:active {
      color: #FF791A; }

.modal-dialog-ux .modal-body, .endpoint-modal .modal-body {
  background-color: #FFFFFF;
  padding: 20px; }

.modal-dialog-ux .modal-footer, .endpoint-modal .modal-footer {
  background-color: #FFFFFF;
  padding-top: 13px;
  border: 6px solid #FFFFFF;
  border-top: 1px solid #C8C8C8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .modal-dialog-ux .modal-footer .btn-primary, .endpoint-modal .modal-footer .btn-primary, .modal-dialog-ux .modal-footer .fc-today-button, .endpoint-modal .modal-footer .fc-today-button {
    background-color: #FF791A;
    border: none;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: Nunito-Regular 13px;
    color: #000000;
    min-height: 29px; }
    .modal-dialog-ux .modal-footer .btn-primary:hover, .endpoint-modal .modal-footer .btn-primary:hover, .modal-dialog-ux .modal-footer .fc-today-button:hover, .endpoint-modal .modal-footer .fc-today-button:hover {
      color: #000000;
      background-color: #FF791A;
      border: none; }
    .modal-dialog-ux .modal-footer .btn-primary:active, .endpoint-modal .modal-footer .btn-primary:active, .modal-dialog-ux .modal-footer .fc-today-button:active, .endpoint-modal .modal-footer .fc-today-button:active {
      color: #000000;
      background-color: #FF791A;
      border: none; }
  .modal-dialog-ux .modal-footer .btn-secondary, .endpoint-modal .modal-footer .btn-secondary, .modal-dialog-ux .modal-footer .fc button, .fc .modal-dialog-ux .modal-footer button, .endpoint-modal .modal-footer .fc button, .fc .endpoint-modal .modal-footer button {
    background-color: #FFFFFF;
    border: 1px solid #868686;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: Nunito-Regular 13px;
    color: #868686;
    min-height: 29px; }
    .modal-dialog-ux .modal-footer .btn-secondary:hover, .endpoint-modal .modal-footer .btn-secondary:hover, .modal-dialog-ux .modal-footer .fc button:hover, .fc .modal-dialog-ux .modal-footer button:hover, .endpoint-modal .modal-footer .fc button:hover, .fc .endpoint-modal .modal-footer button:hover {
      color: #333333;
      border: 1px solid #FF791A; }
    .modal-dialog-ux .modal-footer .btn-secondary:active, .endpoint-modal .modal-footer .btn-secondary:active, .modal-dialog-ux .modal-footer .fc button:active, .fc .modal-dialog-ux .modal-footer button:active, .endpoint-modal .modal-footer .fc button:active, .fc .endpoint-modal .modal-footer button:active {
      color: #333333;
      background-color: #FF791A;
      border: none; }
  .modal-dialog-ux .modal-footer .btn.disabled, .endpoint-modal .modal-footer .btn.disabled, .modal-dialog-ux .modal-footer .fc button.disabled, .fc .modal-dialog-ux .modal-footer button.disabled, .endpoint-modal .modal-footer .fc button.disabled, .fc .endpoint-modal .modal-footer button.disabled {
    background-color: #FF791A;
    border: 1px solid #CCCCCC;
    padding: 0px 20px 0px 20px;
    min-width: 100px;
    font: Nunito-Regular 13px;
    color: #000000;
    min-height: 29px;
    cursor: default; }
    .modal-dialog-ux .modal-footer .btn.disabled:hover, .endpoint-modal .modal-footer .btn.disabled:hover, .modal-dialog-ux .modal-footer .fc button.disabled:hover, .fc .modal-dialog-ux .modal-footer button.disabled:hover, .endpoint-modal .modal-footer .fc button.disabled:hover, .fc .endpoint-modal .modal-footer button.disabled:hover {
      color: #000000;
      border: 1px solid #CCCCCC; }
    .modal-dialog-ux .modal-footer .btn.disabled:active, .endpoint-modal .modal-footer .btn.disabled:active, .modal-dialog-ux .modal-footer .fc button.disabled:active, .fc .modal-dialog-ux .modal-footer button.disabled:active, .endpoint-modal .modal-footer .fc button.disabled:active, .fc .endpoint-modal .modal-footer button.disabled:active {
      color: #CCCCCC;
      border: 1px solid #CCCCCC; }
  .modal-dialog-ux .modal-footer > :not(:first-child), .endpoint-modal .modal-footer > :not(:first-child) {
    margin-left: 0.5rem; }
  .modal-dialog-ux .modal-footer > :not(:last-child), .endpoint-modal .modal-footer > :not(:last-child) {
    margin-right: 0.5rem; }

.stat-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1rem; }
  .stat-row .stat-group {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch; }
    .stat-row .stat-group .stat-box {
      flex-grow: 1;
      flex-shrink: 1;
      color: #FFF;
      position: relative;
      font-family: Nunito-Regular;
      background-color: #47AFE8;
      margin-bottom: 1rem;
      padding: 1rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem; }

.endpoint-modal {
  position: fixed;
  bottom: 0;
  right: 1px; }

.storyline-overlay {
  display: none; }

.storyline-modal {
  position: fixed;
  right: 1px;
  bottom: 0;
  min-width: 250px; }
  .storyline-modal .modal-header {
    background: #F2F2F2;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #E4E4E4;
    text-transform: uppercase; }

.endpoint-card .card {
  margin-bottom: 0.0rem;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-radius: 0.00rem; }

/* Customize the label (the container) */
.checkbox {
  cursor: pointer;
  padding-bottom: 0.4rem;
  font-family: Nunito-Regular;
  color: #333333;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox.icon {
    height: 19px;
    width: 19px;
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: #FFFFFF;
    display: inline-block;
    padding-left: 2px;
    padding-top: 2px; }
  .checkbox.checkmark:hover {
    border: 1px solid #333333; }
  .checkbox.checkmark {
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border: 1px solid #868686;
    border-radius: 2px;
    background-color: #FFFFFF;
    display: inline-block;
    padding-left: 0px;
    margin-right: 5px; }
    .checkbox.checkmark.active.disabled::before {
      content: "\ED71";
      font-family: "SonicWallIconFont";
      font-size: 12px;
      line-height: 17px;
      width: 17px;
      height: 17px;
      color: #CCCCCC;
      display: block;
      text-align: center; }
    .checkbox.checkmark.disabled {
      border: 1px solid #CCCCCC;
      background-color: #F2F2F2; }
    .checkbox.checkmark.active::before {
      content: "\ED71";
      font-family: "SonicWallIconFont";
      font-size: 12px;
      line-height: 17px;
      width: 17px;
      height: 17px;
      color: #FF791A;
      display: block;
      text-align: center; }
  .checkbox > span {
    vertical-align: middle; }

/* Customize the label (the container) */
.radio {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 2.9rem;
  padding-bottom: 1rem;
  font-family: Nunito-Regular;
  color: #333333;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio.padding-left-25 {
    padding-left: 25px; }
  .radio.icon {
    height: 19px;
    width: 19px;
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: #FFFFFF;
    display: inline-block;
    padding-left: 2px;
    padding-top: 2px; }
  .radio.checkmark:hover {
    border: 1px solid #333333; }
  .radio.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    border: 1px solid #868686;
    background-color: #FFFFFF;
    display: block;
    padding-left: 0px; }
    .radio.checkmark.active.disabled::before {
      content: "\EE78";
      font-family: "SonicWallIconFont";
      padding-top: 2px;
      padding-left: 3px;
      font-size: 12px;
      line-height: 1;
      color: #CCCCCC;
      display: block; }
    .radio.checkmark.disabled {
      border: 1px solid #CCCCCC;
      background-color: #F2F2F2; }
    .radio.checkmark.active::before {
      content: "\EE78";
      font-family: "SonicWallIconFont";
      padding-top: 3px;
      padding-left: 2.5px;
      font-size: 12px;
      line-height: 1;
      color: #FF791A;
      display: block; }

.float-center .btn, .float-center .fc button, .fc .float-center button {
  color: #C9C9C9;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  width: 29px;
  height: 29px;
  font-size: 16px; }
  .float-center .btn:hover, .float-center .fc button:hover, .fc .float-center button:hover {
    color: white; }

.col-hidden {
  display: none; }

div.contentToolbar {
  height: 5rem;
  padding: 1rem;
  background-color: #FAFAFA;
  width: 100%;
  margin-top: -1rem;
  transition: height 0.5s ease 0.0s; }
  div.contentToolbar.standalone {
    margin-top: 0; }
  div.contentToolbar.borderTop {
    border-top: 1px solid #FF791A; }
  div.contentToolbar.show {
    height: 26.1rem; }

div.contentToolbar-footer {
  height: 0.6rem;
  background-color: #CCCCCC;
  width: 100%;
  margin: 0;
  margin-bottom: -0.6rem;
  padding-top: 4px; }
  div.contentToolbar-footer.show {
    height: 2.9rem; }
  div.contentToolbar-footer .keyword-tag {
    height: 2.1rem;
    cursor: pointer;
    font-family: Nunito;
    font-size: 13px;
    color: #333333;
    margin-left: 1rem;
    background-color: #E4E4E4;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px; }
    div.contentToolbar-footer .keyword-tag .icon-close-ux {
      font-size: 6px;
      color: #333;
      display: block;
      float: right;
      line-height: 13px;
      padding-top: 2px;
      padding-left: 10px; }

.search-box, .dashboard-search-box {
  display: inline-block;
  transition: width 0.5s ease 0.0s;
  height: 2.9rem;
  margin: 0;
  padding: 0; }
  .search-box .input-group-prepend, .dashboard-search-box .input-group-prepend {
    display: inline-block;
    width: 2.9rem;
    font-size: 16px;
    padding: 5px;
    color: #868686;
    cursor: pointer; }
    .search-box .input-group-prepend:hover, .dashboard-search-box .input-group-prepend:hover {
      color: #333; }
  .search-box .input-group-append, .dashboard-search-box .input-group-append {
    display: inline-block;
    width: 2.9rem;
    font-size: 16px;
    padding: 5px;
    color: #868686;
    cursor: pointer; }
    .search-box .input-group-append:hover, .dashboard-search-box .input-group-append:hover {
      color: #333; }
  .search-box .form-control, .dashboard-search-box .form-control, .search-box .daterangepicker .input-mini, .daterangepicker .search-box .input-mini, .dashboard-search-box .daterangepicker .input-mini, .daterangepicker .dashboard-search-box .input-mini {
    border: 0;
    transition: display 0.1s ease 0.5s;
    display: none;
    height: 3.1rem; }
  .search-box .input-group, .dashboard-search-box .input-group {
    transition: width 0.5s ease 0.0s;
    width: 2.9rem;
    height: 3.1rem;
    margin: 0;
    padding: 0; }
    .search-box .input-group.open, .dashboard-search-box .input-group.open {
      width: 30.8rem;
      border: 1px solid #FF791A;
      background: white;
      border-radius: 3px;
      transition: width 0.5s ease 0.0s; }
      .search-box .input-group.open .input-group-prepend, .dashboard-search-box .input-group.open .input-group-prepend {
        color: #FF791A;
        background-color: #FFF;
        height: 29px; }
      .search-box .input-group.open .input-group-append, .dashboard-search-box .input-group.open .input-group-append {
        color: #FF791A;
        background-color: #FFF;
        height: 29px; }
      .search-box .input-group.open .form-control, .dashboard-search-box .input-group.open .form-control, .search-box .input-group.open .daterangepicker .input-mini, .daterangepicker .search-box .input-group.open .input-mini, .dashboard-search-box .input-group.open .daterangepicker .input-mini, .daterangepicker .dashboard-search-box .input-group.open .input-mini {
        display: block;
        border: 0;
        height: 29px;
        transition: display 0.1s ease 0.5s;
        margin: 0;
        padding: 0; }

button.actionIcon {
  height: 2.9rem;
  width: 2.9rem;
  color: #868686;
  background-color: #FAFAFA;
  border: 1px solid transparent;
  outline-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.9rem;
  padding: 0;
  font-size: 16px; }
  button.actionIcon:hover {
    color: #333333; }
  button.actionIcon:active {
    border: 1px dashed #FF791A; }
  button.actionIcon.active {
    color: #FF791A; }
  button.actionIcon.disabled {
    color: #CCCCCC; }
  button.actionIcon.hide {
    display: none; }
  button.actionIcon.dark {
    background-color: #333333;
    color: #FFFFFF; }
    button.actionIcon.dark:hover {
      color: #FF791A; }
  button.actionIcon.borderless {
    border-width: 0; }
  button.actionIcon.squareDark {
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #c9c9c9; }
    button.actionIcon.squareDark:hover {
      color: #FFFFFF; }

div.filterRow {
  border-top: 1px solid #CCCCCC;
  flex-wrap: nowrap;
  overflow-x: auto; }

div.filterTitle {
  text-transform: uppercase;
  font-family: Nunito-Regular;
  color: #333333;
  font-size: 13px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  border-bottom: 1px solid #E4E4E4;
  height: 30px;
  width: 100%; }

.filterCol {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #E4E4E4;
  min-width: 100px;
  min-height: 100%;
  flex-shrink: 0; }

.filterContent {
  min-height: 25px; }
  .filterContent:first {
    padding-top: 1rem; }
  .filterContent .item-count {
    color: #029CDC;
    padding-left: 1rem; }

div.filterRow {
  border-top: 1px solid #CCCCCC;
  margin-top: 1rem; }
  div.filterRow.hideFilterCounts .item-count {
    visibility: hidden; }

.slider {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  transition: width 0.2s; }
  .slider.disabled {
    width: 160px; }

.sliderbar {
  -webkit-appearance: none;
  /* Override default CSS styles */
  border-radius: 3px;
  border-width: 0px;
  outline: none;
  /* Remove outline */
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  transition: width 0.2s; }
  .sliderbar.disabled {
    visibility: hidden;
    width: 90px; }
  .sliderbar.dark {
    background-color: #afafaf; }
  .sliderbar.progressive {
    border-top: 1px solid #afafaf;
    margin-top: 7px !important; }
  .sliderbar.lg {
    height: 3px;
    /* Specified height */
    width: 325px; }
  .sliderbar.med {
    height: 3px;
    /* Specified height */
    width: 170px;
    background-color: #999999; }
  .sliderbar.sm {
    height: 3px;
    /* Specified height */
    width: 100px; }

.sliderbar:focus {
  outline: none; }

.sliderbar::-moz-focus-outer {
  border: 0; }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderbar::-webkit-slider-thumb {
  transition: left 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  background-color: #FF0000;
  opacity: 1.0;
  cursor: pointer;
  /* Cursor on hover */ }
  .sliderbar::-webkit-slider-thumb.lg {
    border-radius: 30px;
    border-width: 0px;
    width: 93px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .sliderbar::-webkit-slider-thumb.med {
    border-radius: 30px;
    border-width: 0px;
    width: 23px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .sliderbar::-webkit-slider-thumb.sm {
    width: 11px;
    height: 11px;
    border-width: 0px;
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px; }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderbar.sliderthumb::-moz-range-thumb {
  transition: left 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  background-color: #FF0000;
  stroke-opacity: 1.0;
  opacity: 1.0;
  cursor: pointer;
  /* Cursor on hover */ }
  .sliderbar.sliderthumb::-moz-range-thumb.lg {
    border-radius: 30px;
    border-width: 0px;
    width: 93px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .sliderbar.sliderthumb::-moz-range-thumb.med {
    border-radius: 30px;
    border-width: 0px;
    width: 23px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .sliderbar.sliderthumb::-moz-range-thumb.sm {
    width: 11px;
    height: 11px;
    border-width: 0px;
    border-radius: 6px;
    padding-left: 0px;
    padding-right: 0px; }

.slider {
  transition: width 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  border-radius: 3px;
  border-width: 0px;
  outline: none;
  /* Remove outline */ }
  .slider.lg {
    height: 3px;
    /* Specified height */
    width: 395px;
    padding-top: 15px; }
  .slider.med {
    height: 3px;
    /* Specified height */
    width: 170px; }
  .slider.sm {
    height: 3px;
    /* Specified height */
    width: 100px; }
  .slider.dark {
    background-color: #666666; }

.ie11slidebar {
  transition: width 0.2s;
  -webkit-appearance: none;
  /* Override default CSS styles */
  border-radius: 3px;
  border-width: 0px;
  outline: none;
  /* Remove outline */
  display: inline-block;
  position: absolute;
  left: 30px; }
  .ie11slidebar.disabled {
    width: 100px; }
  .ie11slidebar.lg {
    height: 3px;
    /* Specified height */
    width: 325px;
    background-color: #999999; }
  .ie11slidebar.med {
    height: 3px;
    /* Specified height */
    width: 170px;
    background-color: #666666; }
  .ie11slidebar.sm {
    height: 3px;
    /* Specified height */
    width: 100px;
    background-color: #666666; }

.slider.sliderthumb {
  transition: left 0.2s;
  display: inline-block;
  position: absolute;
  font-family: Nunito-Regular;
  font-size: 13px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  border-radius: 30px;
  border-width: 0px;
  width: 93px;
  /* Set a specific slider handle width */
  height: 23px;
  /* Slider handle height */
  opacity: 1.00;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FF791A;
  padding-top: 3px;
  cursor: pointer; }
  .slider.sliderthumb.disabled {
    background-color: #FFFFFF;
    color: #CCCCCC;
    border-color: #BCBCBC; }
    .slider.sliderthumb.disabled:hover {
      background-color: #515151;
      border-color: #333333; }
  .slider.sliderthumb.lg {
    border-radius: 30px;
    border-width: 0px;
    width: 93px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .slider.sliderthumb.med {
    border-radius: 30px;
    border-width: 0px;
    width: 23px;
    /* Set a specific slider handle width */
    height: 23px;
    /* Slider handle height */
    padding-left: 0px;
    padding-right: 0px; }
  .slider.sliderthumb.sm {
    width: 11px;
    height: 11px;
    border-radius: 6px;
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px; }
    .slider.sliderthumb.sm:hover {
      background-color: #333333;
      border-color: #333333; }
    .slider.sliderthumb.sm:active {
      background-color: #FF791A;
      border-color: #333333; }

.accordion-ux {
  margin-left: 15px;
  margin-right: 15px; }
  .accordion-ux .accordion-header {
    height: 4rem;
    border-top: 1px solid #CCC;
    cursor: pointer; }
    .accordion-ux .accordion-header .accordion-header-text {
      font-family: Nunito;
      font-size: 18px;
      color: #333;
      font-weight: 200;
      text-transform: uppercase; }
    .accordion-ux .accordion-header .collapse-arrow {
      display: inline-block;
      width: 3rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      padding: 0;
      margin: 0;
      font-family: SonicWallIconFont;
      font-size: 16px;
      color: #868686;
      transform: rotate(180deg);
      transition: transform 0.5s ease 0.0s; }
      .accordion-ux .accordion-header .collapse-arrow:before {
        content: "\EDC5"; }
    .accordion-ux .accordion-header.open {
      border-top: 1px solid #FF791A; }
      .accordion-ux .accordion-header.open .collapse-arrow {
        transform: rotate(270deg); }
    .accordion-ux .accordion-header .accordion-header-summary .text {
      display: inline-block;
      margin-right: 1rem;
      font-family: Nunito;
      font-size: 13px;
      color: #666;
      text-align: right; }
    .accordion-ux .accordion-header .accordion-header-summary .accordion-icon {
      display: inline-block;
      margin-right: 1rem; }
  .accordion-ux .accordion-content {
    margin-left: 5rem;
    margin-right: 5rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
    transition: height 0.5s ease 0.0s; }

.text-field {
  display: inline-block;
  font-family: Nunito;
  font-weight: bold;
  font-size: 13px;
  color: #333;
  text-align: right;
  line-height: 1.95rem;
  padding-top: 0.475rem;
  padding-bottom: 0.475rem;
  margin-right: -1rem; }
  .text-field.display {
    font-weight: normal;
    text-align: left; }
  .text-field.value {
    text-align: left; }
  .text-field.value-normal {
    text-align: left;
    font-weight: normal; }
  @media (max-width: 767.98px) {
    .text-field.col-12 {
      margin-right: 0;
      text-align: left; } }

.text-field-value {
  display: inline-block;
  font-family: Nunito-Light;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  text-align: left;
  line-height: 1.95rem;
  padding-top: 0.475rem;
  padding-bottom: 0.475rem;
  margin-right: -1rem; }
  .text-field-value.display {
    font-weight: normal;
    text-align: left; }
  @media (max-width: 767.98px) {
    .text-field-value.col-12 {
      margin-right: 0;
      text-align: left; } }

.sliderdot {
  width: 11px;
  height: 11px;
  border-radius: 6px;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  background-color: #FFFFFF;
  cursor: pointer; }
  .sliderdot:hover {
    background-color: #333333;
    border-color: #333333; }
  .sliderdot:active {
    background-color: #FF791A;
    border-color: #333333;
    cursor: pointer; }
  .sliderdot.disabled {
    border-color: #999999;
    background-color: #E4E4E4; }

.invalid-feedback {
  font-size: 1.2rem; }

.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle; }

.react-bs-table-container .react-bs-table-search-form {
  margin-bottom: 0;
  margin-top: 20px; }

td.react-bs-table-expand-cell {
  cursor: pointer;
  text-align: center; }

.react-bs-table {
  margin-bottom: 0; }

.react-bs-table-pagination {
  color: #666666;
  font-family: Nunito-Regular;
  font-size: 13px;
  margin-top: 0;
  padding-top: 0; }
  .react-bs-table-pagination .table-footer-ux {
    width: 100%;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #FAFAFA;
    font: Nunito-Regular 12px;
    color: #999999;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0; }
  .react-bs-table-pagination .table-footer-2-ux {
    width: 100%;
    height: 2.9rem;
    background-color: #CCCCCC;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 2.9rem;
    padding-right: 15px;
    margin-bottom: 1rem; }
  .react-bs-table-pagination .row {
    margin-top: 0;
    padding-top: 0; }
    .react-bs-table-pagination .row .col-6 {
      margin-top: -5px;
      padding-top: 0; }

.system-message .card-body, .system-message .card-block, .system-message .card-block {
  padding: 2rem; }

.system-message h3 {
  display: block;
  font-size: 18px; }

.system-message .icon-ux {
  display: block;
  font-size: 29px;
  line-height: 29px; }

.Select-control {
  width: 100% !important;
  height: 2.9rem;
  font: 13px Nunito-Regular !important;
  background-color: #FFFFFF !important;
  color: #CCCCCC !important;
  border: 1px #CCCCCC !important;
  border-radius: 3px !important;
  border-style: solid !important; }
  .Select-control:hover {
    border-color: #FF791A !important; }

.Select-input {
  font: 13px Nunito-Regular !important;
  height: 2.7rem; }

.Select-input > input {
  color: #333333 !important; }

.is-open > .Select-control .Select-arrow {
  color: #FF791A !important;
  top: 0 !important; }

.Select-arrow {
  font-family: SonicWallIconFont !important;
  transform: rotate(180deg) !important;
  font-size: 14px !important;
  color: #868686 !important;
  background-color: transparent !important;
  display: inline-table !important;
  cursor: pointer !important; }
  .Select-arrow:before {
    content: "\EDC7" !important; }

.Select-arrow-zone {
  padding: 0;
  width: 2.7rem; }

.Select-value-label {
  color: #333333 !important; }

.pagination-dropdown-ux {
  display: inline-block;
  background-color: transparent;
  margin: 0; }
  .pagination-dropdown-ux .pagination-dropdown-caret-ux {
    display: inline-block;
    color: #868686;
    font-family: SonicWallIconFont;
    font-size: 14px;
    background-color: transparent;
    margin-left: 7px;
    border: none;
    transform: rotate(180deg);
    cursor: pointer; }
    .pagination-dropdown-ux .pagination-dropdown-caret-ux:before {
      content: "\EDC7"; }
    .pagination-dropdown-ux .pagination-dropdown-caret-ux:hover {
      color: black; }
  .pagination-dropdown-ux.show .pagination-dropdown-caret-ux {
    color: #FF791A; }

.dropdown-menu-ux.dropdown-menu {
  font: 13px Nunito-Regular;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  max-height: 200px;
  overflow-y: scroll; }
  .dropdown-menu-ux.dropdown-menu.show {
    display: block; }

.inline-bar-chart-container-ux {
  display: inline-block;
  width: 100%; }

.inline-bar-chart-ux {
  margin: 0;
  padding: 0; }
  .inline-bar-chart-ux .col, .inline-bar-chart-ux .col-auto {
    margin: 0;
    padding: 0; }
  .inline-bar-chart-ux .progress-bar-ux {
    padding-left: 10px; }
    .inline-bar-chart-ux .progress-bar-ux .progress {
      border: 1px solid #797979;
      border-radius: 10px;
      background-color: white;
      max-height: 7px;
      margin-top: 5px; }
      .inline-bar-chart-ux .progress-bar-ux .progress .progress-bar {
        border-radius: 10px;
        background-color: #99CC00; }
      .inline-bar-chart-ux .progress-bar-ux .progress.dark {
        border: 0;
        background-color: #000000; }
      .inline-bar-chart-ux .progress-bar-ux .progress.squared {
        border-radius: 0; }
        .inline-bar-chart-ux .progress-bar-ux .progress.squared .progress-bar {
          border-radius: 0; }
  .inline-bar-chart-ux .progress-label-ux {
    padding-left: 10px;
    padding-right: 10px;
    font: Nunito 12px;
    color: #666;
    font-weight: 600;
    text-align: left; }

.inline-bar-chart-widget-ux {
  margin-left: 0;
  padding: 0; }
  .inline-bar-chart-widget-ux .progress-bar-ux.progress {
    border-radius: 10px;
    background-color: #99CC00;
    max-height: 7px;
    margin-top: 2px;
    box-shadow: none; }
  .inline-bar-chart-widget-ux .progress-label-ux {
    padding-left: 10px;
    padding-right: 10px;
    font: 16px Nunito-Bold;
    color: #343434;
    text-align: left;
    margin-top: -5px; }

.react-resizable-handle {
  width: 25px;
  height: 25px; }

.tooltip {
  font-family: Nunito-Regular; }
  .tooltip .tooltip-inner {
    text-align: left; }

.modal-dialog-ux, .endpoint-modal {
  margin: 15.75rem auto; }
  .modal-dialog-ux .modal-body.confirmation-dialog, .endpoint-modal .modal-body.confirmation-dialog {
    border-radius: 0px;
    transform: none;
    border-width: 0;
    margin-top: -20px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: 0px !important;
    color: #E4E4E4;
    font-family: Nunito-Light;
    font-size: 14px; }

.main .container-fluid, .main .container-sm, .main .container-md, .main .container-lg, .main .container-xl {
  padding: 0 4rem; }

.timeline-ux {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito-Regular;
  font-size: 12px;
  color: #666; }
  .timeline-ux .vis-background {
    background-color: white; }
  .timeline-ux .vis-box {
    font: Nunito 13px;
    color: #C9C9C9;
    background-color: #333333;
    border-radius: 3px;
    border-color: #333333; }
  .timeline-ux .vis-current-time {
    background-color: #FF791A;
    border: #FF791A; }
  .timeline-ux .vis-range {
    font: Nunito 13px;
    color: #333333;
    background-color: #FAFAFA;
    border-radius: 3px;
    border-color: #CCCCCC;
    border-bottom: 1px solid #CCCCCC; }
    .timeline-ux .vis-range.vis-selected {
      color: #333333;
      background-color: #FAFAFA;
      border-radius: 3px;
      border-color: #C9C9C9;
      border-bottom: 1px solid #FF791A; }
  .timeline-ux .vis-line {
    border-color: #333333; }
  .timeline-ux .vis-dot {
    border-color: #333333; }
  .timeline-ux .vis-timeline {
    border: 0px; }

.switch.switch-sonicwall .switch-label {
  border: 0;
  background-color: #CCCCCC; }

.switch.switch-sonicwall .switch-handle {
  border: 0;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8); }

.dashboard-section {
  margin: 0 0 0 -0.5rem;
  padding: 1.5rem 0 0.5rem; }
  .dashboard-section span {
    text-transform: uppercase;
    font: 16px Nunito-ExtraLight;
    color: #797979;
    position: relative;
    top: -1px;
    margin-left: 4px; }

.dashboard-top-section {
  margin: 0 0 0 -0.5rem;
  padding: 1.5rem 0 0.5rem; }
  .dashboard-top-section span {
    text-transform: uppercase;
    font: 16px Nunito-Light;
    color: #A0A0A0;
    position: relative;
    top: -1px;
    margin-left: 8px; }

.device-control-block {
  color: #CC0000; }

.h-31 {
  height: 31px !important; }

.h-20 {
  height: 20px !important; }

.react-markdown--slate-content {
  font-family: monospace !important;
  padding: 10px !important; }

.block-editor-modal .tab-content {
  border-top: 1px solid #CCCCCC; }
  .block-editor-modal .tab-content .htmleditor-style {
    border: 1px solid #CCC;
    height: 32vh;
    padding-left: 10px; }
  .block-editor-modal .tab-content .texteditor-style {
    height: 35vh;
    display: block; }

.block-editor-modal .nav-tabs {
  border-bottom: 1px solid #CCCCCC; }
  .block-editor-modal .nav-tabs .nav-link, .block-editor-modal .nav-tabs .navbar .dropdown-toggle, .navbar .block-editor-modal .nav-tabs .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #CCCCCC; }
    .block-editor-modal .nav-tabs .nav-link.active, .block-editor-modal .nav-tabs .navbar .active.dropdown-toggle, .navbar .block-editor-modal .nav-tabs .active.dropdown-toggle {
      background-color: transparent;
      border-bottom: 3px solid #FF791A; }
      .block-editor-modal .nav-tabs .nav-link.active:hover, .block-editor-modal .nav-tabs .navbar .active.dropdown-toggle:hover, .navbar .block-editor-modal .nav-tabs .active.dropdown-toggle:hover {
        border-bottom: 3px solid #FF791A; }
    .block-editor-modal .nav-tabs .nav-link:hover, .block-editor-modal .nav-tabs .navbar .dropdown-toggle:hover, .navbar .block-editor-modal .nav-tabs .dropdown-toggle:hover {
      color: #000000;
      border-bottom: 3px solid #CCCCCC; }

.advance-filter-modal .navigation-link {
  color: #FF791A !important;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent; }
  .advance-filter-modal .navigation-link:hover {
    cursor: pointer;
    color: #cd5500 !important;
    font-size: 13px;
    text-decoration: none; }

.advance-filter-modal textarea {
  height: 15vh; }

.advance-filter-modal .edit-section {
  height: 15vh;
  overflow: auto; }

.advance-filter-modal .category-capsule-light {
  height: 23.5px;
  vertical-align: middle;
  font-size: 100% !important;
  color: #818a91;
  background-color: #FAFAFA;
  border: 1px solid #818a91; }
  .advance-filter-modal .category-capsule-light .remove-link:hover {
    cursor: pointer; }
  .advance-filter-modal .category-capsule-light:hover {
    background-color: #e8e8e8; }

.advance-filter-modal .advanced-settings-left-border-divider {
  border-left: 1px solid #d6d6d6; }

.advance-filter-modal .add-icon-btn {
  background-color: #FFFFFF;
  border: 1px solid #FF791A;
  color: #FF791A;
  padding: 2px 3px;
  line-height: 1.35rem;
  font-size: 1rem; }
  .advance-filter-modal .add-icon-btn:hover {
    color: #333333 !important;
    background-color: #FF791A !important; }
  .advance-filter-modal .add-icon-btn:active {
    color: #333333 !important;
    background-color: #FF791A !important; }

.advance-filter-modal .upload-button {
  background-color: #ffffff !important;
  border-radius: 15px !important;
  border: 1px solid #FF791A !important;
  color: black !important;
  font-size: smaller; }

.advance-filter-modal .button-round {
  border-radius: 50%; }

.policy-content-section .widget-title {
  background-color: #FAFAFA;
  border-bottom: none; }

.policy-content-section .advanced-settings-width {
  max-width: 310px; }

.policy-content-section .trusted-certificate-widget-width {
  max-width: 400px; }

@media screen and (max-width: 1280px) {
  .policy-content-section .engine-widget-width {
    flex: 0 0 100%;
    max-width: 100%; } }

.policy-content-section .section-label {
  font-size: 9px;
  font-weight: bolder;
  border-bottom: 1px solid #d6d6d6; }

.policy-content-section .update-button {
  background-color: #fda348 !important;
  border-radius: 15px !important;
  border: 0px !important;
  color: black !important;
  font-size: smaller; }

.policy-content-section .button-round {
  border-radius: 50%; }

.policy-content-section .update-button:disabled {
  background-color: #fda348 !important;
  opacity: 0.5 !important;
  font-size: 10px; }

.policy-content-section .layout-content {
  border-top: 1px solid #d6d6d6 !important;
  /*Custome link style*/ }
  .policy-content-section .layout-content .react-bs-table {
    border-top: thick solid #ccc !important; }
  .policy-content-section .layout-content .client-container {
    font-size: 14px;
    text-align: right;
    font-family: "Nunito-Bold"; }
    .policy-content-section .layout-content .client-container .header {
      margin: 20px 0px;
      text-align: left;
      font-family: "Nunito-ExtraLight";
      font-size: 20px; }
    .policy-content-section .layout-content .client-container input {
      font-weight: bold;
      font-family: "Nunito-SemiBold"; }
    .policy-content-section .layout-content .client-container form .form-group {
      margin: 20px 0; }
    .policy-content-section .layout-content .client-container .days-input {
      width: 50px;
      height: 20px;
      font-size: 12px;
      font-family: "Nunito-Light"; }
    .policy-content-section .layout-content .client-container .toggles {
      margin-top: 60px; }
  .policy-content-section .layout-content .input-group {
    border: 1px solid #d6d6d6; }
  .policy-content-section .layout-content .advanced-settings-big-form-font {
    font-size: 1.50rem; }
  .policy-content-section .layout-content .advanced-settings-left-border-divider {
    border-left: 1px solid #d6d6d6; }
  .policy-content-section .layout-content .navigation-link {
    color: #FF791A;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent; }
  .policy-content-section .layout-content .navigation-link:hover {
    cursor: pointer;
    color: #cd5500;
    font-size: 13px;
    text-decoration: underline; }
    .policy-content-section .layout-content .navigation-link:hover.disabled {
      color: #FF791A; }
  .policy-content-section .layout-content .anchor-label-link {
    color: #FF791A;
    text-decoration: none;
    background-color: transparent; }
  .policy-content-section .layout-content .anchor-label-link:hover {
    cursor: pointer;
    color: #cd5500;
    text-decoration: underline; }
  .policy-content-section .layout-content .forbidden-column-list {
    overflow: auto;
    height: calc(100vh - 39vh);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none; }
  .policy-content-section .layout-content .disabled:hover {
    cursor: default !important;
    text-decoration: none; }
  .policy-content-section .layout-content .checkbox {
    cursor: pointer;
    padding-bottom: 0.4rem;
    font-family: Nunito-Regular;
    color: #333333;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .policy-content-section .layout-content .checkbox.icon {
      height: 15px;
      width: 15px;
      border-radius: 2px;
      border: 1px solid transparent;
      background-color: #FFFFFF;
      display: inline-block;
      padding-left: 2px;
      padding-top: 2px; }
    .policy-content-section .layout-content .checkbox.checkmark:hover {
      border: 1px solid #333333; }
    .policy-content-section .layout-content .checkbox.checkmark {
      top: 0;
      left: 0;
      height: 15px;
      width: 15px;
      border: 1px solid #868686;
      border-radius: 2px;
      background-color: #FFFFFF;
      display: inline-block;
      padding-left: 0px;
      margin-right: 5px; }
      .policy-content-section .layout-content .checkbox.checkmark.active.disabled::before {
        content: "\ED71";
        font-family: "SonicWallIconFont";
        font-size: 10px;
        line-height: 13px;
        width: 13px;
        height: 13px;
        color: #FF791A;
        display: block;
        text-align: center; }
      .policy-content-section .layout-content .checkbox.checkmark.disabled {
        border: 1px solid #CCCCCC;
        background-color: #F2F2F2; }
      .policy-content-section .layout-content .checkbox.checkmark.active::before {
        content: "\ED71";
        font-family: "SonicWallIconFont";
        font-size: 10px;
        line-height: 13px;
        width: 13px;
        height: 13px;
        color: #FF791A;
        display: block;
        text-align: center; }
  .policy-content-section .layout-content .main-row-policy {
    font-size: 11px !important;
    font-style: Nunito-SemiBold, Roboto-Bold; }
  .policy-content-section .layout-content .toggle-style {
    margin-left: auto;
    margin-top: 1px;
    margin-bottom: 0px; }
  .policy-content-section .layout-content .orange {
    color: #fda348; }
  .policy-content-section .layout-content .green {
    color: #99cc00; }
  .policy-content-section .layout-content .red {
    color: red; }
  .policy-content-section .layout-content .remove-underline {
    text-decoration: none !important; }
  .policy-content-section .layout-content .pointer-events-none {
    pointer-events: none !important; }

.policy-content-section .blacklist-search-icon {
  display: inline-block;
  width: 2.9rem;
  font-size: 16px;
  padding: 5px;
  color: #FF791A;
  cursor: pointer; }

.policy-content-section .loading-indicator {
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center; }

.policy-content-section .navigation-link {
  color: #FF791A;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent; }

.policy-content-section .navigation-link:hover {
  cursor: pointer;
  color: #cd5500;
  font-size: 13px;
  text-decoration: none; }

.policy-content-section .navigation-link-disable {
  color: #fdb17b;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent; }
  .policy-content-section .navigation-link-disable:hover {
    color: #fdb17b; }

.policy-content-section .add-icon-btn {
  background-color: #FFFFFF;
  border: 1px solid #FF791A;
  color: #FF791A;
  padding: 2px 3px;
  line-height: 1.35rem;
  font-size: 1rem; }
  .policy-content-section .add-icon-btn:hover {
    color: #333333 !important;
    background-color: #FF791A !important; }
  .policy-content-section .add-icon-btn:active {
    color: #333333 !important;
    background-color: #FF791A !important; }

.policy-content-section .update-button {
  background-color: #fda348 !important;
  border-radius: 15px !important;
  border: 0px !important;
  color: black !important;
  font-size: smaller; }

.policy-content-section .dropdown-menu {
  color: #b4b4b4; }
  .policy-content-section .dropdown-menu .checkbox {
    color: #b4b4b4; }
  .policy-content-section .dropdown-menu .info-text {
    color: #828282; }

.blacklist-modal-textarea {
  min-height: 55px; }

.blacklist-hash-value {
  font-family: monospace;
  font-size: 12px;
  word-break: break-all; }

.opacity-half {
  opacity: 0.5; }

.opacity-80 {
  opacity: 0.8; }

.circle-border {
  border-radius: 5px;
  border: 2px solid #ddd; }

.tenant-logo {
  padding: 0 0 10px 10px;
  box-sizing: border-box; }

.new-wizard-title {
  font: 30px Nunito-Regular;
  background: #FAFAFA;
  padding: 20px 0px 0px 30px; }

.new-wizard-container .container-fluid, .new-wizard-container .container-sm, .new-wizard-container .container-md, .new-wizard-container .container-lg, .new-wizard-container .container-xl {
  font: 14px Nunito-Regular;
  padding-left: 20px !important; }

.policy {
  font-family: Nunito-regular;
  text-align: center;
  margin: 80px 0; }

.policy-div {
  font-family: Nunito-SemiBold;
  font-size: 18px; }

.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block; }
  .dot.critical {
    background-color: #CC0000; }

.policy-main-div {
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 10px; }

.policy-main-div-icon {
  width: 100px; }

.policy-main-div-text {
  width: 480px;
  font-size: 16px;
  text-align: left;
  padding: 14px 10px; }
  .policy-main-div-text p {
    margin-bottom: 4px; }

.policy-scope {
  font-family: Nunito-Bold; }

.policy-main-div-button {
  width: 150px; }

::-webkit-file-upload-button {
  background: #FF791A;
  border: 0px;
  padding: 7px 20px 5px 20px; }

.notification-section-header {
  text-align: left;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid #FF791A;
  font: 18px Nunito-Light; }

.custom-logo-col {
  max-width: 18%; }

.client-customization-col {
  flex: 0 0 41%;
  max-width: 41%; }

.wizard-step-section-container {
  margin-top: 10px; }

.email-settings-field-col {
  height: 50px;
  padding-left: 0px; }

.email-settings-value-col {
  width: 1024px;
  margin-bottom: 12px; }

.syslog-settings-cert-row {
  margin-left: -50px; }

.syslog-settings-cert-col {
  height: 40px; }

.syslog-settings-text {
  line-height: 29px; }

.syslog-settings-msg-title {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 3px; }

.syslog-settings-msg-list {
  margin-left: -20px;
  font-size: 11px; }

.syslog-settings-link-disabled {
  color: #ccc; }

.syslog-settings-link-disabled:hover, .syslog-settings-label-disabled {
  color: #999; }

.form-mute-text {
  font-size: 14px;
  margin-top: 8px; }

.notification-group-col {
  max-width: 115px;
  font-size: 16px;
  display: flex;
  justify-content: center; }
  .notification-group-col.severity {
    max-width: 150px;
    justify-content: left; }

.notification-value-col {
  max-width: 115px;
  display: flex;
  justify-content: center; }
  .notification-value-col.severity {
    max-width: 150px; }

.notification-label-color {
  color: #FF791A; }

.disabled-toggle-opacity {
  opacity: 0.5; }

.input-error {
  border-color: #DB1A20 !important; }
  .input-error :focus {
    border-color: #DB1A20 !important; }

.notification-notes-input {
  display: inline;
  width: 50px;
  height: 25px;
  font-size: 12px;
  font-family: "Nunito-Light"; }

.upload-file {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%; }

.upload-file:hover {
  border-color: #FF791A; }

.upload-file-button {
  display: inline-block;
  background-color: #FF791A;
  padding: 5px 15px;
  font-weight: 570;
  font-size: 10pt;
  color: #000;
  margin: 0; }

.upload-file-text {
  display: inline-block;
  box-sizing: initial;
  height: 20px;
  width: 60%;
  padding: 5px 8px;
  border-width: 0 !important;
  font-weight: 400;
  font-size: 10pt !important;
  color: #000 !important;
  border-radius: 0 !important;
  background-color: #fff !important; }

.center {
  align-content: center !important;
  margin: 0px auto !important; }

.cursor-pointer {
  cursor: pointer; }

.span-as-link {
  cursor: pointer;
  color: #FF791A;
  text-decoration: none; }
  .span-as-link:hover {
    color: #cd5500;
    text-decoration: underline; }

.disable-events {
  pointer-events: none; }

.widget-container {
  border: 1px solid #CCC; }
  .widget-container .react-bs-table {
    border-top: thick solid #ccc !important; }
    .widget-container .react-bs-table table td,
    .widget-container .react-bs-table table th {
      word-wrap: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal; }
  .widget-container table.table.table-hover .btn-group .btn:last-child, .widget-container table.table.table-hover .fc-button-group .btn:last-child, .widget-container table.table.table-hover .btn-group .fc button:last-child, .fc .widget-container table.table.table-hover .btn-group button:last-child, .widget-container table.table.table-hover .fc-button-group .fc button:last-child, .fc .widget-container table.table.table-hover .fc-button-group button:last-child {
    background-color: transparent;
    color: #FF791A;
    box-shadow: none; }
  .widget-container .react-bs-table-tool-bar {
    margin: 0px; }
  .widget-container .row {
    margin: 0px; }

.tenant-card-expand .react-bs-table {
  border-top: thick solid #ccc !important; }
  .tenant-card-expand .react-bs-table table td,
  .tenant-card-expand .react-bs-table table th {
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; }

.tenant-card-expand input.placeholder-spacing::placeholder {
  padding-left: 7px; }

.tenant-card-expand table.table.table-hover .btn-group .btn:last-child, .tenant-card-expand table.table.table-hover .fc-button-group .btn:last-child, .tenant-card-expand table.table.table-hover .btn-group .fc button:last-child, .fc .tenant-card-expand table.table.table-hover .btn-group button:last-child, .tenant-card-expand table.table.table-hover .fc-button-group .fc button:last-child, .fc .tenant-card-expand table.table.table-hover .fc-button-group button:last-child {
  background-color: transparent;
  color: #FF791A;
  box-shadow: none; }

.tenant-card-expand .react-bs-table-tool-bar {
  margin: 0px; }

.position-right, .extra-bold-12-position-right, .maximize-icon {
  position: absolute;
  right: 0; }

.bold-14, .policy-content-section .widget-title, .widget-title, .tenant-dashboard-dark-widget-title, .global-dashboard-dark-widget-title {
  font: 14px Nunito-Bold; }

.widget-title {
  background-color: #FAFAFA;
  border-bottom: 1px solid #CCC; }

.snwl-secondary-color-16 {
  color: #3788B0 !important; }

.bold-12 {
  font: 12px Nunito-Bold; }

.threats-card-doughnut-chart {
  flex: 0 0 45%;
  max-width: 45%; }

.extra-bold-12-position-right {
  font: 12px Nunito-ExtraBold; }

.bold-33 {
  font: 33px Nunito-Bold; }

.extra-bold-22 {
  font: 22px Nunito-ExtraBold; }

.extra-bold-12 {
  font: 12px Nunito-ExtraBold; }

.semi-bold-12 {
  font: 12px Nunito-SemiBold; }

.bold-16 {
  font: 16px Nunito-Bold; }

.threats-tenant-table {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  padding-right: 10px; }
  .threats-tenant-table .row {
    margin-bottom: 15px;
    padding-bottom: 5px; }
  .threats-tenant-table .header {
    border-bottom: 1px solid #F7F7F7;
    font: 12px Nunito-SemiBold; }
  .threats-tenant-table .value {
    font: 16px Nunito-Bold; }

.custom-pencil-color {
  background-color: #FFF1E8;
  color: #FE9F5A;
  border: transparent; }

.maximize-icon {
  display: inline-block;
  color: #FF9901;
  font-size: larger; }

.ml-50 {
  margin-left: 50px; }

.copyto-wizard-section.layout {
  margin-left: 15%;
  margin-right: 0; }

.copyto-wizard-section .card-tenant {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px; }

.copyto-wizard-section .form-control, .copyto-wizard-section .daterangepicker .input-mini, .daterangepicker .copyto-wizard-section .input-mini {
  border: 0;
  transition: display 0.1s ease 0.5s; }

.copyto-wizard-section .card-tenant-input {
  width: 92%;
  border: 1px solid #ccc;
  background: white;
  border-radius: 3px;
  height: 100%;
  margin: 10px 10px; }

.copyto-wizard-section .card-tenant-icon {
  display: inline-block;
  font-size: 16px;
  padding: 5px 5px 0px 1px;
  color: #FF791A;
  cursor: pointer; }

.copyto-wizard-section .scrollbar-height {
  height: calc(100vh - 525px) !important; }

.copyto-wizard-section .react-bs-table-tool-bar {
  margin-bottom: 0; }

.copyto-wizard-section .react-bs-table {
  border-top: thick solid #ccc !important; }

.copyto-wizard-section .button-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.copyto-wizard-section .card-tenant-button {
  margin: 10% 0;
  border-radius: 40px;
  min-width: 100px;
  font: 13px Nunito-Regular;
  min-height: 29px;
  color: #FF791A;
  border-color: #FF791A;
  background-color: #FFF; }
  .copyto-wizard-section .card-tenant-button:hover {
    color: #FFF;
    background-color: #FF791A; }
  .copyto-wizard-section .card-tenant-button:active:focus {
    color: #000;
    background-color: #FF791A;
    border: 0; }
  .copyto-wizard-section .card-tenant-button.prev::before {
    content: "\21E6";
    font-size: 16px;
    margin-right: 5px; }
  .copyto-wizard-section .card-tenant-button.next::after {
    content: "\21E8";
    font-size: 16px;
    margin-left: 5px; }
  .copyto-wizard-section .card-tenant-button.disabled:hover {
    color: #FF791A;
    background-color: #FFF;
    cursor: initial; }

.copyto-wizard-section .card-tenant-footer {
  font: 13px Nunito-Regular;
  float: right;
  padding-top: 2px; }

.copyto-wizard-section.summary-content {
  margin-top: 7%; }

.copyto-wizard-section .view-details {
  display: block;
  color: #FF791A;
  font: 12px Nunito-Regular;
  cursor: pointer; }

.copyto-wizard-section .inheritance-block {
  background-color: #eee;
  padding: 15px 30px;
  font: 16px Nunito-Regular;
  margin-top: 5%; }
  .copyto-wizard-section .inheritance-block.inheritance-icon::before {
    content: "!";
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #555;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px; }
  .copyto-wizard-section .inheritance-block .inheritance-tenant {
    color: #FF791A;
    font-weight: bold;
    cursor: pointer; }

.copyto-wizard-section .exclamation-div {
  padding: 0; }
  .copyto-wizard-section .exclamation-div .exclamation-icon {
    padding-right: 0;
    float: right;
    font-size: 13px;
    color: #fff;
    background-color: #555;
    width: 18px;
    border-radius: 50%;
    text-align: center; }

.copyto-wizard-section .orange-color {
  color: #FF791A; }

.copyto-wizard-section .tenant-div-modal {
  font: 13px Nunito-Regular;
  margin: 8px auto; }

.exclusion-nav-tab {
  justify-content: left;
  border-bottom: 2px solid #CFCFCF; }
  .exclusion-nav-tab .nav-item {
    margin-right: 1rem; }
  .exclusion-nav-tab .nav-link, .exclusion-nav-tab .navbar .dropdown-toggle, .navbar .exclusion-nav-tab .dropdown-toggle,
  .exclusion-nav-tab a.nav-link,
  .exclusion-nav-tab .navbar a.dropdown-toggle,
  .navbar .exclusion-nav-tab a.dropdown-toggle {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    margin-right: 6rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font: 1.6rem Nunito-Light; }
    .exclusion-nav-tab .nav-link:hover, .exclusion-nav-tab .navbar .dropdown-toggle:hover, .navbar .exclusion-nav-tab .dropdown-toggle:hover, .exclusion-nav-tab .nav-link:focus, .exclusion-nav-tab .navbar .dropdown-toggle:focus, .navbar .exclusion-nav-tab .dropdown-toggle:focus,
    .exclusion-nav-tab a.nav-link:hover,
    .exclusion-nav-tab .navbar a.dropdown-toggle:hover,
    .navbar .exclusion-nav-tab a.dropdown-toggle:hover,
    .exclusion-nav-tab a.nav-link:focus,
    .exclusion-nav-tab .navbar a.dropdown-toggle:focus,
    .navbar .exclusion-nav-tab a.dropdown-toggle:focus {
      color: #333333 !important; }
    .exclusion-nav-tab .nav-link.active, .exclusion-nav-tab .navbar .active.dropdown-toggle, .navbar .exclusion-nav-tab .active.dropdown-toggle,
    .exclusion-nav-tab a.nav-link.active,
    .exclusion-nav-tab .navbar a.active.dropdown-toggle,
    .navbar .exclusion-nav-tab a.active.dropdown-toggle {
      background: none;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 2px solid #FF791A;
      color: #333333;
      font: 1.6rem Nunito-Bold; }
      .exclusion-nav-tab .nav-link.active:focus, .exclusion-nav-tab .navbar .active.dropdown-toggle:focus, .navbar .exclusion-nav-tab .active.dropdown-toggle:focus,
      .exclusion-nav-tab a.nav-link.active:focus,
      .exclusion-nav-tab .navbar a.active.dropdown-toggle:focus,
      .navbar .exclusion-nav-tab a.active.dropdown-toggle:focus {
        border-color: #d1d4d7; }

.cursor-auto {
  cursor: auto; }

.threat-protection-main .policy-mode-options {
  width: 40%; }

.font-11 {
  font-size: 11px; }

.engine-option-col {
  height: 40px !important; }

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

.checkbox-progressive {
  cursor: pointer;
  padding-bottom: 0.4rem;
  font-family: Nunito-Regular;
  color: #333333;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-progressive.icon {
    height: 15px;
    width: 15px;
    border-radius: 2px;
    border: 1px solid transparent;
    background-color: #FFFFFF;
    display: inline-block;
    padding-left: 2px;
    padding-top: 2px; }
  .checkbox-progressive.checkmark:hover {
    border: 1px solid #333333; }
  .checkbox-progressive.checkmark {
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #868686;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 0px;
    margin-right: 5px;
    line-height: 13px !important;
    display: block !important; }
    .checkbox-progressive.checkmark.active.disabled::before {
      content: "\ED71";
      font-family: "SonicWallIconFont";
      font-size: 10px;
      line-height: 13px;
      width: 13px;
      height: 15px !important;
      color: #FF791A;
      display: block;
      text-align: center; }
    .checkbox-progressive.checkmark.disabled {
      border: 1px solid #CCCCCC;
      background-color: #F2F2F2 !important; }
    .checkbox-progressive.checkmark.active::before {
      content: "\ED71";
      font-family: "SonicWallIconFont";
      background-color: #4a4a4a !important;
      font-size: 10px;
      line-height: 13px;
      width: 13px !important;
      height: 13px !important;
      color: white !important;
      display: block;
      text-align: center; }

.capture-atp-checkbox {
  height: 12px !important; }

.capture-atp-cols {
  height: 45px !important; }

.h-20 {
  height: 20px !important; }

.exclusion-tab-content {
  margin-top: -1px;
  background: white;
  border: 0; }

.export-fields {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  display: flex;
  align-items: center; }

.hr-40 {
  width: 40% !important; }

.group-details-selection {
  border: 2px solid #cbcbcb;
  height: 120px;
  border-radius: 15px;
  font-size: initial;
  font-family: Nunito;
  font-weight: bold; }
  .group-details-selection.selected {
    background: #fff3eb;
    border: 2px solid #ffb584; }
  .group-details-selection.disabled {
    background: #d1d4d7;
    pointer-events: none;
    border: 2px solid #cbcbcb; }

.groupwizard-summary-section .selected-devices {
  background: #fdfdfd;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  font-family: Nunito; }
  .groupwizard-summary-section .selected-devices .device-chicklet {
    border: 1px solid #ebebeb;
    border-radius: 30px;
    background: white;
    display: block;
    justify-content: center; }
    .groupwizard-summary-section .selected-devices .device-chicklet .device-name {
      color: #28638d;
      font-size: 13px;
      justify-content: center;
      text-align: center; }
    .groupwizard-summary-section .selected-devices .device-chicklet .user-name {
      font-size: 11px; }
  @media screen and (max-width: 1300px) {
    .groupwizard-summary-section .selected-devices .column {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 767px) {
    .groupwizard-summary-section .selected-devices .column {
      flex-basis: 100%;
      max-width: 100%; } }

.groupwizard-summary-section .warning-block {
  background-color: #eee;
  padding: 15px 30px;
  font: 16px Nunito-Regular;
  margin: 5% auto;
  max-width: fit-content; }
  .groupwizard-summary-section .warning-block.warning-icon::before {
    content: "!";
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #555;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px; }

.add-device-static-section.layout {
  margin-left: 15%;
  margin-right: 0; }

.add-device-static-section .card-device {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px; }

.add-device-static-section .form-control, .add-device-static-section .daterangepicker .input-mini, .daterangepicker .add-device-static-section .input-mini {
  border: 0;
  transition: display 0.1s ease 0.5s; }

.add-device-static-section .card-device-input {
  width: 92%;
  border: 1px solid #ccc;
  background: white;
  border-radius: 3px;
  height: 100%;
  margin: 10px 10px; }

.add-device-static-section .card-device-icon {
  display: inline-block;
  font-size: 16px;
  padding: 5px 5px 0px 1px;
  color: #FF791A;
  cursor: pointer; }

.add-device-static-section .react-bs-table-tool-bar {
  margin-bottom: 0; }

.add-device-static-section .scrollbar-height {
  height: calc(100vh - 525px) !important; }

.add-device-static-section .device-name-section {
  display: flex;
  align-items: center; }
  .add-device-static-section .device-name-section .os-icon {
    display: inline-block;
    font-size: 15px;
    padding: 0;
    margin-right: 10px; }
  .add-device-static-section .device-name-section .device-name {
    display: inline-block;
    font: 13px Nunito-Regular;
    color: #28638d; }
  .add-device-static-section .device-name-section .username {
    display: block;
    font: 11px Nunito-Regular;
    color: #333; }

.add-device-static-section .button-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.add-device-static-section .card-device-button {
  margin: 10% 0;
  border-radius: 40px;
  min-width: 100px;
  font: 13px Nunito-Regular;
  min-height: 29px;
  color: #FF791A;
  border-color: #FF791A;
  background-color: #FFF; }
  .add-device-static-section .card-device-button:hover {
    color: #FFF;
    background-color: #FF791A; }
  .add-device-static-section .card-device-button:active:focus {
    color: #000;
    background-color: #FF791A;
    border: 0; }
  .add-device-static-section .card-device-button.prev::before {
    content: "\21E6";
    font-size: 16px;
    margin-right: 5px; }
  .add-device-static-section .card-device-button.next::after {
    content: "\21E8";
    font-size: 16px;
    margin-left: 5px; }
  .add-device-static-section .card-device-button.disabled:hover {
    color: #FF791A;
    background-color: #FFF;
    cursor: initial; }

.add-device-static-section .card-device-footer {
  font: 13px Nunito-Regular;
  float: right;
  padding-top: 2px; }

.add-rule-container fieldset {
  min-width: min-content;
  border: 2px solid #f1f1f1;
  background-color: #fdfdfd;
  border-radius: 3px; }

.add-rule-container legend {
  width: auto;
  margin-left: 10px;
  padding: 5px 10px;
  font-weight: bold;
  font-family: Nunito-Bold, Roboto-Bold; }

.add-rule-container .edit-rule-container {
  margin: 10px auto; }
  .add-rule-container .edit-rule-container .margin-responsive {
    margin-left: 27px; }
  .add-rule-container .edit-rule-container .display-rule-min-width {
    min-width: 668px; }
  .add-rule-container .edit-rule-container .display-rule {
    display: flex;
    flex-wrap: nowrap; }
  .add-rule-container .edit-rule-container .add-display-rule-icon-position {
    margin-top: 35px;
    margin-left: 10px; }
  .add-rule-container .edit-rule-container .add-rule-icon-position {
    margin-top: 40px;
    margin-left: 10px; }
  @media screen and (max-width: 1000px) {
    .add-rule-container .edit-rule-container .margin-responsive {
      margin: 10px auto; } }

.mt-40 {
  margin-top: 40px; }

.mt-30 {
  margin-top: 30px; }

.w-222 {
  width: 222px; }

.add-icon-btn {
  background-color: #FFFFFF;
  border: 1px solid #FF791A;
  color: #FF791A;
  padding: 2px 3px;
  line-height: 1.35rem;
  font-size: 1rem; }
  .add-icon-btn:hover {
    color: #333333 !important;
    background-color: #FF791A !important; }
  .add-icon-btn:active {
    color: #333333 !important;
    background-color: #FF791A !important; }

.button-round {
  border-radius: 50%; }

.navigation-link {
  color: #FF791A !important;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent; }
  .navigation-link:hover {
    cursor: pointer;
    color: #cd5500 !important;
    font-size: 13px;
    text-decoration: none; }

.dashboard-search-box {
  width: auto; }
  .dashboard-search-box .input-group {
    height: auto; }
    .dashboard-search-box .input-group.open {
      background: none !important; }

.vr {
  border-right: 1px solid #ececec; }

.spinner {
  position: absolute;
  top: 50%;
  left: 45%;
  height: 30px;
  width: 30px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 4px solid rgba(0, 174, 239, 0.15);
  border-right: 4px solid rgba(0, 174, 239, 0.15);
  border-bottom: 4px solid rgba(0, 174, 239, 0.15);
  border-top: 3px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.color-snwlSelected {
  color: #FF791A; }

.light-black, .dashboard-header-layout .switch.switch-sonicwall .switch-label {
  background-color: #302E31 !important; }

.dashboard-header-layout .switch.switch-sonicwall .switch-handle {
  background: grey !important; }

.dashboard-header-layout .switch.switch-sonicwall .switch-input:checked ~ .switch-label {
  background-color: #CCCCCC !important; }

.dashboard-header-layout .switch.switch-sonicwall .switch-input:checked ~ .switch-handle {
  background: #fff !important; }

@media screen and (min-width: 767px) and (max-width: 769px) and (max-height: 1025px) {
  .dashboard-header-layout .dashboard-header-search-col {
    padding-left: 0 !important; } }

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .dashboard-header-layout .dashboard-header-col {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important; } }

.h-32 {
  height: 32px !important; }

.semi-bold-16 {
  font: 16px Nunito-SemiBold; }

.semi-bold-13 {
  font: 13px Nunito-SemiBold; }

.background-light-black {
  background-color: #181818 !important; }

.font-xxx-large {
  font-size: xxx-large; }

.tenant-dashboard-widget-content-dark-theme {
  background-color: #FF791A;
  color: #000000 !important; }

.tenant-dashboard-dark-widget-title {
  background-color: #191919 !important; }

.global-dashboard-dark-widget-title {
  background-color: #222222 !important; }

.dark-theme-widget-border {
  border: 1px solid #3A3A3A !important; }

.dashboard-dark-theme .react-bs-table {
  border-top: thick solid #302E31 !important; }

.dashboard-dark-theme .dashboardArea {
  padding-left: 0rem;
  padding-right: 0rem; }
  .dashboard-dark-theme .dashboardArea:nth-child(odd) {
    background: #000000 !important; }
    .dashboard-dark-theme .dashboardArea:nth-child(odd) .table.table-hover tbody tr:hover {
      color: #CCCCCC; }
    .dashboard-dark-theme .dashboardArea:nth-child(odd) .table thead th {
      background: #191919 !important; }

.threats-horizontal-scroll .react-bs-table .react-bs-container-body {
  overflow-x: auto; }

.modal-open .dropdown-menu-over-modal {
  z-index: 1060; }

.react-bs-table .react-bs-container-header {
  position: sticky;
  top: 0;
  z-index: 1; }
  .react-bs-table .react-bs-container-header .react-bs-table-head-cell-action-icon {
    cursor: pointer; }
    .react-bs-table .react-bs-container-header .react-bs-table-head-cell-action-icon:before {
      content: "\E701";
      transform: rotate(90deg);
      display: inline-block; }

.react-bs-table .react-bs-container-body.enhanced {
  overflow-x: hidden; }
  .react-bs-table .react-bs-container-body.enhanced .table tr {
    background-color: white; }
    .react-bs-table .react-bs-container-body.enhanced .table tr td {
      height: auto;
      min-height: 43px;
      line-height: inherit; }
      .react-bs-table .react-bs-container-body.enhanced .table tr td.react-bs-table-no-data {
        height: 43px; }
      .react-bs-table .react-bs-container-body.enhanced .table tr td span, .react-bs-table .react-bs-container-body.enhanced .table tr td button {
        white-space: initial; }
    .react-bs-table .react-bs-container-body.enhanced .table tr:hover {
      color: #333333;
      background-color: #ffe5d2; }

.react-bs-table-pagination {
  position: sticky;
  bottom: 0;
  background-color: white;
  z-index: 2; }

.dashboard-dark-theme .react-bs-table-pagination {
  background-color: #000; }

.pagination-gray .react-bs-table-pagination {
  background-color: #2F3032; }

.app-mng {
  margin: 20px 0 15px 20px;
  border: 1px solid #FF791A;
  border-radius: 8px;
  display: inline-block; }
  .app-mng .app-mng-backward {
    display: inline-block;
    background-Color: #FF791A; }
  .app-mng .app-mng-filter-item {
    padding: 0 10px;
    border-right: 1px solid #ddd;
    display: inline-block;
    font-weight: 700; }
    .app-mng .app-mng-filter-item > span {
      margin-right: 5px;
      font-weight: 300; }

.severity-circle {
  height: 12px;
  width: 12px;
  min-width: 12px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%; }

#root {
  height: 100%; }

.authScreen {
  height: 100%; }
  .authScreen a:hover, .authScreen a:hover p, .authScreen a:hover h2 {
    color: #FF791A !important;
    text-decoration: none; }
  .authScreen > header {
    height: 8px !important;
    border: 0 !important;
    flex-shrink: 0;
    z-index: 10000; }
  .authScreen > form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: visible;
    align-items: stretch;
    justify-content: center; }
  .authScreen > footer {
    flex-shrink: 0;
    height: 40px;
    margin-top: 24px;
    padding: 0 24px;
    background: #f9f9f8;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10000; }
  .authScreen .app {
    min-height: 0; }
    @media (max-width: 575.98px) {
      .authScreen .app.login {
        background-color: #333333; } }
    @media (min-width: 576px) {
      .authScreen .app.login {
        background-image: url(/img/login/login-base.svg);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover 105%; } }
    .authScreen .app.login a {
      color: #63BAE9;
      font-size: inherit;
      font-weight: 400;
      font-family: Nunito-Regular; }
    .authScreen .app.login .icon-login-field {
      color: #63BAE9; }
      .authScreen .app.login .icon-login-field:hover, .authScreen .app.login .icon-login-field:focus {
        color: #FF791A; }
    .authScreen .app.login input[type=text],
    .authScreen .app.login input[type=password] {
      background: transparent;
      height: 3.7rem;
      color: #C9C9C9;
      border: 1px solid #FF791A;
      font: 400 14px Nunito-Regular;
      border-radius: 3px; }
      .authScreen .app.login input[type=text]:focus,
      .authScreen .app.login input[type=password]:focus {
        border-style: dashed; }
      .authScreen .app.login input[type=text]:disabled,
      .authScreen .app.login input[type=password]:disabled {
        border-color: #515151;
        background-color: #515151; }
      .authScreen .app.login input[type=text]::placeholder,
      .authScreen .app.login input[type=password]::placeholder {
        color: #868686; }

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

.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9; }

.rc-collapse-anim-active {
  transition: height 0.2s ease-out; }

.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #d9d9d9; }

.rc-collapse > .rc-collapse-item:first-child {
  border-top: none; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  height: 38px;
  line-height: 38px;
  text-indent: 16px;
  color: #666;
  cursor: pointer; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: ' ';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px; }

.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3; }

.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff; }

.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 16px; }

.rc-collapse-content-inactive {
  display: none; }

.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px; }

.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px; }

